Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Watchdog problems in Fedora 25
Dear Condor breeders,
Under Fedora 25, but _not_ under 24, the MasterLog reports:
systemd watchdog notification support not available.
However, it _is_ available. No idea how this detection happens.
Result is however, that every 20 minutes Condor gets restarted
by systemd.
Workaround is to switch off the watchdog by replacing, in
/usr/lib/systemd/system/condor.service:
WatchdogSec=20minutes
by
WatchdogSec=0
This is with condor-8.5.8-1.el7.x86_64 and systemd-231-10.fc25.x86_64 under F25.
The same condor, with systemd-229-16.fc24.x86_64 under F24 has no problems.
Maybe something to hope for in the next developer release?
Greetings, Bert.