[Bug 14115] Doesn't create modules until next reboot

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sun Sep 11 21:40:14 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=14115
Ubuntu | linux-restricted-modules


mdz at ubuntu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mdz at ubuntu.com




------- Additional Comments From mdz at ubuntu.com  2005-09-11 22:40 UTC -------
(In reply to comment #7)
> Daniel, you marked this as PENDINGUPLOAD. Do you know what is wrong and how to
> fix it? A friend just updated his hoary and got his box broken by this, what is
> the right fix?

The (trivial) fix is explained in comment #3

(In reply to comment #6)
> Here is is my fstab, and output of mount command.
> 
> $ cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/hda5       /               ext3    noatime,errors=remount-ro 0       1
> /dev/hda1       /boot           ext2    defaults        0       2
> /dev/hda6       /home           reiserfs noatime,user_xattr 0       2
> /dev/hda7       /tmp            ext3    noatime,nodev,nosuid 0       2
> /dev/hda11      /usr            ext3    noatime         0       2
> /dev/hda10      /var            ext3    noatime         0       2
> /dev/hda8       none            swap    sw              0       0
> /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
> /dev/hdd        /media/cdrom1   udf,iso9660 user,noauto     0       0
> /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
> 
> $mount
> /dev/hda5 on / type ext3 (rw,noatime,errors=remount-ro)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> usbfs on /proc/bus/usb type usbfs (rw)
> tmpfs on /lib/modules/2.6.12-7-386/volatile type tmpfs (rw)
> /dev/hda1 on /boot type ext2 (rw)
> /dev/hda6 on /home type reiserfs (rw,noatime,user_xattr)
> /dev/hda7 on /tmp type ext3 (rw,nosuid,nodev,noatime)
> /dev/hda11 on /usr type ext3 (rw,noatime)
> /dev/hda10 on /var type ext3 (rw,noatime)
> tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
> none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
> 
> 

noatime on / and /var seems like a bad idea to me.  Unless you are running on a
flash filesystem or otherwise cannot tolerate disk writes, don't do this.

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list