• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Error with dirmngr installing SoGO Webmail

cyxxnet

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
18.0.49 Update #2
  • Command 'repository' execution failed with exit code 1: [stdout: Executing: /tmp/apt-key-gpghome.wDCountoro/gpg.1.sh --keyserver hkp://keys.openpgp.org:80 --recv-keys 74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9
  • ] [stderr: Warning: apt-key output should not be parsed (stdout is not a terminal)
  • gpg: connecting dirmngr at '/tmp/apt-key-gpghome.wDCountoro/S.dirmngr' failed: IPC connect call failed
  • gpg: keyserver receive failed: No dirmngr
  • ERROR:root:gpg key (74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9) is not imported
  • ]
    manual importing via shell doesn't work either..
apt-key adv --keyserver hkp://keys.openpgp.org:80 --recv-keys 74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9
Executing: /tmp/apt-key-gpghome.812Jg2MtcV/gpg.1.sh --keyserver hkp://keys.openpgp.org:80 --recv-keys 74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.812Jg2MtcV/S.dirmngr' failed: IPC connect call failed
gpg: keyserver receive failed: No dirmngr


Has anyone else here perhaps had the problem and been able to solve it?

dirmngr is installed in version 2.2.12-1+deb10u2
 
Try to do a apt update and install recommended dirmrgr.

Bash:
sudo apt update
sudo apt install dirmngr --install-recommends
 
dirmngr is already the newest version
The problem cannot be solved in this way. Any other suggestions?
 
Back
Top