@tflidd This is a fresh install in a jail on a Freebsd 11.1 p8 server. The last error messages was just after booting into the admin account for the first time. I saw the core array error and ran sudo -u www php occ maintenance:repair Which gave the above mentioned following errors. This is my sixth or seven try in the last week to get this to work. Failed so far. Postgresql 10 seems to connect but things seem to fail after that. I am not sure where “FATAL: role “root” does not exist” is coming from. As side note I do have another postgresql9.6 instance running in another jail and I have enabled raw_sockets on both jails
# cat /etc/jail.conf
nextcloud {
host.hostname = nextcloud.local;
jid = 4;
ip4.addr = 10.0.0.204;
interface = igb0;
path = /jails/nextcloud;
allow.raw_sockets;
sysvsem = new;
sysvshm = new;
sysvmsg = new;
}
I tried installing calendar, contacts and addressbook through FreeBSD port system, via pkg and the app store but has no effect.
So I am at a lost as to why to why it is not connecting.
Sorry about the formatting, I very rarely participate on forums, I read a lot on them, so formatting skills here are not good
Thank you for the reply