Mailinglist Archive: opensuse (3261 mails)
| < Previous | Next > |
Re: [SLE] 7.1 and VMware
- From: "Konstantin (Kastus) Shchuka" <kastus@xxxxxxxxx>
- Date: Sat, 31 Mar 2001 21:15:00 -0800
- Message-id: <20010331211500.A1427@xxxxxxxxx>
Guys, when I reported my success with VMware 2.0.3 on SuSE 7.1
I forgot to mention that I followed the article from SuSE Support
database http://sdb.suse.de/sdb/en/html/pohletz_vmware_initscript.html
(VMware on SuSE Linux 7.1: The Position of Initialskripts has changed)
The article is dated Feb. 14, 2001.
The recommended solution is exactly what mk did:
cd /etc/init.d
ln -s . init.d
-Kastus
On Sun, Apr 01, 2001 at 01:24:53AM +0000, Purple Shirt wrote:
> 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
>
>
> --
> 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
I forgot to mention that I followed the article from SuSE Support
database http://sdb.suse.de/sdb/en/html/pohletz_vmware_initscript.html
(VMware on SuSE Linux 7.1: The Position of Initialskripts has changed)
The article is dated Feb. 14, 2001.
The recommended solution is exactly what mk did:
cd /etc/init.d
ln -s . init.d
-Kastus
On Sun, Apr 01, 2001 at 01:24:53AM +0000, Purple Shirt wrote:
> 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
>
>
> --
> 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
| < Previous | Next > |