No amount of google searching has turned up anything at all. This might even be a first?!?
I have 3 gentoo boxes running at home, and only 1 is exhibiting this problem. Just happens to be my file server.
in short, I cant run "tail -f" on any file.
I can "tail -200" or almost any other tail function, just not follow.
I get the following.
Code: Select all
castle ~ # tail -f /var/log/messages
Dec 9 09:07:43 castle postfix/postfix-script[29480]: refreshing the Postfix mail system
Dec 9 09:07:43 castle postfix/master[30949]: reload -- version 2.6.5, configuration /etc/postfix
Dec 9 09:09:07 castle postfix/postfix-script[29779]: stopping the Postfix mail system
Dec 9 09:09:07 castle postfix/master[30949]: terminating on signal 15
Dec 9 09:09:08 castle postfix/postfix-script[29869]: starting the Postfix mail system
Dec 9 09:09:08 castle postfix/master[29870]: daemon started -- version 2.6.5, configuration /etc/postfix
Dec 9 09:25:16 castle dhcpd: Wrote 70 leases to leases file.
Dec 9 09:25:16 castle dhcpd: DHCPREQUEST for 10.0.0.49 from 00:0b:e6:0a:95:cc (Wii) via eth0
Dec 9 09:25:16 castle dhcpd: DHCPACK on 10.0.0.49 to 00:0b:e6:0a:95:cc (Wii) via eth0
tail: cannot watch `/var/log/messages': No space left on device
castle ~ #
Code: Select all
castle ~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md2 243096064 144765356 98330708 60% /
udev 10240 104 10136 2% /dev
/dev/md3 2930198056 871312596 2058885460 30% /mnt/md3
/dev/md0 101018 7211 88591 8% /boot
I tried re-emerging coreutils just now, no affect.
I can't say I know when this started, but it's possible it started around the time I did a "emerge -pvnuND world" & revdep-rebuild
But, like I said, my other 2 Gentoo machines work fine, and I had also done a emerge world on them.
Anybody seen this before?
Cheers
Shane



