Kopano core for ubuntu 20.04
-
Why are the core not updated sens 09-04-2020
I will try to install on the new ubuntu 20.04 but the 20.04 comes out on the 24. of april
will the core from 9-04-2020 work?Claus
-
Hi @cbnidk,
@cbnidk said in Kopano core for ubuntu 20.04:
will the core from 9-04-2020 work?
unlikely. As package dependencies will probably not all be resolvable when you install e.g. the packages built for 18.04 on 20.04.
@cbnidk said in Kopano core for ubuntu 20.04:
Why are the core not updated sens 09-04-2020
The nightly packages are only uploaded when they pass a range of automated tests. There was some work going on for including the tests with the public source code. Will check internally what is the status of the nightly builds.
-
@fbartels followup question: Can you give a rough estimate when kopano-server packages will be released for Ubuntu 20.04 ? 2020/Q2?
thx! -
@hodor27 for master we are already building these packages, but they have simply not been uploaded because the release chain is failing. But be aware that these builds do not come with any guarantees.
-
Hi
I have now tried to install kopano on ubuntu 20.04
with core - webapp from 15-05-2020
https://download.kopano.io/community/core%3A/core-10.0.4.79.5a95f51-Ubuntu_20.04-amd64.tar.gz
https://download.kopano.io/community/webapp%3A/webapp-4.0.2740%2B1614.1.ff6dfb6-Ubuntu_20.04-all.tar.gz
and I only have one problem with kopani.ini file it is not the right place
it is in /etc/php5/mods-available I have moved it to the rigth place and
it worked now mapi is loadedClaus
-
@cbnidk said in Kopano core for ubuntu 20.04:
Hi
I have now tried to install kopano on ubuntu 20.04
with core - webapp from 15-05-2020
https://download.kopano.io/community/core%3A/core-10.0.4.79.5a95f51-Ubuntu_20.04-amd64.tar.gz
https://download.kopano.io/community/webapp%3A/webapp-4.0.2740%2B1614.1.ff6dfb6-Ubuntu_20.04-all.tar.gz
and I only have one problem with kopani.ini file it is not the right place
it is in /etc/php5/mods-available I have moved it to the rigth place and
it worked now mapi is loaded
but now my phpmyadmin don’t work I get this error
[Fri May 15 18:28:16.724280 2020] [php7:warn] [pid 2625] [client 192.168.1.2:63294] PHP Warning: require_once(PhpMyAdmin/MoTranslator/autoload.php): failed to open stream: No such file or directory in /usr/share/phpmyadmin/autoload.php on line 2
[Fri May 15 18:28:16.724308 2020] [php7:error] [pid 2625] [client 192.168.1.2:63294] PHP Fatal error: require_once(): Failed opening required ‘PhpMyAdmin/MoTranslator/autoload.php’ (include_path=’:/usr/share/kopano/php’) in /usr/share/phpmyadmin/autoload.php on line 2
if mapi don’t loaded phpmyadmin is working
Claus -
This post is deleted! -
hi
I have dpkg-reconfigure php7-mapi and uninstall phpmyadmin from ubuntu 20.04
then install phpmyadmin from here
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.tar.gz
then everything is working for now, both load of php7-mapi and phpmyadminClaus
-
@cbnidk said in Kopano core for ubuntu 20.04:
and I only have one problem with kopani.ini file it is not the right place
it is in /etc/php5/mods-available I have moved it to the rigth place andThanks for the report. I have created https://jira.kopano.io/browse/KC-1770 so that the packaging can be adjusted.
-
Hi
When I use kopano-migration-imap on kopano 10.0.4 and ubuntu 20.04
I get this error in sydlog every 1 sek.] SQL [00044871] result failed: Deadlock found when trying to get lock; try restarting transaction, Query: “SELECT 1 FROM properties WHERE hierarchyid IN(118958) LOCK IN SHARE MODE”
but the tool is working I can move mail from old kopano to new
Claus
-
@cbnidk yes, it will work since the transaction will be retried. But ultimately this means you need to improve your database tuning.
-
@fbartels said in Kopano core for ubuntu 20.04:
database tuning
hi
can I do this if I am up runing with kopano server it shut be done
bebefore kopano install I have never done that before and I have
runing kopano for some time now?cb
-
@cbnidk said in Kopano core for ubuntu 20.04:
can I do this if I am up runing with kopano server it shut be done
Some mysql can be applied with a restart, some others may need a dump and restore of the database.
@cbnidk said in Kopano core for ubuntu 20.04:
I have never done that before
Importing data does put a different load on the database than the usual daily usage.
-
Hi
I have tuned the database with this
innodb_buffer_pool_size = 3GB
innodb_log_file_size = 750M
innodb_log_buffer_size = 32M
max_allowed_packet = 32M
max_connections = kopano (server.cfg) threads(default 8) + thread_limit(default 40) + 9but I have to # out the last line
max_connections = kopano (server.cfg) threads(default 8) + thread_limit(default 40) + 9
otherwise the copano server will not start
is this line important?
fornow it is # out,Claus
-
hi
But it don’t help I have the same error log in syslog when using kopano-migration-imap
Claus
-
@cbnidk said in Kopano core for ubuntu 20.04:
innodb_log_file_size = 750M
I would not set the log file size that high. rather have multiple smaller files.
@cbnidk said in Kopano core for ubuntu 20.04:
max_connections = kopano (server.cfg) threads(default 8) + thread_limit(default 40) + 9
but I have to # out the last line
max_connections = kopano (server.cfg) threads(default 8) + thread_limit(default 40) + 9
otherwise the copano server will not startWhy doesnt it start? What is the error message?
@cbnidk said in Kopano core for ubuntu 20.04:
But it don’t help
Slow disk maybe? Tuning is more than just configuration.
Edit: there are also way more parameters you can tune in MySQL for customers we have a detailed tuning guide that our support can send out.
-
Hi
how big will be good my old kopano is 134mb but this is default I thing
the error is
2020-05-20T21:22:56.449172: [error ] mysql_real_connect: Too many connections
2020-05-20T21:22:56.449209: [error ] Can’t update the database: MYSQL not initialized
in server.logClaus
-
hi
in my server log I got this one or two time a day
SQL [00020233] info: MySQL server has gone away. Reconnecting.
is there a way to fix this?
mysql config =
innodb_buffer_pool_size = 1600M
innodb_log_file_size = 400M
innodb_log_buffer_size = 100M
max_allowed_packet = 16M
innodb_file_per_table = ON
key_buffer_size = 400Mkopano 10.0.4
ubuntu 20.04Claus
-
@cbnidk which version as you using exactly. There was recently an issue with stale mysql connections, but that hs been solved meanwhile.
If its just a mysql connection being closed after reaching the connection timeout I would no worry about it.
-
hi
my ver. is kopano-server_10.0.4.79.bbc9fa6e6-0+91.1_amd64.deb
for ubuntu 20.04Claus