Hi, I tried to run this again with strace and I think I found the file which is missing.
> [EMAIL PROTECTED]:~$ > $GLOBUS_LOCATION/libexec/globus-scheduler-event-generator -s pbs -t 42 > Fault: globus_xio: Operation was canceled > It is looking for libglobus_seg_pbs_gcc32.la and I have only libglobus_seg_pbs_gcc32dbg.la. Same thing for SGE, it is looking for libglobus_seg_sge_gcc32.la and there is just libglobus_seg_sge_gcc32dbg.la. I was following the website where the sources for the SGE integration are and it had as a build target gcc32dbg. http://www.lesc.ic.ac.uk/projects/SGE-GT4.html I have now used gcc32 as my build target and following command prints out some lines with numbers. [EMAIL PROTECTED]:~$ $GLOBUS_LOCATION/libexec/globus-scheduler-event-generator -s sge -t 42 001;1196861864;3;1;0 001;1196861874;3;2;0 001;1196861904;3;8;0 001;1196863438;4;1;0 001;1196863449;4;2;0 001;1196863584;4;8;0 001;1196863715;5;1;0 001;1196863719;5;2;0 001;1196863854;5;8;0 001;1196864623;6;1;0 001;1196864634;6;2;0 001;1196864769;6;8;0 001;1196864888;7;1;0 001;1196864889;7;2;0 001;1196865024;7;8;0 001;1196865261;8;1;0 001;1196865264;8;2;0 001;1196865280;8;8;0 001;1196865280;8;4;100 001;1196865280;8;8;0 001;1196865294;8;8;0 001;1196866321;9;1;0 001;1196866329;9;2;0 001;1196866365;9;8;0 001;1196866365;9;4;100 001;1196866365;9;8;0 001;1196866374;9;8;0 001;1196866385;10;1;0 001;1196866389;10;2;0 001;1196866424;11;1;0 001;1196866426;11;8;0 001;1196866524;10;8;0 001;1196874324;12;1;0 001;1196874331;12;2;0 001;1196874347;12;8;0 001;1196874348;12;4;100 001;1196874348;12;8;0 001;1196874361;12;8;0 001;1196943530;13;1;0 001;1196943544;13;2;0 001;1196943679;13;8;0 001;1197033957;14;1;0 001;1197033963;14;2;0 001;1197034098;14;8;0 and my jobs actually get submitted and globus knows about it. [EMAIL PROTECTED]:globus$ globusrun-ws -submit -F https://ubuntu.mshome.net:8443/wsrf/services/ManagedJobFactoryService -Ft SGE -c /bin/sleep 120 Submitting job...Done. Job ID: uuid:32fc28c4-a722-11dc-aa0f-000c29583dae Termination time: 12/11/2007 13:17 GMT Current job state: Pending Current job state: Active Current job state: CleanUp Current job state: Done Destroying job...Done. Now I have some questions about how the job submission works. The command above doesn't end until the job in the cluster has finished. This is definitely not good. What happens, if the user's credentials expire in that time? The default which grid-proxy-init gives me are 12 hours. That is far too short, I expect our users to run jobs over weeks or possibly months. [EMAIL PROTECTED]:globus$ $GLOBUS_LOCATION/libexec/globus-scheduler-event-generator -s pbs -t 42 Fault: globus_xio: Operation was canceled This still fails (obviously). How can I choose gcc32 target instead of gcc32dbg when compiling pbs support for globus from source? Petr
