• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Latest update BREAKS Watchdog/Qmail

H

Hal9000

Guest
Hi!
I just updated my Plesk with the latest updates (21 march), which should also fix the watchdog/qmail issues (release notes).
However, after updating watchdog just doesn't work anymore with Qmail. It thinks it is off.

I got a few mails saying this:
[Fri, 24 Mar 2006 12:44:47 +0100] qmail on angus: Execution failed.
then this:
[Fri, 24 Mar 2006 15:10:00 +0100] qmail on angus is no longer monitored due to permanent failure.

Qmail is running and working fine though, in the services control panel it also shows up as working.

I tried uninstalling and reinstalling the watchdog but it doesn't help.
I have a Debian system.
Any ideas?
Greeets
hal
 
/etc/init.d/qmail, line 126
changed
pidofproc $proccess >/dev/null 2>&1
into
pidofproc $proccess > /var/run/qmail.pid 2>&1

changed start/stop commands from
/opt/psa/admin/bin/mailmng --start-smtpd and /opt/psa/admin/bin/mailmng --stop-smtpd
into
/etc/init.d/qmail start and /etc/init.d/qmail stop
in the watchdog settings.

Watchdog works fine now.

SWSoft, jesus christ, it took you so long to fix the wathdog and you release a fix which doesn't even work out of the box? WTF!
 
Back
Top