Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Proxmox backup server
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/ct/proxmox-backup-server.sh)"
π Provide a clear and concise description of the issue.
pasted script into shell and ran, after setting the appropriate parameters for my setup waited for the script to finish, however the below error was presented instead.
Also tested with default settings and the same error occurred.
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
paste script into shell and run.
β Paste the full error output (if available).
π§© Using Advanced Settings on node PMOX1
π₯οΈ Operating System: debian
π Version: 12
π¦ Container Type: Privileged
π Root Password: ********
π Container ID: 110
π Hostname: proxmox-backup-server
πΎ Disk Size: 10 GB
π§ CPU Cores: 2
π οΈ RAM Size: 2048 MiB
π Bridge: vmbr0
π‘ IP Address: 10.0.1.246/24
π Gateway IP Address: 10.0.1.1
π‘ APT-Cacher IP Address: Default
π« Disable IPv6: no
βοΈ Interface MTU Size: Default
π DNS Search Domain: Host
π‘ DNS Server IP Address: Host
π·οΈ Vlan: Default
π‘ Tags: community-script;backup
π Root SSH Access: no
π Verbose Mode: no
π Creating a Proxmox-Backup-Server LXC using the above advanced settings
βοΈ Using local for Template Storage.
βοΈ Using Ceph_pool for Container Storage.
βοΈ LXC Template is ready to use.
βοΈ LXC Container 110 was successfully created.
βοΈ Started LXC Container
bash: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8)
βοΈ Set up Container OS
βοΈ Network Connected: 10.0.1.246
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 140.82.113.4
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
β Cloning into 'proxmox-backup-arm64'...ience)
β Όremote: Enumerating objects: 1007, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 1007 (delta 65), reused 51 (delta 39), pack-reused 919 (from 2)
Receiving objects: 100% (1007/1007), 189.59 KiB | 2.92 MiB/s, done.
Resolving deltas: 100% (609/609), done.
β ¦
[ERROR] in line 49: exit code 0: while executing command "$@" > /dev/null 2>&1
curl: (22) The requested URL returned error: 400
/dev/fd/63: line 71: SPINNER_PID: unbound variable
πΌοΈ Additional context (optional).
No response