Bug 134984 - updfstab insists on trying to load floppy driver on system with no floppy drive
Summary: updfstab insists on trying to load floppy driver on system with no floppy drive
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kudzu
Version: 2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-07 18:16 UTC by Orion Poplawski
Modified: 2014-03-17 02:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-07 18:47:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2004-10-07 18:16:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040922

Description of problem:
updfstab generates the following messages in /var/log/messages:

Oct  7 12:09:22 aspen kernel: updfstab: Using deprecated /dev/sg
mechanism instead of SG_IO on the actual device
Oct  7 12:09:22 aspen kernel: inserting floppy driver for 2.6.8-1.521smp
Oct  7 12:09:22 aspen kernel: Floppy drive(s): fd0 is 1.44M
Oct  7 12:09:25 aspen kernel: floppy0: no floppy controllers found
Oct  7 12:09:25 aspen modprobe: FATAL: Error inserting floppy
(/lib/modules/2.6.8-1.521smp/kernel/drivers/block/floppy.ko): No such
device

I don't know why it tries to load the floppy driver since there is no
floppy drive in this system

The FATAL error generates a spurious LogWatch message, which is annoying.

Version-Release number of selected component (if applicable):
kudzu-1.1.68.2-1

How reproducible:
Always

Steps to Reproduce:
1. Run updfstab on system without floppy
2.
3.
    

Additional info:

Comment 1 Bill Nottingham 2004-10-07 18:47:14 UTC
You can't tell whether or not there is a floppy drive without loading
the floppy driver.

install floppy /bin/true

in /etc/modprobe.conf will make it go away.


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