* [gentoo-user-de] ifplugd brems Samba/Apache
@ 2007-11-25 18:24 Wolfgang Jankowski
2007-11-26 5:34 ` Bernd Wurst
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Jankowski @ 2007-11-25 18:24 UTC (permalink / raw
To: gentoo-user-de
Hallo zusammen,
ich lasse auf meinem Rechner ifplugd laufen, damit das System auch ohne Netz
erst einmal hochfährt.
Bestimmte Dienste sind nicht vom externen Netz abhängig. Hier sind es Samba
und Apache, die über vmnet1 und lo angesprochen werden.
Ifplug wartet jedoch auf eth0.
In /etc/ifplugd/ifplugd.conf habe ich schon:
INTERFACES="eth0 eth1 lo vmnet1"
eingetragen. Es hat aber nichts bewirkt.
Beim netplugd hatte ich das gleiche Ergebnis.
Was kann ich verbessern, damit bestimmte Dienste nicht vom ifplugd gebremst
werden, sondern nur von "ihrem" Interface abhängig sind?
Tschüß
Wolfgang
--
gentoo-user-de@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] ifplugd brems Samba/Apache
2007-11-25 18:24 [gentoo-user-de] ifplugd brems Samba/Apache Wolfgang Jankowski
@ 2007-11-26 5:34 ` Bernd Wurst
2007-11-26 14:47 ` Wolfgang Jankowski
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Wurst @ 2007-11-26 5:34 UTC (permalink / raw
To: gentoo-user-de
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
Hallo.
Am Sonntag, 25. November 2007 schrieb Wolfgang Jankowski:
> In /etc/ifplugd/ifplugd.conf habe ich schon:
> INTERFACES="eth0 eth1 lo vmnet1"
> eingetragen. Es hat aber nichts bewirkt.
> Beim netplugd hatte ich das gleiche Ergebnis.
> Was kann ich verbessern, damit bestimmte Dienste nicht vom ifplugd gebremst
> werden, sondern nur von "ihrem" Interface abhängig sind?
Wieso lässt du die Interfaces, die nicht von einem Kabel abhängen über ifplugd
laufen?
Wäre es nicht sinnvoller, die statischen Interfaces ganz normal
über /etc/init.d/net.* zu starten und ifplugd nur das machen zu lassen was
ihm gefällt, nämlich die Interfaces starten, die auch per Kabel verbunden
werden?
Gruß, Bernd
--
There are no significant bugs in our released software that any
significant number of users want fixed. - Bill Gates
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] ifplugd brems Samba/Apache
2007-11-26 5:34 ` Bernd Wurst
@ 2007-11-26 14:47 ` Wolfgang Jankowski
2007-11-26 18:46 ` Sascha Hlusiak
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Jankowski @ 2007-11-26 14:47 UTC (permalink / raw
To: gentoo-user-de
Hallo Bernd,
net.lo steht in /etc/runlevels/default
vmnet1 wird von vmware gestartet.
Die Interfaces sind oben und aktiv. Der ifplugd liefert die Information
"need net" bzw. runscript.sh sorgt dafür, dass der ifplug die Kontrolle über
Samba usw. übernimmt. Ich weiss im Moment keine Lösung.
Tschüß
Wolfgang
Am Montag 26 November 2007 schrieb Bernd Wurst:
> Hallo.
>
> Am Sonntag, 25. November 2007 schrieb Wolfgang Jankowski:
> > In /etc/ifplugd/ifplugd.conf habe ich schon:
> > INTERFACES="eth0 eth1 lo vmnet1"
> > eingetragen. Es hat aber nichts bewirkt.
> > Beim netplugd hatte ich das gleiche Ergebnis.
> > Was kann ich verbessern, damit bestimmte Dienste nicht vom ifplugd
> > gebremst werden, sondern nur von "ihrem" Interface abhängig sind?
>
> Wieso lässt du die Interfaces, die nicht von einem Kabel abhängen über
> ifplugd laufen?
>
> Wäre es nicht sinnvoller, die statischen Interfaces ganz normal
> über /etc/init.d/net.* zu starten und ifplugd nur das machen zu lassen was
> ihm gefällt, nämlich die Interfaces starten, die auch per Kabel verbunden
> werden?
>
> Gruß, Bernd
--
gentoo-user-de@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] ifplugd brems Samba/Apache
2007-11-26 14:47 ` Wolfgang Jankowski
@ 2007-11-26 18:46 ` Sascha Hlusiak
2007-11-27 16:30 ` Wolfgang Jankowski
0 siblings, 1 reply; 5+ messages in thread
From: Sascha Hlusiak @ 2007-11-26 18:46 UTC (permalink / raw
To: gentoo-user-de; +Cc: Wolfgang Jankowski
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
Am Montag 26 November 2007 15:47:38 schrieb Wolfgang Jankowski:
> Hallo Bernd,
> net.lo steht in /etc/runlevels/default
> vmnet1 wird von vmware gestartet.
> Die Interfaces sind oben und aktiv. Der ifplugd liefert die Information
> "need net" bzw. runscript.sh sorgt dafür, dass der ifplug die Kontrolle
> über Samba usw. übernimmt. Ich weiss im Moment keine Lösung.
Guck dir mal in der Datei /etc/conf.d/rc den Punkt RC_DEPEND_STRICT an. Das
steuert, wieviele net.* Dienste laufen müssen, damit die "net" Abhängigkeit
zufrieden ist. Ein Wert von "no" oder "lo" sollte reichen, dass
samba/apache/ssh gestartet werden, wenn kein anderes Netz läuft.
Gruß,
Sascha
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user-de] ifplugd brems Samba/Apache
2007-11-26 18:46 ` Sascha Hlusiak
@ 2007-11-27 16:30 ` Wolfgang Jankowski
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Jankowski @ 2007-11-27 16:30 UTC (permalink / raw
To: gentoo-user-de
Danke,
die Lösung ist schon erheblich besser.
Wolfgang
Am Montag 26 November 2007 schrieb Sascha Hlusiak:
> Am Montag 26 November 2007 15:47:38 schrieb Wolfgang Jankowski:
> > Hallo Bernd,
> > net.lo steht in /etc/runlevels/default
> > vmnet1 wird von vmware gestartet.
> > Die Interfaces sind oben und aktiv. Der ifplugd liefert die Information
> > "need net" bzw. runscript.sh sorgt dafür, dass der ifplug die Kontrolle
> > über Samba usw. übernimmt. Ich weiss im Moment keine Lösung.
>
> Guck dir mal in der Datei /etc/conf.d/rc den Punkt RC_DEPEND_STRICT an. Das
> steuert, wieviele net.* Dienste laufen müssen, damit die "net" Abhängigkeit
> zufrieden ist. Ein Wert von "no" oder "lo" sollte reichen, dass
> samba/apache/ssh gestartet werden, wenn kein anderes Netz läuft.
>
> Gruß,
> Sascha
--
gentoo-user-de@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-11-27 16:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-25 18:24 [gentoo-user-de] ifplugd brems Samba/Apache Wolfgang Jankowski
2007-11-26 5:34 ` Bernd Wurst
2007-11-26 14:47 ` Wolfgang Jankowski
2007-11-26 18:46 ` Sascha Hlusiak
2007-11-27 16:30 ` Wolfgang Jankowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox