Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WARNING: net.ppp0 has started, but is inactive
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
Martux
Veteran
Veteran


Joined: 04 Feb 2005
Posts: 1917

PostPosted: Tue Apr 29, 2008 4:35 pm    Post subject: WARNING: net.ppp0 has started, but is inactive Reply with quote

Hallo! Ich versucher gerade auf modulares Netzwerk umzustellen und habe ein großes Problem mit dem baselayout2, openrc und ppp:
Code:

/etc/init.d/net.ppp0 start
net.ppp0          | * Bringing up interface ppp0
net.ppp0          | *   Starting pppd in ppp0 ...                                                       [ ok ]
net.ppp0          | *   Backgrounding ...
net.ppp0          | * WARNING: net.ppp0 has started, but is inactive

Eine DSL-Verbindung kommt nicht zustande, mit einem manuellen "pppoe-start" geht es. In meiner /etc/conf.d/net steht folgendes:
Code:

config_eth0=( "null" )

config_ppp0=( "ppp" )
link_ppp0="eth0"
plugins_ppp0=( "pppoe" )

username_ppp0='username'
password_ppp0='passwort'

pppd_ppp0=(

    "noauth"
    "defaultroute"
    "usepeerdns"
    "default-asyncmap"
    "ipcp-accept-remote"
    "ipcp-accept-local"
    "lcp-echo-interval 15"
    "lcp-echo-failure 3"
    "mru 1492"
    "mtu 1492"
    "debug"

)

depend_ppp0() {
        need net.eth0
}

In /etc/init.d sieht's folgendermaßen aus:
Code:

net.eth0 -> net.lo
net.lo -> //lib64/rc/sh/net.sh
net.ppp0 -> /etc/init.d/net.lo


Langsam weiß ichh nicht mehr weiter, irgendwie muß das doch gehen?!
Im englischsprachigem Teil des Forums habe ich einige ähnliche Beiträge und sogar einen Bugreport gefunden, aber irgendwie keine Lösung. :roll:
_________________
"Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction"
Back to top
View user's profile Send private message
dakjo
Veteran
Veteran


Joined: 31 Jan 2004
Posts: 1544

PostPosted: Wed Apr 30, 2008 7:28 am    Post subject: Reply with quote

Also hier sieht das ganz anders aus:

Code:

/etc/init.d/net
config_eth1=( "adsl" )
adsl_user_eth1="<username>"


Code:

/etc/ppp/chap-secrets
"user" * "passwd"
"<username>"  *       "<passwort>"


Und schon gehts.
_________________
'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de
Back to top
View user's profile Send private message
Martux
Veteran
Veteran


Joined: 04 Feb 2005
Posts: 1917

PostPosted: Wed Apr 30, 2008 2:40 pm    Post subject: Reply with quote

Ist das mit oder ohne rp-pppoe? Ich hätte es nämlich gerne ohne... Soll ja angeblich gehen.
Interessant ist, wenn ich rp-pppoe deinstalliere gibt es ja pppoe-start nicht mehr und ich komme gar nicht mehr ins Netz... Orientiert habe ich mich an folgendem Howto: http://gentoo-wiki.com/HOWTO_Connect_using_PPPoE
Auch komisch kommt mir vor, daß wenn das net.ppp0 script versucht beim Systemstart zu verbinden, ifconfig kein device ppp0 anzeigt, nach einem manuellen pppoe-start es dieses device aber gibt. :evil:
_________________
"Coincidence is God's way of remaining anonymous."
Albert Einstein
"The road to success is always under construction"
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