hobbitd error?
list 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 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
list Anton Burkhalter
▸
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.
list Anton Burkhalter
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
list Mike
▸
On 2007-02-17, Anton Burkhalter <user-0fe67fd59d68@xymon.invalid> 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]$
list Mike
▸
On 2007-02-17, Anton Burkhalter <user-0fe67fd59d68@xymon.invalid> 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 deviceNo 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
list Stephane Caminade
Have you checked the number of free inodes on the filesystem ?
▸
Mike wrote:On 2007-02-17, Anton Burkhalter <user-0fe67fd59d68@xymon.invalid> 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 -lI 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]$
--
Stephane Caminade Administrateur Systemes et Reseaux \ <user-b664a384004a@xymon.invalid> Institut d'Astrophysique Spatiale / tel : (XX) (X) XX XX XX XX Batiment 121, Universite Paris XI \ fax : (XX) (X) XX XX XX XX F-91405 ORSAY Cedex / www : http://www.ias.u-psud.fr/
list Mike
▸
On 2007-02-17, Stephane Caminade <user-b664a384004a@xymon.invalid> wrote:
Have you checked the number of free inodes on the filesystem ? Mike wrote:On 2007-02-17, Anton Burkhalter <user-0fe67fd59d68@xymon.invalid> 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 -lI 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]$
Duh, that's it, thanks. Mike
list Lars Ebeling
Try df -i to see inode usage Lars
▸
----- Original Message -----
From: "Mike" <user-b6f75e481c45@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Saturday, February 17, 2007 5:05 PM
Subject: [hobbit] Re: hobbitd error?
On 2007-02-17, Anton Burkhalter <user-0fe67fd59d68@xymon.invalid> 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 deviceNo 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
list Mike
On 2007-02-17, lars ebeling <user-1fecd3eafd52@xymon.invalid> wrote:
Try df -i
That was it, thanks. Mike