Recent content by Aterfax

  1. A

    Backup client encryption not working inside Docker container

    See: https://github.com/Aterfax/pbs-client-docker?tab=readme-ov-file#error-function-not-implemented-os-error-38
  2. A

    Hosts File replication

    I would not advise having the service wait for network.target rather thanpve-cluster.service. You need to wait for the cluster file system to start for the sync file to be present. Using network.target won't necessarily achieve this. If you're planning on updating the hosts file often and need...
  3. A

    Hosts File replication

    I'd still personally go with Puppet-however... Just make a systemd service one-shot that copies /etc/pve/priv/hosts after the cluster filesystem starts? If you wanted you can then also set a systemd timer to call it every now and then. The following is completely untested and I have not...
  4. A

    Hosts File replication

    I would typically approach this using Puppet to do the config management on the hosts. e.g. https://forge.puppet.com/modules/puppetlabs/host_core/readme I appreciate most may not be running a Puppet / foreman solution though.
  5. A

    Build proxmox-backup-client on aarch64

    Having a look at this now with makedeb since I am after the client binary for an aarch64 host. Getting issues with it failing to find OpenSSL development headers :/ pkgbuildand libssl-dev already available. --- stderr thread 'main' panicked at...
  6. A

    Restoring using proxmox-backup-client within a docker image

    For those after an automated docker (Cronjob'd) I chucked something together here which should be relatively straightforward to use. https://github.com/Aterfax/pbs-client-docker
  7. A

    PVE 6.0-7 + ixgbe firmware errors

    Had a quick read of that earlier today, sounds like they silenced the repeated warnings rather than fixing a bug per se. Seems unclear if this is a red herring error warning or indicative of any real issues (probably worth you doing some iperf3 tests to see if you have any poor performance.)...
  8. A

    PVE 6.0-7 + ixgbe firmware errors

    Had that happen sometimes and it be cleared by a reseat / wipe down of the PCIe pins with isopropyl alcohol. Give that a try and see if it clears up.
  9. A

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    Have been using Linux 6.2.11-1-pve-relaxablermrr without issue since 8.0 came out. https://github.com/Aterfax/relax-intel-rmrr/releases Looking at testing and releasing the most recent autobuild today.
  10. A

    Updating/Upgrading Custom/Patched Kernel

    Have a look at: https://github.com/Aterfax/relax-intel-rmrr/discussions/38 There's no need to stop or pause the VMs while installing the debs (changes can only take effect after a reboot into the new kernel) and the installation of the debs should automatically run update-initramfs. I've never...
  11. A

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    You could use the most recent signed and tested version which would indeed be a downgrade from your current version but should function fine (although you may need to pin the kernel version to be booted (https://pve.proxmox.com/wiki/Host_Bootloader#sysboot_kernel_pin). Alternatively you can use...
  12. A

    Disk smart status no longer working

    Also had this issue on Proxmox 7.2 . The mentioned earlier first mentioned script also fixes up getting the SMART data for a P420i on DL380p Gen 8.
  13. A

    System unbootable - grub error: disk lvmid not found

    This issue still appears to be present (I just 'enjoyed' fixing this.) root@proxmox:~# pveversion pve-manager/7.2-7/d0dd0e85 (running kernel: 5.15.39-3-pve) root@proxmox:~# grub-install --version grub-install.real (GRUB) 2.04-20
  14. A

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    I've now finished tooling about with the README files to match the current setup.