Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Setup needs to delete /var/www/squert/.scripts/Ip2c/*.md5 before running ip2c.tcl #250

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Packaged:
/usr/bin/fpm -s dir -t deb -n securityonion-setup -v 20120425 
/usr/local/bin/setup

Original comment by doug.bu...@gmail.com on 24 Apr 2012 at 8:52

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Tested by:
Scott Runnels
David Zawdie

Original comment by doug.bu...@gmail.com on 25 Apr 2012 at 10:05

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://securityonion.blogspot.com/2012/04/security-onion-20120425-now-available.
html

Original comment by doug.bu...@gmail.com on 25 Apr 2012 at 10:05

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant