Your message dated Fri, 4 Dec 2020 12:14:21 +0200
with message-id <20201204101421.GA19940@localhost>
and subject line Close the correct bug
has caused the Debian Bug report #976121,
regarding zeroc-icegrid: icegridadmin.service blocks on startup
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
976121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976121
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zeroc-icegrid
Version: 3.7.2-4
Severity: important
Tags: patch
Attempting to start icegridregistry via "systemctl start
icegridregistry.service", blocks until systemd times it out.
The normal behaviour should be to return and put process into background.
I am speculating that the sd_notify api call is not used in this release of
the icegridadmin binary.
The workaround is to restore old behaviour (stretch), to use default Type:
diff -u /lib/systemd/system/icegridregistry.service
/etc/systemd/system/icegridregistry.service
--- /lib/systemd/system/icegridregistry.service 2019-02-07 04:23:04.000000000
+1100
+++ /etc/systemd/system/icegridregistry.service 2020-11-30 11:42:43.441842565
+1100
@@ -11,7 +11,7 @@
[Service]
ExecStart=/usr/bin/icegridregistry --Ice.Config=/etc/icegridregistry.conf
-Type=notify
+#Type=notify
NotifyAccess=main
RuntimeDirectory=icegridregistry
KillMode=process
Metadata
--------------
Architecture: amd64
Replaces: ice35-services, icegrid
Depends: libzeroc-ice3.7 (= 3.7.2-4), libzeroc-icestorm3.7 (= 3.7.2-4), libc6
(>= 2.15), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Malte Marquarding
ATNF Telescope Monitoring and Control Team Leader
Astronomy and Space Science
CSIRO
E [email protected]<mailto:[email protected]> T +61 2 9372
4485 M +61 421 805 164
Cnr Vimiera and Pembroke Rds
Marsfield, NSW 2122, Australia
www.csiro.au<http://www.csiro.au> | www.csiro.au/CASS<http://www.csiro.au/CASS>
--- End Message ---
--- Begin Message ---
Version: 3.7.4-3
zeroc-ice (3.7.4-3) unstable; urgency=medium
* Fix zeroc-icegrid: icegridadmin.service blocks on startup (Closes: #97612)
-- José Gutiérrez de la Concha <[email protected]> Mon, 30 Nov 2020 10:18:03
+0100
--- End Message ---