Could you try to capture a backtrace of the hanging state with lldb instead of gdb and send it via DM to @Chris ?
lldb -b -o 'bt all' -o quit -p $(pidof proxmox-backup-proxy) > proxy.backtrace
We already found a potential issue but would like...
My main unit is up 24/7 and I currently I do manual backups from time to time to my ZFS raid-z2 pool with cheap disks (which are also on my main machine). I never thought of setting up PBS as LXC on my Proxmox, but it sounds like an interesting...
They claim it doesn't mess with the network. So now I have no idea what could have caused this to happen because that's the only thing I can recall doing
We run a single nightly backup job to back up all of our VMs. At least one node every night will get stuck on a VM for hours and will sit there indefinitely until we cancel the job (and all other VMs that weren't backed up yet will not be done...
Die Beta 2 ist da. Neu wird unter anderem auch RHEL unterstützt (getestet mit dnf copr enable derenderkeks/proxmox-backup-client && dnf install proxmox-backup-client) sowie verschiedene weitere Anpassungen und Korrekturen umgesetzt.
No, you apparently have 2 EFI partitions configured, probably a mirrored disk setup.
Mount both EFI partitions:
mkdir /mnt/efi1 /mnt/efi2
mount /dev/disk/by-uuid/A437-70EE /mnt/efi1
mount /dev/disk/by-uuid/A438-D2C2 /mnt/efi2
Remove the old 6.*...
root@nas:/# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with uefi
A437-70EE is configured with: uefi (versions: 6.17.13-11-pve, 6.17.13-6-pve, 7.0.0-3-pve...
Can you post the output of the following commands?
ip a
Can you try reloading the network configuration via the following command and paste the full output?
ifreload -avd
Does anything odd pop up in the journal?
journalctl -u...
YES - it was as simple as that. apt install dbus && systemctl start dbus
So, I do NOT understand how this package can be missing. ok, my container is quite old (2021) made some upgrades ... even some major ones from 8 to 9.
Thanks a lot.
topic 1)
note: ... meanwhile I upgraded [and rebooted] the pve hosts to see if that changes anything (last upgrade was ~20d ago ... but things change fast ;-) )
=> no change. BTW: same behavior on an other host, which I tested while the CT was...
TOPIC 1) timedatectl failure (UI ... and shell)
first time I noticed after recent update:
UI-Configuration-System shows an error "command 'timedatectl show' --property=Timezone' failed: exit code 1 (500)
and actually in shell [of PMG LXC as...
Format
[smtp.domain.dev]:25 secure
cant be entered in
/etc/pmg/tls_policy
via the GUI.
Probably due to a format check.
Destination: [smtp.domain.dev]:25
Policy: secure
Gives error:
Parameter verification failed. (400)
destination: invalid...
I was using a VLAN Zone with two VNets and it seemed to work well.
Yesterday evening I updated our staging environment to 9.2.2 and since then I can no longer get connectivity through those VNets - when I use the vmbr0 bridge directly and tag it...