Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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-23-2004, 06:24 PM
|
#1
|
LQ Newbie
Registered: Aug 2004
Location: NY
Distribution: Ubuntu,Red Hat,Centos 5
Posts: 29
Rep:
|
VMWare Can't Find Init Directories
I tried asking tech support at vmware.com...but they haven't got back to me and it's been six days now. I don't know how stupid my question is but here it is:
I start the vmware-install.pl script..and when I get to this question
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
It can't find my init directories.
I tried /etc/, /etc/rc.d, /etc/rc.d/rc2.d/ but still I cannot get past this question. I'm using Slack 10.0 and the VMware-workstation-4.5.2-8848.tar.gz package if that matters. Does anyone know what the directory is that I need
|
|
|
10-23-2004, 06:51 PM
|
#2
|
Member
Registered: Jul 2004
Location: USofA
Distribution: Whatever runs accordingly.
Posts: 200
Rep:
|
Thats because there isn't one dude. When will people on slackware that try and use vmware ever figure that out? Do this
cd /etc
mkdir init.d
for i in {0,1,2,3,4,5,6}; do mkdir rc$i.d; done
then run the vmware install and DON'T choose to configure it yet. Exit and run it manually like this
cd /usr/local/bin/
./vmware-config.pl --compile
and maybe copy the startup script to your /etc/rc.d directory if you want to start it on boot, else /etc/init.d/vmware start will get it going
There may be a little more to do after you do that, I suggest you do some gooooooooooooooooooooooooogling for the rest.
|
|
|
10-23-2004, 08:23 PM
|
#3
|
LQ Newbie
Registered: Aug 2004
Location: NY
Distribution: Ubuntu,Red Hat,Centos 5
Posts: 29
Original Poster
Rep:
|
Thank you, Thank you, Thank you
the init.d directory was there, and after I used the for command, the vmware script took it, so thank you very much for the help. 
|
|
|
All times are GMT -5. The time now is 12:39 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
|
|