I have found an error in the /trunk/target/generic/target_skeleton/etc/init.d/network script regarding PPPoE.
The script writes to /tmp/etc/ppp/pppoe.conf CONFIG=\"/etc/ppp\" CF_BASE=\"pppoe.conf\" The problem is that $CONFIG is used all over the pppoe-start and pppoe-status scripts, so $CONFIG gets reassigned from it's default of /etc/ppp/pppoe.conf, pppoe-status fails for a missing config and then the pppoe-start times out, although PPPoE is actually running. No pid files get created so it does not even shutdown pppd/pppoe when it fails. Removing both of these variables from the network script works for me, pid files are created and it does not complain about a timeout. Terry Markovich ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
