Hello,
I had a Harddisk size problem on my virtuel disk by copy of mails and now I cant connect via Webapp to my accounts Error message: “Cannot connect to Kopano Core.”.
journalctl -u kopano-server
"Nov 21 09:37:33 mail kopano-server[1784]: Wed Nov 21 09:37:33 2018: [error ] SQL [00000012] Failed: Disk full (/tmp/#sql_4ec_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device"), Query Size: 1083, Query: "SELECT count(*),mvproperties.tag,mvproperties.type,group_concat(length(mvproperties.val_ulong),':', mvproperties.val_ulong ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_string),':', mvproperties.val_string ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_binary),':', mvproperties.val_binary ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_double),':', mvproperties.val_double ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_longint),':', mvproperties.val_longint ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_hi),':', mvproperties.val_hi ORDER BY mvproperties.orderid SEPARATOR ''), group_concat(length(mvproperties.val_lo),':', mvproperties.val_lo ORDER BY mvproperties.orderid SEPARATOR ''), hierarchyid, names.nameid, names.namestring, names.guid FROM mvproperties LEFT JOIN names ON mvproperties.tag-34049=names.id WHERE hierarchyid=12 AND (tag <= 34048 OR names.id IS NOT NULL) GROUP BY hierarchyid, tag"
Now I fixed the problem with the size but the kopano core doesnt run
Nov 21 10:08:20 mail systemd[1]: Started Kopano Core Storage Server.
Nov 21 10:08:20 mail kopano-server[1770]: Wed Nov 21 10:08:20 2018: [=======] Starting kopano-server version 8.6.2 (pid 1770)
Nov 21 10:08:20 mail kopano-server[1770]: Wed Nov 21 10:08:20 2018: [error ] Coredumps will not be generated: kopano-server requires the fs.suid_dumpable sysctl to contain the value 2, not 0. See kopano-coredump(5) for details.
Nov 21 10:08:20 mail kopano-server[1770]: Wed Nov 21 10:08:20 2018: [error ] KDatabase::Connect(): database access error Unknown error code (0x80000007), mysql error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Nov 21 10:08:20 mail kopano-server[1770]: Wed Nov 21 10:08:20 2018: [crit ] Unable to connect to database: MYSQL not initialized
Nov 21 10:08:20 mail kopano-server[1770]: An error occurred (80000007). Please check logfile "-" for details.
Nov 21 10:08:20 mail kopano-server[1770]: Wed Nov 21 10:08:20 2018: [=======] Server shutdown complete.
Nov 21 10:08:20 mail systemd[1]: kopano-server.service: Main process exited, code=exited, status=255/n/a
Nov 21 10:08:20 mail systemd[1]: kopano-server.service: Unit entered failed state.
Nov 21 10:08:20 mail systemd[1]: kopano-server.service: Failed with result 'exit-code'.
/var/log$ systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-11-21 10:08:25 CET; 19min ago
Process: 2108 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 2181 (apache2)
Tasks: 11 (limit: 9830)
Memory: 74.4M
CPU: 736ms
CGroup: /system.slice/apache2.service
├─2181 /usr/sbin/apache2 -k start
├─2235 /usr/sbin/apache2 -k start
├─2236 /usr/sbin/apache2 -k start
├─2237 /usr/sbin/apache2 -k start
├─2238 /usr/sbin/apache2 -k start
├─2239 /usr/sbin/apache2 -k start
├─2253 /usr/sbin/apache2 -k start
├─2254 /usr/sbin/apache2 -k start
├─2255 /usr/sbin/apache2 -k start
├─2420 /usr/sbin/apache2 -k start
└─2421 /usr/sbin/apache2 -k start
Nov 21 10:08:24 mail systemd[1]: Starting The Apache HTTP Server...
Nov 21 10:08:25 mail systemd[1]: Started The Apache HTTP Server.
Is there any Idea how to fix this?