Gentoo Archives: gentoo-user

From: Alexey Mishustin <shumkar@×××××××.ru>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] fail2ban can't find sqlite?
Date: Sun, 07 Feb 2021 02:04:19
Message-Id: CAGWFrgtW-t3HhQ2Wi0Noi7uOjkO4wq=nj_f2Bmcm8ndfkqMy2Q@mail.gmail.com
In Reply to: [gentoo-user] fail2ban can't find sqlite? by Dan Egli
1 вс, 7 февр. 2021 г. в 04:47, Dan Egli <dan@×××××××××××.site>:
2
3 Hi Dan,
4
5 > 2021-02-06 18:30:28,128 fail2ban.server [32124]: ERROR Unable to
6 > import fail2ban database module as sqlite is not available.
7
8 Some debugging from
9 https://github.com/fail2ban/fail2ban/issues/2608#issuecomment-576450793
10 :
11
12 fail2ban-python --version
13 fail2ban-python -c 'import sqlite3; print("ok")'
14 fail2ban-python -c 'from fail2ban.server.database import Fail2BanDb;
15 print("ok")'
16
17 --
18 Best regards,
19 Alex