Package: coreutils Version: 8.5-1 Happy new year. Today I ran
$ du -sk ~/* to see where all the space is going. The traversal almost certainly was in ~/src, and being bored, I suspended it to examine that directory: ^Z [1]+ Stopped du -sk ~/* In another terminal I ran "cd ~/src && du -sk *". ~/src/netbsd was very big, so I moved it (using chmod +w first) to ~/.cache on the same filesystem for future reference. And now time to resume the toplevel search: $ fg du -sk ~/* du: fts_read failed: No such file or directory du: du.c:583: process_file: Assertion `level == prev_level - 1' failed. Aborted (core dumped) Lacking debugging symbols, the core dump does not seem so useful, but I still have it. libc6 is 2.11.2-7, filesystem is ext4, and the kernel is 2.6.37-rc7-686. If there is additional information I could provide, just ask. Regards, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org