gdwathare
18th November 2008, 11:21
Hi , I am facing the below message in the log.bshell. please help to understand

2008-11-16[15:02:18(UTC-08:00)]:E:jobuser: Errno 28 (No space left on device) bdb_errno 0
2008-11-16[15:02:18(UTC-08:00)]:E:jobuser: Log_mesg: sflush(): write error

Moreover , at the same time ajob run which created a file with the fixed length.Sometime the job does not wirtes to the file completly , skips some records and then again starts writing to the files?

Please suggest for the above two problem? Are they linked to each other?

bdittmar
18th November 2008, 11:32
Hi , I am facing the below message in the log.bshell. please help to understand

2008-11-16[15:02:18(UTC-08:00)]:E:jobuser: Errno 28 (No space left on device) bdb_errno 0
2008-11-16[15:02:18(UTC-08:00)]:E:jobuser: Log_mesg: sflush(): write error

Moreover , at the same time ajob run which created a file with the fixed length.Sometime the job does not wirtes to the file completly , skips some records and then again starts writing to the files?

Please suggest for the above two problem? Are they linked to each other?

Hello,

as the log says, there's no space left on device.

Ensure that theres enough space on disk !

Regards

gdwathare
18th November 2008, 12:00
Hi ,

Is it some thing related to the buffer of the system???

Morveover are the two problem link to each other

Cesar Lopez
10th December 2008, 01:37
there could be space in tmp directory, but also in memory, check the behavior of your memory when running this, and i also see one case like this and the problem was that there was a limit of max_open_files(maximun number of open files in memory).

Regards