[opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread Alex Bennee
Hi, I've been trying to track down a rather puzzling problem with the Debian OpenNMS packages. The packages as provided shutdown OpenNMS in the prerm scripts. However there is no correspondent start in the postinst scripts. This means every time a new package is shipped the service is stopped and

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread DJ Gregor
Neither Java nor OpenNMS handle a SIGHUP. You have to use the OpenNMS init script (e.g.: "/etc/init.d/opennms restart") to restart (or otherwise control) OpenNMS. On Wed, 09 Sep 2009 18:36 +0100, "Alex Bennee" wrote: > Hi, > > I've been trying to track down a rather puzzling problem with the D

Re: [opennms-devel] OpenNMS, dpkg packages and restarting after upgrades (and failing on SIGHUP)

2009-09-09 Thread Alex Bennee
2009/9/9 DJ Gregor : > Neither Java nor OpenNMS handle a SIGHUP.  You have to use the OpenNMS > init script (e.g.: "/etc/init.d/opennms restart") to restart (or > otherwise control) OpenNMS. > I was using the invoke-rc.d script which should be using the init script to start. I'll try calling the i