Need help with PATH variable (i3/debian buster)

2020-07-30 Thread Benedikt Tuchen
Hello, I got some strange behavior with my PATH variable and maybe somebody here can help me with this. When I use no display manager like lightdm, I start i3 via startx in the console. If I do this dmenu and rofi are using my personal $PATH variable. For example it includes "$HOME/.local/bin". B

Re: nftables and libvirt bridge network

2019-12-08 Thread Benedikt Tuchen
On Sun, Dec 08, 2019 at 12:49:33PM +0100, Sven Hartge wrote: > > What is a good way to fix this problem? > > Do you use "iif" or "oif" to match on the interface for libvirt? > > If yes, then you need to change this to use "iifname" or "oifname" , > because "iif"/"oif" can only be used to match on e

nftables and libvirt bridge network

2019-12-08 Thread Benedikt Tuchen
Hello, I use nftables as my firewall and setup the nftables.conf today. My firewall rules are based on whitelisting. Everything is dropped from INPUT and FORWARD as long as there is no specific rule for it. For my libvirt network interface virbr1 there are also some rules. I enabled the nftables.s