From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A3ED1382C5 for ; Sun, 7 Feb 2021 01:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA42E0876; Sun, 7 Feb 2021 01:46:41 +0000 (UTC) Received: from newideatest.site (jupiter.newideatest.site [209.141.58.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BE21E079E for ; Sun, 7 Feb 2021 01:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=newideatest.site; s=main; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=3x1JFCbwl+veENjOOivwpOFk6OrjtuQRvgYxwezL8KU=; b=d5Ljf/UUb8BAPP8wVKfRs4MfRv eQxcvBfx+rrJZfenFlTPeNuWlcbMi2/jeNp6Q6spM8GKYeoGGMq6j6LknfhmcYEWLYdUm50BKJdur /lubmM5Tl6YvkFKQ8y10sr4Ewm32RkUzVaaPBLh1w6uDEzZzw7BwNhG5B2tqf9hhw/ASq3oQWTX0X EkaARDNwubzAYVtpN0iwdolBNlOvPUA91aplFQCZBj0jR15sWg4/FI0qxgI2zflSU9WMqVtRZYNUe I6Wm/RHkiBlJAloRpnoTH2WN4OO46bdrI84YG6NGRku7ZFaphjJAdcgUGTYJAJNbZ/PkUafDhDzXo 1+FgM8Ug==; Received: from 0.sub-174-248-158.myvzw.com ([174.248.158.0] helo=[192.168.43.101]) by newideatest.site with esmtpsa (TLS1.3:ECDHE_SECP384R1__RSA_PSS_RSAE_SHA384__CHACHA20_POLY1305:256) (Exim 4.93) (envelope-from ) id 1l8Z9r-005GOY-NW for gentoo-user@lists.gentoo.org; Sat, 06 Feb 2021 18:46:40 -0700 To: gentoo-user@lists.gentoo.org From: Dan Egli Subject: [gentoo-user] fail2ban can't find sqlite? Message-ID: <77956fe4-829e-124e-7357-796716ebe0cd@newideatest.site> Date: Sat, 6 Feb 2021 18:46:36 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Scanned-By: ClamAV 0.102.4 primary on newideatest.site (209.141.58.25); Sat, 06 Feb 2021 18:46:40 -0700 X-Archives-Salt: 82a02032-daf3-4f03-b04b-9c7c438ae4ab X-Archives-Hash: ca9bc18013b9da0ea6ab31c0305f98d3 I am trying to figure this one out. I need some help as apparently my google-fu isn't strong today. I installed faii2ban so I could use it to monitor the logs and adjust the firewall as necessary. It installed okay, and seems to run okay EXCEPT for this one error I get each time I start fail2ban-server: 2021-02-06 18:30:28,128 fail2ban.server         [32124]: ERROR Unable to import fail2ban database module as sqlite is not available. At first I thought it was complaining about it's own missing module. But there's no use flag for sqlite in fail2ban. So then I looked at python itself.  Sure enough, the sqlite use flag was disabled. So I turned it on and re-emerged python. I also fixed a couple flags on sqlite itself and re-emerged it. STILL I get this error. How do I fix this?