public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
@ 2008-03-10  9:07 Wolfgang Jankowski
  2008-03-10  9:09 ` Bernd Wurst
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wolfgang Jankowski @ 2008-03-10  9:07 UTC (permalink / raw
  To: gentoo-user-de

Hallo zusammen,
ich lasse auf meinem Notebook lokal apache2 laufen (lokales wiki). Wenn ich 
unterwegs bin, startet der Apache nicht, da die "need net"-Bedingung nicht 
erfüllt ist. Da aber für diesen Betrieb nur lo bzw. vmnet1 notwendig sind, 
möchte ich ganz gern, dass der Apache immer läuft.
Es existieren: /etc/init.d/net.lo und ein Eintrag in der /etc/conf.d/net für 
lo.
In /etc/netplug/netplugd.conf habe ich es mit lo und ohne lo versucht. Es 
läuft nicht.
Was mache ich verkehrt?
Tschüß
Wolfgang

--
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10  9:07 [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch Wolfgang Jankowski
@ 2008-03-10  9:09 ` Bernd Wurst
  2008-03-10 10:09   ` Wolfgang Jankowski
  2008-03-10  9:15 ` Dirk Heinrichs
  2008-03-10 10:47 ` Wolfgang Jankowski
  2 siblings, 1 reply; 8+ messages in thread
From: Bernd Wurst @ 2008-03-10  9:09 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1327 bytes --]

Hallo.

Am Montag, 10. März 2008 schrieb Wolfgang Jankowski:
> Hallo zusammen,
> ich lasse auf meinem Notebook lokal apache2 laufen (lokales wiki). Wenn ich
> unterwegs bin, startet der Apache nicht, da die "need net"-Bedingung nicht
> erfüllt ist. Da aber für diesen Betrieb nur lo bzw. vmnet1 notwendig sind,
> möchte ich ganz gern, dass der Apache immer läuft.

Siehe /etc/conf.d/rc



# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed:
#  none  - The 'net' service is always considered up.
#  no    - This basically means that at least one net.* service besides net.lo
#          must be up.  This can be used by notebook users that have a wifi 
and
#          a static nic, and only wants one up at any given time to have the
#          'net' service seen as up.
#  lo    - This is the same as the 'no' option, but net.lo is also counted.
#          This should be useful to people that do not care about any specific
#          interface being up at boot.
#  yes   - For this ALL network interfaces MUST be up for the 'net' service to
#          be considered up.

RC_NET_STRICT_CHECKING="lo"


Gruß, Bernd

-- 
Die Frauen ändern zwar manchmal ihre Ansichten,
aber nie ihre Absichten.  -  Curt Goetz (dt. Schriftsteller)

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10  9:07 [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch Wolfgang Jankowski
  2008-03-10  9:09 ` Bernd Wurst
