Unable to Install unattended assistant tool

Rahulpulagam

New Member
May 4, 2024
6
2
3
Hello,

Need help in installing assistant tool from aptitude package manager.

Error in terminal:

E: Unable to locate package proxmox-auto-install-assistant

Host Configuration:

Subscription type:
free

Internet connectivity: Yes - cable connected

Proxmox Version: Proxmox VE 8.2

Packages are up to date.

User logged in
: root

Thank you.
 
Last edited:
Packages are up to date.
Sure? Verify on the CLI:

pveversion; apt update && apt policy proxmox-auto-install-assistant

If it does not show "Candidate: 8.2.5" give us the full output of that command (in [code]...[/code]-tags).
 
Sure? Verify on the CLI:

pveversion; apt update && apt policy proxmox-auto-install-assistant

If it does not show "Candidate: 8.2.5" give us the full output of that command (in [code]...[/code]-tags).
Here is the CLI Output:

Code:
root@pve:~# pveversion; apt update && apt policy proxmox-auto-install-assistant
pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-2-pve)
Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB]         
Hit:2 http://ftp.ie.debian.org/debian bookworm InRelease                       
Get:3 http://ftp.ie.debian.org/debian bookworm-updates InRelease [55.4 kB]   
Err:4 https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease     
  401  Unauthorized [IP: 51.91.38.34 443]
Get:5 http://security.debian.org bookworm-security/main amd64 Packages [156 kB]
Err:6 https://enterprise.proxmox.com/debian/pve bookworm InRelease
  401  Unauthorized [IP: 51.91.38.34 443]
Reading package lists... Done                       
N: Is the package apt-transport-[URL]http installed?
E: The method driver /usr/lib/apt/methods/[URL]http could not be found.
E: Failed to fetch https://enterprise.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  401  Unauthorized [IP: 51.91.38.34 443]
E: The repository 'https://enterprise.proxmox.com/debian/ceph-quincy bookworm 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.
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease  401  Unauthorized [IP: 51.91.38.34 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve bookworm 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.
 
Err:4 https://enterprise.proxmox.com/debian/ceph-quincy bookworm InRelease 401 Unauthorized [IP: 51.91.38.34 443]

You have the Enterprise repository enabled but no license installed. At the same time something like this :
Hit:6 http://download.proxmox.com/debian/pbs bookworm InRelease (from my system) ist missing.

You do not get updates from Proxmox. Your repository status is bad!

Please read "3.1.3. Proxmox VE No-Subscription Repository" - https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories
 
You have the Enterprise repository enabled but no license installed. At the same time something like this :
Hit:6 http://download.proxmox.com/debian/pbs bookworm InRelease (from my system) ist missing.

You do not get updates from Proxmox. Your repository status is bad!

Please read "3.1.3. Proxmox VE No-Subscription Repository" - https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_package_repositories

Disabled all PVE enterprise & Ceph Enterprise subscription and changing them to test repos as mentioned in provided link, helped me.

After part from updating PVE Enterprise & Ceph subscription, I updated sources.list file with source links to main Debian links.

Thank you, UdoB.
 
  • Like
Reactions: UdoB