Re: [gentoo-user] net.eth0 started by udev-postmount

2009-04-14 Thread Neil Bothwick
On Tue, 14 Apr 2009 17:27:53 +0200, Arnau Bria wrote: > I remember in the past I had something that checked is the wire was > pluged, and if so, it started my network... anyone could help me to > remember that program? Install ifplugd, but don't try to run it. The baselayout scripts will autom

Re: [gentoo-user] net.eth0 started by udev-postmount

2009-04-14 Thread Arnau Bria
On Tue, 14 Apr 2009 17:41:30 +0200 YoYo siska wrote: > look at the rc_hotplug option in /etc/rc.conf > something like rc_hotplug="!net.eth0" should work for you... thanks, Jacques already pointed that. > the other option is, if you emerge ifplugd, the net.eth0 service will > use ifplugd to see

Re: [gentoo-user] net.eth0 started by udev-postmount

2009-04-14 Thread Arnau Bria
On Tue, 14 Apr 2009 17:36:40 +0200 Jacques Montier wrote: > In /etc/conf.d/rc, you can add the line : > > RC_PLUG_SERVICES="!net.eth0" that worked! many thanks. > -- > Jacques Arnau

Re: [gentoo-user] net.eth0 started by udev-postmount

2009-04-14 Thread YoYo siska
On Tue, Apr 14, 2009 at 05:27:53PM +0200, Arnau Bria wrote: > Hi all, > > I removed my net.eth0 service from default/boot level: > > amparo ~ # rc-update show|grep eth0 > amparo ~ # > > but now, udev-postmount tries to start it. > I don't want it cause I don't plug any wire to my laptop, and ud

Re: [gentoo-user] net.eth0 started by udev-postmount

2009-04-14 Thread Jacques Montier
Arnau Bria a gentiment tapote: > Hi all, > > I removed my net.eth0 service from default/boot level: > > amparo ~ # rc-update show|grep eth0 > amparo ~ # > > but now, udev-postmount tries to start it. > I don't want it cause I don't plug any wire to my laptop, and udev hang > my start for a minute.