Hello I have experienced exactly the same problem with Chris. Users whose home directory is 750 have the output files written in their home directory and not where the script tells them to.
Since Chris provided the essential clue of directory permissions, I changed the setting on my NFS server to allow root from the cluster (user home dirs are mounted over NFS). This did the trick, every output file gets created and moved correctly now. Is the moving and renaming of the output files done as root and not the user who submitted the job? Cheers, Yannis On Mon, 28 Jul 2003, Jeremy Enos wrote: > Chris- > The -o and -e options should work... the .OU and .ER files are temporary > files that PBS uses DURING the job run. They are in the user's homedir as > a convenience to the user. After the job completes, they will be moved to > their targets as specified on the cmd line. If you'd like to conceal > these, I think you can put a .pbs_spool directory in the user's homedir and > PBS will use that instead for the temp files. Good luck- > > Jeremy > > At 07:06 PM 7/28/2003 +0000, [EMAIL PROTECTED] wrote: > >I have a problem where some of my users specify the the -o and -e options and > >the files do not get created. Instead the files are being placed in their > >home > >directory in the format jobnumber.host.OU and jobnumber.host.ER. I found I > >could make the problem go away by changing their home directory permission > >from > >750 to 755. This seems to be a temporary fix. What I want to know is, if an > >error is generated somewhere when it tries to move the files? This may > >help me > >determine what the problem is. I would also like to know which user is > >moving > >the files? I would assume that it is not the user who started the job, > >because > >they have full access to their home directory. > > > >Thanks, > >Chris > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by: Free pre-built ASP.NET sites including > >Data Reports, E-commerce, Portals, and Forums are available now. > >Download today and enter to win an XBOX or Visual Studio .NET. > >http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > >_______________________________________________ > >Oscar-users mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/oscar-users > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Oscar-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/oscar-users > --------------------- "Ama et fac quod vis" ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Oscar-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-users