@ 2008-03-10  9:15 ` Dirk Heinrichs
  2008-03-10 10:10   ` Wolfgang Jankowski
  2008-03-10 10:47 ` Wolfgang Jankowski
  2 siblings, 1 reply; 8+ messages in thread
From: Dirk Heinrichs @ 2008-03-10  9:15 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 1001 bytes --]

Am Montag, 10. März 2008 schrieb ext Wolfgang Jankowski:
> Hallo zusammen,
> ich lasse auf meinem Notebook lokal apache2 laufen (lokales wiki). Wenn
> ich unterwegs bin, startet der Apache nicht, da die "need net"-Bedingung
> nicht erfüllt ist. Da aber für diesen Betrieb nur lo bzw. vmnet1
> notwendig sind, möchte ich ganz gern, dass der Apache immer läuft.
> Es existieren: /etc/init.d/net.lo und ein Eintrag in der /etc/conf.d/net
> für lo.
> In /etc/netplug/netplugd.conf habe ich es mit lo und ohne lo versucht. Es
> läuft nicht.
> Was mache ich verkehrt?

Hast Du in /etc/conf.d/rc RC_NET_STRICT_CHECKING auf yes gesetzt?

HTH...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10  9:09 ` Bernd Wurst
@ 2008-03-10 10:09   ` Wolfgang Jankowski
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Jankowski @ 2008-03-10 10:09 UTC (permalink / raw
  To: gentoo-user-de

Hallo Bernd,
Am Montag 10 März 2008 schrieb Bernd Wurst:
> Hallo.
>
> RC_NET_STRICT_CHECKING="lo"
Ich vergaß:
Ist auf "lo" gesetzt.
Tschüß
Wolfgang


--
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10  9:15 ` Dirk Heinrichs
@ 2008-03-10 10:10   ` Wolfgang Jankowski
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Jankowski @ 2008-03-10 10:10 UTC (permalink / raw
  To: gentoo-user-de

Am Montag 10 März 2008 schrieb Dirk Heinrichs:

> Hast Du in /etc/conf.d/rc RC_NET_STRICT_CHECKING auf yes gesetzt?
 RC_NET_STRICT_CHECKING="lo"
Tschüß
Wolfgang
--
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10  9:07 [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch Wolfgang Jankowski
  2008-03-10  9:09 ` Bernd Wurst
  2008-03-10  9:15 ` Dirk Heinrichs
@ 2008-03-10 10:47 ` Wolfgang Jankowski
  2008-03-10 16:13   ` Sebastian Günther
  2 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Jankowski @ 2008-03-10 10:47 UTC (permalink / raw
  To: gentoo-user-de

ich habe es jetzt mit:
RC_NET_STRICT_CHECKING="none" bzw "no" versucht. Hier soll net immer auf true 
gesetzt 
sein. Es bringt aber immer noch nicht das Ergebnis.
Tschüß
Wolfgang
--
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10 10:47 ` Wolfgang Jankowski
@ 2008-03-10 16:13   ` Sebastian Günther
  2008-03-10 17:52     ` Wolfgang Jankowski
  0 siblings, 1 reply; 8+ messages in thread
From: Sebastian Günther @ 2008-03-10 16:13 UTC (permalink / raw
  To: gentoo-user-de

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

* Wolfgang Jankowski (Wolfgang.Jankowski@gmx.de) [10.03.08 11:47]:
> ich habe es jetzt mit:
> RC_NET_STRICT_CHECKING="none" bzw "no" versucht. Hier soll net immer auf true 
> gesetzt 
> sein. Es bringt aber immer noch nicht das Ergebnis.
> Tschüß
> Wolfgang

Mal 'ne andere Vermutung:

Hast Du vielleicht einen battery runlevel und apache da nicht 
eingetragen?

Grüße von der Kristallkugel
SEB@STI@N

-- 
 " Religion ist das Opium des Volkes. "      Karl Marx

 SEB@STI@N GÜNTHER         mailto:samson@guenther-roetgen.de

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch
  2008-03-10 16:13   ` Sebastian Günther
@ 2008-03-10 17:52     ` Wolfgang Jankowski
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Jankowski @ 2008-03-10 17:52 UTC (permalink / raw
  To: gentoo-user-de

> Kristallkugel
Das war das Stichwort. Der Fehler lag ganz woanders:
Mit Netz wurde der Name aufgelöst (dns) ohne nicht. Mit einem Eintrag in 
der /etc/hosts war alles i.O.
Danke für die Tips.
Tschüß
Wofgang

--
gentoo-user-de@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-03-10 17:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10  9:07 [gentoo-user-de] /etc/init.d: need net-Bedingung problematisch Wolfgang Jankowski
2008-03-10  9:09 ` Bernd Wurst
2008-03-10 10:09   ` Wolfgang Jankowski
2008-03-10  9:15 ` Dirk Heinrichs
2008-03-10 10:10   ` Wolfgang Jankowski
2008-03-10 10:47 ` Wolfgang Jankowski
2008-03-10 16:13   ` Sebastian Günther
2008-03-10 17:52     ` Wolfgang Jankowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox