View Single Post
Old 04-15-2010, 05:45 PM   #3
Junior Member
 
Join Date: Apr 2010
Posts: 1
janneman is on a distinguished road
Unhappy Same problem

After the update this past night the crontab on all our ISPmanager servers are changed with duplicate and even bad formated cronjobs.

On one server it added 3 trafic.pl jobs the formatting of the cronjob was wrong.

Two other servers had 3 backup jobs in stead of 1 but those were properly formatted but 3 backup jobs in a row is not very helpful.

Didn't check our other servers yet but I guess they will have the same problem.

Can I simply remove the duplicate an wrong jobs ?
Or is there some higher logic behind all this ??

Below the crontabs of the 3 servers I checked.

Server1:
0 2 * * * /usr/local/ispmgr/sbin/pbackup backup 2
1 * * * * /usr/local/ispmgr/sbin/pbackup backup 2
15 2 * * * /usr/local/ispmgr/sbin/pbackup backup 2
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr


Server2:
45 5 * * * /usr/local/ispmgr/sbin/pbackup backup 1
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr
0 2 * * * 15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
1 * * * * 15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
15 2 * * * 15 2 * * * /usr/local/ispmgr/sbin/traffic.pl

Server3:
0 2 * * * /usr/local/ispmgr/sbin/pbackup backup 1
1 * * * * /usr/local/ispmgr/sbin/pbackup backup 1
15 2 * * * /usr/local/ispmgr/sbin/pbackup backup 1
1 * * * * /usr/local/ispmgr/sbin/rotate
15 2 * * * /usr/local/ispmgr/sbin/traffic.pl
0 2 * * * /usr/local/ispmgr/sbin/update.sh ispmgr
janneman is offline   Reply With Quote