Docker VM script issue #483

Closed
opened 2026-02-04 19:11:26 +03:00 by OVERLORD · 15 comments
Owner

Originally created by @susivan on GitHub (Feb 12, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Docker VM

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)"

📝 Provide a clear and concise description of the issue.

Script does not create docker and Debian installed comes without basic commands:

Linux localhost 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Feb 11 21:11:56 UTC 2025 on tty1
root@localhost:~# docker --version
-bash: docker: command not found
root@localhost:~# dpkg -l | grep docker
root@localhost:~# ls -l /usr/bin/docker
ls: cannot access '/usr/bin/docker': No such file or directory
root@localhost:~# systemctl status docker
Unit docker.service could not be found.
root@localhost:~# uptime
-bash: uptime: command not found
root@localhost:~# top
-bash: top: command not found

Tried both default and advanced settings wuth i35 CPU mode, the same result.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Just copy and paste link from script page and run.

Paste the full error output (if available).

NTD

🖼️ Additional context (optional).

Using Default Settings
Using Virtual Machine ID: 102
Using Machine Type: i440fx
Using Disk Cache: None
Using Hostname: docker
Using CPU Model: KVM64
Allocated Cores: 2
Allocated RAM: 4096
Using Bridge: vmbr0
Using MAC Address: 02:4B:93:9C:FD:2C
Using VLAN: Default
Using Interface MTU Size: Default
Start VM when completed: yes
Creating a Docker VM using the above default settings
 ✓ Using local-lvm for Storage Location.
 ✓ Virtual Machine ID is 102.
 ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2
 ✓ Downloaded debian-12-nocloud-amd64.qcow2
 - Installing Pre-Requisite libguestfs-tools onto Host...W: GPG error: https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3
E: The repository 'https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease' is not signed.
 ✓ Installed libguestfs-tools successfully
 - Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...bash: line 423: virt-customize: command not found
 ✓ Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image successfully
 ✓ Created a Docker VM (docker)
 ✓ Started Docker VM
 ✓ Completed Successfully!
Originally created by @susivan on GitHub (Feb 12, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docker VM ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)" ### 📝 Provide a clear and concise description of the issue. Script does not create docker and Debian installed comes without basic commands: ``` Linux localhost 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Feb 11 21:11:56 UTC 2025 on tty1 root@localhost:~# docker --version -bash: docker: command not found root@localhost:~# dpkg -l | grep docker root@localhost:~# ls -l /usr/bin/docker ls: cannot access '/usr/bin/docker': No such file or directory root@localhost:~# systemctl status docker Unit docker.service could not be found. root@localhost:~# uptime -bash: uptime: command not found root@localhost:~# top -bash: top: command not found ``` Tried both default and advanced settings wuth i35 CPU mode, the same result. ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Just copy and paste link from script page and run. ### ❌ Paste the full error output (if available). NTD ### 🖼️ Additional context (optional). ``` Using Default Settings Using Virtual Machine ID: 102 Using Machine Type: i440fx Using Disk Cache: None Using Hostname: docker Using CPU Model: KVM64 Allocated Cores: 2 Allocated RAM: 4096 Using Bridge: vmbr0 Using MAC Address: 02:4B:93:9C:FD:2C Using VLAN: Default Using Interface MTU Size: Default Start VM when completed: yes Creating a Docker VM using the above default settings ✓ Using local-lvm for Storage Location. ✓ Virtual Machine ID is 102. ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2 ✓ Downloaded debian-12-nocloud-amd64.qcow2 - Installing Pre-Requisite libguestfs-tools onto Host...W: GPG error: https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3 E: The repository 'https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease' is not signed. ✓ Installed libguestfs-tools successfully - Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...bash: line 423: virt-customize: command not found ✓ Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image successfully ✓ Created a Docker VM (docker) ✓ Started Docker VM ✓ Completed Successfully! ```
OVERLORD added the not a script issue label 2026-02-04 19:11:26 +03:00
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 12, 2025):

Spotted a error message in there: bash: line 423: virt-customize: command not found

can you check if you can run virt-customize on your pve node?

@michelroegl-brunner commented on GitHub (Feb 12, 2025): Spotted a error message in there: `bash: line 423: virt-customize: command not found` can you check if you can run `virt-customize` on your pve node?
Author
Owner

@susivan commented on GitHub (Feb 12, 2025):

No:
-bash: virt-customize: command not found
I have fresh install of Proxmox from today :)

@susivan commented on GitHub (Feb 12, 2025): No: `-bash: virt-customize: command not found` I have fresh install of Proxmox from today :)
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 12, 2025):

I hade the same issue, run the command below on your pve node, then try the script again. But i dont know why this was not executed as it is in the script.

