Page 7 of 9

Re: Ubuntu 18.04 Support ETA

Posted: Thu Nov 01, 2018 12:16 pm
by hdavis84
The installation results:

Code: Select all

Installation will take about 15 minutes ...

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--2018-10-28 00:46:12--  http://nginx.org/keys/nginx_signing.key
Resolving nginx.org (nginx.org)... 2001:1af8:4060:a004:21::e3, 2606:7100:1:69::3f, 95.211.80.227, ...
Connecting to nginx.org (nginx.org)|2001:1af8:4060:a004:21::e3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1561 (1.5K) [text/plain]
Saving to: ‘/tmp/nginx_signing.key’

/tmp/nginx_signing.key        100%[=================================================>]   1.52K  --.-KB/s    in 0s

2018-10-28 00:46:12 (243 MB/s) - ‘/tmp/nginx_signing.key’ saved [1561/1561]

E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
--2018-10-28 00:46:12--  http://c.vestacp.com/deb_signing.key
Resolving c.vestacp.com (c.vestacp.com)... 104.236.66.100
Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1719 (1.7K) [text/plain]
Saving to: ‘deb_signing.key’

deb_signing.key               100%[=================================================>]   1.68K  --.-KB/s    in 0s

2018-10-28 00:46:13 (382 MB/s) - ‘deb_signing.key’ saved [1719/1719]

E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Get:2 http://nginx.org/packages/mainline/ubuntu bionic InRelease [2,115 B]
Err:2 http://nginx.org/packages/mainline/ubuntu bionic InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:3 http://apt.vestacp.com/bionic bionic InRelease [2,184 B]
Err:3 http://apt.vestacp.com/bionic bionic InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 42C5B2130A1F7714
Hit:6 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
W: GPG error: http://nginx.org/packages/mainline/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
E: The repository 'http://nginx.org/packages/mainline/ubuntu bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://apt.vestacp.com/bionic bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 42C5B2130A1F7714
E: The repository 'http://apt.vestacp.com/bionic bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vesta
E: Unable to locate package vesta-ioncube
E: Unable to locate package vesta-nginx
E: Unable to locate package vesta-php
E: Unable to locate package vesta-softaculous
Error: apt-get install failed
Note that a few times in the output you'll see:

Code: Select all

E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
LeoSilver corrected this error
LeoSilver wrote:
Sun Oct 28, 2018 3:58 pm
Ok I got it working on 18.04, just needed to install gnupg2!

Code: Select all

sudo apt install gnupg2
Then install from official installation page:
https://vestacp.com/install/
LeoSilver wrote:
Sun Oct 28, 2018 4:11 pm
It actually fixed everything. There was just one restart error here:

Code: Select all

...
Setting up vesta-php (0.9.8-23) ...
[....] Restarting vesta (via systemctl): vesta.serviceJob for vesta.service failed because the control process exited with error code.
See "systemctl status vesta.service" and "journalctl -xe" for details.
 failed!
Setting up zip (3.0-11build1) ...
Setting up nginx (1.15.5-1~bionic) ...
...
But it went on and installed it and flawlessly and it seems to work.
Perhaps the installation script should check IF (gnupg OR gnupg1 OR gnupg2 is NOT installed) and if true { install gnupg2 } before anything else.

I only wish LeoSilver checked the logs and provided them as well so we could begin resolving the restart error he mentioned.

Re: Ubuntu 18.04 Support ETA

Posted: Thu Nov 01, 2018 12:41 pm
by LeoSilver
Unfortunately I don't have the rest of the output. But after it installed it, I added a website and it worked.

The thing that did indeed not work was Roundcube telling there was an error connecting to the database.

Edit: But I did receive by mail the VestaCP credentials.

Re: Ubuntu 18.04 Support ETA

Posted: Mon Nov 05, 2018 7:39 pm
by alexcy
Any updates Vesta team for the issues?

Re: Ubuntu 18.04 Support ETA

Posted: Fri Nov 09, 2018 9:43 am
by plutocrat
One of the outstanding issues was that Roundcube didn't work at the end of the install. I believe this might be due to a version upgrade in roundcube, and config file changes. I've detailed the process of upgrading here, in the hope it might shed some light on the new Ubuntu 18 roundcube install procedure.
viewtopic.php?f=41&t=17884

Re: Ubuntu 18.04 Support ETA

Posted: Thu Nov 29, 2018 8:52 am
by floown
imperio wrote:
Thu May 31, 2018 6:52 pm
We are already working on it. Support for Ubuntu 18.04 will be in the next release 0.9.8-22
Hello,

The 0.9.8-22 is out. Is now the installation script ok for this Ubuntu 18.04 LTS lauched since April this year? I should migrate a server.

Thanks the team for all the work.

Re: Ubuntu 18.04 Support ETA

Posted: Thu Nov 29, 2018 5:32 pm
by imperio
Problem with installation has been fixed. Try to install again

Re: Ubuntu 18.04 Support ETA

Posted: Thu Dec 06, 2018 10:50 am
by AnimusAstralis
There are still the same errors during an installation. And Roundcube doesn't work either.

Re: Ubuntu 18.04 Support ETA

Posted: Thu Dec 06, 2018 2:33 pm
by floown
AnimusAstralis wrote:
Thu Dec 06, 2018 10:50 am
There are still the same errors during an installation. And Roundcube doesn't work either.
:\

Re: Ubuntu 18.04 Support ETA

Posted: Thu Dec 06, 2018 6:04 pm
by johnny
Yes same here still doesn't work for me either. Same install errors, roundcube does not work. For roundcube like everyone else I get the following Error "Database Error: Connection Failed! Unable to connect to the database! Please contact Administrator", another error is with phpmyadmin I can login to the phpmyadmin just fine just get the following errors on the bottom. "the phpMyadmin configuration storage is not completely configured, some extended features have been deactivated" and mysqli_real_connect(): (HY000/1045) Access Denied for user 'phpmyadmin'@localhost' (using password: YES) and Connection to controluser as defined in your configuration failed. Also in the web interface system service iptables says its not running, although the firewall is working becuase fail2ban works. Thats as far I went I did not test further because roundcube not working is a deff deal breaker.

This is with the default install with ubuntu 18.04.1 iso on KVM and ubuntu 18.04 proxmox LXC template, I also ran updates before I ran the vesta install scripts. I installed from scrath several times, no luck last install date was December 4th 2018. I'll try again next week to see if anything changes.

Re: Ubuntu 18.04 Support ETA

Posted: Fri Dec 07, 2018 5:20 am
by johnny
Lets give them a couple of months guys, everyone knows ubuntu 18.04 is not supported. They will get it done, they always do. I think its wayy too soon to expect ubuntu 18.04 support. I mean Ubuntu is only at 18.04.1 and its only 6 months young. Im just happy 16.04 is supported and works just fine for what I need it for. Keep up the good work Vesta Team!!