On Fri, Aug 26, 2005 at 04:19:34PM -0600, Gordon Haverland wrote: > Okay, first the dpkg run > debconf (developer): <-- GET snort-pgsql/wait_for_db_config > debconf (developer): --> 10 snort-pgsql/wait_for_db_config doesn't > exist
Here' the problem. Try patching /var/lib/dpkg/info/snort-mysql.config with the attached patch. It should fix this. > This was just ongoing upgrading of already installed packages. I > haven't been using apt-get upgrade, due to the C++ transition > (mostly KDE reasons). Snort-mysql had been running here nicely > for quite a while. Test the patch and tell me if it works. Thanks Javier
--- snort-mysql.config.orig 2005-08-27 00:53:04.000000000 +0200
+++ snort-mysql.config 2005-08-27 00:53:16.000000000 +0200
@@ -41,9 +41,9 @@
db_input medium snort-mysql/db_database || true
db_input medium snort-mysql/db_user || true
db_input medium snort-mysql/db_pass || true
- db_get snort-pgsql/wait_for_db_config
+ db_get snort-pgsql/wait_for_db_config || true
if [ "x$RET" = "xtrue" ]; then
- db_set snort-mysql/needs_db_config "true"
+ db_set snort-mysql/needs_db_config "true" || true
else
db_input medium snort-mysql/needs_db_config || true
fi
signature.asc
Description: Digital signature

