Strange log-messages on a kopano system

Hi@all,

on a kopano-server:

WebApp: 3.4.21.1723+78.1
Kopano Core: 8.6.2
UCS-Menber: 4.3.2

I see strange entries in the kopano-logs:

Last login: Mon Oct 29 18:12:23 2018 from 10.0.12.6
root@saturn:~# cd /var/log/kopano/
root@saturn:/var/log/kopano# ls
dagent.log    gateway.log    ical.log    monitor.log    presence.log    search.log    server.log    spooler.log
dagent.log.1  gateway.log.1  ical.log.1  monitor.log.1  presence.log.1  search.log.1  server.log.1  spooler.log.1
root@saturn:/var/log/kopano# tail -f *.log
==> dagent.log <==

==> gateway.log <==
Mon Oct 29 18:11:12 2018: [=======] [  479] Starting kopano-gateway version 8.6.2 (pid 479)
Tue Oct 30 05:00:01 2018: [=======] [  479] POP3/IMAP Gateway will now exit
Tue Oct 30 05:00:22 2018: [=======] [  460] Starting kopano-gateway version 8.6.2 (pid 460)
Tue Oct 30 08:57:40 2018: [error  ] [22351] Client disconnected

==> ical.log <==
Mon Oct 29 18:11:12 2018: [=======] [  482] Starting kopano-ical version 8.6.2 (pid 482)
Tue Oct 30 05:00:22 2018: [=======] [  467] Starting kopano-ical version 8.6.2 (pid 467)

==> monitor.log <==
Sun Oct 28 16:12:16 2018: [=======] Starting kopano-monitor version 8.6.2 (pid 459)
Mon Oct 29 05:00:29 2018: [=======] Starting kopano-monitor version 8.6.2 (pid 463)
Mon Oct 29 05:00:34 2018: [error  ] gsoap connect: ()
Mon Oct 29 05:00:34 2018: [error  ] HrLogon server "default:" user "SYSTEM": network error
Mon Oct 29 05:00:34 2018: [crit   ] Unable to open an admin session. Error 0x80040115
Mon Oct 29 18:11:11 2018: [=======] Starting kopano-monitor version 8.6.2 (pid 493)
Tue Oct 30 05:00:22 2018: [=======] Starting kopano-monitor version 8.6.2 (pid 462)
Tue Oct 30 05:00:27 2018: [error  ] gsoap connect: ()
Tue Oct 30 05:00:27 2018: [error  ] HrLogon server "default:" user "SYSTEM": network error
Tue Oct 30 05:00:27 2018: [crit   ] Unable to open an admin session. Error 0x80040115

==> presence.log <==

==> search.log <==

==> server.log <==
Tue Oct 30 02:28:03 2018: [error  ] Previous message logged 100 times
Tue Oct 30 02:28:03 2018: [error  ] LDAP search error: Can't contact LDAP server. Will unbind, reconnect and retry.
Tue Oct 30 05:00:02 2018: [error  ] Previous message logged 78 times
Tue Oct 30 05:00:02 2018: [warning] Shutting down
Tue Oct 30 05:00:04 2018: [=======] Server shutdown complete.
Tue Oct 30 05:00:28 2018: [=======] Starting kopano-server version 8.6.2 (pid 1443)
Tue Oct 30 05:00:28 2018: [error  ] Coredumps will not be generated: kopano-server requires the fs.suid_dumpable sysctl to contain the value 2, not 0. See kopano-coredump(5) for details.
Tue Oct 30 05:15:02 2018: [error  ] LDAP search error: Can't contact LDAP server. Will unbind, reconnect and retry.
Tue Oct 30 05:15:02 2018: [error  ] Not all objects in relation found for object "sschulz"
Tue Oct 30 05:15:02 2018: [error  ] LDAP search error: Can't contact LDAP server. Will unbind, reconnect and retry.

How can I fix this?

with best
Sven

A mistake I still see in the log:

Okt 30 09:34:44 saturn postfix/local[27573]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit

and …

==> server.log <==
Tue Oct 30 09:17:28 2018: [error  ] Previous message logged 70 times
Tue Oct 30 09:17:28 2018: [error  ] Not all objects in relation found for object "sschulz"
Tue Oct 30 09:26:26 2018: [error  ] Previous message logged 5 times
Tue Oct 30 09:26:26 2018: [error  ] Command "/etc/kopano/userscripts/deleteuser" exited with non-zero status 1
Tue Oct 30 09:26:26 2018: [error  ] Not all objects in relation found for object "sschulz"

hope this helps

These are are quite some all including questions. I would rather recommend to open a case with our support to get some more substantial answers to these.

I’m afraid I can’t do that but thees installation is one without support.

At least the the postfix message regarding the mailbox_size_limit - which is independent from Kopano - is easy to remove. It appears if the UCRV mail/messagesizelimit is set to a value higher than 51200000. The fix is to set mail/localmailboxsizelimit to the same value or higher.

ok, I set:

ucr set mail/localmailboxsizelimit=0

… the error-message is disappeard :slight_smile: