Please bear with me, I am new to SO and do not know all of its ins-and-outs yet.
I demoed SO as a basic setup and it worked excellently, however now that I am trying to deploy a sensor and server as my next test I am running into trouble.
My sensor is running 100% cpu at all times, so much so that the keyboard and mouse are not responsive. If I move the mouse it may take 2-3 min for that movement to show up on the screen.
I thought this was because of the settings I chose during the sensor deployment. So I re-ran the deployment tool choosing only a single instance of Snort and Bro which should be fine with my 4 way processor.
But still the system is unresponsive.
I completely unplugged ALL network connections to try to make sure the default rule set in snort wasn't just killing my box ( I know i need to tune the box but i can't get that far yet >:o ) but still the CPU is maxed out.
There is an error during the sosetup script the second time it asks me for the SSH credentials, something about not being able to get the FQDN on the server. Bit it goes to quick to see clearly and i have not yet been able to find the logs.
IF I can get the system to cooperate I will post the output of sostat here.
However any ideas would be greatly appreciated.
--
You received this message because you are subscribed to the Google Groups "security-onion" group.
To post to this group, send email to securit...@googlegroups.com.
To unsubscribe from this group, send email to security-onio...@googlegroups.com.
Visit this group at http://groups.google.com/group/security-onion?hl=en-US.
Hi Jake
Could you tell a bit about your system specs while we wait for an sostat.
CPU/cores
RAM
Disk
Did you use the ISO or added the PPA manually?
/Lysemose
To unsubscribe from this group and stop receiving emails from it, send an email to security-onio...@googlegroups.com.
To post to this group, send email to securit...@googlegroups.com.
Hi Doug,
Here is the log file; everything was fine until "Thu Mar 21 01:31:47 UTC 2013" when 9 out of the top 10 where 'perl' processes, after that even the logging became inconsistent until "Thu Mar 21 12:40:01 UTC 2013" when the machine was rebooted.
Could the incorrect method when updating MySQL be causing this to ELSA (the perl processes)?
Thanks
Hello Martin,
I've installed all the available updates but that did not fix the problem, however I think I've figured out what triggers it; it seems to be the command "/etc/init.d/syslog-ng reload" in the "sensor-newday" cron job.
Something breaks when syslog-ng reloads, any idea what it could be?
Thanks
On Saturday, March 23, 2013 9:23:55 PM UTC+3, Harvii Dent wrote:
> Hi Martin,
>
>
>
> I'm not sure at the moment if the system is running the latest packages, if not I'll update them and see if it still happens and report back.
>
>
>
> Thanks
>
>
>
> On Saturday, March 23, 2013 7:19:00 PM UTC+3, Martin wrote:
>
> > Yes, that's probably the culprit. If you see a lot of Perl running around, it's probably my fault. Issue killall -9 perl to quickly get the system back. Is this still happening on the latest SO package?
Hi Martin,
Yes, this is a SO box, and the updates that I installed are only the ones that are available through the package manager, nothing more.
These are the results of running the command 'echo "" | perl elsa.pl -o':
Validating directory...
Use of uninitialized value $db_size in concatenation (.) or string at /opt/elsa/node/Indexer.pm line 138.
Use of uninitialized value in numeric gt (>) at /opt/elsa/node/Indexer.pm line 532.
Use of uninitialized value $db_size in concatenation (.) or string at /opt/elsa/node/Indexer.pm line 191.
Use of uninitialized value $db_size in addition (+) at /opt/elsa/node/Indexer.pm line 211.
Running once
Use of uninitialized value $line[3] in string eq at /opt/elsa/node/Reader.pm line 204, <STDIN> line 1.
Thanks