Page MenuHomePhabricator

Try to create the pid directory in Aphlict
Closed, ResolvedPublic

Description

Users currently hit this:

Filesystem entity `/var/tmp/aphlict/pid' does not exist.

This means "you need to create that directory", but we should try to do it ourselves and raise a more explicit error if we can't since it seems like users are having a very hard time figuring this out.

Event Timeline

epriestley raised the priority of this task from to Low.
epriestley updated the task description. (Show Details)
epriestley added a subscriber: epriestley.

@anton.vladimirov, what are the permissions on the /var/tmp directory?

@anton.vladimirov this should have been resolved by the commits here, not sure what more information you can give us why that didn't occur.

administrator@ubuntu:/phabricator/phabricator$ ll /var/tmp/
total 12
drwxrwxrwt 3 root root 4096 Feb 27 18:32 ./
drwxr-xr-x 14 root root 4096 Oct 24 18:31 ../
drwxrwxr-x 4 phd-user phd-user 4096 Oct 23 14:46 phd/

Manually creating ./aphlict/phd resolved this.