Snort.org home  
Got Source? About Snort About Sourcefire Snort FAQ
Sourcefire Network Security - the creators of Snort

Snort Forums Archive

Archive Home » Snort Newbies » Fatal Error Unable to Write to log

Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.

[ Notice: Full Version of This Topic ]

Fatal Error Unable to Write to log


Posted by Empier on March 20, 2005 09:15:28

Hey. Perhaps someone can help me. I run Snort through Windows XP from cmd.exe. When I try the basic run (snort -A Full -c C:\snort\rules\snort.conf) it goes through till the end and says

ERROR
[!] ERROR: Can not get write access to logging directory "log".


The directory exists and i have no clue as to why it is unable to write to it. There are no files in the directory yet. Any one able to help with this one?

Posted by roesch on March 20, 2005 17:37:36

Make sure c:\snort\log exists and then try:

snort -A Full -c C:\snort\rules\snort.conf -l c:\snort\log

-Marty


Posted by Empier on March 21, 2005 04:38:56

Thanks :-)