Summary: | sys-fs/unionfs-1.1.4-r1: command hangs at unionfs dir | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Christian Andreetta (RETIRED) <satya> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kernel |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Toralf Förster
2006-04-06 04:29:09 UTC
Here's the outout of the console: n22 /mnt/ramdisk/src # make clean CLEAN arch/i386/boot/compressed CLEAN arch/i386/boot CLEAN /mnt/ramdisk/src CLEAN arch/i386/kernel CLEAN drivers/char CLEAN drivers/video/logo CLEAN init CLEAN kernel CLEAN lib CLEAN usr CLEAN .tmp_versions and here the process table: make,9149 clean └─sh,9665 -c echo\040'\040\040CLEAN\040\040\040.tmp_versions'\040&&\040rm\040-rf\040.tmp_versions └─rm,9666 -rf .tmp_versions Same behaviour for 1.1.4-r1: n22 /mnt/ramdisk/src # make clean CLEAN arch/i386/boot/compressed CLEAN arch/i386/boot CLEAN /mnt/ramdisk/src CLEAN arch/i386/kernel CLEAN drivers/char CLEAN drivers/video/logo CLEAN init CLEAN kernel CLEAN lib CLEAN usr CLEAN .tmp_versions << hanging at this point :-( Could you try to do this without a temporary file system? That is, with /mnt/ramdisk as an ext{2,3}, reiserfs or xfs partition. Ok, doing the same under /root (ext3fs) : n22 ~ # pwd /root n22 ~ # modprobe unionfs n22 ~ # mkdir src n22 ~ # mkdir src_overlay n22 ~ # mount -t unionfs -o dirs=/root/src_overlay/=rw:/usr/src/linux-2.6.15-gentoo-r1/=ro unionfs /root/src n22 ~ # unionctl /root/src --list /root/src_overlay (rw-) /usr/src/linux-2.6.15-gentoo-r1 (r--) n22 ~/src # make clean CLEAN arch/i386/boot/compressed CLEAN arch/i386/boot CLEAN /root/src CLEAN arch/i386/kernel CLEAN drivers/char CLEAN drivers/video/logo CLEAN init CLEAN kernel CLEAN lib CLEAN usr CLEAN .tmp_versions hanging here :-( issue went away using newer kernel and/or glibc, now the kernel oopses, reported upstream : https://bugzilla.fsl.cs.sunysb.edu/show_bug.cgi?id=499 |