OpenMediaVault-Plugin-Developers / openmediavault-fail2ban

11 stars 5 forks source link

fail by compiling #34

Closed voicenoise closed 1 year ago

voicenoise commented 2 years ago

Hello I try it to install on a Odroid N2 with OMV 4.1.36-1 Linux Kernel 4.9.277 Debian (Buster but not shure)

i got the following error by $ fakeroot debian/rules clean binary

$ home/openmediavault-fail2ban# fakeroot debian/rules clean binary
dh clean
dh: Sorry, but 11 is the highest compatibility level supported by this debhelper.
debian/rules:4: recipe for target 'clean' failed
make: *** [clean] Error 25

has anyone a idea to solve this? Thanks

edit: now found this .deb files https://mirrors.lengjingyun.com/OpenMediaVault/openmediavault-plugin-developers/pool/main/o/openmediavault-fail2ban/

Are these safe?

ryecoaaron commented 2 years ago

Why are you trying to compile instead of installing omv-extras and just installing from the plugin list?

ryecoaaron commented 2 years ago

It also looks like you are trying to compile the omv6 code on omv5.

voicenoise commented 2 years ago

i need the afp share, thats a reason why i am still on version 4. I've now installed fail2ban natively as you can't manage fail2ban the way I want with the plugin.

appreciate for helping