mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-10 10:43:57 +00:00
![]() On fresh installations, neither the new nor the old IPAM db file exist. This triggers our fallback code path and leads to errors in the syslog on fresh installs where there is no IPAM database. This happens whenever a firewall API call is made. Because of this, we choose to ignore EPERM when reading the legacy files. This is okay, because we move existing databases in the postinstall script of libpve-network-perl, making the situation where the new file does not exist, but the old file exists unlikely. Reported-by: Alexander Zeidler <a.zeidler@proxmox.com> Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com> |
||
---|---|---|
.. | ||
.cargo | ||
debian | ||
src | ||
test | ||
Cargo.toml | ||
common | ||
Fixup.pm | ||
Makefile |