Page MenuHomePhorge

guam crashes on port 143 at the first connection opened
Closed, ResolvedPublic

Description

root@kolabfek001a [0] ~ # yum list installed guam | grep guam
guam.x86_64 0.7.3-4.1.el6.kolab_14 @kolab-14-extras-audit

Due to the missing start/stop scripts we did not try the guam service on our big loadblanced and nagios monitored setup.
But now, after patching the start/stop scripts to a functioning set the loadbalancer and the nagios and simple manual checks on
service availability only on port 143 make guam stop listening on that interface and port any more.

By the way, same checks on Port 993 are working perfectly fine and guam stays listening.

our guam condig (/etc/guam/sys.config

[
%% KOLAB config
{ kolab_guam,
  [
    { imap_servers, [
                { default, [
                                { host, "127.0.0.1" },
                                { port, 10143 },
                                { tls, starttls }
                           ]
                },
                { default_tls, [
                                { host, "127.0.0.1" },
                                { port, 10993 },
                                { tls, true }
                           ]
                }
            ]
    },
    { listeners, [
            { default, [ { host, "10.160.95.20" },
                         { port, 143 },
                         { imap_server, default },
                         { rules, [
                                   { filter_groupware, [] }
                                  ]
                         },
                         { tls_config, [ { certfile, "/etc/pki/tls/private/muenchen.de.pem" }, { keyfile, "/etc/pki/tls/private/muenchen.de.pem" } ] }
                        ]
            },
            { default_tls, [ { host, "10.160.95.20" },
                         { port, 993 },
                         { imap_server, default_tls },
                         { rules, [
                                   { filter_groupware, [] }
                                  ]
                         },
                         { implicit_tls, true },
                         { tls_config, [ { certfile, "/etc/pki/tls/private/muenchen.de.pem" }, { keyfile, "/etc/pki/tls/private/muenchen.de.pem" } ] }
                        ]
            },
            { default_admin,
                       [ { host, "10.160.152.34" },
                         { port, 143 },
                         { imap_server, default },
                         { rules, [
                                   { filter_groupware, [] }
                                  ]
                         },
                         { tls_config, [ { certfile, "/etc/pki/tls/private/muenchen.de.pem" }, { keyfile, "/etc/pki/tls/private/muenchen.de.pem" } ] }
                        ]
            },
            { default_admin_tls,
                       [ { host, "10.160.152.34" },
                         { port, 993 },
                         { imap_server, default_tls },
                         { rules, [
                                   { filter_groupware, [] }
                                  ]
                         },
                         { implicit_tls, true },
                         { tls_config, [ { certfile, "/etc/pki/tls/private/muenchen.de.pem" }, { keyfile, "/etc/pki/tls/private/muenchen.de.pem" } ] }
                        ]
            }
        ]
    }
  ]
},

%% Logging config

{ lager,
  [
    {
        handlers,
        [
            { lager_console_backend, debug },
            { lager_file_backend, [ { file, "log/error.log"}, { level, error } ] },
            { lager_file_backend, [ { file, "log/console.log"}, { level, info } ] }
        ] }
  ]
},

%% SASL config
{ sasl, [
         {sasl_error_logger, {file, "log/sasl-error.log"}},
         {errlog_type, error},
         {error_logger_mf_dir, "log/sasl"},      % Log directory
         {error_logger_mf_maxbytes, 10485760},   % 10 MB max file size
         {error_logger_mf_maxfiles, 5}           % 5 files max
        ]
}

].

cyrus config (/etc/cyrus.conf)

START {
    # do not delete this entry!
    recover     cmd="ctl_cyrusdb -r"
}

SERVICES {

    ##
    ## Frontend
    ##

    mupdate     cmd="mupdate"       listen=3905                         prefork=1 babysit=1
    imap        cmd="proxyd"        listen="localhost:10143"                       prefork=400 maxforkrate=100 maxchild=4096
    imaps       cmd="proxyd -s"     listen="10993"                       prefork=400 maxforkrate=100 maxchild=4096
    pop3        cmd="pop3d"         listen="pop3"                       prefork=1 maxforkrate=2 maxchild=32
    pop3s       cmd="pop3d -s"      listen="pop3s"                      prefork=1 maxforkrate=2 maxchild=32
    ptloader    cmd="ptloader"      listen="/var/lib/imap/socket/ptsock"  prefork=1
    sieve       cmd="timsieved"     listen=sieve                        prefork=1 maxchild=64
}

EVENTS {
    # this is required
    checkpoint  cmd="ctl_cyrusdb -c" period=30

    # this is only necessary if using duplicate delivery suppression,
    # Sieve or NNTP
    # Purge entries from duplicate.db older than 10 days.
    duplicateprune cmd="cyr_expire -E 10" at=0530

    # Expire mailboxes older than 100 days.
    # Expire messages older than 100 days.
    deleteprune cmd="cyr_expire -E 10 -D 100" at=0330
    expungeprune cmd="cyr_expire -E 10 -X 100" at=2200

    # this is only necessary if caching TLS sessions
    tlsprune    cmd="tls_prune" at=0430

    # Index
    squatter    cmd="squatter -s -i" at=0115

network interfaces on guam enabled forntend server
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN

link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000

link/ether 00:50:56:b3:52:8c brd ff:ff:ff:ff:ff:ff
inet 10.160.152.34/21 brd 10.160.159.255 scope global eth0
inet6 fe80::250:56ff:feb3:528c/64 scope link
   valid_lft forever preferred_lft forever

3: eth4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000

link/ether 00:50:56:ba:66:36 brd ff:ff:ff:ff:ff:ff
inet 10.160.95.20/24 brd 10.160.95.255 scope global eth4
inet6 fe80::250:56ff:feba:6636/64 scope link
   valid_lft forever preferred_lft forever

4: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000

link/ether 00:50:56:b3:03:ab brd ff:ff:ff:ff:ff:ff
inet 10.160.240.16/24 brd 10.160.240.255 scope global eth1
inet6 fe80::250:56ff:feb3:3ab/64 scope link
   valid_lft forever preferred_lft forever

5: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000

link/ether 00:50:56:b3:6e:76 brd ff:ff:ff:ff:ff:ff
inet 10.160.169.240/21 brd 10.160.175.255 scope global eth2
inet6 fe80::250:56ff:feb3:6e76/64 scope link
   valid_lft forever preferred_lft forever

6: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP qlen 1000

link/ether 00:50:56:b3:2f:c6 brd ff:ff:ff:ff:ff:ff
inet 10.160.162.74/21 brd 10.160.167.255 scope global eth3
inet6 fe80::250:56ff:feb3:2fc6/64 scope link
   valid_lft forever preferred_lft forever

start and netstat on guam frontend server
`root@kolabfek001a [0] ~ # date;service guam stop; date; service guam start; date; netstat -tuplen | grep '160.152'
Mon Jun 20 13:40:09 CEST 2016
Stopping guam..ok

Stopped
Mon Jun 20 13:40:17 CEST 2016
Starting guam
Mon Jun 20 13:40:20 CEST 2016
tcp 0 0 10.160.152.34:993 0.0.0.0:* LISTEN 0 204740 27341/beam.smp
tcp 0 0 10.160.152.34:143 0.0.0.0:* LISTEN 0 204738 27341/beam.smp
udp 0 0 10.160.152.34:123 0.0.0.0:* 0 13233 2363/ntpd
root@kolabfek001a [0] ~ # sleep 5; date; netstat -tuplen | grep -e '160.152'
Mon Jun 20 13:43:40 CEST 2016
tcp 0 0 10.160.152.34:993 0.0.0.0:* LISTEN 0 204740 27341/beam.smp
tcp 0 0 10.160.152.34:143 0.0.0.0:* LISTEN 0 204738 27341/beam.smp
udp 0 0 10.160.152.34:123 0.0.0.0:* 0 13233 2363/ntpd
root@kolabfek001a [0] ~ # date; netstat -tuplen | grep -e '160.152'
Mon Jun 20 13:43:46 CEST 2016
tcp 0 0 10.160.152.34:993 0.0.0.0:* LISTEN 0 204740 27341/beam.smp
udp 0 0 10.160.152.34:123 0.0.0.0:* 0 13233 2363/ntpd
root@kolabfek001a [0] ~ #
`
simple service:port check from mupdate server to guam enabled frontend server

root@kolabmupdatek001a [0] ~ # date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143; date;date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;
Mon Jun 20 13:43:43 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Mon Jun 20 13:43:43 CEST 2016
Mon Jun 20 13:43:43 CEST 2016

/var/log/guam/console.log

2016-06-20 13:43:43.369 [error] <0.1314.0> gen_server <0.1314.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130
2016-06-20 13:43:43.369 [error] <0.1314.0> CRASH REPORT Process <0.1314.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.369 [error] <0.1338.0> gen_server <0.1338.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.369 [error] <0.1338.0> CRASH REPORT Process <0.1338.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.370 [error] <0.1315.0> gen_server <0.1315.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.370 [error] <0.1315.0> CRASH REPORT Process <0.1315.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.370 [error] <0.1339.0> gen_server <0.1339.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.370 [error] <0.1316.0> gen_server <0.1316.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.370 [error] <0.1339.0> CRASH REPORT Process <0.1339.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.370 [error] <0.1316.0> CRASH REPORT Process <0.1316.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.371 [error] <0.1342.0> gen_server <0.1342.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.371 [error] <0.1342.0> CRASH REPORT Process <0.1342.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.371 [error] <0.1317.0> gen_server <0.1317.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.371 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1314.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1338.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1315.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1339.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.372 [error] <0.1318.0> gen_server <0.1318.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1316.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.373 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1342.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.373 [error] <0.1318.0> CRASH REPORT Process <0.1318.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.373 [error] <0.1319.0> gen_server <0.1319.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.373 [error] <0.1320.0> gen_server <0.1320.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.374 [error] <0.1320.0> CRASH REPORT Process <0.1320.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.374 [error] <0.1319.0> CRASH REPORT Process <0.1319.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1318.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1320.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.375 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1319.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.375 [error] <0.1321.0> gen_server <0.1321.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.375 [error] <0.1321.0> CRASH REPORT Process <0.1321.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.375 [error] <0.1322.0> gen_server <0.1322.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.375 [error] <0.1324.0> gen_server <0.1324.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.375 [error] <0.1322.0> CRASH REPORT Process <0.1322.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.376 [error] <0.1324.0> CRASH REPORT Process <0.1324.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1321.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1322.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.376 [error] <0.1327.0> gen_server <0.1327.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1324.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.377 [error] <0.1327.0> CRASH REPORT Process <0.1327.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.377 [error] <0.1329.0> gen_server <0.1329.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.377 [error] <0.1330.0> gen_server <0.1330.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.377 [error] <0.1329.0> CRASH REPORT Process <0.1329.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.377 [error] <0.1330.0> CRASH REPORT Process <0.1330.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.377 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1327.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1329.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1330.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.378 [error] <0.1332.0> gen_server <0.1332.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.378 [error] <0.1332.0> CRASH REPORT Process <0.1332.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.378 [error] <0.1334.0> gen_server <0.1334.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.378 [error] <0.1334.0> CRASH REPORT Process <0.1334.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.378 [error] <0.1336.0> gen_server <0.1336.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1332.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.379 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1334.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.379 [error] <0.1336.0> CRASH REPORT Process <0.1336.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.379 [error] <0.1344.0> gen_server <0.1344.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
2016-06-20 13:43:43.379 [error] <0.1344.0> CRASH REPORT Process <0.1344.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1336.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1344.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
2016-06-20 13:43:43.380 [error] <0.1317.0> CRASH REPORT Process <0.1317.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1317.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated

ALL I can find for the relevant testing time in the log files

root@kolabfek001a [2] ~ # grep -re '2016-06-20 13:43:4[234]' /var/log/guam/*
/var/log/guam/console.log:2016-06-20 13:43:43.369 [error] <0.1314.0> gen_server <0.1314.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-06-20 13:43:43.369 [error] <0.1314.0> CRASH REPORT Process <0.1314.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.369 [error] <0.1338.0> gen_server <0.1338.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.369 [error] <0.1338.0> CRASH REPORT Process <0.1338.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1315.0> gen_server <0.1315.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1315.0> CRASH REPORT Process <0.1315.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1339.0> gen_server <0.1339.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1316.0> gen_server <0.1316.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1339.0> CRASH REPORT Process <0.1339.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.370 [error] <0.1316.0> CRASH REPORT Process <0.1316.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.371 [error] <0.1342.0> gen_server <0.1342.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.371 [error] <0.1342.0> CRASH REPORT Process <0.1342.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.371 [error] <0.1317.0> gen_server <0.1317.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.371 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1314.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1338.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1315.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1339.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.372 [error] <0.1318.0> gen_server <0.1318.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1316.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.373 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1342.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.373 [error] <0.1318.0> CRASH REPORT Process <0.1318.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.373 [error] <0.1319.0> gen_server <0.1319.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.373 [error] <0.1320.0> gen_server <0.1320.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.374 [error] <0.1320.0> CRASH REPORT Process <0.1320.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.374 [error] <0.1319.0> CRASH REPORT Process <0.1319.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1318.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1320.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1319.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1321.0> gen_server <0.1321.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1321.0> CRASH REPORT Process <0.1321.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1322.0> gen_server <0.1322.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1324.0> gen_server <0.1324.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.375 [error] <0.1322.0> CRASH REPORT Process <0.1322.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.376 [error] <0.1324.0> CRASH REPORT Process <0.1324.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1321.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1322.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.376 [error] <0.1327.0> gen_server <0.1327.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1324.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1327.0> CRASH REPORT Process <0.1327.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1329.0> gen_server <0.1329.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1330.0> gen_server <0.1330.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1329.0> CRASH REPORT Process <0.1329.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1330.0> CRASH REPORT Process <0.1330.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.377 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1327.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1329.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1330.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1332.0> gen_server <0.1332.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1332.0> CRASH REPORT Process <0.1332.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1334.0> gen_server <0.1334.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1334.0> CRASH REPORT Process <0.1334.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1336.0> gen_server <0.1336.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1332.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.379 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1334.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.379 [error] <0.1336.0> CRASH REPORT Process <0.1336.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.379 [error] <0.1344.0> gen_server <0.1344.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/console.log:2016-06-20 13:43:43.379 [error] <0.1344.0> CRASH REPORT Process <0.1344.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1336.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1344.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/console.log:2016-06-20 13:43:43.380 [error] <0.1317.0> CRASH REPORT Process <0.1317.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/console.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1317.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =ERROR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =CRASH REPORT====
/var/log/guam/crash.log:2016-06-20 13:43:43 =SUPERVISOR REPORT====
/var/log/guam/error.log:2016-06-20 13:43:43.369 [error] <0.1314.0> gen_server <0.1314.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-06-20 13:43:43.369 [error] <0.1314.0> CRASH REPORT Process <0.1314.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.369 [error] <0.1338.0> gen_server <0.1338.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.369 [error] <0.1338.0> CRASH REPORT Process <0.1338.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1315.0> gen_server <0.1315.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1315.0> CRASH REPORT Process <0.1315.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1339.0> gen_server <0.1339.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1316.0> gen_server <0.1316.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1339.0> CRASH REPORT Process <0.1339.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.370 [error] <0.1316.0> CRASH REPORT Process <0.1316.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.371 [error] <0.1342.0> gen_server <0.1342.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.371 [error] <0.1342.0> CRASH REPORT Process <0.1342.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.371 [error] <0.1317.0> gen_server <0.1317.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.371 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1314.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1338.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1315.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1339.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.372 [error] <0.1318.0> gen_server <0.1318.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.372 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1316.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.373 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1342.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.373 [error] <0.1318.0> CRASH REPORT Process <0.1318.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.373 [error] <0.1319.0> gen_server <0.1319.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.373 [error] <0.1320.0> gen_server <0.1320.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.374 [error] <0.1320.0> CRASH REPORT Process <0.1320.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.374 [error] <0.1319.0> CRASH REPORT Process <0.1319.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1318.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.374 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1320.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1319.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1321.0> gen_server <0.1321.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1321.0> CRASH REPORT Process <0.1321.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1322.0> gen_server <0.1322.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1324.0> gen_server <0.1324.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.375 [error] <0.1322.0> CRASH REPORT Process <0.1322.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.376 [error] <0.1324.0> CRASH REPORT Process <0.1324.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1321.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1322.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.376 [error] <0.1327.0> gen_server <0.1327.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.376 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1324.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1327.0> CRASH REPORT Process <0.1327.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1329.0> gen_server <0.1329.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1330.0> gen_server <0.1330.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1329.0> CRASH REPORT Process <0.1329.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1330.0> CRASH REPORT Process <0.1330.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.377 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1327.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1329.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1330.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1332.0> gen_server <0.1332.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1332.0> CRASH REPORT Process <0.1332.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1334.0> gen_server <0.1334.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1334.0> CRASH REPORT Process <0.1334.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1336.0> gen_server <0.1336.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.378 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1332.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.379 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1334.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.379 [error] <0.1336.0> CRASH REPORT Process <0.1336.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.379 [error] <0.1344.0> gen_server <0.1344.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129
/var/log/guam/error.log:2016-06-20 13:43:43.379 [error] <0.1344.0> CRASH REPORT Process <0.1344.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1336.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1344.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
/var/log/guam/error.log:2016-06-20 13:43:43.380 [error] <0.1317.0> CRASH REPORT Process <0.1317.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in gen_server:terminate/7 line 804
/var/log/guam/error.log:2016-06-20 13:43:43.380 [error] <0.1302.0> Supervisor {<0.1302.0>,kolab_guam_listener} had child session started with {kolab_guam_session,start_link,undefined} at <0.1317.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 129 in context child_terminated
root@kolabfek001a [0] ~ #

Details

Ticket Type
Task

Event Timeline

petersen added a project: Restricted Project.
petersen subscribed.
petersen raised the priority of this task from 60 to Unbreak Now!.Jun 21 2016, 1:17 PM

aseigo@serenity:~/src/kolab/eimap (develop)> git flow feature list

passthrough_capabilities_untouched

aseigo@serenity:~/src/kolab/guam (hotfix/no_tls_server_response_fixup)> git flow hotfix list

  • no_tls_server_response_fixup

probably want to catch the ipv6 feature branch in guam while were at it, and drop both into a 0.8.1 release

In T1317#21025, @seigo wrote:

aseigo@serenity:~/src/kolab/eimap (develop)> git flow feature list

passthrough_capabilities_untouched

There's 12 patches in this branch compared to the latest 0.2.4 release, of which I would consider none (README/ChangeLog/rebar/License changes) but the following applicable;

Unless I'm misunderstanding you completely, you need me to pick these fixes from a feature branch in the hope they apply to 0.2.x as well as they currently might to 0.3.0.

aseigo@serenity:~/src/kolab/guam (hotfix/no_tls_server_response_fixup)> git flow hotfix list

  • no_tls_server_response_fixup

probably want to catch the ipv6 feature branch in guam while were at it, and drop both into a 0.8.1 release

This brings the grand total to 8 patches. But it builds. I'll be reporting back what the results look like, as my attempts so far do not allow a client to connect using STARTTLS -- the Guam server appears to not respond with STARTTLS in its capabilities (as it uses the post-upgrade ones provided by the backend).

Shipped the patches, cannot connect using STARTTLS client-side, per:

$ imtest -t "" kolab.example.org
S: IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE URLAUTH URLAUTH=BINARY X-NETSCAPE AUTH=PLAIN AUTH=LOGIN SASL-IR X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE
failure: STARTTLS not supported by the server!

$ echo $?
1

update the hotfix branch hotfix/no_tls_server_response_fixup in guam. tested with a tls connection to kolabnow.org with and without a tls config in guam, and got the correct responses both times (no STARTTLS when guam does not have a tls config, and STARTTLS when it does).

(previously eimap was also doing part of the "pop in a starttls atom" job, which was no longer necessary for a few releases now, but was catching this particular case. now guam needs to do it all, which is correct as messing with the server hello is not something the protocol client (eimap) can know enough about the client (guam, e.g.) to do; this is a client specific behavior. but at one point in devel, only eimap saw this string at the right time, but guam now gets a chance to modify it just fine.)

"Unless I'm misunderstanding you completely, you need me to pick these fixes from a feature branch in the hope they apply to 0.2.x as well as they currently might to 0.3.0."

they apply to both master and develop (they haven't diverged too much), so yes, if you want to avoid rebar3 for this packaging round, then apply the patches to 0.2.4 and it should be good.

The patch on guam's hotfix/no_tls_server_response_fixup has been applied, and principally client's im- and explicit TLS connections seem OK ... but ...

Python's imaplib is a lot more strict in parsing the server greeting, which is expected to be:

S: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS LOGINDISABLED] kolab.example.org Cyrus IMAP 2.5.8.12-Kolab-2.5.8-13.1.el7.kolab_wf server ready

whereas it currently is (via guam):

S: IMAP4rev1 STARTTLS LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE ANNOTATE-EXPERIMENT-1 METADATA LIST-EXTENDED LIST-STATUS LIST-MYRIGHTS WITHIN QRESYNC SCAN XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE URLAUTH URLAUTH=BINARY X-NETSCAPE AUTH=PLAIN AUTH=LOGIN SASL-IR X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-STORAGE X-QUOTA=X-NUM-FOLDERS IDLE

Notice the difference in the syntax of the "S: * OK [CAPABILITY (...)] $hostname product version server ready" banner.

Please, be aware of the fact that there can be three different capability response formats

- when connecting..
S: * OK [CAPABILITY IMAP4rev1 ...] Server ready.

- when calling CAPABILITY
C: A0002 CAPABILITY
S: * CAPABILITY IMAP4rev1 ...
S: A0002 OK Pre-login capabilities listed, post-login capabilities have more.

- when authenticating
C: A0004 AUTHENTICATE PLAIN ****** [33]
S: A0004 OK [CAPABILITY IMAP4rev1 ...] Logged in

It's still somehow instable even in version 0.8.1.
I did some check hammering and the service stops on that port and interface than.

here the bash actions log

[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:18 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:18 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:19 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:19 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:21 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:21 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:22 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:22 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:23 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:23 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:24 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:24 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:24 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:24 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:25 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:25 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:26 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:26 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:27 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:27 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:28 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:28 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:29 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:29 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:30 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:30 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:30 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:30 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:31 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:31 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:32 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:32 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:33 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:33 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:34 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:35 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:36 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:36 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:37 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:37 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:40 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:40 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:41 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:42 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:42 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143;date
Tue Jul  5 15:33:42 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
Tue Jul  5 15:33:42 CEST 2016
[root@kolabfek001a ~]# netstat -tulpen | grep -e beam -e guam -e cyrus
tcp        0      0 0.0.0.0:36734               0.0.0.0:*                   LISTEN      0          211996     15612/beam.smp
tcp        0      0 0.0.0.0:4190                0.0.0.0:*                   LISTEN      0          81816      9424/cyrus-master
tcp        0      0 127.0.0.1:10143             0.0.0.0:*                   LISTEN      0          81788      9424/cyrus-master
tcp        0      0 0.0.0.0:3905                0.0.0.0:*                   LISTEN      0          81777      9424/cyrus-master
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN      0          81806      9424/cyrus-master
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN      0          81800      9424/cyrus-master
tcp        0      0 0.0.0.0:10993               0.0.0.0:*                   LISTEN      0          81792      9424/cyrus-master
tcp        0      0 :::4190                     :::*                        LISTEN      0          81818      9424/cyrus-master
tcp        0      0 ::1:10143                   :::*                        LISTEN      0          81786      9424/cyrus-master
tcp        0      0 :::993                      :::*                        LISTEN      0          212004     15612/beam.smp
tcp        0      0 :::3905                     :::*                        LISTEN      0          81779      9424/cyrus-master
tcp        0      0 :::995                      :::*                        LISTEN      0          81808      9424/cyrus-master
tcp        0      0 :::110                      :::*                        LISTEN      0          81802      9424/cyrus-master
tcp        0      0 :::143                      :::*                        LISTEN      0          212002     15612/beam.smp
tcp        0      0 :::10993                    :::*                        LISTEN      0          81794      9424/cyrus-master
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# service guam restart
ok
[root@kolabfek001a ~]# netstat -tulpen | grep -e beam -e guam -e cyrus
tcp        0      0 0.0.0.0:4190                0.0.0.0:*                   LISTEN      0          81816      9424/cyrus-master
tcp        0      0 127.0.0.1:10143             0.0.0.0:*                   LISTEN      0          81788      9424/cyrus-master
tcp        0      0 0.0.0.0:3905                0.0.0.0:*                   LISTEN      0          81777      9424/cyrus-master
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN      0          81806      9424/cyrus-master
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN      0          81800      9424/cyrus-master
tcp        0      0 0.0.0.0:10993               0.0.0.0:*                   LISTEN      0          81792      9424/cyrus-master
tcp        0      0 :::4190                     :::*                        LISTEN      0          81818      9424/cyrus-master
tcp        0      0 ::1:10143                   :::*                        LISTEN      0          81786      9424/cyrus-master
tcp        0      0 :::3905                     :::*                        LISTEN      0          81779      9424/cyrus-master
tcp        0      0 :::995                      :::*                        LISTEN      0          81808      9424/cyrus-master
tcp        0      0 :::110                      :::*                        LISTEN      0          81802      9424/cyrus-master
tcp        0      0 :::10993                    :::*                        LISTEN      0          81794      9424/cyrus-master
[root@kolabfek001a ~]# netstat -tulpen | grep -e beam -e guam -e cyrus
tcp        0      0 0.0.0.0:4190                0.0.0.0:*                   LISTEN      0          81816      9424/cyrus-master
tcp        0      0 127.0.0.1:10143             0.0.0.0:*                   LISTEN      0          81788      9424/cyrus-master
tcp        0      0 0.0.0.0:3905                0.0.0.0:*                   LISTEN      0          81777      9424/cyrus-master
tcp        0      0 0.0.0.0:995                 0.0.0.0:*                   LISTEN      0          81806      9424/cyrus-master
tcp        0      0 0.0.0.0:58504               0.0.0.0:*                   LISTEN      0          216169     15612/beam.smp
tcp        0      0 0.0.0.0:110                 0.0.0.0:*                   LISTEN      0          81800      9424/cyrus-master
tcp        0      0 0.0.0.0:10993               0.0.0.0:*                   LISTEN      0          81792      9424/cyrus-master
tcp        0      0 :::4190                     :::*                        LISTEN      0          81818      9424/cyrus-master
tcp        0      0 ::1:10143                   :::*                        LISTEN      0          81786      9424/cyrus-master
tcp        0      0 :::993                      :::*                        LISTEN      0          216177     15612/beam.smp
tcp        0      0 :::3905                     :::*                        LISTEN      0          81779      9424/cyrus-master
tcp        0      0 :::995                      :::*                        LISTEN      0          81808      9424/cyrus-master
tcp        0      0 :::110                      :::*                        LISTEN      0          81802      9424/cyrus-master
tcp        0      0 :::143                      :::*                        LISTEN      0          216175     15612/beam.smp
tcp        0      0 :::10993                    :::*                        LISTEN      0          81794      9424/cyrus-master
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:33 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:33 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:33 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:34 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:35 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:36 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:37 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:37 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:37 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:37 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:38 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:38 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:38 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:38 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:38 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:39 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:39 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:39 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:39 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:39 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:40 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:41 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:42 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:42 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# ^C
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:44 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:36:46 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# service guam restart
ok
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:41 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:42 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:42 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:42 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:43 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:43 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:43 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:44 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:44 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:44 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:45 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:45 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:45 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:46 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:46 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:46 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:46 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:47 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:47 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:47 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:48 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:48 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:48 CEST 2016
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:49 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:49 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:49 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:50 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:50 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:50 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:51 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:51 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:51 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:51 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:52 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:52 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:52 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:53 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:53 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:53 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:54 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:54 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:54 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:55 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:55 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:55 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:56 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:56 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:56 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:56 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:57 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:57 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:57 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:58 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:58 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:58 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:59 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:59 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:37:59 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:00 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:00 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:00 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:01 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:01 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:01 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# date;nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Tue Jul  5 15:38:01 CEST 2016
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
Connection to kolabfek001a.srv.ha3.dir.muenchen.de 143 port [tcp/imap] succeeded!
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# nc -z kolabfek001a.srv.ha3.dir.muenchen.de 143
[root@kolabfek001a ~]# service guam restart
ok

and here the log file content of that time

[root@kolabfek001a ~]# grep -re '2016-07-05 15:3[3456789]:' /var/log/guam/*
/var/log/guam/console.log:2016-07-05 15:35:49.234 [error] <0.1532.0> gen_server <0.1532.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/console.log:2016-07-05 15:35:49.234 [error] <0.1535.0> gen_server <0.1535.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1535.0> CRASH REPORT Process <0.1535.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1535.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1538.0> gen_server <0.1538.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1538.0> CRASH REPORT Process <0.1538.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1538.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1541.0> gen_server <0.1541.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1541.0> CRASH REPORT Process <0.1541.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1541.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1552.0> gen_server <0.1552.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1552.0> CRASH REPORT Process <0.1552.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1552.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1555.0> gen_server <0.1555.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1555.0> CRASH REPORT Process <0.1555.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1555.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1558.0> gen_server <0.1558.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1558.0> CRASH REPORT Process <0.1558.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1558.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.238 [error] <0.1561.0> gen_server <0.1561.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1561.0> CRASH REPORT Process <0.1561.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1532.0> CRASH REPORT Process <0.1532.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1564.0> gen_server <0.1564.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1564.0> CRASH REPORT Process <0.1564.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1567.0> gen_server <0.1567.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1567.0> CRASH REPORT Process <0.1567.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1570.0> gen_server <0.1570.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1570.0> CRASH REPORT Process <0.1570.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1573.0> gen_server <0.1573.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.239 [error] <0.1573.0> CRASH REPORT Process <0.1573.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1576.0> gen_server <0.1576.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1576.0> CRASH REPORT Process <0.1576.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1580.0> gen_server <0.1580.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1580.0> CRASH REPORT Process <0.1580.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1583.0> gen_server <0.1583.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1583.0> CRASH REPORT Process <0.1583.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1586.0> gen_server <0.1586.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1586.0> CRASH REPORT Process <0.1586.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1589.0> gen_server <0.1589.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1589.0> CRASH REPORT Process <0.1589.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1592.0> gen_server <0.1592.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1592.0> CRASH REPORT Process <0.1592.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1595.0> gen_server <0.1595.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1595.0> CRASH REPORT Process <0.1595.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1598.0> gen_server <0.1598.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:35:49.240 [error] <0.1598.0> CRASH REPORT Process <0.1598.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1561.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1532.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1564.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1567.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1570.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1573.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1576.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1580.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1583.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1586.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1589.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1592.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1595.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1598.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:03.671 [error] <0.1282.0> Supervisor {<0.1282.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1282.0>, {sslsocket,nil,{#Port<0.3726>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7...>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/console.log:2016-07-05 15:36:03.672 [error] emulator Error in process <0.1304.0> on node 'kolab_guam@127.0.0.1' with exit value:
/var/log/guam/console.log:2016-07-05 15:36:12.489 [info] <0.2800.0> Application lager started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.490 [info] <0.2800.0> Application lager_syslog started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.490 [info] <0.2800.0> Application crypto started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.490 [info] <0.2800.0> Application asn1 started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.490 [info] <0.2800.0> Application public_key started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.491 [info] <0.2887.0>@kolab_guam:start:35 Starting Kolab Guam IMAP session proxy ...
/var/log/guam/console.log:2016-07-05 15:36:12.491 [info] <0.2887.0>@kolab_guam:start:36     Starting the main supervisor ...
/var/log/guam/console.log:2016-07-05 15:36:12.491 [info] <0.2889.0>@kolab_guam_listener:init:44 Starting listener "imap" on port 143 ([{reuseaddr,true},{active,once},inet6]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:36:12.491 [info] <0.2892.0>@kolab_guam_listener:init:44 Starting listener "imaps" on port 993 ([{reuseaddr,true},{active,once},inet6,{certfile,"/etc/pki/tls/private/muenchen.de.pem"}]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:36:12.495 [info] <0.2800.0> Application ssl started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:12.495 [info] <0.2800.0> Application kolab_guam started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:36:50.139 [error] <0.3041.0> gen_server <0.3041.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/console.log:2016-07-05 15:36:50.139 [error] <0.3041.0> CRASH REPORT Process <0.3041.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3041.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3044.0> gen_server <0.3044.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3044.0> CRASH REPORT Process <0.3044.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3047.0> gen_server <0.3047.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3047.0> CRASH REPORT Process <0.3047.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3050.0> gen_server <0.3050.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3050.0> CRASH REPORT Process <0.3050.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.140 [error] <0.3053.0> gen_server <0.3053.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3053.0> CRASH REPORT Process <0.3053.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3056.0> gen_server <0.3056.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3056.0> CRASH REPORT Process <0.3056.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3059.0> gen_server <0.3059.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3059.0> CRASH REPORT Process <0.3059.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3062.0> gen_server <0.3062.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3062.0> CRASH REPORT Process <0.3062.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3065.0> gen_server <0.3065.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.141 [error] <0.3065.0> CRASH REPORT Process <0.3065.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3068.0> gen_server <0.3068.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3068.0> CRASH REPORT Process <0.3068.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3071.0> gen_server <0.3071.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3071.0> CRASH REPORT Process <0.3071.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3074.0> gen_server <0.3074.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3074.0> CRASH REPORT Process <0.3074.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3077.0> gen_server <0.3077.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.142 [error] <0.3077.0> CRASH REPORT Process <0.3077.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3080.0> gen_server <0.3080.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3080.0> CRASH REPORT Process <0.3080.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3083.0> gen_server <0.3083.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3083.0> CRASH REPORT Process <0.3083.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3086.0> gen_server <0.3086.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3086.0> CRASH REPORT Process <0.3086.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3089.0> gen_server <0.3089.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3089.0> CRASH REPORT Process <0.3089.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3096.0> gen_server <0.3096.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3096.0> CRASH REPORT Process <0.3096.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.143 [error] <0.3099.0> gen_server <0.3099.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.3099.0> CRASH REPORT Process <0.3099.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.3102.0> gen_server <0.3102.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.3102.0> CRASH REPORT Process <0.3102.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3044.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3047.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3050.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3053.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3056.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3059.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3062.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.148 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3065.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.148 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3068.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3071.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3074.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3077.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3080.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3083.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3086.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3089.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3096.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3099.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3102.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:37:35.810 [error] <0.2892.0> Supervisor {<0.2892.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.2892.0>, {sslsocket,nil,{#Port<0.7637>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7...>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/console.log:2016-07-05 15:37:35.811 [error] emulator Error in process <0.2914.0> on node 'kolab_guam@127.0.0.1' with exit value:
/var/log/guam/console.log:2016-07-05 15:37:48.997 [info] <0.4391.0>@kolab_guam:start:35 Starting Kolab Guam IMAP session proxy ...
/var/log/guam/console.log:2016-07-05 15:37:48.997 [info] <0.4391.0>@kolab_guam:start:36     Starting the main supervisor ...
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application lager started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application lager_syslog started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application crypto started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4393.0>@kolab_guam_listener:init:44 Starting listener "imap" on port 143 ([{reuseaddr,true},{active,once},inet6]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application asn1 started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application public_key started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.998 [info] <0.4304.0> Application ssl started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:37:48.999 [info] <0.4396.0>@kolab_guam_listener:init:44 Starting listener "imaps" on port 993 ([{reuseaddr,true},{active,once},inet6,{certfile,"/etc/pki/tls/private/muenchen.de.pem"}]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:37:49.000 [info] <0.4304.0> Application kolab_guam started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:18.061 [error] <0.4680.0> gen_server <0.4680.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/console.log:2016-07-05 15:38:18.064 [error] <0.4680.0> CRASH REPORT Process <0.4680.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4683.0> gen_server <0.4683.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4683.0> CRASH REPORT Process <0.4683.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4686.0> gen_server <0.4686.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4686.0> CRASH REPORT Process <0.4686.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4689.0> gen_server <0.4689.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4689.0> CRASH REPORT Process <0.4689.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4692.0> gen_server <0.4692.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4692.0> CRASH REPORT Process <0.4692.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.065 [error] <0.4695.0> gen_server <0.4695.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4695.0> CRASH REPORT Process <0.4695.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4698.0> gen_server <0.4698.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4698.0> CRASH REPORT Process <0.4698.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4701.0> gen_server <0.4701.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4701.0> CRASH REPORT Process <0.4701.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4704.0> gen_server <0.4704.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4704.0> CRASH REPORT Process <0.4704.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4707.0> gen_server <0.4707.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.066 [error] <0.4707.0> CRASH REPORT Process <0.4707.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.067 [error] <0.4710.0> gen_server <0.4710.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.067 [error] <0.4710.0> CRASH REPORT Process <0.4710.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.067 [error] <0.4713.0> gen_server <0.4713.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.067 [error] <0.4713.0> CRASH REPORT Process <0.4713.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.067 [error] <0.4716.0> gen_server <0.4716.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.069 [error] <0.4716.0> CRASH REPORT Process <0.4716.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4719.0> gen_server <0.4719.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4719.0> CRASH REPORT Process <0.4719.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4722.0> gen_server <0.4722.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4722.0> CRASH REPORT Process <0.4722.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4725.0> gen_server <0.4725.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4725.0> CRASH REPORT Process <0.4725.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4728.0> gen_server <0.4728.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4728.0> CRASH REPORT Process <0.4728.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4731.0> gen_server <0.4731.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4731.0> CRASH REPORT Process <0.4731.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.070 [error] <0.4734.0> gen_server <0.4734.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4734.0> CRASH REPORT Process <0.4734.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4737.0> gen_server <0.4737.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4737.0> CRASH REPORT Process <0.4737.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4680.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4683.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4686.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4689.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4692.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4695.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4698.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4701.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4704.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4707.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4710.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4713.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4716.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4719.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4722.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4725.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4728.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4731.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4734.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4737.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/console.log:2016-07-05 15:38:29.158 [error] <0.4396.0> Supervisor {<0.4396.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.4396.0>, {sslsocket,nil,{#Port<0.11482>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7..>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/console.log:2016-07-05 15:38:29.160 [error] emulator Error in process <0.4408.0> on node 'kolab_guam@127.0.0.1' with exit value:
/var/log/guam/console.log:2016-07-05 15:38:38.582 [info] <0.5934.0> Application lager started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.582 [info] <0.6021.0>@kolab_guam:start:35 Starting Kolab Guam IMAP session proxy ...
/var/log/guam/console.log:2016-07-05 15:38:38.582 [info] <0.6021.0>@kolab_guam:start:36     Starting the main supervisor ...
/var/log/guam/console.log:2016-07-05 15:38:38.583 [info] <0.6023.0>@kolab_guam_listener:init:44 Starting listener "imap" on port 143 ([{reuseaddr,true},{active,once},inet6]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:38:38.583 [info] <0.6026.0>@kolab_guam_listener:init:44 Starting listener "imaps" on port 993 ([{reuseaddr,true},{active,once},inet6,{certfile,"/etc/pki/tls/private/muenchen.de.pem"}]) with 1 rules
/var/log/guam/console.log:2016-07-05 15:38:38.584 [info] <0.5934.0> Application lager_syslog started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.584 [info] <0.5934.0> Application crypto started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.584 [info] <0.5934.0> Application asn1 started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.584 [info] <0.5934.0> Application public_key started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.584 [info] <0.5934.0> Application ssl started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-05 15:38:38.585 [info] <0.5934.0> Application kolab_guam started on node 'kolab_guam@127.0.0.1'
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:35:49 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:03 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:03 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:36:50 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:37:35 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:37:35 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:18 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:29 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-05 15:38:29 =ERROR REPORT====
/var/log/guam/error.log:2016-07-05 15:35:49.234 [error] <0.1532.0> gen_server <0.1532.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/error.log:2016-07-05 15:35:49.234 [error] <0.1535.0> gen_server <0.1535.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1535.0> CRASH REPORT Process <0.1535.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1535.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1538.0> gen_server <0.1538.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1538.0> CRASH REPORT Process <0.1538.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1538.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1541.0> gen_server <0.1541.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1541.0> CRASH REPORT Process <0.1541.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.235 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1541.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1552.0> gen_server <0.1552.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1552.0> CRASH REPORT Process <0.1552.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1552.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1555.0> gen_server <0.1555.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1555.0> CRASH REPORT Process <0.1555.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1555.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1558.0> gen_server <0.1558.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1558.0> CRASH REPORT Process <0.1558.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.236 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1558.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.238 [error] <0.1561.0> gen_server <0.1561.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1561.0> CRASH REPORT Process <0.1561.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1532.0> CRASH REPORT Process <0.1532.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1564.0> gen_server <0.1564.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1564.0> CRASH REPORT Process <0.1564.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1567.0> gen_server <0.1567.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1567.0> CRASH REPORT Process <0.1567.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1570.0> gen_server <0.1570.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1570.0> CRASH REPORT Process <0.1570.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1573.0> gen_server <0.1573.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.239 [error] <0.1573.0> CRASH REPORT Process <0.1573.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1576.0> gen_server <0.1576.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1576.0> CRASH REPORT Process <0.1576.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1580.0> gen_server <0.1580.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1580.0> CRASH REPORT Process <0.1580.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1583.0> gen_server <0.1583.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1583.0> CRASH REPORT Process <0.1583.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1586.0> gen_server <0.1586.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1586.0> CRASH REPORT Process <0.1586.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1589.0> gen_server <0.1589.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1589.0> CRASH REPORT Process <0.1589.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1592.0> gen_server <0.1592.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1592.0> CRASH REPORT Process <0.1592.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1595.0> gen_server <0.1595.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1595.0> CRASH REPORT Process <0.1595.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1598.0> gen_server <0.1598.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:35:49.240 [error] <0.1598.0> CRASH REPORT Process <0.1598.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1561.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1532.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1564.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1567.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1570.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.241 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1573.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1576.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1580.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1583.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1586.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1589.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1592.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1595.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:35:49.242 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1598.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:03.671 [error] <0.1282.0> Supervisor {<0.1282.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1282.0>, {sslsocket,nil,{#Port<0.3726>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7...>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/error.log:2016-07-05 15:36:03.672 [error] emulator Error in process <0.1304.0> on node 'kolab_guam@127.0.0.1' with exit value:
/var/log/guam/error.log:2016-07-05 15:36:50.139 [error] <0.3041.0> gen_server <0.3041.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/error.log:2016-07-05 15:36:50.139 [error] <0.3041.0> CRASH REPORT Process <0.3041.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3041.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3044.0> gen_server <0.3044.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3044.0> CRASH REPORT Process <0.3044.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3047.0> gen_server <0.3047.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3047.0> CRASH REPORT Process <0.3047.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3050.0> gen_server <0.3050.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3050.0> CRASH REPORT Process <0.3050.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.140 [error] <0.3053.0> gen_server <0.3053.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3053.0> CRASH REPORT Process <0.3053.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3056.0> gen_server <0.3056.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3056.0> CRASH REPORT Process <0.3056.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3059.0> gen_server <0.3059.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3059.0> CRASH REPORT Process <0.3059.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3062.0> gen_server <0.3062.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3062.0> CRASH REPORT Process <0.3062.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3065.0> gen_server <0.3065.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.141 [error] <0.3065.0> CRASH REPORT Process <0.3065.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3068.0> gen_server <0.3068.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3068.0> CRASH REPORT Process <0.3068.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3071.0> gen_server <0.3071.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3071.0> CRASH REPORT Process <0.3071.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3074.0> gen_server <0.3074.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3074.0> CRASH REPORT Process <0.3074.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3077.0> gen_server <0.3077.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.142 [error] <0.3077.0> CRASH REPORT Process <0.3077.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3080.0> gen_server <0.3080.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3080.0> CRASH REPORT Process <0.3080.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3083.0> gen_server <0.3083.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3083.0> CRASH REPORT Process <0.3083.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3086.0> gen_server <0.3086.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3086.0> CRASH REPORT Process <0.3086.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3089.0> gen_server <0.3089.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3089.0> CRASH REPORT Process <0.3089.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3096.0> gen_server <0.3096.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3096.0> CRASH REPORT Process <0.3096.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.143 [error] <0.3099.0> gen_server <0.3099.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.3099.0> CRASH REPORT Process <0.3099.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.3102.0> gen_server <0.3102.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.3102.0> CRASH REPORT Process <0.3102.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3044.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3047.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3050.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.144 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3053.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3056.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3059.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.145 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3062.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.148 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3065.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.148 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3068.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3071.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3074.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.149 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3077.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3080.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3083.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3086.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3089.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3096.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3099.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:36:50.150 [error] <0.2889.0> Supervisor {<0.2889.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.3102.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:37:35.810 [error] <0.2892.0> Supervisor {<0.2892.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.2892.0>, {sslsocket,nil,{#Port<0.7637>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7...>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/error.log:2016-07-05 15:37:35.811 [error] emulator Error in process <0.2914.0> on node 'kolab_guam@127.0.0.1' with exit value:
/var/log/guam/error.log:2016-07-05 15:38:18.061 [error] <0.4680.0> gen_server <0.4680.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131
/var/log/guam/error.log:2016-07-05 15:38:18.064 [error] <0.4680.0> CRASH REPORT Process <0.4680.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4683.0> gen_server <0.4683.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4683.0> CRASH REPORT Process <0.4683.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4686.0> gen_server <0.4686.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4686.0> CRASH REPORT Process <0.4686.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4689.0> gen_server <0.4689.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4689.0> CRASH REPORT Process <0.4689.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4692.0> gen_server <0.4692.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4692.0> CRASH REPORT Process <0.4692.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.065 [error] <0.4695.0> gen_server <0.4695.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4695.0> CRASH REPORT Process <0.4695.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4698.0> gen_server <0.4698.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4698.0> CRASH REPORT Process <0.4698.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4701.0> gen_server <0.4701.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4701.0> CRASH REPORT Process <0.4701.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4704.0> gen_server <0.4704.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4704.0> CRASH REPORT Process <0.4704.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4707.0> gen_server <0.4707.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.066 [error] <0.4707.0> CRASH REPORT Process <0.4707.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.067 [error] <0.4710.0> gen_server <0.4710.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.067 [error] <0.4710.0> CRASH REPORT Process <0.4710.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.067 [error] <0.4713.0> gen_server <0.4713.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.067 [error] <0.4713.0> CRASH REPORT Process <0.4713.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.067 [error] <0.4716.0> gen_server <0.4716.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.069 [error] <0.4716.0> CRASH REPORT Process <0.4716.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4719.0> gen_server <0.4719.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4719.0> CRASH REPORT Process <0.4719.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4722.0> gen_server <0.4722.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4722.0> CRASH REPORT Process <0.4722.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4725.0> gen_server <0.4725.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4725.0> CRASH REPORT Process <0.4725.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4728.0> gen_server <0.4728.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4728.0> CRASH REPORT Process <0.4728.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4731.0> gen_server <0.4731.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4731.0> CRASH REPORT Process <0.4731.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.070 [error] <0.4734.0> gen_server <0.4734.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4734.0> CRASH REPORT Process <0.4734.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4737.0> gen_server <0.4737.0> terminated with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4737.0> CRASH REPORT Process <0.4737.0> with 0 neighbours exited with reason: no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4680.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 131 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4683.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4686.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4689.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4692.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.071 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4695.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4698.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4701.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4704.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4707.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4710.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4713.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4716.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4719.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4722.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4725.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.072 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4728.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4731.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4734.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:18.073 [error] <0.4393.0> Supervisor {<0.4393.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.4737.0> exit with reason no match of right hand value {error,closed} in kolab_guam_session:accept_client/2 line 130 in context child_terminated
/var/log/guam/error.log:2016-07-05 15:38:29.158 [error] <0.4396.0> Supervisor {<0.4396.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.4396.0>, {sslsocket,nil,{#Port<0.11482>,{config,{ssl_options,tls,[{3,3},{3,2},{3,1}],verify_none,{#Fun<ssl.7..>,...},...},...}}}, [{host,"127.0.0.1"},{port,10993},{tls,true}], true, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/error.log:2016-07-05 15:38:29.160 [error] emulator Error in process <0.4408.0> on node 'kolab_guam@127.0.0.1' with exit value:
[root@kolabfek001a ~]#

Starving the connection pool by intentionally dropping the client connection pre-accept ... This is addressed with a few improvements in master, with commits:

f1f1a7c document the listener_pool_size option
ffcf242 allow setting the listener pool size with a configuration option
9de4787 centralize the post-accept bookkeeping, and fix for broken accepts
9546991 simple rate limiting for accepting connections

This should become 0.8.2.

p.s. Can we please have new tickets for new issues? This is entirely unrelated to the original issue in this ticket, and is not related to behavior in regular usage.

p.p.s. Tested the fixes with:

aseigo@serenity:~> let n=0; while true; do if [ $n == 1000 ]; then echo "date 1000 times"; let n=0; else let n=$n+1; fi; nc -z localhost 1143;
Wed Jul 6 12:13:06 CEST 2016 1000 times
Wed Jul 6 12:13:07 CEST 2016 1000 times
Wed Jul 6 12:13:08 CEST 2016 1000 times
Wed Jul 6 12:13:09 CEST 2016 1000 times
Wed Jul 6 12:13:10 CEST 2016 1000 times
Wed Jul 6 12:13:11 CEST 2016 1000 times
Wed Jul 6 12:13:12 CEST 2016 1000 times
Wed Jul 6 12:13:13 CEST 2016 1000 times
Wed Jul 6 12:13:14 CEST 2016 1000 times
Wed Jul 6 12:13:15 CEST 2016 1000 times
Wed Jul 6 12:13:17 CEST 2016 1000 times
Wed Jul 6 12:13:18 CEST 2016 1000 times
Wed Jul 6 12:13:19 CEST 2016 1000 times
Wed Jul 6 12:13:20 CEST 2016 1000 times
Wed Jul 6 12:13:21 CEST 2016 1000 times
Wed Jul 6 12:13:22 CEST 2016 1000 times
Wed Jul 6 12:13:23 CEST 2016 1000 times
Wed Jul 6 12:13:24 CEST 2016 1000 times
Wed Jul 6 12:13:25 CEST 2016 1000 times
Wed Jul 6 12:13:26 CEST 2016 1000 times
Wed Jul 6 12:13:27 CEST 2016 1000 times
Wed Jul 6 12:13:28 CEST 2016 1000 times
Wed Jul 6 12:13:29 CEST 2016 1000 times
Wed Jul 6 12:13:30 CEST 2016 1000 times
Wed Jul 6 12:13:31 CEST 2016 1000 times
Wed Jul 6 12:13:32 CEST 2016 1000 times
Wed Jul 6 12:13:34 CEST 2016 1000 times
Wed Jul 6 12:13:35 CEST 2016 1000 times
Wed Jul 6 12:13:36 CEST 2016 1000 times
Wed Jul 6 12:13:37 CEST 2016 1000 times
Wed Jul 6 12:13:39 CEST 2016 1000 times
Wed Jul 6 12:13:40 CEST 2016 1000 times
Wed Jul 6 12:13:42 CEST 2016 1000 times
Wed Jul 6 12:13:43 CEST 2016 1000 times
Wed Jul 6 12:13:44 CEST 2016 1000 times

Let it run for several minutes like this; also tested with implicit_tls socket. Confirmed with imtest that proper connections still work as well.

Ok, I tried that with 0.8.2 now and think I found one problem or missing info in the test you run.
Is the guam realy responding on that "nc -z"?
If I do the test you described I get at least one/a few "Success" messages returned by "nc -z". Did you just not copy those to the case (like the trailing "done")?

If I run this test sequence:

clear
date;yum list installed guam | grep guam;
date;service guam stop
date;service guam start
date;netstat -tulpen | grep -e 143 -e 993
let n=0;let t=0; while  [ $t -lt 5 ]; do if [ $n == 10 ]; then echo "date 10 times"; let n=0;let t=$t+1; else let n=$n+1; fi; echo -n "$n ";date;nc -z localhost 143;done
rm -f ~/guam.logs
date;grep -re "2016-07-08 $(date +%H):$(date +%M):" /var/log/guam/* >> ~/guam.logs
less ~/guam.logs

and get in response:

[root@kolabfek001a ~]# clear
[root@kolabfek001a ~]# date;yum list installed guam | grep guam;
Fri Jul  8 10:06:58 CEST 2016
guam.x86_64          0.8.2-1.1.el6.kolab_14           @lhm-kolab-14-extras-audit
[root@kolabfek001a ~]# date;service guam stop
Fri Jul  8 10:06:59 CEST 2016
Stopping guam..ok

Stopped
[root@kolabfek001a ~]# date;service guam start
Fri Jul  8 10:07:07 CEST 2016
Starting guam
.
[root@kolabfek001a ~]# date;netstat -tulpen | grep -e 143 -e 993
Fri Jul  8 10:07:11 CEST 2016
tcp        0      0 127.0.0.1:10143             0.0.0.0:*                   LISTEN      0          81788      1428/proxyd
tcp        0      0 0.0.0.0:10993               0.0.0.0:*                   LISTEN      0          81792      1464/proxyd
tcp        0      0 ::1:10143                   :::*                        LISTEN      0          81786      9424/cyrus-master
tcp        0      0 :::993                      :::*                        LISTEN      0          911957     21575/beam.smp
tcp        0      0 :::143                      :::*                        LISTEN      0          911956     21575/beam.smp
tcp        0      0 :::10993                    :::*                        LISTEN      0          81794      3007/proxyd

in here the service quits after the third attempt

[root@kolabfek001a ~]# let n=0;let t=0; while  [ $t -lt 5 ]; do if [ $n == 10 ]; then echo "date 10 times"; let n=0;let t=$t+1; else let n=$n+1; fi; echo -n "$n ";date;nc -z localhost 143;done
1 Fri Jul  8 10:07:12 CEST 2016
Connection to localhost 143 port [tcp/imap] succeeded!
2 Fri Jul  8 10:07:12 CEST 2016
Connection to localhost 143 port [tcp/imap] succeeded!
3 Fri Jul  8 10:07:12 CEST 2016
Connection to localhost 143 port [tcp/imap] succeeded!
4 Fri Jul  8 10:07:12 CEST 2016
5 Fri Jul  8 10:07:12 CEST 2016
6 Fri Jul  8 10:07:12 CEST 2016
7 Fri Jul  8 10:07:12 CEST 2016
8 Fri Jul  8 10:07:12 CEST 2016
9 Fri Jul  8 10:07:12 CEST 2016
10 Fri Jul  8 10:07:12 CEST 2016
date 10 times
0 Fri Jul  8 10:07:12 CEST 2016
1 Fri Jul  8 10:07:12 CEST 2016
2 Fri Jul  8 10:07:12 CEST 2016
3 Fri Jul  8 10:07:12 CEST 2016
4 Fri Jul  8 10:07:12 CEST 2016
5 Fri Jul  8 10:07:12 CEST 2016
6 Fri Jul  8 10:07:12 CEST 2016
7 Fri Jul  8 10:07:12 CEST 2016
8 Fri Jul  8 10:07:12 CEST 2016
9 Fri Jul  8 10:07:12 CEST 2016
10 Fri Jul  8 10:07:12 CEST 2016
date 10 times
0 Fri Jul  8 10:07:12 CEST 2016
1 Fri Jul  8 10:07:12 CEST 2016
2 Fri Jul  8 10:07:12 CEST 2016
3 Fri Jul  8 10:07:12 CEST 2016
4 Fri Jul  8 10:07:12 CEST 2016
5 Fri Jul  8 10:07:12 CEST 2016
6 Fri Jul  8 10:07:12 CEST 2016
7 Fri Jul  8 10:07:12 CEST 2016
8 Fri Jul  8 10:07:12 CEST 2016
9 Fri Jul  8 10:07:12 CEST 2016
10 Fri Jul  8 10:07:12 CEST 2016
date 10 times
0 Fri Jul  8 10:07:12 CEST 2016
1 Fri Jul  8 10:07:12 CEST 2016
2 Fri Jul  8 10:07:12 CEST 2016
3 Fri Jul  8 10:07:12 CEST 2016
4 Fri Jul  8 10:07:12 CEST 2016
5 Fri Jul  8 10:07:12 CEST 2016
6 Fri Jul  8 10:07:12 CEST 2016
7 Fri Jul  8 10:07:12 CEST 2016
8 Fri Jul  8 10:07:12 CEST 2016
9 Fri Jul  8 10:07:12 CEST 2016
10 Fri Jul  8 10:07:12 CEST 2016
date 10 times
0 Fri Jul  8 10:07:12 CEST 2016
1 Fri Jul  8 10:07:12 CEST 2016
2 Fri Jul  8 10:07:12 CEST 2016
3 Fri Jul  8 10:07:12 CEST 2016
4 Fri Jul  8 10:07:12 CEST 2016
5 Fri Jul  8 10:07:12 CEST 2016
6 Fri Jul  8 10:07:12 CEST 2016
7 Fri Jul  8 10:07:12 CEST 2016
8 Fri Jul  8 10:07:12 CEST 2016
9 Fri Jul  8 10:07:12 CEST 2016
10 Fri Jul  8 10:07:12 CEST 2016
date 10 times
0 Fri Jul  8 10:07:12 CEST 2016
[root@kolabfek001a ~]# rm -f ~/guam.logs
[root@kolabfek001a ~]# date;grep -re "2016-07-08 $(date +%H):$(date +%M):" /var/log/guam/* >> ~/guam.logs
Fri Jul  8 10:07:12 CEST 2016

find this attached (if I find the attach function here)

[root@kolabfek001a ~]# less ~/guam.logs

find my current "sys.config" attached (if I find the attach function here)

And here another netstat for imap(s) services after running the test (listener for 143 is missing now):

[root@kolabfek001a ~]# date;netstat -tulpen | grep -e 143 -e 993
Fri Jul  8 10:17:37 CEST 2016
tcp        0      0 127.0.0.1:10143             0.0.0.0:*                   LISTEN      0          81788      1428/proxyd
tcp        0      0 0.0.0.0:10993               0.0.0.0:*                   LISTEN      0          81792      1464/proxyd
tcp        0      0 ::1:10143                   :::*                        LISTEN      0          81786      9424/cyrus-master
tcp        0      0 :::993                      :::*                        LISTEN      0          911957     21575/beam.smp
tcp        0      0 :::10993                    :::*                        LISTEN      0          81794      3007/proxyd

since I can't find the/a attach function, here the guam logs

[root@kolabfek001a ~]# cat ~/guam.logs
/var/log/guam/console.log:2016-07-08 10:07:00.000 [warning] <0.1189.0> lager_error_logger_h dropped 4318 messages in the last second that exceeded the limit of 50 messages/sec
/var/log/guam/console.log:2016-07-08 10:07:00.000 [error] <0.31560.2> gen_server <0.31560.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.001 [error] <0.31560.2> CRASH REPORT Process <0.31560.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31560.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31562.2> gen_server <0.31562.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31562.2> CRASH REPORT Process <0.31562.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31562.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31563.2> gen_server <0.31563.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31563.2> CRASH REPORT Process <0.31563.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31563.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31564.2> gen_server <0.31564.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.002 [error] <0.31564.2> CRASH REPORT Process <0.31564.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31564.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31565.2> gen_server <0.31565.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31565.2> CRASH REPORT Process <0.31565.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31565.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31566.2> gen_server <0.31566.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31566.2> CRASH REPORT Process <0.31566.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31566.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31567.2> gen_server <0.31567.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.003 [error] <0.31567.2> CRASH REPORT Process <0.31567.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31567.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.31568.2> gen_server <0.31568.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.31568.2> CRASH REPORT Process <0.31568.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31568.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.31569.2> gen_server <0.31569.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.31569.2> CRASH REPORT Process <0.31569.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31569.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.31561.2> gen_server <0.31561.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.31561.2> CRASH REPORT Process <0.31561.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31561.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.31570.2> gen_server <0.31570.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.31570.2> CRASH REPORT Process <0.31570.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31570.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.005 [error] <0.31571.2> gen_server <0.31571.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.006 [error] <0.31571.2> CRASH REPORT Process <0.31571.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31571.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31572.2> gen_server <0.31572.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31572.2> CRASH REPORT Process <0.31572.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31573.2> gen_server <0.31573.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31573.2> CRASH REPORT Process <0.31573.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31574.2> gen_server <0.31574.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31574.2> CRASH REPORT Process <0.31574.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31575.2> gen_server <0.31575.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31575.2> CRASH REPORT Process <0.31575.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.008 [error] <0.31576.2> gen_server <0.31576.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.009 [error] <0.31576.2> CRASH REPORT Process <0.31576.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.009 [error] <0.31577.2> gen_server <0.31577.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.009 [error] <0.31577.2> CRASH REPORT Process <0.31577.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:00.009 [error] <0.31578.2> gen_server <0.31578.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:00.009 [error] <0.31578.2> CRASH REPORT Process <0.31578.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.000 [warning] <0.1189.0> lager_error_logger_h dropped 4322 messages in the last second that exceeded the limit of 50 messages/sec
/var/log/guam/console.log:2016-07-08 10:07:01.000 [error] <0.1129.3> gen_server <0.1129.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.001 [error] <0.1129.3> CRASH REPORT Process <0.1129.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.001 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1129.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.001 [error] <0.1130.3> gen_server <0.1130.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.001 [error] <0.1130.3> CRASH REPORT Process <0.1130.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1131.3> gen_server <0.1131.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1131.3> CRASH REPORT Process <0.1131.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1132.3> gen_server <0.1132.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1132.3> CRASH REPORT Process <0.1132.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1133.3> gen_server <0.1133.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1133.3> CRASH REPORT Process <0.1133.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1134.3> gen_server <0.1134.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1134.3> CRASH REPORT Process <0.1134.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1135.3> gen_server <0.1135.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1135.3> CRASH REPORT Process <0.1135.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.002 [error] <0.1136.3> gen_server <0.1136.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.003 [error] <0.1136.3> CRASH REPORT Process <0.1136.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1130.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1131.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1132.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1133.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1134.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1135.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1136.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1137.3> gen_server <0.1137.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1137.3> CRASH REPORT Process <0.1137.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1138.3> gen_server <0.1138.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1138.3> CRASH REPORT Process <0.1138.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1137.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1138.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1139.3> gen_server <0.1139.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1139.3> CRASH REPORT Process <0.1139.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1139.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1142.3> gen_server <0.1142.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1140.3> gen_server <0.1140.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1142.3> CRASH REPORT Process <0.1142.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.005 [error] <0.1140.3> CRASH REPORT Process <0.1140.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1141.3> gen_server <0.1141.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1141.3> CRASH REPORT Process <0.1141.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1142.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1140.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1141.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1143.3> gen_server <0.1143.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.006 [error] <0.1143.3> CRASH REPORT Process <0.1143.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1143.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1144.3> gen_server <0.1144.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1144.3> CRASH REPORT Process <0.1144.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1145.3> gen_server <0.1145.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1145.3> CRASH REPORT Process <0.1145.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:01.007 [error] <0.1146.3> gen_server <0.1146.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:02.325 [warning] <0.1189.0> lager_error_logger_h dropped 1269 messages in the last second that exceeded the limit of 50 messages/sec
/var/log/guam/console.log:2016-07-08 10:07:02.326 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1279.0>, #Port<0.3725>, [{port,10143},{tls,starttls}], false, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context shutdown_error
/var/log/guam/console.log:2016-07-08 10:07:02.328 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1279.0>, #Port<0.3725>, [{port,10143},{tls,starttls}], false, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/console.log:2016-07-08 10:07:10.709 [info] <0.1190.0> Application lager started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.709 [info] <0.1190.0> Application lager_syslog started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.709 [info] <0.1190.0> Application crypto started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.709 [info] <0.1190.0> Application asn1 started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.709 [info] <0.1190.0> Application public_key started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.710 [info] <0.1190.0> Application ssl started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:10.710 [info] <0.1277.0>@kolab_guam:start:35 Starting Kolab Guam IMAP session proxy ...
/var/log/guam/console.log:2016-07-08 10:07:10.710 [info] <0.1277.0>@kolab_guam:start:36     Starting the main supervisor ...
/var/log/guam/console.log:2016-07-08 10:07:10.711 [info] <0.1279.0>@kolab_guam_listener:init:45 Starting listener "imap" on port 143 ([{reuseaddr,true},{active,once},inet6]) with 1 rules
/var/log/guam/console.log:2016-07-08 10:07:10.712 [info] <0.1292.0>@kolab_guam_listener:init:45 Starting listener "imaps" on port 993 ([{reuseaddr,true},{active,once},inet6,{certfile,"/etc/pki/tls/private/muenchen.de.pem"}]) with 1 rules
/var/log/guam/console.log:2016-07-08 10:07:10.713 [info] <0.1190.0> Application kolab_guam started on node 'kolab_guam@127.0.0.1'
/var/log/guam/console.log:2016-07-08 10:07:12.073 [error] <0.1285.0> gen_server <0.1285.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133
/var/log/guam/console.log:2016-07-08 10:07:12.073 [error] <0.1285.0> CRASH REPORT Process <0.1285.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:12.073 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1285.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:12.073 [error] <0.1319.0> gen_server <0.1319.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:12.073 [error] <0.1319.0> CRASH REPORT Process <0.1319.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1321.0> gen_server <0.1321.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1321.0> CRASH REPORT Process <0.1321.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1286.0> gen_server <0.1286.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1286.0> CRASH REPORT Process <0.1286.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1319.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1321.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/console.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1286.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:00 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:01 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:02 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:02 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =ERROR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =CRASH REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/crash.log:2016-07-08 10:07:12 =SUPERVISOR REPORT====
/var/log/guam/error.log:2016-07-08 10:07:00.000 [error] <0.31560.2> gen_server <0.31560.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.001 [error] <0.31560.2> CRASH REPORT Process <0.31560.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31560.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31562.2> gen_server <0.31562.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31562.2> CRASH REPORT Process <0.31562.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31562.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31563.2> gen_server <0.31563.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31563.2> CRASH REPORT Process <0.31563.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31563.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31564.2> gen_server <0.31564.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.002 [error] <0.31564.2> CRASH REPORT Process <0.31564.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31564.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31565.2> gen_server <0.31565.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31565.2> CRASH REPORT Process <0.31565.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31565.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31566.2> gen_server <0.31566.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31566.2> CRASH REPORT Process <0.31566.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31566.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31567.2> gen_server <0.31567.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.003 [error] <0.31567.2> CRASH REPORT Process <0.31567.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31567.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.31568.2> gen_server <0.31568.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.31568.2> CRASH REPORT Process <0.31568.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31568.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.31569.2> gen_server <0.31569.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.31569.2> CRASH REPORT Process <0.31569.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31569.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.31561.2> gen_server <0.31561.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.31561.2> CRASH REPORT Process <0.31561.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31561.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.31570.2> gen_server <0.31570.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.31570.2> CRASH REPORT Process <0.31570.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31570.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.005 [error] <0.31571.2> gen_server <0.31571.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.006 [error] <0.31571.2> CRASH REPORT Process <0.31571.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.31571.2> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31572.2> gen_server <0.31572.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31572.2> CRASH REPORT Process <0.31572.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31573.2> gen_server <0.31573.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31573.2> CRASH REPORT Process <0.31573.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31574.2> gen_server <0.31574.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31574.2> CRASH REPORT Process <0.31574.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31575.2> gen_server <0.31575.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31575.2> CRASH REPORT Process <0.31575.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.008 [error] <0.31576.2> gen_server <0.31576.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.009 [error] <0.31576.2> CRASH REPORT Process <0.31576.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.009 [error] <0.31577.2> gen_server <0.31577.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.009 [error] <0.31577.2> CRASH REPORT Process <0.31577.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:00.009 [error] <0.31578.2> gen_server <0.31578.2> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:00.009 [error] <0.31578.2> CRASH REPORT Process <0.31578.2> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.000 [error] <0.1129.3> gen_server <0.1129.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.001 [error] <0.1129.3> CRASH REPORT Process <0.1129.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.001 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1129.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.001 [error] <0.1130.3> gen_server <0.1130.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.001 [error] <0.1130.3> CRASH REPORT Process <0.1130.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1131.3> gen_server <0.1131.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1131.3> CRASH REPORT Process <0.1131.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1132.3> gen_server <0.1132.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1132.3> CRASH REPORT Process <0.1132.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1133.3> gen_server <0.1133.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1133.3> CRASH REPORT Process <0.1133.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1134.3> gen_server <0.1134.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1134.3> CRASH REPORT Process <0.1134.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1135.3> gen_server <0.1135.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1135.3> CRASH REPORT Process <0.1135.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.002 [error] <0.1136.3> gen_server <0.1136.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.003 [error] <0.1136.3> CRASH REPORT Process <0.1136.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1130.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1131.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1132.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.003 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1133.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1134.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1135.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1136.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1137.3> gen_server <0.1137.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1137.3> CRASH REPORT Process <0.1137.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1138.3> gen_server <0.1138.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1138.3> CRASH REPORT Process <0.1138.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1137.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.004 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1138.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1139.3> gen_server <0.1139.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1139.3> CRASH REPORT Process <0.1139.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1139.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1142.3> gen_server <0.1142.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1140.3> gen_server <0.1140.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1142.3> CRASH REPORT Process <0.1142.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.005 [error] <0.1140.3> CRASH REPORT Process <0.1140.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1141.3> gen_server <0.1141.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1141.3> CRASH REPORT Process <0.1141.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1142.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1140.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1141.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1143.3> gen_server <0.1143.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.006 [error] <0.1143.3> CRASH REPORT Process <0.1143.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1143.3> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1144.3> gen_server <0.1144.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1144.3> CRASH REPORT Process <0.1144.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1145.3> gen_server <0.1145.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1145.3> CRASH REPORT Process <0.1145.3> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:01.007 [error] <0.1146.3> gen_server <0.1146.3> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:02.326 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1279.0>, #Port<0.3725>, [{port,10143},{tls,starttls}], false, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context shutdown_error
/var/log/guam/error.log:2016-07-08 10:07:02.328 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with kolab_guam_session:start_link(<0.1279.0>, #Port<0.3725>, [{port,10143},{tls,starttls}], false, [{certfile,"/etc/pki/tls/private/muenchen.de.pem"}], [{filter_groupware,[]}]) at undefined exit with reason killed in context shutdown_error
/var/log/guam/error.log:2016-07-08 10:07:12.073 [error] <0.1285.0> gen_server <0.1285.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133
/var/log/guam/error.log:2016-07-08 10:07:12.073 [error] <0.1285.0> CRASH REPORT Process <0.1285.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.073 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1285.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:accept_client/2 line 133 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.073 [error] <0.1319.0> gen_server <0.1319.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.073 [error] <0.1319.0> CRASH REPORT Process <0.1319.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1321.0> gen_server <0.1321.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1321.0> CRASH REPORT Process <0.1321.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1286.0> gen_server <0.1286.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1286.0> CRASH REPORT Process <0.1286.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1319.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1321.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.074 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1286.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1287.0> gen_server <0.1287.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1287.0> CRASH REPORT Process <0.1287.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1287.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1288.0> gen_server <0.1288.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1289.0> gen_server <0.1289.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1288.0> CRASH REPORT Process <0.1288.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1289.0> CRASH REPORT Process <0.1289.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.075 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1288.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1289.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1290.0> gen_server <0.1290.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1290.0> CRASH REPORT Process <0.1290.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1291.0> gen_server <0.1291.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1291.0> CRASH REPORT Process <0.1291.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1310.0> gen_server <0.1310.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1310.0> CRASH REPORT Process <0.1310.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1290.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1291.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1310.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1325.0> gen_server <0.1325.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.076 [error] <0.1325.0> CRASH REPORT Process <0.1325.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1326.0> gen_server <0.1326.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1326.0> CRASH REPORT Process <0.1326.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1325.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1326.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1327.0> gen_server <0.1327.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1327.0> CRASH REPORT Process <0.1327.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1327.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1328.0> gen_server <0.1328.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1328.0> CRASH REPORT Process <0.1328.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.079 [error] <0.1329.0> gen_server <0.1329.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1329.0> CRASH REPORT Process <0.1329.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1330.0> gen_server <0.1330.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1330.0> CRASH REPORT Process <0.1330.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1331.0> gen_server <0.1331.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1331.0> CRASH REPORT Process <0.1331.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1332.0> gen_server <0.1332.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1332.0> CRASH REPORT Process <0.1332.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1333.0> gen_server <0.1333.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1333.0> CRASH REPORT Process <0.1333.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1328.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1329.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.080 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1330.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1331.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1332.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1333.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1334.0> gen_server <0.1334.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1334.0> CRASH REPORT Process <0.1334.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.081 [error] <0.1279.0> Supervisor {<0.1279.0>,kolab_guam_listener} had child undefined started with {kolab_guam_session,start_link,undefined} at <0.1334.0> exit with reason no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in context child_terminated
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1335.0> gen_server <0.1335.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1335.0> CRASH REPORT Process <0.1335.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1336.0> gen_server <0.1336.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1336.0> CRASH REPORT Process <0.1336.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1337.0> gen_server <0.1337.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1337.0> CRASH REPORT Process <0.1337.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.083 [error] <0.1338.0> gen_server <0.1338.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142
/var/log/guam/error.log:2016-07-08 10:07:12.084 [error] <0.1338.0> CRASH REPORT Process <0.1338.0> with 0 neighbours exited with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142 in gen_server:terminate/7 line 826
/var/log/guam/error.log:2016-07-08 10:07:12.084 [error] <0.1339.0> gen_server <0.1339.0> terminated with reason: no match of right hand value {error,einval} in kolab_guam_session:post_accept_bookkeeping/4 line 142

since I can't find the/a attach function, here the guam sys.config (the active one used while testing 0.8.2)

[root@kolabfek001a ~]# cat /etc/guam/sys.config
%% Example configuration for Guam.
[
    {
        kolab_guam, [
            {
                imap_servers, [
                    {
                        imap, [
                            { port, 10143 },
                            { tls, starttls }
                        ]
                    },
                    {
                        imaps, [
                            { port, 10993 },
                            { tls, true }
                        ]
                    }
                ]
            },
            {
                listeners, [
                    {
                        imap, [
                            { port, 143 },
                            { imap_server, imap },
                            {
                                rules, [
                                    { filter_groupware, [] }
                                ]
                            },
                            {
                                tls_config, [
                                    { certfile, "/etc/pki/tls/private/muenchen.de.pem" }
                                ]
                            }
                        ]
                    },
                    {
                        imaps, [
                            { port, 993 },
                            { implicit_tls, true },
                            { imap_server, imaps },
                            {
                                rules, [
                                    { filter_groupware, [] }
                                ]
                            },
                            {
                                tls_config, [
                                    { certfile, "/etc/pki/tls/private/muenchen.de.pem" }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    },

    {
        lager, [
            {
                handlers, [
                    { lager_console_backend, debug },
                    { lager_file_backend, [ { file, "log/error.log"}, { level, error } ] },
                    { lager_file_backend, [ { file, "log/console.log"}, { level, info } ] }
                ]
            }
        ]
    },

    %% SASL config
    {
        sasl, [
            { sasl_error_logger, { file, "log/sasl-error.log" } },
            { errlog_type, error },
            { error_logger_mf_dir, "log/sasl" },      % Log directory
            { error_logger_mf_maxbytes, 10485760 },   % 10 MB max file size
            { error_logger_mf_maxfiles, 5 }           % 5 files max
        ]
    }
].

Can I provide some more information? Please tell me how I could support analysis at best.

The particular issue spawning this issue to become a ticket has been resolved. Either issues evolve in to subsequent tickets, or the other tickets must be closed a duplicate of this one.

Thanks.