On Dec 6, 2007, at 10:58 AM, Petr Man wrote:
The globus container is running under user globus. Now I have an authentication failure. It looks like that sudo is asking for a password in a batch script and directly fails, it doesn't even wait for me to type it in. I have edited sudoers, I even allowed the user globus ALL=NOPASSWD: ALL, but it didn't help.
You should check if the globus user can actually use sudo by becoming the globus user, then execute a sudo command and see that it doesn't ask for a password.
2007-12-06 16:47:31,284 ERROR monitoring.SchedulerEventGenerator [Thread-9,run:198] SEG Terminated with Fault: globus_xio: Operation was canceled Somehow it looks like it is trying to execute the job as root (huh?) even though it is running under my globus user.
This would usually mean to me that there's a library missing. What happens if you run globus-scheduler-event-generator -s PBS? I bet you get the same error. The interesting question is what happens if you strace it, because there's probably a PBS SEG library missing from your installation. How did you configure your installation?
Charles
