In my hobbitd.log file every few minutes I get the message:
Cannot open checkpoint file /opt/hobbitd/4.2.0/server/tmp/hobbitd.chk.1171722034 : No space left on device
The web page 'bb2.html' is not updating at all. Any gueses what's going on? My filesystems have plenty of space.
Fedora Core 5 Hobbit 4.2.0
Mike
In my hobbitd.log file every few minutes I get the message: Cannot open checkpoint file /opt/hobbitd/4.2.0/server/tmp/hobbitd.chk.1171722034 : No space left on device
No space left on device means "No space left on device" ==> Your disk is full; what else.
On 2007-02-17, Anton Burkhalter <anton.burkhalter at gmx.net> wrote:
In my hobbitd.log file every few minutes I get the message: Cannot open checkpoint file /opt/hobbitd/4.2.0/server/tmp/hobbitd.chk.1171722034 : No space left on device
No space left on device means "No space left on device" ==> Your disk is full; what else.
By the error that is an obvious answer, however:
[hobbit at elo tmp]$ df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-optlv 222135 148935 61741 71% /opt [hobbit at elo tmp]$
shows there is 61M of free space in that filesystem.
Mike
Try df -i
to see inode usage
Lars ----- Original Message ----- From: "Mike" <mikee at mikee.ath.cx> To: <hobbit at hswn.dk> Sent: Saturday, February 17, 2007 5:05 PM Subject: [hobbit] Re: hobbitd error?
On 2007-02-17, Anton Burkhalter <anton.burkhalter at gmx.net> wrote:
In my hobbitd.log file every few minutes I get the message: Cannot open checkpoint file /opt/hobbitd/4.2.0/server/tmp/hobbitd.chk.1171722034 : No space left on device
No space left on device means "No space left on device" ==> Your disk is full; what else.
By the error that is an obvious answer, however:
[hobbit at elo tmp]$ df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-optlv 222135 148935 61741 71% /opt [hobbit at elo tmp]$
shows there is 61M of free space in that filesystem.
Mike
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi Mike
If you are sure that there is plenty of space on disk, check that the hobbit user has write access to the directory /opt/hobbitd/4.2.0/server/tmp/ As the hobbit user try to put a file into the directory: echo "test" > /opt/hobbitd/4.2.0/server/tmp/create_file_test.tmp
Next check that there are not "to many files" in that folder. ls -l /opt/hobbitd/4.2.0/server/tmp | wc -l
Toni
On 2007-02-17, Anton Burkhalter <anton.burkhalter at gmx.net> wrote:
Hi Mike
If you are sure that there is plenty of space on disk, check that the hobbit user has write access to the directory /opt/hobbitd/4.2.0/server/tmp/ As the hobbit user try to put a file into the directory: echo "test" > /opt/hobbitd/4.2.0/server/tmp/create_file_test.tmp
Next check that there are not "to many files" in that folder. ls -l /opt/hobbitd/4.2.0/server/tmp | wc -l
I had not tried to put a file in the directory, there is plenty of space. When I try to touch a file in that directory (new file) I get the same error. What's going on here?
Mike
[hobbit at elo tmp]$ ls -ld drwxrwxr-x 2 hobbit hobbit 1024 Feb 16 13:53 . [hobbit at elo tmp]$ ls -l total 10 -rw-rw-r-- 1 hobbit hobbit 4648 Feb 17 09:55 alert.chk -rw-rw-r-- 1 hobbit hobbit 243 Feb 17 09:55 alert.chk.sub -rw-rw-r-- 1 hobbit hobbit 21 Feb 17 09:59 ping..status -rw------- 1 hobbit hobbit 207 Feb 4 11:00 ping-stderr.13031 -rw------- 1 hobbit hobbit 1860 Feb 4 11:00 ping-stdout.13031 [hobbit at elo tmp]$ touch howard touch: cannot touch `howard': No space left on device [hobbit at elo tmp]$ df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-optlv 222135 148935 61741 71% /opt [hobbit at elo tmp]$
Have you checked the number of free inodes on the filesystem ?
Mike wrote:
On 2007-02-17, Anton Burkhalter <anton.burkhalter at gmx.net> wrote:
Hi Mike
If you are sure that there is plenty of space on disk, check that the hobbit user has write access to the directory /opt/hobbitd/4.2.0/server/tmp/ As the hobbit user try to put a file into the directory: echo "test" > /opt/hobbitd/4.2.0/server/tmp/create_file_test.tmp
Next check that there are not "to many files" in that folder. ls -l /opt/hobbitd/4.2.0/server/tmp | wc -l
I had not tried to put a file in the directory, there is plenty of space. When I try to touch a file in that directory (new file) I get the same error. What's going on here?
Mike
[hobbit at elo tmp]$ ls -ld drwxrwxr-x 2 hobbit hobbit 1024 Feb 16 13:53 . [hobbit at elo tmp]$ ls -l total 10 -rw-rw-r-- 1 hobbit hobbit 4648 Feb 17 09:55 alert.chk -rw-rw-r-- 1 hobbit hobbit 243 Feb 17 09:55 alert.chk.sub -rw-rw-r-- 1 hobbit hobbit 21 Feb 17 09:59 ping..status -rw------- 1 hobbit hobbit 207 Feb 4 11:00 ping-stderr.13031 -rw------- 1 hobbit hobbit 1860 Feb 4 11:00 ping-stdout.13031 [hobbit at elo tmp]$ touch howard touch: cannot touch `howard': No space left on device [hobbit at elo tmp]$ df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-optlv 222135 148935 61741 71% /opt [hobbit at elo tmp]$
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
--
Stephane Caminade Administrateur Systemes et Reseaux \ <Stephane.Caminade at ias.u-psud.fr> Institut d'Astrophysique Spatiale / tel : (33) (1) 69 85 87 03 Batiment 121, Universite Paris XI \ fax : (33) (1) 69 85 86 75 F-91405 ORSAY Cedex / www : http://www.ias.u-psud.fr/
On 2007-02-17, Stephane Caminade <stephane.caminade at ias.u-psud.fr> wrote:
Have you checked the number of free inodes on the filesystem ?
Mike wrote:
On 2007-02-17, Anton Burkhalter <anton.burkhalter at gmx.net> wrote:
Hi Mike
If you are sure that there is plenty of space on disk, check that the hobbit user has write access to the directory /opt/hobbitd/4.2.0/server/tmp/ As the hobbit user try to put a file into the directory: echo "test" > /opt/hobbitd/4.2.0/server/tmp/create_file_test.tmp
Next check that there are not "to many files" in that folder. ls -l /opt/hobbitd/4.2.0/server/tmp | wc -l
I had not tried to put a file in the directory, there is plenty of space. When I try to touch a file in that directory (new file) I get the same error. What's going on here?
Mike
[hobbit at elo tmp]$ ls -ld drwxrwxr-x 2 hobbit hobbit 1024 Feb 16 13:53 . [hobbit at elo tmp]$ ls -l total 10 -rw-rw-r-- 1 hobbit hobbit 4648 Feb 17 09:55 alert.chk -rw-rw-r-- 1 hobbit hobbit 243 Feb 17 09:55 alert.chk.sub -rw-rw-r-- 1 hobbit hobbit 21 Feb 17 09:59 ping..status -rw------- 1 hobbit hobbit 207 Feb 4 11:00 ping-stderr.13031 -rw------- 1 hobbit hobbit 1860 Feb 4 11:00 ping-stdout.13031 [hobbit at elo tmp]$ touch howard touch: cannot touch `howard': No space left on device [hobbit at elo tmp]$ df -k . Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-optlv 222135 148935 61741 71% /opt [hobbit at elo tmp]$
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Duh, that's it, thanks.
Mike
participants (4)
-
anton.burkhalter@gmx.net
-
lars.ebeling@leopg9.no-ip.org
-
mikee@mikee.ath.cx
-
stephane.caminade@ias.u-psud.fr