Hi @nandor,
I have a couple of ideas related to what could be wrong there.
First, given the logs you provided (here and in one of your other threads), it seems to me you are trying to install the rock-on named OwnCloud… I will thus assume so below, but please correct me if I’m wrong.
The repeated operation not permitted
messages in your log seems to indicate some permission issues with the shares you selected. A screenshot of your setup (clicking on the little wrench icon next to the installed rock-on, or the summary table with list of shares and ports, etc… at the last step of the install wizard) could thus be helpful.
Note, however, that this rock-on is one of the first one that were made available in Rockstor and is thus based on a relatively old docker image (https://hub.docker.com/r/pschmitt/owncloud/). As you can see in that link, the version of Owncloud itself is rather old, and I would thus recommend not to use that one, but one of the other available (owncloudHTTPS, or OwnCloud-Official), which should provide you with a more up-to-date version of Owncloud. There are plans on improving the display of such information in the webUI to make that easier. Note that there is some work on Nextcloud rock-ons as well if you prefer.
The reason I’m bringing this up, is due to the fact that when I tried to install this rock-on as a test, it fails due to a problem with the postgres initialization, which I suspect is itself due to the fact that a much newer image than what was available at the time of this rock-on write-up. Indeed, this rock-on has a custom install script to setup the postgres database which probably isn’t compatible anymore with the much newer version of postgres pulled by docker as of this writing. In details, the postgres version required for this rock-on was 9.5, but the current latest
image pulls 11.4:
[root@rocktest ~]# docker exec -it owncloud-postgres bash
root@2d277de939b2:/# psql --version
psql (PostgreSQL) 11.4 (Debian 11.4-1.pgdg90+1)
root@2d277de939b2:/# [root@rocktest ~]#
Although the version 9.5 is indeed specified in the related rock-on, this is currently ignored but a fix has recently been merged, which would allow the older version to be used instead.
This may be included with the next Rockstor release (need @phillxnet’s confirmation on that), and should thus be working again then.
I would note again, however, that this rock-on installs a rather old version of owncloud and would thus recommend you to try one of the other options available (listed above). There also are a few threads here related to these other options if you’d like to have a look… see the one below as an example (sorry for not being more exhaustive for now, I’m quite in a hurrry unfortunately):
Sorry for the somewhat rushed post, but I hope this will still prove a little helpful to get you on track.
Let us know how it goes!