Search found 6 matches

by XAOC
Sun Jan 15, 2023 4:21 am
Forum: PHP
Topic: Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1
Replies: 3
Views: 11156

Re: Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1

I did all you said on a clean install and I have issues Clean install Debian 10 sudo apt update sudo apt upgrade curl -O http://c.myvestacp.com/vst-install-debian.sh sudo bash vst-install-debian.sh --apache no --nginx yes --phpfpm yes --vsftpd no --proftpd yes --named no --mysql yes --mysql8 no --po...
by XAOC
Wed Jan 04, 2023 1:00 am
Forum: PHP
Topic: Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1
Replies: 3
Views: 11156

Apache-less variant - PHP-FPM Upgrade from PHP 7.3 to PHP 8.1

I partially succeeded to install PHP 8.1 on a test server. Now I have php-pool errors when I try to add a new domain Clean install Debian 10 sudo apt update sudo apt upgrade curl -O http://c.myvestacp.com/vst-install-debian.sh sudo bash vst-install-debian.sh --apache no --nginx yes --phpfpm yes --vs...
by XAOC
Tue Aug 25, 2020 5:24 pm
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9165

Re: Error update failed

These commands fixed my problem:

Code: Select all

sudo lsof /var/lib/dpkg/lock
sudo lsof /var/lib/apt/lists/lock
sudo lsof /var/cache/apt/archives/lock

Code: Select all

sudo dpkg --configure -a
Thank you dpeca
by XAOC
Tue Aug 25, 2020 4:37 pm
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9165

Re: Error update failed

apt update

Image

apt install vesta vesta-nginx vesta-php

Image
by XAOC
Tue Aug 25, 2020 3:44 pm
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9165

Re: Error update failed

update-vesta.log Hit:1 http://apt.myvestacp.com/stretch stretch InRelease Reading package lists... E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? update-vesta-nginx.l...
by XAOC
Tue Aug 25, 2020 7:40 am
Forum: myVesta
Topic: Error: myVesta update failed
Replies: 8
Views: 9165

Error: myVesta update failed

Cron <admin@server> sudo /usr/local/vesta/bin/v-update-sys-vesta-all Error: vesta update failed Error: vesta-nginx update failed Error: vesta-php update failed https://i.imgur.com/c0MVkw3.jpeg Clean install on Debian 9, it's the same with HestiaCP, while on standard VestaCP I don't have any issues r...