[ Nextcloud ] Self-hosted productivity platform

Discussion on apps, protocols, APIs, specifications, and more. You are welcome to join us as a TOS app developer!
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

Does it say the app is running like in the picture below ?
Have you installed the latest avaialble versions of apache24 and Nextcloud_okm ?

Image
User avatar
sanctimon
Posts: 98
Joined: 14 Nov 2021, 06:57

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

Post by sanctimon »

outkastm wrote: 01 Dec 2021, 06:33 Does it say the app is running like in the picture below ?
Have you installed the latest avaialble versions of apache24 and Nextcloud_okm ?
I have indeed - however it states that the app is stopped. When I attempt to start it manually, it again marks it as stopped after a second or two.

Is there a log somewhere I can look at for feedback?

Thanks!
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

Connect with ssh and run

Code: Select all

/etc/init.d/Nextcloud_okm start
Let me know the message you get
User avatar
sanctimon
Posts: 98
Joined: 14 Nov 2021, 06:57

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

Post by sanctimon »

Thanks for the support!
Here you go:

Code: Select all

[root@TNAS-17FF ~]# /etc/init.d/Nextcloud_okm start
/etc/init.d/Nextcloud_okm: line 15: /usr/local/apache24/sys/bin/openssl: No such file or directory
/etc/init.d/Nextcloud_okm: line 19: /usr/local/apache24/sys/bin/curl: No such file or directory
Nextcloud start
/etc/init.d/Nextcloud_okm: line 67: /usr/local/apache24/sys/bin/httpd: No such file or directory
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

So it seems like you don't have the apache24 app installed like I previously asked you to check and as is described in the first post at dependency :)

Install the latest apache24 from here and start nextcloud after
viewtopic.php?f=37&t=1588
User avatar
sanctimon
Posts: 98
Joined: 14 Nov 2021, 06:57

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

Post by sanctimon »

You were right - I had the wrong version of Apache.

Now that I have it, I am running across a different problem:

During initial installation with MariaDB I receive:

Code: Select all

An exception occurred in the driver: SQLSTATE[HY000] [2002] No such file or directory
I have removed and reset the database and reinstalled and set up as outlined here:
No result.
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

i think you are doing something wrong or not following all the info to install ans setup correctly the aps.
All the configuration to initially setup Nextcloud should be done via setup page.

Make sure you have latest apache24 installed
Image

Make sure you have the latest MariaDB installed and running
Image

Make sure you have the latest nextcloud installed an running
Image

Setup a new database for nextcloud in MariaDB using this guide
http://forum.terra-master.com/en/viewto ... =37&t=2648

Open Nextcloud Web interface and follow the guide to configure it
for data path use

Code: Select all

/mnt/appdata/NextcloudData
On databse section use the info for the database you have just created (username, password, database name)
For server use

Code: Select all

127.0.0.1:3307
If still you still have issues, we can try a remote teamviewer to help you to setup
User avatar
sanctimon
Posts: 98
Joined: 14 Nov 2021, 06:57

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

Post by sanctimon »

Thanks for the above. The issue was related to how I was accessing the database. Sadly, I used the standard TOS MariaDB and not your version :?

I managed to get it set up with 127.0.0.1.

Issue is, this version of Nextcloud is too new for the standard TOS MariaDB, so I need to find a way to manually upgrade it without setting up everything all over again.

In addition, I am getting the following error when accessing overview:
Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation ↗. (List of invalid files… / Rescan…)
Do you think this is related to the db version or something else? Thanks for your help so far!
User avatar
outkastm
Posts: 1185
Joined: 29 Dec 2020, 23:52

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

Post by outkastm »

You can install my MariaDb in addition to TOS version.
My version is using port 3307 for connection to it and TOS version is using the standard port 3306
Post Reply