Page 1 of 1

Error While installing on Ubuntu Server 20.04

Posted: Thu 26. Nov 2020, 03:43
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.

Re: Error While installing on Ubuntu Server 20.04

Posted: Thu 26. Nov 2020, 09:17
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)

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

Posted: Thu 26. Nov 2020, 16:28
by Tony20
Alexander, Thank you very much!

Re: Error While installing on Ubuntu Server 20.04

Posted: Thu 26. Nov 2020, 16:34
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?

Re: Error While installing on Ubuntu Server 20.04

Posted: Thu 26. Nov 2020, 16:49
by Alexander
It should be owned by root with 0755.

Re: Error While installing on Ubuntu Server 20.04

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