Error code: service.FAILURE Method: [unknown]

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
kaori14112
Posts: 2
Joined: Wed Mar 31, 2021 3:36 am

Error code: service.FAILURE Method: [unknown]

Post by kaori14112 »

I got this error when i go to "mail queue" on admin panel.
I did try ssh -v -i .ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@mail.myserver.vn -p 22 and is show like this (successfull):

Code: Select all

OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to mail.myserver.vn [123.30.30.43] port 22.
debug1: Connection established.
debug1: identity file .ssh/zimbra_identity type 1
debug1: key_load_public: No such file or directory
debug1: identity file .ssh/zimbra_identity-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
debug1: Authenticating to mail.myserver.vn:22 as 'zimbra'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: curve25519-sha256 need=64 dh_need=64
debug1: kex: curve25519-sha256 need=64 dh_need=64
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:BrMtjyaCWfhPU8/VGVi3sWIug5Y/7QHvrBbqAhzA6/A
debug1: Host '[mail.myserver.vn]:22' is known and matches the ECDSA host key.
debug1: Found key in /opt/zimbra/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
No Kerberos credentials available (default cache: KEYRING:persistent:997)

debug1: Unspecified GSS failure.  Minor code may provide more information
No Kerberos credentials available (default cache: KEYRING:persistent:997)

debug1: Next authentication method: publickey
debug1: Offering RSA public key: .ssh/zimbra_identity
debug1: Server accepts key: pkalg rsa-sha2-512 blen 279
debug1: Authentication succeeded (publickey).
Authenticated to mail.myserver.vn ([123.30.30.43]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Remote: Forced command.
debug1: Remote: Forced command.
debug1: Sending environment.
debug1: Sending env LC_ALL = C
debug1: Sending env LANG = C
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to mail.myserver.vn closed.
Transferred: sent 3200, received 2800 bytes, in 1.0 seconds
Bytes per second: sent 3301.5, received 2888.8
debug1: Exit status 0
[zimbra@mail ~]$
Here is zimbra remote management port config:

Code: Select all

[zimbra@mail ~]$ zmprov gacf | grep Remote
zimbraRemoteImapBindPort: 8143
zimbraRemoteImapSSLBindPort: 8993
zimbraRemoteImapSSLServerEnabled: FALSE
zimbraRemoteImapServerEnabled: FALSE
zimbraRemoteManagementCommand: /opt/zimbra/libexec/zmrcd
zimbraRemoteManagementPort: 22
zimbraRemoteManagementPrivateKeyPath: /opt/zimbra/.ssh/zimbra_identity
zimbraRemoteManagementUser: zimbra
An error show like this:
Image

Here is a logs:

Code: Select all

Mar 31 10:44:22 mail systemd-logind: New session 467031 of user zimbra.
Mar 31 10:44:22 mail systemd-logind: New session 467030 of user zimbra.
Mar 31 10:44:23 mail systemd-logind: Removed session 467031.
Mar 31 10:44:23 mail systemd-logind: Removed session 467030
Everything else work fine, i dont know how to fix this issues (been search google all day).
Anyone know how to fix this, please help me, thank you very much and have a nice day.
Post Reply