Displaying 1 result from an estimated 1 matches for "backmaildir_id_rsa".
2013 Jan 30
1
dsync timeout?
...g a process running and doing nothing
forever, hogging the lock and causing my backups never to run again. I
just finally figured out that was what was causing the backups not to
run on this system was this process:
root 17836 0.0 0.0 40888 1600 ? S 2012 0:00 ssh -i /root/.ssh/backmaildir_id_rsa backmaildir at arg /usr/bin/dsync -u foobar server
yeah, that has been running since 2012 :(
root:/tmp# strace -p 17836
Process 17836 attached - interrupt to quit
select(8, [4], [], NULL, NULL
very exciting...
There doesn't seem to be a timeout in dsync, but perhaps there should
be? At this...