Recent content by lclements0

  1. L

    Firewall Issues in 8.2.7?

    Hey @shanreich, just checking in to see if you had any thoughts here?
  2. L

    Position variable not respected in API when adding rules to a security group object?

    Having been playing around with the Proxmox API for a bit now, I've been working on a way to programatically manage cluster-wide Security Groups and rules. From the API documentation, it appears as though a positional argument is accepted as part of a post request to this endpoint...
  3. L

    Firewall Issues in 8.2.7?

    # Generated by iptables-save v1.8.9 on Thu Oct 10 12:30:44 2024 *raw :PREROUTING ACCEPT [132072475:245391862579] :OUTPUT ACCEPT [129063838:215113980053] COMMIT # Completed on Thu Oct 10 12:30:44 2024 # Generated by iptables-save v1.8.9 on Thu Oct 10 12:30:44 2024 *filter :INPUT ACCEPT...
  4. L

    Firewall Issues in 8.2.7?

    Sure thing. /etc/network/interfaces: # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory' directives...
  5. L

    Firewall Issues in 8.2.7?

    Recently upgraded a Proxmox Cluster to 8.2.7 and am seeing some odd behiavour with the firewall even if all traffic is allowed. When firewall is on, pings to the firewall'd VM stop responding after between 30 and 60 seconds. Disabling the firewall allows pings to flow again, as does a live...
  6. L

    Pre/Post-Migration Hookscripts - any status updates?

    Hey Shanreich, This works well on machines that are started/booted, but doesn't (for obvious reasons) trigger on an offline migration, for instance. When building a system that integrates with the Proxmox API to gather status details on the VM's themselves, maintaining the Proxmox node...
  7. L

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    Looks like the v2 patch worked for me, the line numbers in the v1 patch for the API and Cloudinit endpoints appear slightly different. In my testing, both the IP/DNS setting and the password application for the Administrator work well even without running one of the development versions of...
  8. L

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    I too am getting issues applying these patches against PVE 8.2.4 from the no-subscription repository. The qemu API patch seems to think it's already been applied, and the cloud-init patch fails on the first hunk. Looking at the code from each of these files at the areas where the patch should...
  9. L

    Support for new NVIDIA vendor-specific vGPU types

    As vGPU's seem to have become more popular, figured I'd ask here first to see if anyone else has run into this. The latest release of the NVIDIA vGPU driver does appear to build on the latest 6.8 kernel available for Proxmox, however this success leads to an empty mdevctl list. After speaking...
  10. L

    Pre/Post-Migration Hookscripts - any status updates?

    Looking through the forums here, it looks like some commit work took place to enable pre/post-migration hookscripts some time back in late 2022. Looking at a recent PVE 8.2 installation, however, it appears that these hooks are still not present in the QemuMigration.pm or CLI qm source files on...
  11. L

    help(?!) building OFED drivers

    I stumbled upon this thread a few weeks ago as I was running into similar issues, figured I'd share with the both of you that I've had some success using NVIDIA's Mellanox repo and version 23.04 of the MLNX_OFED drivers with PVE 7.4 and kernel 5.15.107-2. DKMS builds perfectly for me - a first...
  12. L

    PBS ACME with PowerDNS

    After reviewing the shell script for pdns on PBS itself, it looks like this was just simple user error. Ignore.
  13. L

    PBS ACME with PowerDNS

    Setup a Proxmox Backup Server today and trying to do an ACME registration with a PowerDNS server. Getting an error back from PowerDNS on creation of the certificate where the domain isn't valid? [Fri Dec 23 10:40:22 PST 2022] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html...
  14. L

    Was the vfio_mdev module removed from the 5.15 kernel?

    As the title asks, was the VFIO vfio_mdev kernel module removed from the 5.15 release? Just did an update on a host that used it, and it appears to be missing from the new modules directory for the new kernel. If this was purposeful, what's the easiest way to get it back? Not familiar with...
  15. L

    Issues with HP P420i and SMART

    To all who might find it useful, I had a PVE use-case where there are actually two smart array controllers with disks attached. A quick modification to @joanandk 's script by forcing the output of SA_ID into an array and iterating through it appeared to fix that issue for me. #!/bin/bash #...