• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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