04-27-2019, 06:25 AM
(04-26-2019, 09:13 PM)evilbunny Wrote:(04-26-2019, 01:44 AM)Count Omega Wrote:(04-26-2019, 01:21 AM)evilbunny Wrote:(04-25-2019, 10:01 AM)Count Omega Wrote: https://download.owncloud.org/download/r...index.html
I wasn't able to find out, but does owncloud have arm64 packages or are they for all architectures?
Package: owncloud-files Version: 10.1.1-1+1.1 Architecture: all
As it seems for all architectures.
I just downloaded ayufan's latest rc bionic minimal image, then followed the steps you linked to:
Code:# apt-get install owncloud-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
owncloud-files
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 16.7 MB of archives.
After this operation, 102 MB of additional disk space will be used.
Get:1 http://download.owncloud.org/download/repositories/production/Ubuntu_18.04 owncloud-files 10.1.1-1+1.1 [16.7 MB]
Fetched 16.7 MB in 30s (562 kB/s)
Selecting previously unselected package owncloud-files.
(Reading database ... 46878 files and directories currently installed.)
Preparing to unpack .../owncloud-files_10.1.1-1+1.1_all.deb ...
Unpacking owncloud-files (10.1.1-1+1.1) ...
Setting up owncloud-files (10.1.1-1+1.1) ...
I didi the manual installation now, and all files and packages semms to have installed correctly. Yet typing /localhost/owncloud gets nowhere. Apache has problems with SSL:
Code:
Apr 27 14:01:13 rock64 systemd[1]: Starting The Apache HTTP Server...
Apr 27 14:01:13 rock64 apachectl[3178]: AH00526: Syntax error on line 32 of /etc/apache2/sites-enabled/default-ssl.conf:
Apr 27 14:01:13 rock64 apachectl[3178]: SSLCertificateFile: file '/etc/ssl/certs/ssl-cert-snakeoil.pem' does not exist or is empty
Apr 27 14:01:13 rock64 apachectl[3178]: Action 'start' failed.
Apr 27 14:01:13 rock64 apachectl[3178]: The Apache error log may have more information.
Apr 27 14:01:13 rock64 systemd[1]: apache2.service: Control process exited, code=exited status=1
Apr 27 14:01:13 rock64 systemd[1]: apache2.service: Failed with result 'exit-code'.
Apr 27 14:01:13 rock64 systemd[1]: Failed to start The Apache HTTP Server.
Any ideas ho to fix this certificate?