[BusyBox] [joeyh at debian.org: Bug#257625: umount -a does not umount /target/proc]

Bastian Blank waldi at debian.org
Mon Jul 5 04:48:53 UTC 2004


----- Forwarded message from Joey Hess <joeyh at debian.org> -----

Subject: Bug#257625: umount -a does not umount /target/proc
Date: Sun, 4 Jul 2004 15:17:09 -0400
From: Joey Hess <joeyh at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>

Package: busybox-cvs
Severity: normal

umount -a does not seem to umount /target/proc in d-i. Before the umount
-a, /proc/mounts showed /target and /target/proc are mounted, along with
some other things. umount -a complains that /target is busy, and after
it's run both /target and /target/proc remain mounted.

I had to put a fix into prebaseconfig to work around this bug.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US, LC_CTYPE=en_US

----- End forwarded message -----

I take a look into umount.c and found the following:
219        if (strstr(mountpt, "proc")!= NULL)
220            continue;

I think that should be removed.

Bastian

-- 
The more complex the mind, the greater the need for the simplicity of play.
		-- Kirk, "Shore Leave", stardate 3025.8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.busybox.net/pipermail/busybox/attachments/20040705/c0a1bdb2/attachment-0002.pgp 


More information about the busybox mailing list