2008/2/26, Alex Bowling <[EMAIL PROTECTED]>: > When I apt-get install snort-mysql the configuration fails and leaves it > partially installed. After I create the database (following the > documentation), and run "apt-get upgrade" to attempt re-configuration, > it fails (apparently) because there is no eth0. When I manually edit > /etc/snort/snort.debian.conf so that the network adapter is eth1, I get > the following output attempting to "apt-get upgrade" again:
After rereading the email I saw the issue: you should not edit manually /etc/snort/snort.debian.conf, you should do this: 'dpkg-reconfigure snort-mysql' and answer 'eth1' there. The reason why your changes are not preserved is because the value there is modified when the package is configured. Please confirm if this is indeed the issue by doing this: - dpkg-reconfigure snort-mysql (answer eth1 when asked for the interface) - dpkg --pending --configure (so that the post-install script is run again and the package is marked as installed) And then confirm if snort is up, if not, try to manually start it again (/etc/init.d/snort start). Regards Javier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]