Bug 113772 - modprobe: Can't locate module ppp0 when a connection is closed
Summary: modprobe: Can't locate module ppp0 when a connection is closed
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: modutils
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-17 17:23 UTC by Davide Bolcioni
Modified: 2014-03-17 02:41 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-02-24 05:40:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Davide Bolcioni 2004-01-17 17:23:13 UTC
Description of problem:
When a dialup connection is torn down, a spurious error message
appears in /var/log/messages.

Version-Release number of selected component (if applicable):
modutils-2.4.25-13

How reproducible:
Always

Steps to Reproduce:
1. Estabilish a dialup connection.
2. tail -f /var/log/messages
3. Tear the connection down
  
Actual results:
the message

  modprobe: Can't locate module ppp0

appears before pppd exits.

Expected results:
No such message.

Additional info:
The following lines appear in /etc/modprobe.conf.dist

  alias ppp0 ppp
  alias ppp1 ppp

but there is no ppp.o module nor an alias pointing to it. Pointing
the aliases to ppp_generic gets rid of the spurious message, but I
am not sure of the ramifications (although it still works).

Comment 1 Bill Nottingham 2004-02-24 05:40:43 UTC
Fixed in modutils-2.4.26-6.


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