Xymon Mailing List Archive search

hobbitd error?

9 messages in this thread

list Mike · Sat, 17 Feb 2007 14:54:58 +0000 (UTC) ·
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 · Sat, 17 Feb 2007 16:44:34 +0100 ·
quoted from 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.
list Anton Burkhalter · Sat, 17 Feb 2007 16:52:31 +0100 ·
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 · Sat, 17 Feb 2007 16:04:31 +0000 (UTC) ·
quoted from Anton Burkhalter
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 · Sat, 17 Feb 2007 16:05:43 +0000 (UTC) ·
quoted from Anton Burkhalter
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 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:
quoted from Mike

[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 · Sat, 17 Feb 2007 17:07:21 +0100 ·
Have you checked the number of free inodes on the filesystem ?
quoted from Mike

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 -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]$ 

-- 

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 · Sat, 17 Feb 2007 16:15:02 +0000 (UTC) ·
quoted from Stephane Caminade
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 -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]$ 

Duh, that's it, thanks.

Mike
list Lars Ebeling · Sat, 17 Feb 2007 17:16:50 +0100 ·
Try df -i

to see inode usage

Lars
quoted from Mike
----- 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 
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

list Mike · Sat, 17 Feb 2007 16:30:53 +0000 (UTC) ·
On 2007-02-17, lars ebeling <user-1fecd3eafd52@xymon.invalid> wrote:
Try df -i
That was it, thanks.

Mike