paniclog what is this?

JosHost

Verified User
Joined
Mar 9, 2006
Messages
37
Location
israel
Hi,
i would like to know gennerally what is the paniclog, as it have the name "panic" in it,

this is the last log:
09 08:07:23 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 08:22:14 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 08:35:42 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 08:51:33 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 09:02:11 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 09:17:28 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 09:32:21 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 09:48:11 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 10:02:36 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 10:17:25 1FQoXD-0003Ga-Nt Couldn't create message log /var/spool/exim/msglog//1FQoXD-0003Ga-Nt: Input/output error
2006-04-09 10:32:32 1FQoX

what is this?
 
Exim writes to the /var/log/exim/paniclog when it cannot complete a function.

In this case it appears you either don't have a directory at /var/spool/exim/msglog, or if you do it's got the wrong permissions or ownership, or your partition is full.

What is your output from:
Code:
$ cd /var/spool/exim
$ ls -ald msglog/
Jeff
 
Hi Jeff,

when i am placing the command:
cd /var/spool/exim
their is no output, it just give me the command line again.

when i am inserting:
ls -ald msglog/

the output is:
drwxr-x--- 2 mail mail 1449984 Apr 10 00:01 msglog/

i realy don't know nothing about it,
i appriciate your help,
what this result meaning ?
i have on email:
Spamassassin . SPAM Filters
Webmail: Squirrelmail
Webmail: UebiMiau
i also installed the smtp limiter
thanks
joseph.
 
The directory permissions and ownership look fine (the cd command merely put you in the right directory to check the permissions and ownership, without any output).

What is the output of:
Code:
df -h
???

Jeff
 
hi ,
the output is :
Filesystem Size Used Avail Use% Mounted on
/dev/hdv1 511G 80G 406G 17% /


you wrote:
In this case it appears you either don't have a directory at /var/spool/exim/msglog, or if you do it's got the wrong permissions or ownership, or your partition is full.
i do have the directory and the partition is not full,
the msglog premission is set to 0750
?
joseph.
 
I don't know because everything looks good.

You might want to contact DA support.

Jeff
 
Back
Top