Error While installing on Ubuntu Server 20.04  [SOLVED]

Locked
Tony20
Posts: 45
Joined: Tue 7. Apr 2020, 19:21

Error While installing on Ubuntu Server 20.04

Post by Tony20 »

Installing on a Dedicated Server, Ubuntu 20.04 OS.

I got this error.



Installation is running:

Update sources list ... [OKAY]
Installation requirements ... [OKAY]
Hostname ... [OKAY]
Sudo ... [OKAY]
Bind9 ... [OKAY]
SSL/TLS ... [OKAY]
PHP ... [OKAY]
Apache web server ... [OKAY]
PHP-FPM ... [OKAY]
MariaDB ... [OKAY]
KeyHelp ... [OKAY]
Firewall ...
Warning: file_put_contents(/etc/network/if-pre-up.d/keyhelp_load_rules): failed to open stream: No such file or directory in /home/keyhelp/www/keyhelp/core/pending/File.php on line 341
[ERROR]


Errors occurred during installation!


Tony.
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Error While installing on Ubuntu Server 20.04

Post by Alexander »

Hello,

can you please create the directory

Code: Select all

/etc/network/if-pre-up.d/
in advance by yourself, and than run the installation again. Than it should run fine.

(This will be fixed with the next release)
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Tony20
Posts: 45
Joined: Tue 7. Apr 2020, 19:21

Re: Error While installing on Ubuntu Server 20.04  [SOLVED]

Post by Tony20 »

Alexander, Thank you very much!
Last edited by Tony20 on Thu 26. Nov 2020, 16:54, edited 2 times in total.
Tony20
Posts: 45
Joined: Tue 7. Apr 2020, 19:21

Re: Error While installing on Ubuntu Server 20.04

Post by Tony20 »

Alexander wrote: Thu 26. Nov 2020, 09:17 Hello,

can you please create the directory

Code: Select all

/etc/network/if-pre-up.d/
in advance by yourself, and than run the installation again. Than it should run fine.

(This will be fixed with the next release)
What permissions this directory need?
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Error While installing on Ubuntu Server 20.04

Post by Alexander »

It should be owned by root with 0755.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Tony20
Posts: 45
Joined: Tue 7. Apr 2020, 19:21

Re: Error While installing on Ubuntu Server 20.04

Post by Tony20 »

Alexander wrote: Thu 26. Nov 2020, 16:49 It should be owned by root with 0755.
Thank you very much!
Locked