Your message dated Sat, 27 May 2006 09:35:51 -0400
with message-id <[EMAIL PROTECTED]>
and subject line pwd fails on bind mount
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: coreutils
Version: 5.94-1
Severity: important
Hi,
I noticed pwd command always failed (at least on ARM) when current
directory was mounted as bind.
For example,
------------------
$ df
/home 37610056 11959772 23739756 34% /chroot/d-i/home
$ grep d-i /etc/fstab
/home /chroot/d-i/home none bind 0 0
proc /chroot/d-i/proc proc defaults 0 0
$ dchroot -c d-i
chroot$ pwd
/home/kmuto
chroot$ /bin/pwd
/bin/pwd: couldn't find directory entry in `../..' with matching i-node
chroot$ cd /usr
chroot$ /bin/pwd
/usr
chroot$ cd /home/kmuto/d-i
chroot$ /bin/pwd
/bin/pwd: couldn't find directory entry in `../../..' with matching i-node
------------------
5.93-5 works.
This problem hits Makefile using $(shell pwd).
Thanks,
--
Kenshi Muto
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Version: 5.96-1
Should be fixed in current version.
--- End Message ---