You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. /usr/bin/memcached -p 11211 -d -P /var/run/memcached.pid -u nobody
2. ls /var/run/memcached.pid ## error
What is the expected output? What do you see instead?
pidfile was not created for Permission denied, pidfile should be written before
setuid
What version of the product are you using? On what operating system?
v1.4.18 on centos 6.4
Original issue reported on code.google.com by [email protected] on 22 Apr 2014 at 8:13
The text was updated successfully, but these errors were encountered:
There're a handful of things open for this...
What we really need to do is to keep some parent/child communications open
during fork and bubble errors to the parent before letting it die. There're a
few error conditions where flipping the order just makes different failures
invisible.
Original issue reported on code.google.com by
[email protected]
on 22 Apr 2014 at 8:13The text was updated successfully, but these errors were encountered: