Plesk 11.5 auf Debian 7, logrotate bringt Fehler

HonkXL

Registered User
Hatte bisher Plesk 11.5 auf Debian 6 laufen. Jetzt Umzug auf neuinstallierten Server mit Debian 7. Seitdem bekomme ich täglich die Mail unten. Ich verstehe noch, das hier wohl irgendwelche Rechte nicht passen, nur wie müssen die Aussehen und warum passt das bei Neuinstallation nicht.

Läuft auf einem VServer bei Webtropia. Installation erfolgte mit dem Standard-Image das die anbieten.


Code:
/etc/cron.daily/drweb-update:
Dr.Web update details:
Update server: http://update.us1.drweb.com/plesk/700/unix
Update has begun at Tue Oct  1 01:34:16 2013
Update has finished at Tue Oct  1 01:34:26 2013

Following files have been updated:
   /var/drweb/bases/drw7009c.vdb
   /var/drweb/bases/drwdaily.vdb
   /var/drweb/bases/drwtoday.vdb
   /var/drweb/bases/dwf70000.vdb
   /var/drweb/bases/dwntoday.vdb
   /var/drweb/bases/dwrtoday.vdb
   /var/drweb/bases/timestamp
   /var/drweb/updates/timestamp

/etc/cron.daily/logrotate:
error: skipping "/var/drweb/log/updater.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
error: skipping "/var/drweb/log/drwebd.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
error: skipping "/var/log/hspc/hspc.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
error: skipping "/var/log/tomcat7/catalina.out" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
 
Schau bitte mal in die logrotate.d/ der jeweiligen logs.
Du musst dort beim Rotieren den Nutzer wechseln und notfalls auch mit create die ricjigen Rechte setzen.
Deswegen:
Code:
su EIGENTÜMER EIGENTÜMER
create 0644 EIGENTÜMER EIGENTÜMER
Bei EIGENTÜMER die richtigen Owner Group reinsetzen!
 
Back
Top