[PLD 3.x (Th): Bug 123] New: rc-script ifup-ppp can not establish adsl connection

btsadmin at pld-linux.org btsadmin at pld-linux.org
Tue Mar 25 15:43:26 CET 2008


http://bugs.pld-linux.org/show_bug.cgi?id=123

           Summary: rc-script ifup-ppp can not establish adsl connection
           Product: PLD 3.x (Th)
           Version: unspecified
          Platform: All
        OS/Version: PLD Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Core system
        AssignedTo: bugs at pld-linux.org
        ReportedBy: marel at konto.pl
                CC: shadzik at pld-linux.org
   Estimated Hours: 0.0


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12)
Gecko/20080208 PLD/3.0 (Th) BonEcho/2.0.0.12
Build Identifier: rc-scripts-0:0.4.1.16-2.i686

New rc-scripts (/etc/sysconfig/network-scripts/ifup-ppp) can not establish adsl
connection (PPPOA=yes)

Reproducible: Always

Steps to Reproduce:
1.Use configured (http://forum.pld-linux.org/viewtopic.php?t=2759) adsl
connection
2.ifup ppp0
Actual Results:  
MODEMPORT=0.35 is not a character device!


Quick repair:
--- /etc/sysconfig/network-scripts/ifup-ppp.orig     2008-03-24
20:45:48.000000000 +0100
+++ /etc/sysconfig/network-scripts/ifup-ppp     2008-03-25 13:31:38.000000000
+0100
@@ -136,10 +136,10 @@
        exit 1
 fi

-if [ ! -c "$MODEMPORT" ]; then
-       echo >&2 "MODEMPORT=$MODEMPORT is not a character device!"
-       exit 1
-fi
+#if [ ! -c "$MODEMPORT" ]; then
+#      echo >&2 "MODEMPORT=$MODEMPORT is not a character device!"
+#      exit 1
+#fi

 if [ -z "$HOLDOFF" ]; then
        HOLDOFF=30


-- 
Configure bugmail: http://bugs.pld-linux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


More information about the pld-bugs mailing list