Robert - 2021-01-17

Hi,

i installed Vuurmuur 0.8 on a Debian 10 plain minimal installation.
The problem is that the traffic log is not updating anymore. When quitting the traffic log with "q" and opening it again, new connection are shown. I have tried the provided deb-packages and compiled it from the source.
The connection log is updating! If i remember right the using Vuurmuur 0.7 with Debian 10 has the same problem.

Short overview how i created the deb package from source:
$ apt-get install build-essential debhelper libmnl-dev libncurses5-dev libnetfilter-log-dev libnetfilter-conntrack-dev libnfnetlink-dev libtool
$ wget https://github.com/inliniac/vuurmuur/releases/download/0.8/vuurmuur-0.8.tar.gz
$ tar xfz vuurmuur-0.8.tar.gz
$ cd vuurmuur-0.8
$ dpkg-buildpackage --no-sign

It would be great if the traffic log would work again!

Thanks
Robert