[systemd-bugs] [Bug 90294] New: "systemctl start php5-fpm.service" failes due to timeout of systemd-tty-ask-password-agent
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 4 00:37:39 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90294
Bug ID: 90294
Summary: "systemctl start php5-fpm.service" failes due to
timeout of systemd-tty-ask-password-agent
Product: systemd
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: general
Assignee: systemd-bugs at lists.freedesktop.org
Reporter: systemd at linuxcounter.net
QA Contact: systemd-bugs at lists.freedesktop.org
I've recently upgraded my Ubuntu box from 14.04 to 15.04 where systemd is now
used as the default.
Unfortunatly starting or restarting of service php5-fpm doesn't work. It hangs
3 minutes and then it gets a timeout.
This seems to be caused by a process "/bin/systemd-tty-ask-password-agent
--watch" which was called by "systemctl start php5-fpm.service".
It seems to wait for user input, but there is nothing to submit such an input.
Following the outputs of various things in cronological order:
~ $ ps auxwww --forest
-> http://pastebin.com/LkbmNtKi
~ $ systemctl list-jobs
~ $ systemctl show
-> http://pastebin.com/WaUGmnMV
~ $ systemctl start php5-fpm.service
Job for php5-fpm.service failed. See "systemctl status php5-fpm.service" and
"journalctl -xe" for details.
~ $
during the command above runs, I've also created some output:
~ $ ps auxwww --forest
~ $ systemctl list-jobs
~ $ systemctl show
-> http://pastebin.com/kxzhNTLT
After 3 minutes the start failed with a timeout and then:
~ $ systemctl status php5-fpm.service
~ $ systemctl list-jobs
~ $ systemctl show
~ $ lsb_release -a
~ $ dpkg -l | grep ii | grep systemd
~ $ ps aux | grep -i systemd
-> http://pastebin.com/eCgb4Y0W
If you need further information, please let me know.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150504/6e68125b/attachment.html>
More information about the systemd-bugs
mailing list