[Solved] Unable to start Nextcloud box

Hi,

I got my box, connected it all up, connected via web browser, all ok so far.
I was unable to create an admin user, so looked up in the docs to see what I could do.

I updated my system as described in https://github.com/nextcloud/nextcloud-snap/wiki in the hope that this would solve the problem.

I am now in the situation that I cannot access the webpage at all, although I can ssh into the box.

dmesg gives me repeated errors
[ 1060.357926] audit: type=1400 audit(1476815719.806:3358): apparmor=“DENIED” operation=“open” profile=“snap.nextcloud.php-fpm” name="/etc/ld.so.preload" pid=4892 comm=“sleep” requested_mask=“r” denied_mask=“r” fsuid=0 ouid=0
[ 1060.420440] audit: type=1400 audit(1476815719.870:3359): apparmor=“DENIED” operation=“open” profile=“snap.nextcloud.apache” name="/etc/ld.so.preload" pid=4893 comm=“sleep” requested_mask=“r” denied_mask=“r” fsuid=0 ouid=0
[ 1062.839464] audit_printk_skb: 18 callbacks suppressed
[ 1062.839497] audit: type=1400 audit(1476815722.286:3366): apparmor=“DENIED” operation=“open” profile=“snap.nextcloud.mysql” name="/etc/ld.so.preload" pid=4900 comm=“sleep” requested_mask=“r” denied_mask=“r” fsuid=0 ouid=0

What have I done wrong, and how can I fix it?

(or can I get a new SD image to start again?)

Many thanks

Nick

Ok, I’ve managed to get started using the instructions here https://github.com/nextcloud/nextcloud-snap/wiki/How-to-restart-from-scratch
… AND …
Setting up the admin user with a weak password.

(And I took a copy of the SD image)

Nick