Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-22-2011, 11:06 AM
|
#1
|
Member
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 575
Rep:
|
Installation of VMware-Player-4 on Slackware 13.37 32 bit
Installation of VMware-Player-4.0.0-471780.i386.bundle on my (almost) default Slackware 13.37 32 bit is failing and it is not giving me much hints:
Quote:
Rolling back VMware USB Arbitrator 8.4.18
Deconfiguring...
[########################################### ] 62%All configuration information is about to be removed. Do you wish to
keep your configuration files? [yes]: no
Uninstalling VMware Installer 2.0
Deconfiguring...
[######################################################################] 100%
Installation was unsuccessful.
|
It fails also in an root X session. Does anybody has any experience on how to deal with this?
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
10-22-2011, 11:17 AM
|
#2
|
Senior Member
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
|
as root -
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
VmMare expects certain -isms from other distros to be present. This allows VMware to gracefully error on non critical events.
|
|
10 members found this post helpful.
|
10-22-2011, 11:36 AM
|
#3
|
Member
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 575
Original Poster
Rep:
|
That just worked! Thank you!
|
|
|
10-22-2011, 11:52 AM
|
#4
|
Senior Member
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
|
You'll have issues if you install the VMware Tools on Slackware guests.
VMware expects to see an /etc/pam.d directory, (you can just create this empty directory).
Theres a flaw is in the installation script which calls mkinitrd -h (expecting it to return help). On Slackware mkinitrd -h specifies the hibernation location. When/IF you decided to use VMware Tools on a Slackware guest, you can edit the installation $NAME.pl file, and replace mkinitrd -h with mkinitrd --help.
Or, optionally, not use VMware tools at all. Slackware already includes a mouse and graphics driver for VMware guests. You will have to disable compositing in Xorg though if you expect to run KDE on the guest VM. Search this forum, its been posted a few times
|
|
2 members found this post helpful.
|
10-23-2011, 03:20 PM
|
#5
|
Member
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 575
Original Poster
Rep:
|
Not only is LQ answering my questions, it is also anticipating them :-)
Yes I did try KDE (as it happens to be my favorite DE) and it crashed. Nevertheless, I am not fussy when I am working on a Virtual Machine and I am happy also with XFCE, but since you mentioned it, I persisted. So after some investigations, I started XFCE, then ran:
$ /usr/bin/systemsettings
and disabled all the desktop effects.
This solved it.
|
|
|
12-19-2011, 03:44 PM
|
#6
|
LQ Newbie
Registered: Dec 2011
Posts: 6
Rep:
|
Quote:
Originally Posted by disturbed1
as root -
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
VmMare expects certain -isms from other distros to be present. This allows VMware to gracefully error on non critical events.
|
I can report that this also works on Slackware 13.37 x86_64 with VMware-Player-4.0.1-528992.x86_64.bundle
Cheers,
Peter
|
|
|
07-15-2012, 05:40 PM
|
#7
|
Member
Registered: Apr 2008
Location: Coventry, United Kingdom
Distribution: Slackware64, Slackware64 13.37, linuxslackware
Posts: 84
Rep:
|
Quote:
Originally Posted by disturbed1
as root -
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
VmMare expects certain -isms from other distros to be present. This allows VMware to gracefully error on non critical events.
|
Fantastic.... Just to let you all know, this also helps to get vmware-player 4.0.4 working on a Slackware64 13.37
Great!!!
|
|
|
12-07-2012, 04:18 AM
|
#8
|
Member
Registered: Dec 2005
Location: Italy
Distribution: Slackware
Posts: 89
Rep:
|
This solution also works on Slackware 14.0 with VM Player 5.0.1
# sh VMware-Player-5.0.1-894247.i386.bundle --console --ignore-errors
|
|
1 members found this post helpful.
|
12-08-2013, 01:45 PM
|
#9
|
LQ Newbie
Registered: Oct 2007
Posts: 2
Rep:
|
This workaround also works for Slackware 14.1 x86_64 with vmplayer 6.0.1
sh ./VMware-Player-6.0.1-1379776.x86_64.bundle --console --ignore-errors
|
|
|
02-05-2014, 07:26 PM
|
#10
|
Member
Registered: Jan 2014
Posts: 81
Rep:
|
Quote:
Originally Posted by disturbed1
as root -
sh VMware-$NAME-$VERSION.bundle --console --ignore-errors
VmMare expects certain -isms from other distros to be present. This allows VMware to gracefully error on non critical events.
|
Hi - this worked perfectly, but I wanted to learn more about why it works and how it works.
Where can I look up what --console and --ignore-errors is doing, and are these options / arguments passed into the *.bundle file or to the sh program?
Thanks!
|
|
|
03-03-2014, 06:35 PM
|
#11
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
Quote:
Originally Posted by aalary
This workaround also works for Slackware 14.1 x86_64 with vmplayer 6.0.1
sh ./VMware-Player-6.0.1-1379776.x86_64.bundle --console --ignore-errors
|
It depends what you call "works", I guess.
When I do that, the installer completes (so that part works) but the end result won't actually run anything (which is a rather important part).
The vmmon and vmnet kernel modules appear to build correctly, but both of them have the added version magic of "preempt" which isn't in any other module on my system. As a result they won't load when you attempt to run /etc/init.d/vmware restart and the two services "Virtual machine monitor" and "Virtual ethernet" won't start.
Or can virtual machines be started without either of those two services running?
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 08:35 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|