[SOLVED] WSL Proxmox-backup-client installieren

19topgun93

Member
Apr 5, 2021
21
3
8
32
Guten Tag :)

ich möchte mal ausprobieren, ob ich den Backup-Client über WSL von Windows 10 zu nutzen. Leider scheitere ich beim installieren.

Code:
sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/truste
d.gpg.d/proxmox-release-bullseye.gpg
--2021-11-29 15:16:24--  https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg
Resolving enterprise.proxmox.com (enterprise.proxmox.com)... 212.224.123.70, 2a01:7e0:0:424::249
Connecting to enterprise.proxmox.com (enterprise.proxmox.com)|212.224.123.70|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1187 (1.2K) [application/octet-stream]
Saving to: ‘/etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg’

/etc/apt/trusted.gpg.d/proxmo 100%[=================================================>]   1.16K  --.-KB/s    in 0s

2021-11-29 15:16:24 (72.1 MB/s) - ‘/etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg’ saved [1187/1187]

Code:
sudo apt update && sudo apt upgrade -y
Get:1 http://download.proxmox.com/debian/pbs-client buster InRelease [2908 B]
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Err:1 http://download.proxmox.com/debian/pbs-client buster InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7BF2812E8A6E88E0
Reading package lists... Done
W: GPG error: http://download.proxmox.com/debian/pbs-client buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7BF2812E8A6E88E0
E: The repository 'http://download.proxmox.com/debian/pbs-client buster 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.

ich habe über https://pbs.proxmox.com/docs/package-repositories.html?highlight=client#package-repos-secure-apt die Repo Keys installiert. Aber wahrscheinlich passt das nicht, wegen den Debian repos. Kann mir jemand den Key für den Client geben? :) Hab dazu nichts gefunden.

Danke im vorraus
 
hi,

du hast den bullseye release key heruntergeladen, aber hast buster repository hinzugefuegt. vielleicht geht es ja mit dem richtigen repo ;)
 
  • Like
Reactions: 19topgun93
hi,

du hast den bullseye release key heruntergeladen, aber hast buster repository hinzugefuegt. vielleicht geht es ja mit dem richtigen repo ;)
Vielen Dank. Mir war nicht bewusst das es so einfach ist. Manchmal sieht man den Wald vor lauter bäumen nicht sry :D