-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Similiar to #41 After building with the latest pyrosimple@latest GIT I can no longer get pyrotorque to start.
rtorrent [ ~/.pyrosimple ]$ pyrotorque --debug --adopt-stale-pid-file
DEBUG:pyrosimple.scripts.pyrotorque.RtorrentQueueManager:Options: adopt_stale_pid_file=True, dry_run=False, log_file=None, log_level=10, no_fork=False, pid_file=None, print_completion=None, restart=False, run_once=None, status=False, stop=False, url=None
DEBUG:pyrosimple.config:Configuration file '/opt/rtorrent/.config/pyrosimple/config.py' not found.
ERROR:pyrosimple.scripts.pyrotorque.RtorrentQueueManager:Cannot lock pidfile: failed to create ~/.pyrosimple/run/pyrotorque.pid
INFO:pyrosimple.scripts.pyrotorque.RtorrentQueueManager:Total time: 0.334 seconds.
rtorrent [ ~ ]$ id
uid=1001(rtorrent) gid=1002(rtorrent) groups=1002(rtorrent)
rtorrent [ ~ ]$ ls -lna | grep pyrosimple
drwxr-xr-x 1 1001 1002 4096 Jan 19 17:44 .pyrosimple
rtorrent [ ~ ]$ ls -lna .pyrosimple/ | grep run
drwxr-xr-x 1 1001 1002 4096 Jan 19 19:52 run
rtorrent [ ~ ]$ touch ~/.pyrosimple/run/pyrotorque.pid
rtorrent [ ~ ]$ ls -lha ~/.pyrosimple/run/
total 12K
drwxr-xr-x 1 rtorrent rtorrent 4.0K Jan 19 19:59 .
drwxr-xr-x 1 rtorrent rtorrent 4.0K Jan 19 17:44 ..
-rw-r--r-- 1 rtorrent rtorrent 0 Jan 19 19:59 pyrotorque.pid
This was working fine before I updated to the latest git hash not sure what the problem is as you can see the permissions and user ID is fine/correct.
Metadata
Metadata
Assignees
Labels
No labels