I've been combing the forums for days trying to get this resolved. I get this common error when trying to manage/view certificates or mail queue status in zimbraAdmin:
Code:
Message: system failure: exception during auth {RemoteManager: myhost.com->zimbra@myhost.com:22} Error code: service.FAILURE Method: GetCertRequest Details:soap:Receiver I see from the archives that this is a very FAQ, and is usually resolved by checking sshd and key setup. I've done all that and verified that I've got it all correct. sshd is running on port 22, keys are generated and in place. Here's the results from testing:
Code:
$ ssh -vi ~/.ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@myhost.com -p 22
OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to coronet.cis.ksu.edu [129.130.10.43] port 22.
debug1: Connection established.
debug1: identity file .ssh/zimbra_identity type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.7p1 Debian-8ubuntu1.2
debug1: match: OpenSSH_4.7p1 Debian-8ubuntu1.2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'myhost.com' is known and matches the RSA host key.
debug1: Found key in /opt/zimbra/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: .ssh/zimbra_identity
debug1: Remote: Forced command: /opt/zimbra/libexec/zmrcd
debug1: Server accepts key: pkalg ssh-dss blen 434
debug1: read PEM private key done: type DSA
debug1: Remote: Forced command: /opt/zimbra/libexec/zmrcd
Connection closed by <myhost_ip>
I've gone through the wiki page on Mail Queue Monitoring. Still no luck.
SElinux/apparmor services are disabled. Host machine is running Ubuntu 8.04.1 LTS, kernel 2.6.24-21, zcs version is 5.0.10_GA_2638.UBUNTU8.20081003052843. I'm running zimbraAdmin from a host that is inside my firewall, along with the zimbra host.
The zimbra host machine is using ldap+krb5 auth against my AD server, but the zimbra account is a local service account. Whenever I "su - zimbra" in a shell, I get "su: Authentication failure (Ignored)", and still get a shell. Running cronjobs as zimbra user also raises lots of warnings in my logs, but still seem to run.
So what else am I missing? All archive threads seem to point in the same direction, but are not helpful to my case. I have got server status and statistics to work after running some of the logging utils manually. It's only these last two that are returning errors for me.
Any suggestions are appreciated.
Thanks.
Seth