I have a similar problem. Running strace bonnie, it hangs like this:

gettimeofday({1289746528, 39336}, NULL) = 0
gettimeofday({1289746528, 39388}, NULL) = 0
write(3, "[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["..., 8192) = 8192
gettimeofday({1289746528, 39528}, NULL) = 0
gettimeofday({1289746528, 39580}, NULL) = 0
write(3, "[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["..., 8192) = -1 ENOSPC (No
space left on device)
write(2, "Can't write block.: No space lef"..., 44Can't write block.:
No space left on device
) = 44
write(2, "Can't write block 745111.\n", 26Can't write block 745111.
) = 26
fsync(3)                                = 0
close(3)                                = 0
unlink("./Bonnie.10657")                = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
close(-1)                               = -1 EBADF (Bad file descriptor)
close(-1)                               = -1 EBADF (Bad file descriptor)
close(-1)                               = -1 EBADF (Bad file descriptor)
exit_group(1)                           = ?


Despite the 'No space left' message, my system is not out of disk:

df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             7.5G  1.5G  5.7G  21% /
none                  1.6G  200K  1.6G   1% /dev
none                  1.6G     0  1.6G   0% /dev/shm
none                  1.6G   40K  1.6G   1% /var/run
none                  1.6G     0  1.6G   0% /var/lock
none                  7.5G  1.5G  5.7G  21% /var/lib/ureadahead/debugfs



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to