Bug 149188 - automount fails and ends up in D state
Summary: automount fails and ends up in D state
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 3
Hardware: i686 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 19:40 UTC by Sid Boyce
Modified: 2006-02-08 19:59 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sid Boyce 2006-02-08 19:40:43 UTC
ps fax|grep mount
14923 ?        S      0:00  \_ /bin/bash /usr/share/hal/scripts/hal-system-storage-mount
13734 ?        Ds     0:00 /usr/sbin/automount /media file /etc/auto.misc
14938 ?        D      0:00  \_ /usr/sbin/automount /media file /etc/auto.misc

/etc/fstab
==========
/dev/hda1            /                    reiserfs   acl,user_xattr        1 1
/dev/sdb1            /data1               auto       noauto,user           0 0
/dev/sdc1            /windows/C           vfat       users,gid=users,umask=0002,utf8=true 0 0
/dev/hda2            swap                 swap       pri=42                0 0
/dev/sdb2            swap                 swap       pri=42                0 0
/dev/sda1            /media/usbdisk       reiserfs     auto,acl,user_xattr         0 0
/dev/cdrecorder      /media/cdrecorder    auto      rw,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/cdrom           /media/cdrom         auto      ro,procuid,nosuid,nodev,exec 0 0
/dev/dvd             /media/dvd           auto      ro,procuid,nosuid,nodev,exec 0 0
/dev/dvdrecorder      /media/dvdrecorder    auto      rw,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
proc                 /proc                proc       defaults              0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
sysfs                /sys                 sysfs      noauto                0 0
none                 /subdomain       subdomainfs noauto         0 0

/etc/auto.master
==================
/media  /etc/auto.misc --timeout=60

/etc/auto.misc
==============
cdrom           -fstype=auto,ro         :/dev/cdrom
cdrecorder      -fstype=auto,rw         :/dev/cdrecorder
dvdrecorder     -fstype=auto,rw         :/dev/dvdrecorder
dvd             -fstype=auto,ro         :/dev/dvd
usbdisk         -fstype=auto,rw         :/dev/sda1

/var/log/messages
==================
Feb  8 16:55:50 barrabas automount[15104]: mount_autofs: already mounted
Feb  8 16:55:50 barrabas automount[15104]: /media: mount failed!

I initially didn't have timeout set, so I shall reboot and see if it changes the symptom. Reboot gets stuck at shutting down automount.
Comment 1 Sid Boyce 2006-02-08 19:58:04 UTC
On reboot, it didn't start because of "--timeout=60", changed to "--timeout 60", perhaps it needed a timeout value, now it works.
Comment 2 Sid Boyce 2006-02-08 19:59:23 UTC
Fixed -- see previous comment.