apt-get update && apt-get install libguestfs-tools lsb-release -y

@michelroegl-brunner commented on GitHub (Feb 12, 2025): I hade the same issue, run the command below on your pve node, then try the script again. But i dont know why this was not executed as it is in the script. `apt-get update && apt-get install libguestfs-tools lsb-release -y`
Author
Owner

@susivan commented on GitHub (Feb 12, 2025):

I'll try and will back tomorrow.
Thanks :)

@susivan commented on GitHub (Feb 12, 2025): I'll try and will back tomorrow. Thanks :)
Author
Owner

@susivan commented on GitHub (Feb 12, 2025):

Actually the result is:

root@pve:~# apt-get  update && apt-get install libguestfs-tools lsb-release -y
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB]                 
Hit:3 http://download.proxmox.com/debian/pve bookworm InRelease                                                                          
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease                                                                            
Get:5 https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease [1,423 B]                               
Err:5 https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3
Reading package lists... Done
W: GPG error: https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3
E: The repository 'https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
@susivan commented on GitHub (Feb 12, 2025): Actually the result is: ``` root@pve:~# apt-get update && apt-get install libguestfs-tools lsb-release -y Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB] Hit:3 http://download.proxmox.com/debian/pve bookworm InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Get:5 https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease [1,423 B] Err:5 https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3 Reading package lists... Done W: GPG error: https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C0BA5CE6DC6315A3 E: The repository 'https://packages.cloud.google.com/apt coral-edgetpu-stable InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. ```
Author
Owner

@michelroegl-brunner commented on GitHub (Feb 12, 2025):

Ah thats the problem them.
You have a issue in your coral-edgetpu-stable repository. remove/fix it then it should work again.
no script issue then.

@michelroegl-brunner commented on GitHub (Feb 12, 2025): Ah thats the problem them. You have a issue in your coral-edgetpu-stable repository. remove/fix it then it should work again. no script issue then.
Author
Owner

@PaigingAlyssa commented on GitHub (Feb 20, 2025):

If you have the enterprise repositories enabled but do not carry a subscription for them, the apt-get update command on line 87c61de11e/vm/docker-vm.sh (L419C1-L420C1) will exit with errors regarding the repositories with no access. Since these commands are executed with an && the second command will only run if the first is successful.

Testing this directly on a PVE node:

apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y
apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401  Unauthorized [IP: x.x.x.x 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.

Note: I removed the `>/dev/null` from the end of the original script line to see all the logs when running on the PVE node.

I see most other scripts in this repository are not using a conditional execution approach for the apt-get -qq update and apt-get install portions of their scripts, maybe this script should also follow this approach unless there is an explicit reason the apt-get -qq update HAS to be run before the apt-get install.

Or mention disabling this repository in the docs.

@PaigingAlyssa commented on GitHub (Feb 20, 2025): If you have the enterprise repositories enabled but do not carry a subscription for them, the `apt-get update` command on line https://github.com/community-scripts/ProxmoxVE/blob/87c61de11e25daa5d23346366c35cded0b42238f/vm/docker-vm.sh#L419C1-L420C1 will exit with errors regarding the repositories with no access. Since these commands are executed with an `&&` the second command will only run if the first is successful. Testing this directly on a PVE node: ```bash apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y ``` ```bash apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: x.x.x.x 443] E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed. ``` ```Note: I removed the `>/dev/null` from the end of the original script line to see all the logs when running on the PVE node.``` I see most other scripts in this repository are not using a conditional execution approach for the `apt-get -qq update` and `apt-get install` portions of their scripts, maybe this script should also follow this approach unless there is an explicit reason the `apt-get -qq update` HAS to be run before the `apt-get install`. Or mention disabling this repository in the docs.
Author
Owner

@boxcee commented on GitHub (Mar 4, 2025):

Similar problem here. Running the script yields an error and does not complete.

Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...Get:1 file:/etc/apt/mirrors/debian.list Mirrorlist [30 B]
Get:3 file:/etc/apt/mirrors/debian-security.list Mirrorlist [39 B]
Ign:2 https://deb.debian.org/debian bookworm InRelease
Ign:4 https://deb.debian.org/debian bookworm-updates InRelease
Ign:5 https://deb.debian.org/debian bookworm-backports InRelease
Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease
Ign:2 https://deb.debian.org/debian bookworm InRelease
Ign:4 https://deb.debian.org/debian bookworm-updates InRelease
Ign:5 https://deb.debian.org/debian bookworm-backports InRelease
Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease
Ign:2 https://deb.debian.org/debian bookworm InRelease
Ign:4 https://deb.debian.org/debian bookworm-updates InRelease
Ign:5 https://deb.debian.org/debian bookworm-backports InRelease
Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease
Err:2 https://deb.debian.org/debian bookworm InRelease
  Temporary failure resolving 'deb.debian.org'
Err:4 https://deb.debian.org/debian bookworm-updates InRelease
  Temporary failure resolving 'deb.debian.org'
Err:5 https://deb.debian.org/debian bookworm-backports InRelease
  Temporary failure resolving 'deb.debian.org'
Err:6 https://deb.debian.org/debian-security bookworm-security InRelease
  Temporary failure resolving 'deb.debian.org'
Reading package lists...
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm-updates/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm-backports/InRelease  Temporary failure resolving 'deb.debian.org'
W: Failed to fetch mirror+file:/etc/apt/mirrors/debian-security.list/dists/bookworm-security/InRelease  Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
Package gnupg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package qemu-guest-agent
E: Package 'gnupg' has no installation candidate
E: Unable to locate package software-properties-common
virt-customize: error: 
        export DEBIAN_FRONTEND=noninteractive
        apt_opts='-q -y -o Dpkg::Options::=--force-confnew'
        apt-get $apt_opts update
        apt-get $apt_opts install 'qemu-guest-agent' 'apt-transport-https' 
'ca-certificates' 'curl' 'gnupg' 'software-properties-common' 'lsb-release'
      : command exited with an error

If reporting bugs, run virt-customize with debugging enabled and include 
the complete output:

  virt-customize -v -x [...]
@boxcee commented on GitHub (Mar 4, 2025): Similar problem here. Running the script yields an error and does not complete. ``` Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...Get:1 file:/etc/apt/mirrors/debian.list Mirrorlist [30 B] Get:3 file:/etc/apt/mirrors/debian-security.list Mirrorlist [39 B] Ign:2 https://deb.debian.org/debian bookworm InRelease Ign:4 https://deb.debian.org/debian bookworm-updates InRelease Ign:5 https://deb.debian.org/debian bookworm-backports InRelease Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease Ign:2 https://deb.debian.org/debian bookworm InRelease Ign:4 https://deb.debian.org/debian bookworm-updates InRelease Ign:5 https://deb.debian.org/debian bookworm-backports InRelease Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease Ign:2 https://deb.debian.org/debian bookworm InRelease Ign:4 https://deb.debian.org/debian bookworm-updates InRelease Ign:5 https://deb.debian.org/debian bookworm-backports InRelease Ign:6 https://deb.debian.org/debian-security bookworm-security InRelease Err:2 https://deb.debian.org/debian bookworm InRelease Temporary failure resolving 'deb.debian.org' Err:4 https://deb.debian.org/debian bookworm-updates InRelease Temporary failure resolving 'deb.debian.org' Err:5 https://deb.debian.org/debian bookworm-backports InRelease Temporary failure resolving 'deb.debian.org' Err:6 https://deb.debian.org/debian-security bookworm-security InRelease Temporary failure resolving 'deb.debian.org' Reading package lists... W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch mirror+file:/etc/apt/mirrors/debian.list/dists/bookworm-backports/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch mirror+file:/etc/apt/mirrors/debian-security.list/dists/bookworm-security/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... Package gnupg is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Unable to locate package qemu-guest-agent E: Package 'gnupg' has no installation candidate E: Unable to locate package software-properties-common virt-customize: error: export DEBIAN_FRONTEND=noninteractive apt_opts='-q -y -o Dpkg::Options::=--force-confnew' apt-get $apt_opts update apt-get $apt_opts install 'qemu-guest-agent' 'apt-transport-https' 'ca-certificates' 'curl' 'gnupg' 'software-properties-common' 'lsb-release' : command exited with an error If reporting bugs, run virt-customize with debugging enabled and include the complete output: virt-customize -v -x [...] ```
Author
Owner

@MickLesk commented on GitHub (Mar 4, 2025):

Temporary failure resolving 'deb.debian.org' => DNS

@MickLesk commented on GitHub (Mar 4, 2025): Temporary failure resolving 'deb.debian.org' => DNS
Author
Owner

@boxcee commented on GitHub (Mar 4, 2025):

Temporary failure resolving 'deb.debian.org' => DNS

Yes, pardon. Changed some DNS settings and it works now.

@boxcee commented on GitHub (Mar 4, 2025): > Temporary failure resolving 'deb.debian.org' => DNS Yes, pardon. Changed some DNS settings and it works now.
Author
Owner

@DanielHabenicht commented on GitHub (Apr 6, 2025):

I can confirm this issue. Running a new proxmox instance and trying to setup the "Docker VM".

    ____             __                _    ____  ___
   / __ \____  _____/ /_____  _____   | |  / /  |/  /
  / / / / __ \/ ___/ //_/ _ \/ ___/   | | / / /|_/ /
 / /_/ / /_/ / /__/ ,< /  __/ /       | |/ / /  / /
/_____/\____/\___/_/|_|\___/_/        |___/_/  /_/

Using Advanced Settings
Virtual Machine ID: 101
Using Machine Type: i440fx
Using Disk Cache: None
Using Hostname: docker
Using CPU Model: Host
Allocated Cores: 2
Allocated RAM: 4096
Using Bridge: vmbr0
Using MAC Address: 02:A1:E3:7A:CC:F2
Using Vlan: Default
Using Interface MTU Size: Default
Start VM when completed: yes
Creating a Docker VM using the above advanced settings
 ✓ Using local-lvm for Storage Location.
 ✓ Virtual Machine ID is 101.
 ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2
############################################################################################################# 100.0%
 ✓ Downloaded debian-12-nocloud-amd64.qcow2
 - Installing Pre-Requisite libguestfs-tools onto Host...E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401  Unauthorized [IP: 185.219.221.167 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed.
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP: 185.219.221.167 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed.
 ✓ Installed libguestfs-tools successfully
 - Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...bash: line 423: virt-customize: command not found
 ✓ Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image successfully
 ✓ Created a Docker VM (docker)
 ✓ Started Docker VM
 ✓ Completed Successfully!

In my mind the confusing thing is, that it shows it completed successfully without doing so...

@DanielHabenicht commented on GitHub (Apr 6, 2025): I can confirm this issue. Running a new proxmox instance and trying to setup the "Docker VM". ```bash ____ __ _ ____ ___ / __ \____ _____/ /_____ _____ | | / / |/ / / / / / __ \/ ___/ //_/ _ \/ ___/ | | / / /|_/ / / /_/ / /_/ / /__/ ,< / __/ / | |/ / / / / /_____/\____/\___/_/|_|\___/_/ |___/_/ /_/ Using Advanced Settings Virtual Machine ID: 101 Using Machine Type: i440fx Using Disk Cache: None Using Hostname: docker Using CPU Model: Host Allocated Cores: 2 Allocated RAM: 4096 Using Bridge: vmbr0 Using MAC Address: 02:A1:E3:7A:CC:F2 Using Vlan: Default Using Interface MTU Size: Default Start VM when completed: yes Creating a Docker VM using the above advanced settings ✓ Using local-lvm for Storage Location. ✓ Virtual Machine ID is 101. ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2 ############################################################################################################# 100.0% ✓ Downloaded debian-12-nocloud-amd64.qcow2 - Installing Pre-Requisite libguestfs-tools onto Host...E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease 401 Unauthorized [IP: 185.219.221.167 443] E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease' is not signed. E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP: 185.219.221.167 443] E: The repository 'https://enterprise.proxmox.com/debian/pve bookworm InRelease' is not signed. ✓ Installed libguestfs-tools successfully - Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image...bash: line 423: virt-customize: command not found ✓ Added Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image successfully ✓ Created a Docker VM (docker) ✓ Started Docker VM ✓ Completed Successfully! ``` In my mind the confusing thing is, that it shows it completed successfully without doing so...
Author
Owner

@MickLesk commented on GitHub (Apr 6, 2025):

401 Unauthorized [IP: 185.219.221.167 443]

Are you an Proxmox Pro / Enterprise User?

@MickLesk commented on GitHub (Apr 6, 2025): 401 Unauthorized [IP: 185.219.221.167 443] Are you an Proxmox Pro / Enterprise User?
Author
Owner

@DanielHabenicht commented on GitHub (Apr 6, 2025):

No, and the command works now that I enabled the pve-no-subscription repositories and disabled the enterprise repositories:

Image

But for users doing it the first time the output summarizes that everything is ok, while it is not.

@DanielHabenicht commented on GitHub (Apr 6, 2025): No, and the command works now that I enabled the `pve-no-subscription` repositories and disabled the `enterprise` repositories: ![Image](https://github.com/user-attachments/assets/803e958e-8f72-4591-a7df-c37a67df574e) But for users doing it the first time the output summarizes that everything is ok, while it is not.
Author
Owner

@MickLesk commented on GitHub (Apr 6, 2025):

and now it works?

@MickLesk commented on GitHub (Apr 6, 2025): and now it works?
Author
Owner

@DanielHabenicht commented on GitHub (Apr 6, 2025):

Yes, now it works.
But I would have expected the script to fail the first time instead of displaying Completed Successfully!.

@DanielHabenicht commented on GitHub (Apr 6, 2025): Yes, now it works. But I would have expected the script to fail the first time instead of displaying `Completed Successfully!`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#483