Bug 52991 - ppp connection started via ifup-ppp will not close via ifdown-ppp if connection not made on first try
Summary: ppp connection started via ifup-ppp will not close via ifdown-ppp if connecti...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-09-01 04:57 UTC by Charles A Crayne
Modified: 2014-03-17 02:23 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-19 19:58:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Charles A Crayne 2001-09-01 04:57:44 UTC
Description of Problem: If a ppp connection is invoked via ifup-ppp, and the connection is not successful on the first attempt,  ppp-watch
makes two calls to ifup-ppp after timeout delay. The second call fails because the first call holds the modem lock, which causes ppp-watch to exit.
Since ifdown-ppp checks for a running copy of ppp-watch, it refuses to shut down the ppp connection. May be related to bug 43501.


Version-Release number of selected component (if applicable):
initscripts-5.83

How Reproducible:
Always

Steps to Reproduce:
1. Force script failure by disconnecting phone line from modem and invoke ifup ppp0.
2. After connect script failure, reconnect phone line to allow redial to be successful
3. invoke ifdown ppp0

Actual Results:


Expected Results:


Additional Information:

Comment 1 Charles A Crayne 2001-09-16 05:26:12 UTC
Upon additional problem determination, I find that this bug is caused by Scott
Sharkey's MAXFAIL patch being placed following the previous retry logic, instead
of replacing it. I have had good luck in testing by merely commenting out the
previous if block. However, I wonder if it would be better to place the MAXFAIL
code inside the if block. [Still deleting the original forkexec, of course.]


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