Comment 3 for bug 509734

Revision history for this message
Ansgar Burchardt (aburch) wrote : Re: execution fails with "Cannot delete saved userids: Operation not permitted"

Hi,

could you please run strace on atd and then submit a job:

    strace -f -o strace.txt -p $pid
    echo echo foo | at now

(replace $pid with the process id of atd). This should produce a file strace.txt. Please attach it to this bug report.

Regards,
Ansgar