Gentoo Archives: gentoo-user-de

From: Bernd Wurst <bernd@××××××.org>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
Date: Mon, 10 Mar 2008 09:11:28
Message-Id: 200803101009.56969.bernd@bwurst.org
In Reply to: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch by Wolfgang Jankowski
1 Hallo.
2
3 Am Montag, 10. März 2008 schrieb Wolfgang Jankowski:
4 > Hallo zusammen,
5 > ich lasse auf meinem Notebook lokal apache2 laufen (lokales wiki). Wenn ich
6 > unterwegs bin, startet der Apache nicht, da die "need net"-Bedingung nicht
7 > erfüllt ist. Da aber für diesen Betrieb nur lo bzw. vmnet1 notwendig sind,
8 > möchte ich ganz gern, dass der Apache immer läuft.
9
10 Siehe /etc/conf.d/rc
11
12
13
14 # RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
15 # The following values are allowed:
16 # none - The 'net' service is always considered up.
17 # no - This basically means that at least one net.* service besides net.lo
18 # must be up. This can be used by notebook users that have a wifi
19 and
20 # a static nic, and only wants one up at any given time to have the
21 # 'net' service seen as up.
22 # lo - This is the same as the 'no' option, but net.lo is also counted.
23 # This should be useful to people that do not care about any specific
24 # interface being up at boot.
25 # yes - For this ALL network interfaces MUST be up for the 'net' service to
26 # be considered up.
27
28 RC_NET_STRICT_CHECKING="lo"
29
30
31 Gruß, Bernd
32
33 --
34 Die Frauen ändern zwar manchmal ihre Ansichten,
35 aber nie ihre Absichten. - Curt Goetz (dt. Schriftsteller)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch Wolfgang Jankowski <Wolfgang.Jankowski@×××.de>