-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
CasaOS LXC
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/casaos.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Ubuntu 24.10
π Provide a clear and concise description of the issue.
/ / __________ / __ / /
/ / / __ / ___/ __ / / / /_ \
/ // // (__ ) // / // // /
_/_,//_,/_//___/
Loading...
β This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
root@proxmox:~# pveversion
pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-9-pve)
π Steps to reproduce the issue.
Have Proxmox Virtual Environment (PVE) version above 8.4.x
β Paste the full error output (if available).
/ / __________ / __ / /
/ / / __ / ___/ __ / / / /_ \
/ // // (__ ) // / // // /
_/_,//_,/_//___/
Loading...
β This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.
Exiting...
πΌοΈ Additional context (optional).
The error is found: https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func
# This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported. pve_check() { if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then msg_error "This version of Proxmox Virtual Environment is not supported" echo -e "Requires Proxmox Virtual Environment Version 8.1 or later." echo -e "Exiting..." sleep 2 exit fi }