![]() |
|
|||||||
| General Linux Discuss anything GNU/Linux related that doesn't fit into any of the other areas. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hey all,
Just for fun, I wanted to see when the last reboot was on my server, but was surprised to see nothing at all was listed. Code:
root@pixel [~]# last reboot wtmp begins Tue Aug 1 11:43:31 2006 Thanks! |
|
#2
|
|||
|
|||
|
Do you have any cron jobs that clean the wtmp logs?
|
|
#3
|
|||
|
|||
|
To be honest, I really have no clue.
Code:
24 2 * * * /scripts/upcp 0 1 * * * /scripts/cpbackup */15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1 2,58 * * * * /usr/local/bandmin/bandmin 0 0 * * * /usr/local/bandmin/ipaddrmap 0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1 16 21 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify */5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1 |
|
#4
|
|||
|
|||
|
have you checked the contents of: /etc/
cron.daily/ cron.hourly/ cron.monthly/ cron.weekly/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|