ispCP - Board - Support
Problem mit den Cronjobs heute Nacht. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Problem mit den Cronjobs heute Nacht. (/thread-2000.html)



Problem mit den Cronjobs heute Nacht. - MoritzDorn - 12-17-2007 02:33 AM

Hallo,

heute Früh haben mich zwei Mails erreicht, einmal der

[rkhunter] Daily run

Code:
Scanning for hidden files...  [ Warning! ]
-----------------------------------------------------------------

Found warnings:
[06:26:13] WARNING, found:  /dev/.udev (directory)  /dev/.static (directory)

-----------------------------------------------------------------

If you're unsure about the results above, please contact the
Rootkit Hunter team through the Rootkit Hunter mailinglist
at rkhunter-users@lists.sourceforge.net.
Some errors has been found while checking. Please perform a manual check on this machine (xyz)

Gestern war da noch die Meldung mit dem Root login, den hab ich dann gestern gesperrt.

Ist was bekannt mit den zwei Ordnern? Kann ich die löschen, ohne dass ISPCP eine Einschränkung erhält?

Und dann kam noch das hier.

Cron <root@xyz> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

Code:
/etc/cron.daily/logrotate:
----- awstats_updateall 1.0 (build 1.15) (c) Laurent Destailleur -----
awstats_updateall launches update process for all AWStats config files (except
awstats.model.conf) found in a particular directory, so you can easily setup a
cron/scheduler job. The scanned directory is by default /etc/awstats.

Usage:  awstats_updateall.pl now [options]

Where options are:
  -awstatsprog=pathtoawstatspl
  -configdir=directorytoscan
  -excludeconf=conftoexclude[,conftoexclude2,...] (Note: awstats.model.conf is always excluded)

sh: line 2: postrotate: command not found
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
error: error running shared prerotate script for /var/log/apache2/*.log
run-parts: /etc/cron.daily/logrotate exited with return code 1

Ich habe awstats nicht aktiviert.

Und dann als ich auf mein Server wollte, war er offline, bzw. die Webseiten waren offline.

Biser lief alles super, und auf einmal dass. Ich hatte gestern nur den Root login deaktiviert, sonst habe ich am System nichts geändert.

mfg
Schönen dritten Advent.


RE: Problem mit den Cronjobs heute Nacht. - joximu - 12-17-2007 02:51 AM

Schau ins /etc/logrotate.d/apache2 - da dürfte der Fehler liegen...

Vielleicht mal hier posten

Gruss J


RE: Problem mit den Cronjobs heute Nacht. - MoritzDorn - 12-17-2007 02:53 AM

joximu Wrote:Schau ins /etc/logrotate.d/apache2 - da dürfte der Fehler liegen...

Quote:/var/log/apache2/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
prerotate
/var/www/ispcp/engine/awstats/awstats_updateall.pl
postrotate
if [ -f /var/run/apache2.pid ]; then
/etc/init.d/apache2 restart > /dev/null
fi
endscript
}



RE: Problem mit den Cronjobs heute Nacht. - joximu - 12-17-2007 02:57 AM

Soviel ich weiss, sollte das prerotate anders sein:

Code:
..sharedscripts
  prerotate
    /var/www/ispcp/engine/awstats/awstats_updateall.pl now -awstatsprog=/usr/lib/cgi-bin/awstats.pl &> /dev/null
  endscript
danach postrotate....

die eine Zeile zwischen prerotate und endscript ist nur eine Zeile :-)

Gruss J


RE: Problem mit den Cronjobs heute Nacht. - Zothos - 12-17-2007 08:37 AM

da gabs doch letztens erst ne änderung. Schau dir ma die file an die im aktuellen Trunk liegt. Oder verwendest du die?!?