bor@localhost% rpm -q kudzu
kudzu-0.98.2-6mdk
bor@localhost% cat /etc/fstab
/dev/hdb5 / reiserfs defaults 1 1
none /dev/pts devpts mode=0620 0 0
/mnt/cdrom /mnt/cdrom supermount
fs=iso9660,dev=/dev/cdrom,--,ro,noexec,nosuid,nodev,exec,unhide 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount
fs=iso9660,dev=/dev/cdrom2,--,ro,noexec,nosuid,nodev,exec,unhide 0 0
/mnt/floppy /mnt/floppy supermount
fs=auto,dev=/dev/fd0,--,nosuid,nodev,unhide 0 0
/dev/hda1 /mnt/win_c vfat
iocharset=koi8-r,umask=0,nosuid,check=strict,user,exec,codepage=866,nodev 0 0
/dev/hda5 /mnt/win_d vfat
iocharset=koi8-r,umask=0,nosuid,check=strict,user,exec,codepage=866,nodev 0 0
/dev/hda2 /mnt/win_e ntfs iocharset=koi8-r,umask=0,nosuid,user,exec,nodev
0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0
/dev/hdb7 /mnt/hdb7 ext2 defaults,noauto,user 1 1
bor@localhost% sudo /usr/sbin/updfstab
getgrnam failed for getgrnam failed for %sbor@localhost%
!!! ^^^^^^^^^^^^^^^^^^^^^^^^^^^ !!!
bor@localhost% cat /etc/fstab
/dev/hdb5 / reiserfs defaults 1 1
none /dev/pts devpts mode=0620 0 0
/mnt/cdrom /mnt/cdrom supermount
fs=iso9660,dev=/dev/cdrom,--,ro,noexec,nosuid,nodev,exec,unhide 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount
fs=iso9660,dev=/dev/cdrom2,--,ro,noexec,nosuid,nodev,exec,unhide 0 0
/mnt/floppy /mnt/floppy supermount
fs=auto,dev=/dev/fd0,--,nosuid,nodev,unhide 0 0
/dev/hda1 /mnt/win_c vfat
iocharset=koi8-r,umask=0,nosuid,check=strict,user,exec,codepage=866,nodev 0 0
/dev/hda5 /mnt/win_d vfat
iocharset=koi8-r,umask=0,nosuid,check=strict,user,exec,codepage=866,nodev 0 0
/dev/hda2 /mnt/win_e ntfs iocharset=koi8-r,umask=0,nosuid,user,exec,nodev
0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0
/dev/hdb7 /mnt/hdb7 ext2 defaults,noauto,user 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0
Note the last two lines here that are inserted by updfstab - looks, like
it does not know about supermount?
I commented out call to updfstab in /etc/init.d/kudzu but I still get some
getgrnam failed from it at startup ... unfortunately, for whatever reason
I cannot find them in boot.log anymore.
-andrej