| 2009-12-23 10:07:51 |
Ralf Hildebrandt |
bug |
|
|
added bug |
| 2009-12-23 10:07:51 |
Ralf Hildebrandt |
attachment added |
|
Dependencies.txt http://launchpadlibrarian.net/37121733/Dependencies.txt |
|
| 2009-12-23 10:07:51 |
Ralf Hildebrandt |
attachment added |
|
XsessionErrors.txt http://launchpadlibrarian.net/37121734/XsessionErrors.txt |
|
| 2009-12-23 15:39:11 |
Scott James Remnant (Canonical) |
ureadahead (Ubuntu): status |
New |
Incomplete |
|
| 2009-12-23 15:39:13 |
Scott James Remnant (Canonical) |
ureadahead (Ubuntu): importance |
Undecided |
Medium |
|
| 2009-12-23 21:42:05 |
Scott James Remnant (Canonical) |
summary |
/var/lib/ureadahead/debugfs lingering around |
/var/lib/ureadahead/debugfs not removed from /etc/mtab |
|
| 2009-12-23 21:42:09 |
Scott James Remnant (Canonical) |
ureadahead (Ubuntu): status |
Incomplete |
Triaged |
|
| 2010-04-08 15:01:34 |
Scott James Remnant (Canonical) |
summary |
/var/lib/ureadahead/debugfs not removed from /etc/mtab |
Race with mountall can mean that /var/lib/ureadahead/debugfs appears in /etc/mtab |
|
| 2010-04-08 15:03:47 |
Scott James Remnant (Canonical) |
summary |
Race with mountall can mean that /var/lib/ureadahead/debugfs appears in /etc/mtab |
Race with ureadahead can mean that /var/lib/ureadahead/debugfs appears in /etc/mtab |
|
| 2010-04-08 15:03:50 |
Scott James Remnant (Canonical) |
affects |
ureadahead (Ubuntu) |
mountall (Ubuntu) |
|
| 2010-04-15 18:17:17 |
Bob Hill |
removed subscriber Bob Hill |
|
|
|
| 2010-04-22 01:22:56 |
Scott James Remnant (Canonical) |
mountall (Ubuntu): importance |
Medium |
Low |
|
| 2011-01-30 11:02:24 |
sterios prosiniklis |
bug |
|
|
added subscriber sterios prosiniklis |
| 2011-02-07 17:09:09 |
Oliver Joos |
bug |
|
|
added subscriber Oliver Joos |
| 2011-03-10 14:31:39 |
Aaron Roydhouse |
bug |
|
|
added subscriber Aaron Roydhouse |
| 2011-03-12 09:02:31 |
astrotom |
bug |
|
|
added subscriber astrotom |
| 2011-04-03 16:50:20 |
Neal McBurnett |
description |
Binary package hint: ureadahead
$ mount
/dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
none on /var/lib/ureadahead/debugfs type debugfs (rw)
/dev/sda6 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/hildeb/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=hildeb)
/var/lib/ureadahead/debugfs is left lingering around. It's use is somewhat limited, since most Ubuntu users are not kernel developers -- if it's used as intended: http://kerneltrap.org/node/4394
ProblemType: Bug
Architecture: amd64
Date: Wed Dec 23 11:04:11 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ureadahead 0.90.3-2
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ureadahead
Uname: Linux 2.6.31-17-generic x86_64 |
When the system is booted, the mountall process may notice a temporarily-mounted file system at /var/lib/ureadahead/debugfs and record that fact in /etc/mtab. Later in the boot process, this file system is unmounted, but mountall doesn't record unmounts, so it never "forgets" this path when it's unmounted.
Mountall should if necessary remove this mount from mtab.
To confirm on your system that it is indeed not really mounted, look for it in /proc/self/mountinfo
Otherwise this may be due to a crash of the ureadahead process during boot.
---- original report ----
Binary package hint: ureadahead
$ mount
/dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
none on /var/lib/ureadahead/debugfs type debugfs (rw)
/dev/sda6 on /home type ext4 (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/hildeb/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=hildeb)
/var/lib/ureadahead/debugfs is left lingering around. It's use is somewhat limited, since most Ubuntu users are not kernel developers -- if it's used as intended: http://kerneltrap.org/node/4394
ProblemType: Bug
Architecture: amd64
Date: Wed Dec 23 11:04:11 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ureadahead 0.90.3-2
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ureadahead
Uname: Linux 2.6.31-17-generic x86_64 |
|
| 2011-04-03 16:54:30 |
Neal McBurnett |
bug |
|
|
added subscriber Neal McBurnett |
| 2011-04-06 12:03:16 |
Surrogard |
bug |
|
|
added subscriber Surrogard |
| 2011-06-20 17:51:14 |
Alex |
bug |
|
|
added subscriber Alex |
| 2011-08-26 23:42:51 |
Doug Cutting |
bug |
|
|
added subscriber Doug Cutting |
| 2011-10-30 17:09:14 |
T.J. Crowder |
bug |
|
|
added subscriber T.J. Crowder |
| 2012-02-14 07:55:30 |
Kai Kasurinen |
removed subscriber Kai Kasurinen |
|
|
|
| 2012-04-06 16:19:11 |
Nataraj |
bug |
|
|
added subscriber Nataraj |
| 2016-09-06 12:19:42 |
Jeroen Hensing |
bug |
|
|
added subscriber Jeroen Hensing |
| 2016-09-14 07:32:17 |
Maxim Kursin |
bug |
|
|
added subscriber Maxim Kursin |
| 2016-10-25 02:46:52 |
Tore Anderson |
bug |
|
|
added subscriber Tore Anderson |
| 2017-01-27 14:18:21 |
Raymond A. Meijer |
removed subscriber Raymond A. Meijer |
|
|
|