-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ownCloud 8.x.x on Synology server | ownCloud Client Download problem #2006
Comments
I also try a new installation of owncloud 8.1.1-7 but also with a very new setup of all, I have the same effect. |
Well, it makes sense to me that if the package isn't running, it won't be able to do what's needed. Look at running the service manually (https://github.com/SynoCommunity/spksrc/blob/master/spk/owncloud/src/owncloud.sh#L13), then try and do what you normally do. If it crashes, then you have something to look at. Note that the service is normally run with the |
Thanks for your comment and script for this, but this is no solution, because the change from "run" to "stop" are multiple per day and this manually things therefore are not so efficient. In this moment I try the solution with the ownCloud webinstaller on my Synology servers
I need in the external company a running server application, because I can not enter the server with a port (such http://IP_server:5001), I only can run adresses with a path (such http://IP_server/owncloud). |
It wasn't intended as a solution, merely a way for you to gain more insight into why it's happening. All the other stuff just confuses things. Administrations page not available? Different problem. DSM6? That's a beta, and is never going to be representative of a stable environment. My advice: stay away from it. |
Okay, I consider this. Because of the Administration page I got the log: is_dir(): open_basedir restriction in effect. File(/var/services/homes) is not within the allowed path(s): (/etc.defaults:/etc:/usr/syno/synoman:/tmp:/var/services/tmp:/var/services/web:/var/services/homes:/volume1) at /volume1/web/owncloud/3rdparty/symfony/process/Symfony/Component/Process/ExecutableFinder.php#59 I can´t read that, what is to doe, because in the open_basedir it seems all is setted (:/var/services/homes). |
Yes, but that doesn't happen with the package we provide, does it? Our Owncloud package is currently at 8.1.1. An update to update the Owncloud package to 8.2.1 is requested via #1979, but currently, no progress has been made there. |
Okay, thats true with #1979, but I think, in any time you have a updated package and during the developement you also have to fight with such things. I prefer your package, because it´s a "normal" application for Synology servers. Because the installation is very easy to use, I use yours since you made, also in this time, you have parallel with Eric Gielians from eg-blog with owncloud 5+ |
It seems, is not good to use owncloud v8.2.1 on DSM 5.2, because of apache v2.4 is needed but apache v2.2 is installed. On DSM 6 is apache 2.4 installed and there owncloud is running well so far, it seems. But it´s strange for me, that v8.1.1 and 8.1.4 also needs apache v2.4 but this version runs on the DSM 5.2. servers, only with the above effect. So I go back to your package with using the last 8.1.x => I use v8.1.4 ....... |
So I´m back on v8.1.4 with the SynoCommunity package, only the above effect is happen. I use now only external storage. If I make anything at the files on server side with the owncloud server gui, also the client works. If I store or delete files with a FTP-client in the filesystem, the client doesn´t work. |
We can't provide support for altered versions of the SynoCommunity Owncloud package. Besides that, the issue does not seem package related to me, as indicated by the fact that even with a different version, you still have issues. Take another look at my earlier comment. You will need to gather more information about the issue. Create a testcase in which you can reliably trigger the issue. Collect logs and debug info. When you have that, your best bet is to register a bug/open an issue with the Owncloud developers, and provide that info. |
Now I found a solution as follow and I include in the crontab 0,20,40 4-23 * * * root /bin/su -s /bin/sh -c "cd /volume1/web/owncloud && /usr/bin/php -f occ files:scan rescan" http >> /volume1/web/owncloud/data/logs/cron_rescan_rescan_$(date +%Y-%m-%d_%H-%M-%S).log 2>&1 but this only works, when the open_basedir is empty and is only valid for ownCloud 8.2.x-versions. This doesn´t run with 8.1.x versions. This may no problem, I update all servers on v8.2.2 - but with the new Synology DSM 6.0 beta also this doesn´t work with the ownCloud versions 8.2.x. As follow a rescan-log with the combination Synology DSM 6.0 beta mit ownCloud 8.2.2: An unhandled exception has been thrown: Any idea? In which way may be possible to include a fixed rescan modul in owncloud, to have a "internal" ownCloud system solution? |
See this solution, which worked for me: |
I use Synology servers DS412+, DS1512+, DS712+, DS414, all equiped with ownCloud.
I have server directories with External Storage Support included with the effect that at server side and between different Synology DS's everything is going great. Are files modified on client side, this are also uploaded with the client (v2.1.0). Only download files that have been changed on the server does not always work.
If downloading not ongoing and when files are uploaded, the other server-side files also are downloaded, but only in those directories, a uploading is done. And this effect only is in this directories, I have this load processes.
It seems to me that this all is related to the Synology package service of ownCloud. If the Synology package service of "ownCloud" is set to "Run", also the download to the client is working. If this Synology package service is "stopped", I have the above effect.
The only question is, why the Synology package service will stop without intervention. Can you say something about someone? Which may be a reason why the service stops?
This effect I also have had with owncloud 7.x.x in the past.
The text was updated successfully, but these errors were encountered: