VultureProject / vulture3-gui

Vulture 3 Management GUI (Django project)
GNU General Public License v3.0
4 stars 5 forks source link

If I install Vulture V3 now, the ip-reputation.mmdb file does not exist. #14

Open ehddn91 opened 3 years ago

ehddn91 commented 3 years ago

If I install Vulture V3 now, the ip-reputation.mmdb file does not exist.

b4b857f6ee commented 3 years ago

Os : FreeBSD 12.1 up to date Vulture 3 GUI : 1.77 Engine : 2.4.46-70

Return when we try to launch the update manualy :

root@vulture:/usr/home/vlt-adm # /usr/home/vlt-gui/vulture/crontab/vlt-gui/mm_ip_reputation.minute && chown vlt-gui:daemon /var/db/loganalyzer/ip-reputation.mmdb Can't locate MaxMind/DB/Writer/Tree.pm in @INC (you may need to install the MaxMind::DB::Writer::Tree module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.32 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.32/mach /usr/local/lib/perl5/5.32) at -e line 7. BEGIN failed--compilation aborted at -e line 7.

when we try to install the cpan module it's failed cpan install MaxMind::DB::Writer::Tree

buzzzo commented 3 years ago

Additionally, if you force to install the maxmind module, the result will be:

MongoDB::SelectionError: No readable server available for matching read preference primary. MongoDB server status: Topology type: Single; Member status: 127.0.0.1:9091 (type: Unknown, error: MongoDB::UsageError: IO::Socket::SSL 1.42 must be installed for SSL support )

Seems that mongodb perl module is deprecated and cannot fit anymoure in modern perl distro.

jul2003 commented 3 years ago

Hi ,

On a fresh install before bootstraping vulture i'm able to make this work . i force perl5 version to be 5.30 instead of 5.32 ( latest today ). To achieve that

And then run the vulture installer script

I'm not sure after if on vulture the 5.30 version cause trouble instead of 5.32. if someone from vulture can confirm that.

Later i will try to downgrade from a running vulture that is not working ( your situation )

b4b857f6ee commented 3 years ago

Ohhhhh, i need to try it!!!

jul2003 commented 3 years ago

Hi,

On a running vulture with the error instead of

This is working for me. But like i said we need to wait someone from vulture that will confirm 5.30 is ok i don't know that

b4b857f6ee commented 3 years ago

test on second Vulture : Work.