After updating to 11.3 the nextcloud plugin is not working anymore, even reinstall

Svenkk4

Dabbler
Joined
Jul 4, 2014
Messages
20
Hi,
i have just updated my freeNAS installation to 11.3. The installation itself went fine, my pool and everything worked as before. But i also had nextcloud installed in a jail, and i noticed, that it was not accessible anymore. It was and is still running, even restarting works but when trying to access it i get nginx errors (i can access the jail via ssh though). I also noticed, that the release is still listed as 11.2-RELEASE-p15. So i tried to update the plugin via the update button in the jail. That seemed to work fine... but in the end it failed with the error:
Updating Jail
Error: [EFAULT] No updates available for nextcloud

what can i do to make it work again?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Updates don't change releases. Try iocage upgrade nextcloud --release 11.3-RELEASE.
 

Svenkk4

Dabbler
Joined
Jul 4, 2014
Messages
20
Updates don't change releases. Try iocage upgrade nextcloud --release 11.3-RELEASE.
ok the release is updated now, but nextcloud is still broken. I still get an internal server error, when accessing the ip via the webbrowser.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Did the jail change IPs?
 

Svenkk4

Dabbler
Joined
Jul 4, 2014
Messages
20
no, iam also trying to direclty access the jail via the local ip. The nginx error log contains those lines:
Code:
2020/06/01 16:54:08 [crit] 92827#102308: *31 connect() to unix:/var/run/nextcloud-php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.178.33, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.178.46"
2020/06/01 16:54:08 [crit] 92827#102308: *31 connect() to unix:/var/run/nextcloud-php-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.178.33, server: _, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://unix:/var/run/nextcloud-php-fpm.sock:", host: "192.168.178.46"
2020/06/01 17:05:01 [error] 21304#101913: accept4() failed (53: Software caused connection abort)
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
You'll have to check with a NextCloud forum. The error log says /var/run/nextcloud-php-fpm.sock doesn't exist, so nginx can't start.
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
Nextcloud is always a very picky beast, it requires relative lots of config and tweaks to get running nicely.
If your data is also in your Nextcloud Jail, you are better off getting it out and starting over using either JailMan or the script by @danb35
 
Top