That is what I previously meant with the error message lacking context. This is not intentional needs improvement.
Not from the top of my head, but you could check the max memory usage when running the client with the limit set, running into the...
That is strange as that binary comes from a core package:
~# dpkg -S $(which pveam )
pve-manager: /usr/bin/pveam
But hey, as long as you are fine with your solution it is great! :)
PS: you may take a look into their template of the...
Take a look at https://github.com/bashclub/zamba-lxc-toolbox
They do Samba with ZFS-snapshots which are visible in the Windows File Explorer. It is a Container, so no VM overhead with passthrough-problems required and all data is easily...
Hi Wondimu,
Is it possible that these specific disks have the "Skip replication" option checked? If this option is enabled, the disk will be excluded from the ZFS replication job.
You can verify the configuration for VM 135 via CLI with...
I ended up getting it to work. Unfortunately I don't think the solution will really help anyone because my problem was kind of unique.
When I first bought Internet my ISP only gave me a modem and a wifi extender/AP/wifi pod which was obviously...
Hello,
Have you found a fix for your problem ?
I have the exact same problem.
I have a node with 21 VM running on it.
The backup is done daily with the integrated backup system vzdump.
Most of the time it fails randomly on 1 or 2 VMs, always...
Thanks for the reminder! I have updated the thread prefix to [SOLVED]
I truly appreciate all the help and suggestions provided by the community. This nested lab setup is finally working smoothly. Thanks again!
Hi,
Not sure if you already figured this out, but I'll reply anyway as I just came across this myself and fixed it.
Choose the second option on the TALOS boot screen "Reboot into firmware interface".
From there, go to Device manager > Secure...
Hi Wondimu,
Is it possible that these specific disks have the "Skip replication" option checked? If this option is enabled, the disk will be excluded from the ZFS replication job.
You can verify the configuration for VM 135 via CLI with...
Thanks for the update. I'm glad the VM booted normally.
I think now you can mark the thread as solved. Edit the first post of the thread and select Solved from the pull-down menu to mark the thread as solved.
I don't see an answer here. Is this still not possible? I'm running PVE 7.1-12 in a development / hobby environment but I don't want to lose my VMs. Is there a way to boot from USB, i.e. with no VGs or LVs mounted and then resize?
I've been...
Hi Wondimu,
Is it possible that these specific disks have the "Skip replication" option checked? If this option is enabled, the disk will be excluded from the ZFS replication job.
You can verify the configuration for VM 135 via CLI with...
The package cloud-init is part of Debian. This version normally fixed for each Debian release, so with the advent of Debian 14 Forky and upcoming PVE 10 the current version available right now is 25.3, so not that much newer. That may for Debian...
So what I have done so fare:
# Arrêter les services PBS
service proxmox-backup stop && service proxmox-backup-banner stop && service proxmox-backup-proxy stop
# Changer le propriétaire des fichiers associés à l’UID 34
find / -uid 34 -print0 |...