silvernetuk

Well-Known Member
Sep 2, 2002
309
0
166
United Kingdom
Hi,

I am getting the following email from a new server I got

/etc/cron.daily/logrotate:

stat of /var/log/exim_paniclog failed: No such file or directory
stat of /var/log/exim_rejectlog failed: No such file or directory

How do I fix this problem ?

Regards,
Garry
 

silvernetuk

Well-Known Member
Sep 2, 2002
309
0
166
United Kingdom
Hi,

Oh right so I go into ssh and type

# touch /var/log/exim_paniclog
# touch /var/log/exim_rejectlog

and chmod it to the same as exim_mainlog which is -rw-r-----
the is has root root so do I need to chown both files to root:root

Does anyone know what the chmod number is for -rw-r-----

Regards,
Garry
 

taivu

Well-Known Member
Nov 22, 2001
65
0
306
Is it just me, or are there threads about this issue all over the place? I could swear I just replied to one... ;)

[quote:0927ce769b][i:0927ce769b]Originally posted by silvernetuk[/i:0927ce769b]
Does anyone know what the chmod number is for -rw-r-----[/quote:0927ce769b]

4 read
2 write
1 execute

-rw-r----- would be 640 then.
 
O

ozzi4648

Guest
[quote:2f134fc161][i:2f134fc161]Originally posted by taivu[/i:2f134fc161]

Is it just me, or are there threads about this issue all over the place? I could swear I just replied to one... ;)

[quote:2f134fc161][i:2f134fc161]Originally posted by silvernetuk[/i:2f134fc161]
Does anyone know what the chmod number is for -rw-r-----[/quote:2f134fc161]

4 read
2 write
1 execute

-rw-r----- would be 640 then.[/quote:2f134fc161]

.