"Too many open files ..." OSError 24

drnicolas

Renowned Member
Dec 8, 2010
185
7
83
Mit so einer meldung endet aktuell jedes backup einer VM/CT


Code:
100: 2025-03-17 22:30:11 INFO: issuing guest-agent 'fs-thaw' command
100: 2025-03-17 22:30:11 ERROR: VM 100 qmp command 'backup' failed - backup connect failed: command error: unable to read '"/etc/proxmox-backup/datastore.cfg"' - Too many open files (os error 24)
100: 2025-03-17 22:30:11 INFO: aborting backup job
100: 2025-03-17 22:30:11 INFO: resuming VM again
100: 2025-03-17 22:30:11 ERROR: Backup of VM 100 failed - VM 100 qmp command 'backup' failed - backup connect failed: command error: unable to read '"/etc/proxmox-backup/datastore.cfg"' - Too many open files (os error 24)

Man findet zwar hier und da etwas im netz, das scheint aber auf mein problem nicht zuzutreffen
 
Das sollte dein Problem beheben :
echo '* hard nofile 65536' >/etc/security/limits.d/20-my.conf
Host rebooten, um es für alle Prozesse zu aktivieren.
 
Hi,
die Fehlermeldung scheint wohl vom Proxmox Backup Server her zu kommen. Was ist die Ausgabe von proxmox-backup-manager versions --verbose und systemctl status proxmox-backup.service proxmox-backup-proxy.service. Beim letzteren Kommando sollte auch jeweils eine Main PID da stehen. Mit diesen jeweils lsof -p HIER-MAIN-PID ausführen, dann werden alle offenen Datei-Deskriptoren angezeigt.