Page 3 of 11

Re: [ Nextcloud ][ 23.0.0.0 ] Self-hosted productivity platform

Posted: 02 Dec 2021, 19:33
by sanctimon
Thank you,

I have now removed the TOS version - no need for 2 databases on a machine with limited CPU capacity and have installed your version.

Your version of Nextcloud also works quite well; just a side note: I did change the data location during installation to another volume (my RAID volume, designed specifically for backup). I found it was necessary to change the owner for that directory for the setup to work to www-data:www-data, but that was easy and worked like a charm.

I am still having an issue with file integrity - there are a lot of files in there that fail integrity scan.

See here: https://pastebin.com/KjHkG3Yb

Could there be some corruption in your tkp installation file?

Re: [ Nextcloud ][ 23.0.0.0 ] Self-hosted productivity platform

Posted: 04 Dec 2021, 06:36
by sanctimon
I have managed to install Nextcloud successfully and get rid of the integrity scan issues by not installing the "additional apps" such as mail, etc.

I was able to download some that I needed to download as an extra.

Very disappointed at some of the bugs that seem to be plaguing iOS and other mobile Nextcloud apps at the moment - takes a lot of troubleshooting to get them set up.

There is also a curious warning in the log:

Code: Select all

Module 'sodium' already loaded at Unknown#0
Have you encountered this before?

Re: [ Nextcloud ][ 23.0.0.0 ] Self-hosted productivity platform

Posted: 04 Dec 2021, 15:04
by outkastm
Sodium is now embedded in the php itself, you have to disable loading the extension.
From nextcloud webconfig go to Configuration files >> edit php.ini and disable sodium.so
Screenshot_20211204_080122.jpg

Re: [ Nextcloud ][ 23.0.0.0 ] Self-hosted productivity platform

Posted: 04 Dec 2021, 21:24
by sanctimon
Thank you, this should do the trick.

Re: [ Nextcloud ][ 23.0.0.0 ] Self-hosted productivity platform

Posted: 05 Dec 2021, 00:52
by Hardfecx
is it possible to get an ARM version?

Re: [ Nextcloud ][ 23.0.0.1 ] Self-hosted productivity platform

Posted: 06 Dec 2021, 09:02
by outkastm
up to 23.0.0.1

Re: [ Nextcloud ][ 23.0.0.1 ] Self-hosted productivity platform

Posted: 18 Dec 2021, 20:40
by sanctimon
Can we simply apply the upgrade over the existing installation?

Re: [ Nextcloud ][ 23.0.0.1 ] Self-hosted productivity platform

Posted: 18 Dec 2021, 20:43
by outkastm
Yes

Re: [ Nextcloud ][ 23.0.0.1 ] Self-hosted productivity platform

Posted: 22 Dec 2021, 06:42
by sanctimon
Hello again, I would like to continue the discussion found here viewtopic.php?f=37&t=1588&start=22, as it is a more appropriate thread.

The initial cron set up that I had managed to make work has stopped working for some reason. I am getting the below message (attached).

I accessed crontab and it looks like my line had been removed.

I then proceeded to try out your solution as above.

I entered:

Code: Select all

sudo crontab -u www-data -e
and inserted the line you recommend:

Code: Select all

*/5 * * * * www-data /usr/local/bin/Nextcloud_okm cron.php
I am afraid that the below error remains, even though the job is supposed to run every 5 minutes. I did restart Nextcloud.

Any advice?

Re: [ Nextcloud ][ 23.0.0.1 ] Self-hosted productivity platform

Posted: 22 Dec 2021, 15:06
by outkastm
I recommend you to use Cron_okm app for your personal jobs and not the crontab from TOS. This way you are sure your jobs are not removed in case of TOS update, reboot etc
Screenshot_20211222_075901_copy_1080x1858.jpg