public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* xfs mknod regression
@ 2007-12-18  4:48 Bret Towe
  2007-12-18 13:46 ` David Chinner
  2007-12-18 17:36 ` Christoph Hellwig
  0 siblings, 2 replies; 6+ messages in thread
From: Bret Towe @ 2007-12-18  4:48 UTC (permalink / raw)
  To: linux-kernel, xfs

I hit a bug in 2.6.24-rc looks to be in 2.6.23 also so not sure how
long it's been there
with an xfs filesystem pbuilder has an issue using device files it
makes for chroot
the mknod command looks to work fine the file is created
however when attempting to use one of the created files you see
something like the below

ghoststar dev # echo "hi" > null
bash: null: No such device or address
ghoststar dev # ls -l null
crw-rw-rw- 1 root root 1, 3 2007-12-17 20:34 null
ghoststar dev # ls -l /dev/null
crw-rw-rw- 1 root root 1, 3 2007-10-05 17:29 /dev/null
ghoststar dev # echo "hi" > /dev/null
ghoststar dev #

I have not done any bisecting yet if needed I can narrow it down
the minor work around I found was to just mount an ext3 filesystem
where pbuilder builds

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-19 23:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18  4:48 xfs mknod regression Bret Towe
2007-12-18 13:46 ` David Chinner
2007-12-18 17:36 ` Christoph Hellwig
2007-12-19  0:37   ` David Chinner
2007-12-20  0:04     ` Rafael J. Wysocki
2007-12-19  2:46   ` Bret Towe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox