[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Upgrading from 7.5.5



On Mar 18, 2014, at 1:29 PM, Szabolcs Horvátth <szabolcs@xxxxxxxxxxxxx> wrote:

> Hi Brian,
> 
> First of all, thanks for the assistance!
> 
>> Wow, that's an old version!
> Yeah, if it ain't broke, don't fix it... ;) The only problem is that when you find that it is actually broken, you might be off with years of releases...

Ah, but then you miss all the fun new things :)

> 
>> Here's what I would do:
>> 1) Upgrade a single worker node and only allow it to accept jobs from a test user.  See if this works.
> I did what you suggested and the first step seems to be working nicely, with one minor exception:
> 7.5.5 used to create the startd worker directories in /tmp with permissions 755 while 8.1.4 creates them with 700.
> I know that these are not "public" directories but we have some jobs that run for a long time and we let the users look into the work-in-progress stdout/stderr logs by using a GUI. Can we somehow configure what permission these directories created with? (BTW the file in there are still 755, so its just the directory that blocks other users.) Or is there an "official" solution for getting these logs like the fetching tools for system and user logs?
> 

Two thoughts:
1) 8.1.5 / 8.0.7 will have a knob to manage directory permissions for these directories.
2) You can use condor_tail to access logfiles from a running job as a user.

Brian