Bug 57309 - ppp on demand hangs on boot
Summary: ppp on demand hangs on boot
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ppp
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-12-10 03:58 UTC by Nick Brown
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-13 09:33:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Nick Brown 2001-12-10 03:58:40 UTC
When ppp is set to demand and start on boot, system hangs on boot. ppp
watcher needs to be run as daemon or in background. work around is to hack
the /etc/rc.d/init.d/network script to check if service is ppp and to run
it in background with:

 if [ $i = "ppp0" ]
 then
    action $"Bringing up interface $i: " ./ifup $i boot &
 else
    action $"Bringing up interface $i: " ./ifup $i boot
 fi

a minor pain for me, a major pain when I have to fix my dads box

Comment 1 Thomas Woerner 2004-08-13 09:33:27 UTC
Please verify this with a newer version of Red Hat Enterprise Linux or Fedora
Core and reopen it against the new version if it still occurs.

Closing as "not a bug" for now.



Note You need to log in before you can comment on or make changes to this bug.