Gentoo Archives: gentoo-user

From: Jacques Montier <jacques.montier@×××××××××××.fr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] net.eth0 started by udev-postmount
Date: Tue, 14 Apr 2009 15:37:45
Message-Id: 49E4AD88.1040406@numericable.fr
In Reply to: [gentoo-user] net.eth0 started by udev-postmount by Arnau Bria
1 Arnau Bria a gentiment tapote:
2 > Hi all,
3 >
4 > I removed my net.eth0 service from default/boot level:
5 >
6 > amparo ~ # rc-update show|grep eth0
7 > amparo ~ #
8 >
9 > but now, udev-postmount tries to start it.
10 > I don't want it cause I don't plug any wire to my laptop, and udev hang
11 > my start for a minute...
12 >
13 > how may I disable udev from starting net.eth0?
14 > I remember in the past I had something that checked is the wire was
15 > pluged, and if so, it started my network... anyone could help me to
16 > remember that program?
17 >
18 > TIA,
19 > Arnau
20 >
21 >
22 >
23 In /etc/conf.d/rc, you can add the line :
24
25 RC_PLUG_SERVICES="!net.eth0"
26
27 --
28 Jacques

Replies

Subject Author
Re: [gentoo-user] net.eth0 started by udev-postmount Arnau Bria <arnau@×××××××××.net>