First of all, a big thank you to @LTS_Tom for the great video!
At first, I had trouble getting the container to start because the user had a home directory in “/var/empty.” But I managed to get the container running once I changed that.
Otherwise, everything worked fine with the setup, but I’m now having issues with backups. After a lot of testing, I think I’ve found the problem, and it seems to be the onboard network card—or its driver—that’s causing the trouble.
I hope you might have an idea on how I can fix this.
Here’s the problem I’m having, backups keep failing with these errors:
Logs
INFO: 93% (46.7 GiB of 50.0 GiB) in 17m 9s, read: 0 B/s, write: 0 B/sERROR: backup write data failed: command error: write_data upload error: pipelined request failed: timed outINFO: aborting backup jobINFO: resuming VM againERROR: Backup of VM 103 failed - backup write data failed: command error: write_data upload error: pipelined request failed: timed out
INFO: 3% (3.0 GiB of 100.0 GiB) in 17s, read: 146.9 MiB/s, write: 145.1 MiB/sERROR: VM 1208 qmp command ‘query-backup’ failed - got timeoutINFO: aborting backup jobINFO: resuming VM againERROR: Backup of VM 1208 failed - VM 1208 qmp command ‘query-backup’ failed - got timeout
INFO: 1% (1.7 GiB of 100.0 GiB) in 6s, read: 269.3 MiB/s, write: 146.7 MiB/sERROR: VM 1205 qmp command ‘query-backup’ failed - got timeoutINFO: aborting backup jobINFO: resuming VM againERROR: Backup of VM 1205 failed - VM 1205 qmp command ‘query-backup’ failed - got timeout
INFO: 11% (11.1 GiB of 100.0 GiB) in 1m 15s, read: 155.4 MiB/s, write: 144.6 MiB/sERROR: VM 1208 qmp command ‘query-backup’ failed - got timeoutINFO: aborting backup jobINFO: resuming VM againERROR: Backup of VM 1208 failed - VM 1208 qmp command ‘query-backup’ failed - got timeout
After trying everything under the sun, someone suggested I try using a USB network adapter. Now that I’m running everything through it, I no longer have any issues, and all the backups have been completing successfully so far.
However, since I don’t want to use the USB network adapter permanently, I’m hoping one of you might know how I can fix the issue with the internal one.
The motherboard is a:
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: PRIME B450-PLUS
and the onboard network card is a Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
I really hope one of you has an idea about this.
If you need any more information, just let me know—I’m afraid I’m at a loss myself
Please excuse my English, which may be a bit strange, but I’m using a translator to help me.
Thanks in advance!
Regards, Cubefan
P.S. I should also mention that the onboard network card works fine otherwise—all traffic flows smoothly—but these issues occur during Proxmox backups.