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

Re: [HTCondor-users] HTCondor 8.2.4 Released



By which I meant 1 << 0 + 1 << 4.

http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/pkgformat.html#AEN27566
--
Tom Downes
Associate Scientist and Data Center Manager
Center for Gravitation, Cosmology and Astrophysics
University of Wisconsin-Milwaukee
414.229.2678


On Mon, Nov 17, 2014 at 2:26 PM, Tom Downes
<tpdownes@xxxxxxxxxxxxxxxxxxxx> wrote:
> Condor Team:
>
> Here's the problem (you want the files marked as %config(noreplace)
> which is 0<<1 + 0<<4):
>
> [tpdownes@ldas-grid ~]$ rpm -qc --qf '[%{filenames}: %{fileflags}\n]'
> condor | grep 17
> /etc/condor/condor_config: 17
> /etc/condor/condor_config.local: 17
> [tpdownes@ldas-grid ~]$ rpm -qc --qf '[%{filenames}: %{fileflags}\n]'
> -p condor-8.2.4-281203.rhel6.5.x86_64.rpm  | grep 17
> warning: condor-8.2.4-281203.rhel6.5.x86_64.rpm: Header V4 RSA/SHA1
> Signature, key ID 670079f6: NOKEY
> /etc/condor/condor_config: 17
>
> --
> Tom Downes
> Associate Scientist and Data Center Manager
> Center for Gravitation, Cosmology and Astrophysics
> University of Wisconsin-Milwaukee
> 414.229.2678
>
>
> On Mon, Nov 17, 2014 at 2:04 PM, Brian Bockelman <bbockelm@xxxxxxxxxxx> wrote:
>>
>>> On Nov 17, 2014, at 1:15 PM, Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx> wrote:
>>>
>>> On 11/14/2014 08:28 AM, Laurent Wandrebeck wrote:
>>>
>>>> Just noticed rpm package for rhel 6 renamed every condor_config.local to
>>>> condor_config.local.rpmsave, thus breaking a bit our pool
>>>
>>> After a discussion on this list I went through our pool and reverted all
>>> condor_config and condor_config.local's to what's shipped with the rpm.
>>>
>>> I moved the actual config files into /etc/condor/config.d: 10_pool.conf,
>>> 20_local.conf, 30_cron.conf. Most importantly, 10_pool.conf ("global"
>>> config for all nodes) starts with
>>> LOCAL_CONFIG_FILE = /dev/null
>>> -- this way condor_config.local will not override anything in config.d
>>
>> Ah, clever!  I'm going to take this idea and move it to our local setup - we've had issues with condor_config.local too.
>>
>> Brian
>> _______________________________________________
>> HTCondor-users mailing list
>> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
>> subject: Unsubscribe
>> You can also unsubscribe by visiting
>> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
>>
>> The archives can be found at:
>> https://lists.cs.wisc.edu/archive/htcondor-users/