1. We note that Proxmox sends our storage a MAINTENANCE_IN service action 0x0C (REPORT SUPPORTED OPERATION CODES) and we do not support that code but what is interesting to us is that the cmd code checked for support is 0x12 (INQUIRY) . Why do...
I have simplified the above command to get it working with USB device plug in and unplug:
#unplug
echo "{ 'execute': 'qmp_capabilities' }{ 'execute': 'human-monitor-command', 'arguments': { 'command-line': 'device_del usb0' } } " \
| socat -...
Stupid question - I accidentally deleted my /var directory. How bad is that?
The even stupider part about this was that I was actually trying to create a backup of it, and when it wasn't rsync-ing correctly, I was trying to delete it from my...
Not sure if I have this in the right place, but really not sure what is happening here or exactly what the following error message actually means.
Failed to read "SetupMode" variable: No such file or directory clearly indicates something is...
What is wrong with my setup to handle these backups?
The CPU is not stressed, the disks can handle greater loads, the RAM has as much as it needs.
There are days when I have no failed backups and others when I have more than 20.
If I did it...
Thanks both — you're right on both counts, let me correct the record.
@Impact: total brain fart on my side. You're correct: recordsize applies to
datasets, volblocksize to zvols, and the two are not interchangeable.
volblocksize is also...
Could you please share:
* the journal since the upgrade ran
* /var/log/apt/history.log (from the time of the upgrade)
* /var/log/apt/term.log (from the time of the upgrade)
* `ls -laR /etc/pmg`
* `ls -laR /var/lib/pmg`
Thanks!
My 2 cent: no of concurrent user is the main driver and what they are doing. It sounds like occasional time/entry but no heavy lifting. I would stay with the same VM for both PGSQL and and the Appserver. Give them a lot of RAM and run them not on...
Hmm AFAIK the Intel 82576 chipset uses the igb driver? Try loading that driver and then check all pcie devices with lspci -Dnnk -tv. Also check the journal if there are any pcie errors when booting.
If nothing works you could also try adding...
Hi @marciglesias17,
the upstream patch is currently waiting for review: https://lore.kernel.org/qemu-devel/20260611102247.622275-1-f.ebner@proxmox.com/
Workarounds were already mentioned earlier in this thread...
> 3-9 seconds downtime during a life migration with local storage are to be expected ?
With shared storage, no nbd processing is required at all, so you can reduce the time spent on this log.
2026-06-29 11:33:22 scsi0: start migration to...
Depending on the concrete setup/loads, yes.
As already mentioned, using a shared storage should help.
https://pve.proxmox.com/pve-docs/chapter-qm.html#qm_migration
I'm setting up a small Proxmox VE environment for an office deployment with roughly 120 to 150 users. The main workload will be a couple of Linux VMs, a PostgreSQL database, and one internal application that staff use daily.
At the moment I'm...
Thanks for your prompt response Impact!
Every other backup manager I've used has restored files back to the source device, so it's surprised me that PBS can't do it! Especially as the File Restore request is initiated at the VM level.
Having a 2...