[Opendnssec-maintainers] 1.4.1 release candidate

Paul Wouters pwouters at redhat.com
Thu Jun 20 14:10:36 UTC 2013


On 06/20/2013 03:55 AM, Jerry Lundström wrote:
> On Jun 20, 2013, at 09:38 , Matthijs Mekking wrote:
> 
>> On 06/19/2013 07:44 PM, Paul Wouters wrote:
>>>
>>> Compiled and packaged with no problems. Running a private rpm build on nohats.ca, which seems to work fine, although the upgrade caused me to have two
>>> ods-signerd sets running and I had to manually kill one set. I'll keep an eye out for any problems in the next few days.
>>
>> The signer does have some code to detect whether a different signer
>> process is already running. Could you elaborate a bit more on how your
>> upgrade (which commands) looks like?
> 
> 
> This is most likely a problem with the package rather then OpenDNSSEC. The package needs to handle an upgrade, shutting down all services before installing the new software and then starting it up again afterwards.

It does that:


%postun
if [ "$1" -ge "1" ]; then
  ods-ksmutil update all ||: >/dev/null 2>/dev/null
  /sbin/service ods-enforcerd condrestart >/dev/null 2>&1 || :
  /sbin/service ods-signerd condrestart >/dev/null 2>&1 || :
fi

Paul



More information about the Opendnssec-maintainers mailing list