Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Netzwerkinterface nicht starten [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
TheSmallOne
Guru
Guru


Joined: 22 Jan 2005
Posts: 467
Location: Germany

PostPosted: Wed Dec 06, 2006 3:35 pm    Post subject: Netzwerkinterface nicht starten [solved] Reply with quote

Hi,
also ich habe zwei Netzwerkkarten in meinem Rechner, von denen allerdings nur eine benutzt werden soll. Bisher hat das auch immer so geklappt; wenn ich das andere Interface trotzdem mal starten wollte habe ich einfach ein "/etc/init.d/net.eth1 start" eingegeben und konnte es benutzen, während eben jenes Skript nicht zu denen gehörte, di normalerweise im Runlevel gestartet werden sollten.
Nun habe ich gestern mal wieder mein System upgedated und nun will er unbedingt jedesmal das Interface starten. Ich nehme an der Schuldige ist hier udev, da es kein baselayout-update gab. Jedenfalls ist das ziemlich nervig, in /etc/conf.d/net habe ich jetzt erstmal config_eth1=("null") eingetragen, das ändert aber nichts daran, dass das interface trotzdem aktiviert wird. Lasse ich die Zeile ganz raus, dann versuht er es (natürlich vergeblich) mit DHCP und bleibt beim booten also erstmal eine ganze weile hängen.

Wie stelle ich es also an, dass das Interface gar nicht gestartet wird. Ich würde ungern so weit gehen müssen den Treiber aus dem Kernel zu entfernen (zumal das dann wieder Mehraufwand bedeuten würde, WENN ich es doc mal starten will).


Last edited by TheSmallOne on Fri Dec 08, 2006 6:23 am; edited 1 time in total
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Wed Dec 06, 2006 5:33 pm    Post subject: Reply with quote

Code:
n22 ~ # grep NET /etc/conf.d/rc
# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
RC_NET_STRICT_CHECKING="no"
?
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Wed Dec 06, 2006 8:29 pm    Post subject: Reply with quote

das macht was anderes, lieber toralf :)

was er eigentlich haben will
Code:
# Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a
# list of services that are matched in order, either allowing or not. By
# default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes
# anyway.
# Example - RC_PLUG_SERVICES="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.

RC_PLUG_SERVICES="!net.eth1"

_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Thu Dec 07, 2006 10:09 am    Post subject: Reply with quote

Necoro wrote:
das macht was anderes, lieber toralf :)
Autsch, ich sollte sorgfältiger lesen 8O
Back to top
View user's profile Send private message
TheSmallOne
Guru
Guru


Joined: 22 Jan 2005
Posts: 467
Location: Germany

PostPosted: Fri Dec 08, 2006 6:25 am    Post subject: Reply with quote

Jo, das war's, danke.

Also entweder bilde ich es mir nur ein, weil ich weniger Zeit mit dem System verbringe, oder Gentoo wird zunehmend komplizierter. :)
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Fri Dec 08, 2006 8:00 am    Post subject: Reply with quote

hmmm ... ich würde es mal eher so beschreiben: alles funktioniert - aber irgendjmd kommt auf die Idee, alles angeblich einfacher zu machen (zB das automatisch alle Netzwerkkarten gestartet werden) ... das mag zwar für nen Newbie stimmen (er bootet und alles funktioniert) --- alle anderen verwirrt es aber nur
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Fri Dec 08, 2006 8:35 am    Post subject: Reply with quote

TheSmallOne wrote:
Also entweder bilde ich es mir nur ein, weil ich weniger Zeit mit dem System verbringe, oder Gentoo wird zunehmend komplizierter. :)
Nun ja, es wird eher komplexer.
Und das scheint mir auch oftmals der Lauf der Dinge in der IT zu sein. Ein ehemals "straight ahead" System hat mit 20% Konfigurationsoptionen schon 80% der Funktionalität, die restlichen 20% der Anforderungen werden aber nur durch ein (wildwuchsartigen) Ansteigen der Konfig-optionen erreicht.
Da stellt sich immer die Frage, ob man wirklich alles abdecken will.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum