From 31aeb1a71102ebcbe1704da69bc0b73a4a1a7fd4 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 21 Aug 2015 21:31:11 +0200 Subject: remove useless log spam Nut takes quite some time to launch (notably with networked UPS); this creates misleading log entries confusing users. --- config/nut/nut.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/nut/nut.inc b/config/nut/nut.inc index e0ca9d30..6467ec13 100644 --- a/config/nut/nut.inc +++ b/config/nut/nut.inc @@ -518,9 +518,6 @@ EOD; log_error("[nut] INFO: Starting service"); start_service("nut"); - if (!is_process_running('upsmon')) { - log_error("[nut] ERROR: Service failed to start: check configuration."); - } } elseif (!$return && file_exists(NUT_RCFILE)) { /* no parameters user does not want nut running */ /* lets stop the service and remove the rc file */ -- cgit v1.2.3 From 8adaa212a018ae5df0a5a003d5bd380318449b51 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Fri, 21 Aug 2015 21:32:23 +0200 Subject: Bump nut package version --- pkg_config.10.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 0ecde95c..05f73c0e 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -814,7 +814,7 @@ Network UPS Tools. http://www.networkupstools.org/ Network Management - 2.0.7 + 2.0.8 BETA 2.2 rswagoner@gmail.com -- cgit v1.2.3