Version 1.2.0 Release Candidate 2

Yep, the error is gone , thank you :slight_smile:

1 Like

Did the 2nd Install at different location on Ubuntu 20.04 and everything is working fine this time and having no issues.

1 Like

Super, thanks! I will let it as 1.1.2 because Iā€™m lazy to do anything more on the servers. Also will upgrade it from 1.1.2 to 1.2.0 when the time comes. :bear:

One more question. Is it possible to update/refresh memory and cpu usage counters in the panel?

I have always same results in Server tab, uptime is 2 days in the panel, but server is up for 4 days now.

https://domain.ltd:8083/reset2fa/ shows page not foundā€¦

OS : Ubuntu 20.04
H.CP. Ver. - 1.2.0 RC

Same problem on my system. Iā€™m also using Ubuntu 20.04 and Hestia 1.2.0 (not the RC, I used the release version, when it was online).

Yep, please create an issue for it.

1 Like

And somebody created the issue report :slight_smile:

And with https://github.com/hestiacp/hestiacp/commit/e97b08ed8dd94dfb7c554c4481539a0d7751ce69 is is fixed

2 Likes

Phpmyadmin installed to http, not accessible from https.

Just fyi

Not able to reproduce here, did you have a valid ssl certificate on that domain? If yes, please open a issue report on github: https://github.com/hestiacp/hestiacp/issues/new

Did that update today ā€¦
Ubuntu 20.04

=========================================================
(!) phpMyAdmin v5.0.2 is already installed, skipping updateā€¦
() Rebuilding domains and account for user: adminā€¦
(
) Rebuilding domains and account for user: Prodā€¦
() Rebuilding domains and account for user: Toolsā€¦
(
) Rebuilding domains and account for user: Tracyā€¦
(*) Restarting servicesā€¦
Error: ERROR: Restart of hestia failed.

systemctl status hestia stated
/usr/local/hestia/php/sbin/hestia-php: error while loading shared libraries: libzip.so.5: cannot open >

installed
apt install libzip5
systemctl restart hestia

all good thenā€¦

I suggest libzip5 should be made a dependency if libzip4 is not enough.

Libzip5 will be installed during install https://github.com/hestiacp/hestiacp/blob/master/install/hst-install-ubuntu.sh

As 20.04 isnā€™t supported as upgrade to 1.2.0 this wonā€™t be a issueā€¦

ahh ok I used a beta script at that time provided to fresh install on ubuntu 20.04. I guess that one didnt have libzip5 but 4.

However. I also ran into that issue with file manager

Page Not Found

Oops! We couldnā€™t find the page that youā€™re looking for.
Please check the address and try again.
Error Code: 404

apt-get update && apt-get install --reinstall hestia-nginx

And try again

Otherwise you could run the sh script in /usr/local/hestia/install/deb/filemamanger

Installed on a ubuntu 20.04 server without any problem! By

wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/install/hst-install-ubuntu.sh
wget https://apt.hestiacp.com/beta/hestia_1.2.0_amd64.deb
bash hst-install-ubuntu.sh --with-debs /root 

Everything seems to work fine. Excellent job team :smiling_face_with_three_hearts:

1 Like

Thanks for your feedback!

1 Like

Just tried a update from git and get this error :slight_smile:

(!) The latest version of Hestia Control Panel is already installed.
Verifying configurationā€¦

() Updating Roundcube configurationā€¦
(
) Updating exim4 configurationā€¦
() Updating Apache2 configurationā€¦
(
) Updating File Manager configurationā€¦
() Updating NGINX configurationā€¦
(
) Updating public_(s)html ownershipā€¦
() Updating phpMyAdmin permissionsā€¦
/usr/local/hestia/func/upgrade.sh: line 219: v-list-sys-php: command not found
(!) phpMyAdmin v5.0.2 is already installed, skipping updateā€¦
(
) Rebuilding domains and account for user: adminā€¦
(*) Restarting servicesā€¦

Weā€™re currently in a deep fine tuning and will delay the release for one additional day. We want to be 100% sure that all is working as expected.

@Active8 Weā€™re currently working on the master branch, please wait for testing with v-update-hestia-git command.

1 Like

Approx. Date of official releasing of v. 1.2.0 ?