New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaning old PHP session files doesn't work #690
Comments
|
Should be fixed since |
|
hey @oerdnj ! I cant find php-defaults/55 in any debian suites, and this error occurs also on stretch - any plan to upload the fix to stable-updates? |
|
I've seen this issue as well, and cherry-picking the patch indeed makes it go away. +1 for stretch-proposed-updates. |
|
Oh, my bad. I'm seeing the similar but different CGROUP issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cleaning old PHP session files using systemd service/timer phpsessionclean doesn't work:
Sep 4 21:32:01 cloud0001 systemd[1]: Starting Clean php session files...
Sep 4 21:32:01 cloud0001 systemd[31959]: Failed at step NETWORK spawning /usr/lib/php/sessionclean: Invalid argument
Sep 4 21:32:01 cloud0001 systemd[1]: phpsessionclean.service: main process exited, code=exited, status=225/NETWORK
Sep 4 21:32:01 cloud0001 systemd[1]: Failed to start Clean php session files.
Sep 4 21:32:01 cloud0001 systemd[1]: Unit phpsessionclean.service entered failed state.
Everything starts to work fine after removing this line from systemd unit file:
PrivateNetwork=true
Debian Jessie, 64bit, using original Debian kernel and systemd.
Thank you!
The text was updated successfully, but these errors were encountered: