Installation failed

Infos:

  • Used Zammad version: latest
  • Used Zammad installation type:source
  • Operating system: centos 8
  • Browser + version:

Expected behavior:

Because I already have apache and database, I want to install it from source
When I run the following command, I get the following error

gpg --keyserver hkp://keys.gnupg.net --recv-keys
409B6B1796C275462A1703113804BB82D39DC0E3 \ 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
*

Actual behavior:

  • gpg: keyserver receive failed: No name

Steps to reproduce the behavior:

Thanks for help

Or if use install from package
So how to install only zammad, (not install nginx and mysql, postgresql)
Because I have installed apache and MariaDB and want to use them

The earlier valid key servers are no longer available ( see: gpgkeys: HTTP fetch error 6: Could not resolve host: pool.sks-keyservers.net · Issue #5096 · rvm/rvm · GitHub ). RVM documentation is not updated by now which is why there’s no official RVM way right now (this is the documentation I’m referring to: RVM: Ruby Version Manager - Installing RVM )

However, on a CentOS 8 I found the following solution with some searching around:
gpg --keyserver keyserver.ubuntu.com --recv-key 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

I also verified this to be working right now.
Documentation fix is on the way within the next 30 minutes.

Please however note that this solution may not be correct at all.

Please use the documentation, it really is holding your hand. If you have packages installed already remove them from your command before hand.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.