Hi have tha exact same error as @freakout42 after running update.sh this morning. Server seems to be ok but after login in to admin gui i get the same screen (as in screenshot he made) with “Started on Invalid Date”
checked /etc/resolv.conf on the host and added # before the “search” parameter. reboot and it just is overwritten everytime i do so.
GUI still show same error.
Timezone, date and time is correct and NTP sync works.
Ubuntu 22.04 and “df -h” say its no problem with diskspace, and “top” say mem is fine
not running ARM and not Oracle cloud, google cloud platform (gcp) is this server on.
Server is up to date.
So on host i tested:
- sudo /etc/resolv.conf
- deleted and also just # out the search parameter line.
- docker compose restart php-fpm-mailcow = no luck
- rebooted = no luck
search parameter still gets back.
Also tested this without luck:
- docker exec -it mailcowdockerized-php-fpm-mailcow-1 /bin/bash
- delete in /etc/resolv.conf the search line (and save) and exit
- docker exec -it mailcowdockerized-php-fpm-mailcow-1 kill -USR2 1
- docker compose restart php-fpm-mailcow
Anyone have more idéas?