-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Files app missing in repositories #13991
Comments
owncloud-app-files is not listed as a dependency for owncloud.
|
Just checked https://build.opensuse.org/package/show/isv:ownCloud:community/owncloud and only Ubuntu and Debian seem to be affected (all OS versions) |
@jnweiger Any chance we can get this fixed soon? – We get flooded by reports of the same issue ;-) cc @karlitschek @DeepDiver1975 FYI ownCloud 8 packages are completely broken on Debian and Ubuntu. |
$ sudo -u www-data php occ upgrade |
The package owncloud-app-files is missing in debian.control file. |
:-( Would be great to have this fixed soon. |
Is is possible to just copy some files to the missing directory and install the proper package later? |
Fixed in OBS. Committed revision 79. Next rebuild should have version 8.0.0-2 Thanks for the qualified report! I hope, this solves some of the unclear blank page issues. |
@kulve you can manually install e.g. https://api.opensuse.org/build/isv:ownCloud:community:8.0/xUbuntu_14.04/x86_64/owncloud/owncloud-app-files_8.0.0-2_amd64.deb The mirrors should have it in an hour or so. |
Thank you, seems to work! |
issue can be closed, mirrors are up to date. |
I am still getting an error, although not the same one: any suggestions? |
Does it help if you remove owncloud and owncloud-config-apache packages and install them back? |
will that erase all my configurations? |
Redact the following comment. It's there now. Still not seeing the 8.0.0-2 when I
|
"dpkg -l" shows only installed packages, try "apt-cache policy owncloud". I at least see the Debian 7.0 packages. randy-jr-olive: You can try also to force the installation: sudo dpkg --force-all -i /var/cache/apt/archives/owncloud-config-apache_8.0.0-1_amd64.deb (or 8.0.0-2 if you see the new versions already). |
@randy-jr-olive That is a different issue: please follow up over there, #13992 @koehn should be there any minute now. :-) I just succeeded on ubuntu-14.04:
I see my files through the web interface now. I am closing here. |
I had to add manually package |
I'm good. Thanks for the quick fix. |
@kusmierz
Note the trailing comma trick, and note that owncloud-app-files is in the list. |
Still doesn't see any "owncloud-app-files" package in the repos..... only the 8.0.0.2 main release... |
@Akhenaton E.g. here http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/amd64/ With 8.0.0-3 it will move from amd64 to all. Sorry for this confusion. But apt-get should handle it nevertheless. |
I have the same issue with CentOS. http://download.opensuse.org/repositories/isv%3A/ownCloud%3A/community/CentOS_CentOS-6/noarch/owncloud-app-files-8.0.2-13.1.noarch.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" |
I get a 404 from suse.lagis.at today, when I try the URL from @ergatides -- |
see also #15096 |
Hy, Working on CentOS7, I had the same issue. regards |
Fixed! The issue was found in the scanner that feeds the opensuse mirrorbrain. |
Looks like the files app isn't installed if you install owncloud from the opensuse build repo's.
At least on Debian and Ubuntu. I haven't checked other setups.
See issue:13903 (contains related PHP error)
There is no
/var/www/owncloud/apps/files
directory.The text was updated successfully, but these errors were encountered: