Comments on: How to install OwnCloud 10 on Debian 9 https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/ Linux Tutorials and Guides Sun, 02 Aug 2020 16:51:28 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-366 Sun, 14 Jun 2020 06:22:28 +0000 https://linuxhostsupport.com/blog/?p=530#comment-366 In reply to gill.

You should check line 15 of /etc/apache2/sites-enabled/owncloud.conf for typos.

]]>
By: gill https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-365 Sun, 14 Jun 2020 00:21:27 +0000 https://linuxhostsupport.com/blog/?p=530#comment-365 Hi i keep gettin error when trying to restart apache

root@Gills-Vault:~# sudo systemctl restart apache2
Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.
root@Gills-Vault:~# sudo systemctl status apache2
● apache2.service – The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2020-06-13 20:15:29 EDT; 18s ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 19391 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

Jun 13 20:15:29 Gills-Vault systemd[1]: Starting The Apache HTTP Server…
Jun 13 20:15:29 Gills-Vault apachectl[19391]: AH00526: Syntax error on line 15 of /etc/apache2/sites-enabled/owncloud.conf:
Jun 13 20:15:29 Gills-Vault apachectl[19391]: Invalid command ‘~’, perhaps misspelled or defined by a module not included in the server configuration
Jun 13 20:15:29 Gills-Vault apachectl[19391]: Action ‘start’ failed.
Jun 13 20:15:29 Gills-Vault apachectl[19391]: The Apache error log may have more information.
Jun 13 20:15:29 Gills-Vault systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
Jun 13 20:15:29 Gills-Vault systemd[1]: apache2.service: Failed with result ‘exit-code’.
Jun 13 20:15:29 Gills-Vault systemd[1]: Failed to start The Apache HTTP Server.
root@Gills-Vault:~# sudo nano /etc/apache2/sites-enabled/owncloud.conf
root@Gills-Vault:~# sudo systemctl restart apache2
Job for apache2.service failed because the control process exited with error code.
See “systemctl status apache2.service” and “journalctl -xe” for details.

]]>
By: LEE, Jong Hoon https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-299 Sat, 08 Feb 2020 10:33:58 +0000 https://linuxhostsupport.com/blog/?p=530#comment-299 In reply to admin.

I got it.

Thanks for this tutorial

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-295 Thu, 06 Feb 2020 08:27:11 +0000 https://linuxhostsupport.com/blog/?p=530#comment-295 In reply to Shawn.

Hi Shawn,

If you have Debian 9 installed, then PHP 7.0 is the default version of PHP distributed with the OS. If you need a newer PHP version you will have to add some unofficial repository.

]]>
By: Shawn https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-294 Wed, 05 Feb 2020 19:07:59 +0000 https://linuxhostsupport.com/blog/?p=530#comment-294 I get this error
Unable to locate package php7.3-mcrypt
E: Couldn’t find any package by glob ‘php7.3-mcrypt’
E: Couldn’t find any package by regex ‘php7.3-mcrypt’

I am new to Linux but from what I understand Owncloud no longer supports anything below 7.2.

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-293 Tue, 04 Feb 2020 14:03:42 +0000 https://linuxhostsupport.com/blog/?p=530#comment-293 In reply to Jin.

you have made an error somewhere during the installation, please try again with the steps we have provided

]]>
By: Jin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-291 Mon, 03 Feb 2020 14:48:44 +0000 https://linuxhostsupport.com/blog/?p=530#comment-291 Thanks for this tutorial !
After entering the admin credentials and the MariaDB configuration, the installation ends without error. But on the login screen, when I enter my credentials, nothing happens. Not even an error message. Do you have any idea where my problem is coming from?

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-290 Sun, 02 Feb 2020 07:35:39 +0000 https://linuxhostsupport.com/blog/?p=530#comment-290 In reply to LEE, JongHoon.

It seems that you are trying to connect to your database server as user root.

When you are configuring the database connection in the “Configure the database” section from your browser, make sure that you enter the exact same database information as you did when creating the database in Step 2 of the tutorial.

]]>
By: LEE, JongHoon https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-289 Sat, 01 Feb 2020 13:25:53 +0000 https://linuxhostsupport.com/blog/?p=530#comment-289 When I create Admin with MySQL/MariaDB, I have below message;

Error while trying to create admin user: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [1698] Access denied for user ‘root’@’localhost’

But, with SQLite, I can pass Admin Create task.

How can I use MySQL/MariaDB?

]]>
By: Helloda https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-287 Fri, 31 Jan 2020 09:52:04 +0000 https://linuxhostsupport.com/blog/?p=530#comment-287 If you have a problem with this:

sudo apt install apache2 mariadb-server libapache2-mod-php7.0 \
openssl php-imagick php7.0-common php7.0-curl php7.0-gd \
php7.0-imap php7.0-intl php7.0-json php7.0-ldap php7.0-mbstring \
php7.0-mcrypt php7.0-mysql php7.0-pgsql php-smbclient php-ssh2 \
php7.0-sqlite3 php7.0-xml php7.0-zip php-redis php-apcu

You need install the version 7.2 than is the more current version.

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-276 Fri, 03 Jan 2020 08:45:23 +0000 https://linuxhostsupport.com/blog/?p=530#comment-276 In reply to Peter.

If you want to use HTTPS, you need to purchase or generate a free SSL certificate for your domain and configure Apache with the new SSL certificate.
For more information, you can check the OwnCloud official documentation.

]]>
By: Peter https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-274 Thu, 02 Jan 2020 13:54:16 +0000 https://linuxhostsupport.com/blog/?p=530#comment-274 Thanks for the guide, can you explain how to enable https without certificate.
Whatever i try owncloud wont respond to https://server

]]>
By: Wambo https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-165 Mon, 11 Feb 2019 11:08:58 +0000 https://linuxhostsupport.com/blog/?p=530#comment-165 In reply to Raf.

IP of application is the IP of the virtual machine.

To find out on debian, you can install net-tools: sudo apt-get install net-tools
Then you can use the command “ifconfig” (as root) to get your ip-adress.

]]>
By: Raf https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-163 Wed, 06 Feb 2019 18:42:11 +0000 https://linuxhostsupport.com/blog/?p=530#comment-163 Hello.

I installed everything correctly, but what is the IP of the application?
I installed it on a virtual machine.
Localhost does not work.

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-117 Tue, 16 Oct 2018 11:27:06 +0000 https://linuxhostsupport.com/blog/?p=530#comment-117 In reply to cheffe.

If you want to access and manage your MySQL databases from your browser, you would have to install phpMyAdmin or some other database management tool on your server.

]]>
By: cheffe https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-116 Mon, 15 Oct 2018 14:24:43 +0000 https://linuxhostsupport.com/blog/?p=530#comment-116 how can I Login to my MYSQL? http://your_server_ip_address/mysql/ does not work…
would be happy for e message be Email
thank you

]]>
By: Martin https://linuxhostsupport.com/blog/how-to-install-owncloud-10-on-debian-9/#comment-101 Fri, 14 Sep 2018 00:18:48 +0000 https://linuxhostsupport.com/blog/?p=530#comment-101 Perfect Instructions! Worked fine at first trial, thanks !

]]>