Questions related to Owncloud (server), not the desktop client.
Questions tagged [owncloud-server]
86 questions
24
votes
2 answers
PHP and Apache2 broken after upgrade to Ubuntu 16.04
I've been having a lot of trouble fixing up the remains of my server after upgrading to Xenial yesterday.
PHP apps run as a mess of code, and ownCloud 'can't be found on the server' anymore.
It may be something to do with these errors I get when…
Nectar
- 1,979
- 3
- 18
- 24
10
votes
1 answer
How to sync contacts and the calendar on Ubuntu Touch with OwnCloud
How do I synchronize contacts and calendars from OwnCloud with the Ubuntu phone?
meles
- 866
- 9
- 28
4
votes
1 answer
Installing Owncloud server on Ubuntu
I installed Ubuntu server and did not know what to do at command prompt so I ended up doing the install desktop command so I could have a GUI. I have the owncloud server package downloaded but do not have the permission to move it into the /var/www/…
Cam Jones
- 3,891
4
votes
3 answers
How can I use another drive with Owncloud?
I have Owncloud installed and working, but I want it to use my secondary hard drive as opposed to the drive I have Ubuntu installed on. How is this possible?
The documentation is rather confusing and outdated (I'm using Owncloud 5).
RolandiXor
- 51,797
3
votes
0 answers
Replace ownCloud with NextCloud snap package
I know that I can replace ownCloud with NextCloud by (basically) deleting some directories in the ownCloud installation directory, and replacing them with NextCloud ones. But I'm worried about auto-updating. I don't want to have to keep getting the…
3
votes
2 answers
How to SCP Data to ownCloud?
Motivation: owncloud-client fails periodically because of many reasons; I need scp during those events.
In server, ls -la at $HOME
drwxr-xr-x 2 masi masi 4096 May 31 14:14 .
drwxr-xr-x 4 root root 4096 May 31 10:18 ..
-rw------- 1 masi masi 1099…
Léo Léopold Hertz 준영
- 4,767
3
votes
1 answer
How to install the richdocuments plugin on Owncloud?
I'm trying to install this plugin: https://github.com/owncloud/richdocuments on Owncloud 9 on Ubuntu server 16.04 64bit.
Can someone tell me how to install this app?'
The main area of confusion for me is that it mentions LibreOffice Online WebSocket…
RolandiXor
- 51,797
3
votes
1 answer
davfs - SSL handshake failed: SSL error: sslv3 alert handshake failure
I'm trying to mount a remote WebDAV (OwnCloud) using https on my Ubuntu 12.04 machine.
I run this command and it prompts me for a username and password
sudo mount -t davfs -o uid=ne,gid=users https://example/owncloud/remote.php/webdav/…
Terence Eden
- 1,826
3
votes
3 answers
Please change the permissions to 0770 so that the directory
I did everything according to these instructions on the OwnCloud forum
but I get the error:
Data directory (/mnt/usbdrive/owncloud/) is readable for other users
Please change the permissions to 0770 so that the directory cannot be listed by other…
Loko
- 131
2
votes
1 answer
inet addr missing after ifconfig
I am making a cloud server and am following this video tutorial. Everything went FUBAR when I used the ifconfig command in the terminal and did not receive the IP of my server. I have also tried ifconfig -a with no success. I require the IP address…
Jmap Inc.
- 21
2
votes
0 answers
Sync Evolution with Android apps through Owncloud or other centralised online source
I'm hoping someone can help with this as I'm so close to achieving my perfect workflow environment.
I have Ubuntu 14.04 installed on a laptop and an android smartphone. Overall what I'd like to achieve is having my files, contacts, calendars, tasks…
Jarred
- 21
2
votes
2 answers
Does ClamAV Scan Windows virus?
I'm new to Ubuntu.
I'm now setting up an OwnCloud server which supports ClamAV file scan.
Since most of the users connected to the server uses Windows OS, can ClamAV scan for Windows virus?
I also did some research that such as BitDefender. It clams…
KKyang
- 165
2
votes
0 answers
Is there an easy way to find all files on an ubuntu server and load them along with path information into mysql?
I am using Ubuntu server 20.04 for OwnCloud and backups of multiple networked computers. I know I have many duplicate files on the server and would like to have one database of all files so I can quickly decide those to keep or delete.
I was…
CncJerry
- 21
2
votes
1 answer
Can't etablish connection with Owncloud and Docker
I created a cloud with owncloud run in docker. I download and extract this :
https://github.com/owncloud-docker/server
I open terminal in the folder and I type this :
sudo docker-compose up
So when I go to 127.0.0.1, that works, when I go to…
SnowCode
- 61
1
vote
1 answer
Failed install apache2 in ubuntu 17.04
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
apache2-bin apache2-data apache2-utils
Suggested packages:
www-browser apache2-doc…
cYy
- 11