when doing a reinstall with /usr/local/bin/setup l, the ip2c.tcl scrips fails
because /var/www/squert/.scripts/Ip2c/ dir still contains .md5 files, but the
database is empty
Original issue reported on code.google.com by doug.bu...@gmail.com on 4 Apr 2012 at 1:39
The text was updated successfully, but these errors were encountered:
Updated /usr/local/bin/setup as follows:
if [ -d /var/lib/mysql/securityonion_db/ ]
then
/usr/local/bin/sguild-add-user "$SGUIL_CLIENT_USERNAME" "$SGUIL_CLIENT_PASSWORD_1"
cd /var/www/squert/.scripts/Ip2c/
# Setup needs to delete /var/www/squert/.scripts/Ip2c/*.md5 before running ip2c.tcl
# http://code.google.com/p/security-onion/issues/detail?id=250
rm -f *.md5
./ip2c.tcl &
cd -
fi
Original comment by doug.bu...@gmail.com on 24 Apr 2012 at 8:52
Original issue reported on code.google.com by
doug.bu...@gmail.com
on 4 Apr 2012 at 1:39The text was updated successfully, but these errors were encountered: