Try harder to disable monit.
authorValentin Vidic <vvidic@carnet.hr>
Mon, 31 Mar 2008 07:55:01 +0000 (09:55 +0200)
committerValentin Vidic <vvidic@carnet.hr>
Mon, 31 Mar 2008 07:55:01 +0000 (09:55 +0200)
src/actions/main.queue
src/functions.sh

index 4fb017d..716eb44 100644 (file)
@@ -15,7 +15,7 @@ true                          create_sources_list
 true                           update                  # apt-get update & download
 true                           check_disk_space
 ! debconf_priority check       debconf_priority set    # utisaj debconf
-# postgresql-common/etch zahtjeva da postgresql nije instaliran
+pkg monit                      disable_monit
 true                           upgrade_libc
 true                           install_keyrings
 pkg skey-cn                    remove_skey
@@ -24,8 +24,6 @@ pkg mrtg-cn                   post_upgrade pkgadd munin-cn
 pkg mrtg-cn                    pkgrm mrtg-cn
 # popravi konfiguracije koje stvaraju probleme
 true                           restore_configs
-# monit stvara probleme postinst skriptama
-pkg monit-cn                   pkgrm monit-cn
 # konacno, instalacija novih paketa
 pkg amavisd-cn                 upgrade_amavis
 pkg apache2-cn                 upgrade_apache2
index 62dbbe7..b595580 100644 (file)
@@ -591,6 +591,22 @@ remove_skey () {
   fi
 }
 
+# monit it causing problems for postinst scripts
+# restarting daemons so try to disable it
+disable_monit () {
+  if pkg monit-cn; then
+    pkgrm monit-cn # disables monit in prerm
+  fi
+
+  # if configured manually
+  if pkg monit; then
+    # remove the binary but leave the config
+    apt-get remove --yes monit
+    # stop the binary
+    pkill -9 monit || true
+  fi
+}
+
 # make a silent upgrade to new libc6
 upgrade_libc () {
   DEBIAN_FRONTEND=noninteractive pkgadd libc6