Thanks for your answer!
I use “watch cat filename” to see changes on the file my watchdog is listening to. The file was changed every time I change some fw rule.
So, I don’t think that temp files are relevant to this.
Also, I tried to listen to all the files in that directory and can’t see any...
Hey all, i am trying to create a watchdog that will listen to proxmox firewall files and will alert me when a fw rule was modified.
I am using python watchdog package.
when I modify the file (directly from shell) my watchdog is notice that and alert me.
When editing the same firewall file...
Hey, I want to use an XDP program in Proxmox VE 6.2-1 (Linux pve 5.4.78-2-pve)
I already installed with apt the following packages:
python3-bcc
bpfcc-tools
python3-bpfcc
libbpfcc
libbpfcc-dev
pve-headers-5.4.78-2-pve
Then, I wrote a python file and a .c file:
Python
from bcc import BPF
b =...
Hey!
I managed to configure SR-IOV on my Proxmox machine and pass them to my guests using PCI Passthrough.
I am attempting to set the state of my virtual function from auto to enable so the VFs link will stay up even if the PF is down using ip link command:
ip link set eno2 vf 1 state enable...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.