Package: ulogd2
Version: 2.0.5-5
Severity: critical

Dear maintainers,

There  is a stupid  bug  in ulogd2   configuration file  based on  X86
architecture plateform, so that ulogd2 package is unuseable.

When running ulogd2 daemon on  armhf, of course  all packages
and  dependancies are  correct   , because   all files  are  correctly
installed in /usr/lib/arm-linux-gnueabihf/, but it is not possible to start daemon

dpkg -L ulogd2 |grep arm
....
/usr/lib/arm-linux-gnueabihf/ulogd/ulogd_inpflow_NFCT.so
...

But in the  configuration file  /etc/ulogd.conf, hardware architecture
is still based on X86 platform , for example ....

plugin="/usr/lib/x86_64-linux-gnu/ulogd/ulogd_filter_PRINTPKT.so"

Please run following patch on configuration (only on armhf!)

sed -i 's/x86_64-linux-gnu/arm-linux-gnueabihf/g'  /etc/ulogd.conf

And of course, it  is not possible to use  this plugin on  armhf board

Thanks in advance to make correction

Best regards


------------traces ...

root@srv-orangepi0-3:~# uname -a
Linux srv-orangepi0-3 4.16.7 #1 SMP Thu May 3 12:44:45 CEST 2018 armv7l GNU/Linux
root@srv-orangepi0-3:~# dpk^C
root@srv-orangepi0-3:~# cat /etc/debian_version
9.4
root@srv-orangepi0-3:~# dpkg -l |grep ulogd2
ii ulogd2 2.0.5-5 armhf Netfilter Userspace Logging Daemon

Reply via email to