[Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2012-08-13 Thread Nonox
Hi guys! I'm running ubuntu 12.04 and I have the same problem: Take a look: $ grep -i cron /var/log/syslog Aug 13 16:39:01 one CRON[7303]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] [ -d /var/lib/php5 ] find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin

[Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2010-03-17 Thread tinodj
And the fix is this find this file /etc/cron.d/php5 This line ... 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] [ -d /var/lib/php5 ] find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm change to ... 09,39 * * * * root [ -x

[Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2010-03-17 Thread tinodj
please don't read previous comment. It should be: -- And the fix is: find this file /etc/cron.d/php5 This line ... 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] [ -d /var/lib/php5 ] find /var/lib/php5/ -type f -cmin -$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm change to ...

[Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2009-11-17 Thread Chuck Short
** Changed in: php5 (Ubuntu) Importance: Undecided = Wishlist ** Changed in: php5 (Ubuntu) Status: New = Confirmed -- Php cron job fails when there are a lot of session files in /var/lib/php5 https://bugs.launchpad.net/bugs/482720 You received this bug notification because you are a

[Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2009-11-15 Thread Kees Cook
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a regular (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross

Re: [Bug 482720] Re: Php cron job fails when there are a lot of session files in /var/lib/php5

2009-11-15 Thread Lorry
I figured, but I wasn't sure it fit into a DDOS category so I flagged it just in case :) On Sun, Nov 15, 2009 at 2:44 PM, Kees Cook k...@ubuntu.com wrote: Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this