[SOLVED] 6.2-4 SnapShot not working

Peter Pan

Member
Dec 15, 2015
8
0
21
35
Hi

I get the following error while executing a snapshot in gui:

unable to parse value of 'runningcpu' - got undefined value

Should there be a parameter 'runningcpu' in config? It's missing for my newly created VM. It's a fresh install of proxmox 6.2-4

Thanks
 
PVE version
pve-manager/6.2-4/9824574a (running kernel: 5.4.34-1-pve)

VM Config
args: -device isa-applesmc,osk="xxxxxxxx" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check
balloon: 0
bios: ovmf
boot: cdn
bootdisk: sata0
cores: 16
cpu: Penryn
efidisk0: local-lvm:vm-300-disk-1,size=1M
machine: q35
memory: 8192
name: sierra
net0: vmxnet3=2A:5E:0D:C8:22:93,bridge=vmbr0,firewall=1
numa: 0
ostype: other
sata0: local-lvm:vm-300-disk-0,cache=unsafe,size=64G
smbios1: uuid=7941c620-6e99-4a1d-b51c-26f9478fbb13
sockets: 1
vga: vmware
vmgenid: 56e116ba-91ca-4cdb-9c23-5774a1c9dcec
 
Last edited:
Thanks for the instructions. This seems not to work:

Bash:
# apt update && apt full-upgrade
Hit:1 http://ftp.ch.debian.org/debian buster InRelease
Hit:2 http://ftp.ch.debian.org/debian buster-updates InRelease                                                       
Hit:3 http://security.debian.org buster/updates InRelease                                                             
Err:4 https://enterprise.proxmox.com/debian/pve buster InRelease                                                     
  401  Unauthorized [IP: 212.224.123.70 443]
Reading package lists... Done                           
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve 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.
 
Thanks for your fast help. With the updated version (6.2-10) taking snapshots is working.

Side note: as apt update throws some erros the logical && will not work. Use instead:

Code:
apt update; apt full-upgrade
 
I didn't comment out the repository inside /etc/apt/sources.list.d/pve-enterprise.list

Bash:
root@szvirtual2:~# apt update && apt full-upgrade
Hit:1 http://ftp.ch.debian.org/debian buster InRelease
Hit:2 http://ftp.ch.debian.org/debian buster-updates InRelease                                                                                             
Hit:3 http://download.proxmox.com/debian/pve buster InRelease                                                                                               
Hit:4 http://security.debian.org buster/updates InRelease                                                                                                   
Err:5 https://enterprise.proxmox.com/debian/pve buster InRelease                                                                                           
  401  Unauthorized [IP: 66.70.154.81 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 66.70.154.81 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve 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.

root@szvirtual2:~# grep -rl enterpr /etc/
/etc/apt/sources.list.d/pve-enterprise.list