Bug 14972 - autofs error message (insmod) at startup
Summary: autofs error message (insmod) at startup
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: autofs
Version: 7.0
Hardware: i386
OS: Linux
high
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard: Winston rc1
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-01 15:23 UTC by Michael Redinger
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-04 14:45:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Redinger 2000-08-01 15:23:30 UTC
When starting a Pinestripe system (a complete install - so nothing should
be missing) I do get the error message:

insmod: insmod: insmod autofs failed

(right before the "Mounting other filesystems" message)

Comment 1 Bill Nottingham 2000-08-01 15:29:48 UTC
What's your /etc/fstab look like?

Comment 2 Michael Redinger 2000-08-01 15:35:52 UTC
Nothing special with this. Generated by installer.

LABEL=/		/		ext2	defaults		1 1
LABEL=/boot	/boot		ext2	defaults		1 2
/dev/cdrom	/mnt/cdrom	iso9660	noauto,owner,ro	0 0
/dev/fd0		/mnt/floppy	auto	noauto,owner	0 0
none		/proc		proc	defaults		0 0
none		/dev/pts		devpts	gid=5,mode=620	0 0
/dev/hda6	swap		swap	defaults		0 0


Comment 3 Nalin Dahyabhai 2000-08-02 22:36:30 UTC
This looks like some strange concurrency problem in the kernel or modutils --
the kernel attempts to autoload the autofs.o kernel module, and if you start
with multiple automounted directories, multiple attempts are kicked off at
once.  As part of another bug fix, syslog is now being started before autofs, so
this message is being redirected to a log.

Comment 4 Glen Foster 2000-08-04 14:45:33 UTC
This defect is considered MUST-FIX for Winston Release-Candidate #1

Comment 5 Nalin Dahyabhai 2000-08-04 19:03:58 UTC
Workaround added to autofs-4.0.0pre7-23 and later.


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