[Bug 426162] New: /etc/cron.daily/logrotate not running
https://bugzilla.novell.com/show_bug.cgi?id=426162 Summary: /etc/cron.daily/logrotate not running Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Maintenance AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pmlists@free.fr QAContact: qa@suse.de Found By: Beta-Customer if pgrep logrotate; then is always true, since the name of the script is also "logrotate". 2 ideas: - rename the script - use "if [ `pgrep logrotate | wc -l` -ge 2 ]; then" Cheers, Peter -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=426162 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |puzel@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=426162 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=426162 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=426162#c1 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Petr Uzel <puzel@novell.com> 2008-09-30 05:26:48 MDT --- Thanks for pointing this out - I've replaced that pgrep with checkproc, which checks the process by full path name. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com