Page MenuHomePhabricator

dpkg error when using role::wdqs::labs role
Closed, ResolvedPublic

Description

When using role::wdqs::labs role on labs, I get this from puppet:

Job for ferm.service failed because the control process exited with error code.
See "systemctl status ferm.service" and "journalctl -xe" for details.
invoke-rc.d: initscript ferm, action "start" failed.
* ferm.service - ferm firewall configuration
   Loaded: loaded (/lib/systemd/system/ferm.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-08-19 19:53:34 UTC; 8ms ago
  Process: 28369 ExecStart=/etc/init.d/ferm start (code=exited, status=1/FAILURE)
 Main PID: 28369 (code=exited, status=1/FAILURE)
dpkg: error processing package ferm (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libnginx-mod-http-perl (1.13.9-1+wmf2) ...
Setting up libnginx-mod-http-lua (1.13.9-1+wmf2) ...
Setting up libnginx-mod-http-uploadprogress (1.13.9-1+wmf2) ...
Setting up libnginx-mod-http-fancyindex (1.13.9-1+wmf2) ...
Setting up libnginx-mod-stream (1.13.9-1+wmf2) ...
Setting up libnginx-mod-http-echo (1.13.9-1+wmf2) ...
Setting up nginx-extras (1.13.9-1+wmf2) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Errors were encountered while processing:
 ferm
E: Sub-process /usr/bin/dpkg returned an error code (1)
Error: /Stage[main]/Nginx/Package[nginx-extras]: Could not evaluate: Puppet::Util::Log requires a message

Does not seem to break anything, but probably needs to be fixed.