Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266728 - sys-fs/udev-124-r2 starts /etc/init.d/net.nas0, which must starts manually after adsl-modem finished initial training
Summary: sys-fs/udev-124-r2 starts /etc/init.d/net.nas0, which must starts manually af...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-19 07:22 UTC by MaratIK
Modified: 2013-01-17 18:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MaratIK 2009-04-19 07:22:26 UTC
sys-fs/udev-124-r2 starts /etc/init.d/net.nas0, which must starts manually after adsl-modem finished initial training, and only after this, net.ppp0 starts.

Reproducible: Always

Steps to Reproduce:

Actual Results:  
br2684ctl starts, but ADSL-line is not established and therefore net.nas0 does not starts properly

Expected Results:  
net.nas0 and net.ppp0 starts sequentally by hand

please add "nas*"-interface to this block in "/lib/udev/net.sh":

# ignore interfaces that are registered after being "up" (?)
case ${IFACE} in
        ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*)
                exit 0 ;;
esac

P.S.: What's up with the braces count (I see close brace but not start brace)?
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-20 20:54:50 UTC
(In reply to comment #0)
> P.S.: What's up with the braces count (I see close brace but not start brace)?

That's normal syntax for the "case" command in bash...
Comment 2 Matthias Schwarzott gentoo-dev 2009-04-21 06:54:39 UTC
This will be added to next udev version/ebuild.
Do we need a custom setting in /etc/conf.d/udev, which interfaces to ignore additionally (to not need to wait for the ebuild to be updated), or is it enough to be able to block these with rc_hotplug="!net.xxx*"
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-01-17 17:49:26 UTC
Reporter: Is this bug valid still for =sys-fs/udev-197-r2 which is being stabilized?

And reply to last comment while at it, please.
Comment 4 MaratIK 2013-01-17 18:09:09 UTC
I have not anymore adsl modem