Skip to content

CasaOS LXC - function checks the version of Proxmox has an errorΒ #4331

@DarioX7

Description

@DarioX7

βœ… 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 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions