Mailinglist Archive: opensuse (3261 mails)

< Previous Next >
Re: [SLE] 7.1 and VMware
  • From: "Purple Shirt" <purpleshirt@xxxxxxxxxxx>
  • Date: Sun, 01 Apr 2001 01:24:53
  • Message-id: <F37K7n0swXX1sPtOXQF0001d90a@xxxxxxxxxxx>
Ok thanks to a drunken SuSE and Jeff.

had to:

(remove odd never-ending link)
rm /etc/rc.d
(remove link into nomansland)
rm /etc/init.d/init.d
(reset old /etc/rc.d link)
ln -s /etc/init.d /etc/rc.d
(move to directory)
cd /etc/init.d
(set link to itself)
ln -s . init.d

Linux Standard Base where are you? =) I don't know if it is just me but I hate to have a directory with contents and another link to it right next to it.

mk


From: Jeffrey Taylor <jeff.taylor@xxxxxxxx>
To: suse-linux-e@xxxxxxxx
Subject: Re: [SLE] 7.1 and VMware
Date: Sat, 31 Mar 2001 19:07:55 -0600

I'm sorry. The problem isn't fatal. As usual I reversed the operands
of ln. The correct command is:

ln -s /etc/rc.d /etc/rc.d/init.d

or better yet

ln -s /etc/init.d /etc/rc.d/init.d

(/etc/rc.d is a symlink to /etc/init.d) You may have to delete
/etc/rc.d first.

Jeffrey

Quoting Purple Shirt <purpleshirt@xxxxxxxxxxx>:
[snip]
> Then I ran
>
> ln -s /etc/rc.d/init.d /etc/rc.d
>
> and all the contents (above in /etc/rc.d) disappeared and there was only one
> link rc.d -> init.d left.
>
> Did I junk something important?

--
I don't do Windows and I don't come to work before nine.
-- Johnny Paycheck

--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/support/faq


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


< Previous Next >