ispCP - Board - Support
Cron "Die Argumentliste ist zu lang" - 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: Cron "Die Argumentliste ist zu lang" (/thread-3648.html)



Cron "Die Argumentliste ist zu lang" - vbbaby - 06-30-2008 09:04 PM

Moin....
jeden Tag um 0:00 bekomme ich folgende Meldung vom Cronjob:

Code:
find /etc/ispcp/*/backup/* -maxdepth 0 -type f -mtime +7 -print | egrep '.*\.[0-9]+$' | xargs -r /bin/rm

/bin/sh: /usr/bin/find: Die Argumentliste ist zu lang

Wie in einem anderen Thread beschrieben habe ich auch schon mal maxdepth auf 1 geƤndert, allerdings ohne Erfolg....
Auch unter Google finde ich nur Hinweise darauf das Ganze mit find und xargs zumachen, aber das wird ja bereits so gemacht......
Was kann ich noch tun ?


RE: Cron "Die Argumentliste ist zu lang" - gOOvER - 06-30-2008 09:18 PM

Ich hab in Deinem anderen Thread gelesen, das Du die RC4 installiert hast. Bitte update auf die neuste Version und versuch es nochmal.