No Gui after update to new 6.4

Benzola

New Member
May 1, 2021
6
0
1
37
Germany
Hi @ all,

today I ran apt-update and dist-update after my proxmox was shutdown since xmas last year. During the update I had to do several choices whether I wanted to overwrite config files. Unfortunately, I don't exacly remember them.

Ever since the update was done, the GUI is not reachable anymore. Chrome as well as Firefox say: Err_connection_refused. Apparently the Server doesnt answer the https request.

I did some research on how to restart the pve-* services. but nothing worked. When trying to reinstall the pve-cluster I receive a message about unmet dependencies which can't be solved:

"root@PVE-Node02:~# apt install pve-cluster
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
pve-cluster : Depends: perlapi-5.28.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
root@PVE-Node02:~# apt install pve-cluster -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
pve-cluster : Depends: perlapi-5.28.1 but it is not installable
E: Unable to correct problems, you have held broken packages."


My apt/sources.list looks like this:
root@PVE-Node02:~# cat /etc/apt/sources.list
#deb http://ftp.debian.org/debian buster main contrib
#deb http://ftp.debian.org/debian buster-updates main contrib


# Updates
deb http://download.proxmox.com/debian/pve buster pve-no-subscription

# security updates
deb http://security.debian.org buster/updates main contrib

# Testing
deb http://download.proxmox.com/debian/pve buster pvetest


deb http://ftp.de.debian.org/debian sid main


Which other information do you need to help me get it running again? Is there a way to do a rollback to the 6.2.x Version which I had before?

Many thanks for your help in advance

Benzola
 

Attachments

  • apt installed.txt
    38.5 KB · Views: 0
Last edited:
Hi Tom,

thank you for your reply, though it was not the answer I hoped for ;-)

what will happen to the VM on the ZFS Storage?

The proxmox itself is installed on two ssd in a rpool.

root@PVE-Node02:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
NAS-Raid5 4.14T 12.8T 153K /NAS-Raid5
NAS-Raid5/vm-100-disk-0 163G 12.9T 7.13G -
NAS-Raid5/vm-101-disk-2 3.19T 13.8T 2.15T -
NAS-Raid5/vm-103-disk-0 816G 13.5T 963M -
rpool 106G 110G 96K /rpool
rpool/ROOT 41.0G 110G 96K /rpool/ROOT
rpool/ROOT/pve-1 41.0G 110G 41.0G /
rpool/data 64.5G 110G 96K /rpool/data
rpool/data/vm-100-disk-0 24.7G 110G 24.7G -
rpool/data/vm-101-disk-0 35.6M 110G 35.6M -
rpool/data/vm-101-disk-1 20.1G 110G 20.1G -
rpool/data/vm-102-disk-0 19.7G 110G 19.7G -
root@PVE-Node02:~# zpool status
pool: NAS-Raid5
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
config:

NAME STATE READ WRITE CKSUM
NAS-Raid5 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sdb ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
sdf ONLINE 0 0 0
sdg ONLINE 0 0 0
sdh ONLINE 0 0 0

errors: No known data errors

pool: rpool
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
config:

NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
ata-KINGSTON_SA400S37120G_50026B73800994CE-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37120G_50026B738009B3A7 ONLINE 0 0 0

Kind regards

Benedict
 
that wud hav been possibly a good idea. unfortunately the fresh install was done by the time of your post.

Therefore my next challenge was to make the old zfs pool "NAS-Raid5" available again. This video was very helpful: https://www.youtube.com/watch?v=pG2xLOn8C1s

The pool is seen again by the gui :) BUT there are two more challenges:
1. The pool is not usable as storeage yet on the gui. How can I make use of it again?
2. I had three disks within the pool as you can see below. How do I bring them back?

root@pve02:~# zpool import -d /dev/
pool: NAS-Raid5
id: 18353966679551735958
state: ONLINE
status: The pool was last accessed by another system.
action: The pool can be imported using its name or numeric identifier and
the '-f' flag.
see: http://zfsonlinux.org/msg/ZFS-8000-EY
config:

NAS-Raid5 ONLINE
raidz1-0 ONLINE
sdb ONLINE
sdd ONLINE
sde ONLINE
sdf ONLINE
sdg ONLINE
sdh ONLINE
root@pve02:~# zpool import NAS-Raid5
cannot import 'NAS-Raid5': pool was previously in use from another system.
Last accessed by PVE-Node02 (hostid=97670eee) at Sat May 1 23:20:45 2021
The pool can be imported, use 'zpool import -f' to import the pool.
root@pve02:~# zpool import -f NAS-Raid5
root@pve02:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
NAS-Raid5 4.14T 12.8T 153K /NAS-Raid5
NAS-Raid5/vm-100-disk-0 163G 12.9T 7.13G -
NAS-Raid5/vm-101-disk-2 3.19T 13.8T 2.15T -
NAS-Raid5/vm-103-disk-0 816G 13.5T 963M -
rpool 958M 214G 104K /rpool
rpool/ROOT 956M 214G 96K /rpool/ROOT
rpool/ROOT/pve-1 956M 214G 956M /
rpool/data 96K 214G 96K /rpool/data
 
thank you saahib for the links. They didnt solve the prob. Mostlikely it'll be the easiest way to just destroy the zfs build from the 6 4TB HDD. Fortunately I won't loose any data :cool:
 
Well, I don't know if you need ZFS, I have been evaluating it on system and during a big SQL restore (about 4 hours) , there is no activity but system already feel sluggish. And since its still going on, I am not testing anything on system till the restore is complete.

BTW, in your given example, I don't see you being using "-f" flag , did you ?
 
good evening evryone. Many thanks for you effort to help me out with that problem. I found the solution by error OMG...

On the GUI I clicked on "datacenter" => "storage" and simply added the ZFS NAS-Raid5 to the Proxmox server.

The thread can be closed and marked as solved
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!