This is a discussion on error accessing /var/log/snort/* within the Linux Security forums, part of the System Security and Security Related category; Getting this error with snort, not sure why it can't find the log directory. The directory is present. Any ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Getting this error with snort, not sure why it can't find the log
directory. The directory is present. Any help would be great thanks. /etc/cron.daily/logrotate: error: error accessing /var/log/snort/*: No such file or directory error: snort:4 glob failed for /var/log/snort/*/*log |
|
|||
|
loatman@gmail.com wrote:
> Getting this error with snort, not sure why it can't find the log > directory. The directory is present. Any help would be great thanks. > > /etc/cron.daily/logrotate: > > error: error accessing /var/log/snort/*: No such file or directory > error: snort:4 glob failed for /var/log/snort/*/*log The last line is searching for any file that ends with log in any directory inside /var/log/snort. That's not probably what it should do. Regards. -- Jose Maria Lopez Hernandez Director Tecnico de bgSEC jkerouac@bgsec.com bgSEC Seguridad y Consultoria de Sistemas http://www.bgsec.com ESPAŅA The only people for me are the mad ones -- the ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn like fabulous yellow Roman candles. -- Jack Kerouac, "On the Road" |
|
|||
|
On 27 Apr 2005 15:06:29 -0700, loatman@gmail.com
<loatman@gmail.com> wrote: > Getting this error with snort, not sure why it can't find the log > directory. The directory is present. Any help would be great thanks. > > /etc/cron.daily/logrotate: > > error: error accessing /var/log/snort/*: No such file or directory The directory exists but there are no files in it, and your logrotate.conf does not specify "missingok". -- "First you deny it, then you say it's irrelevant, then you say that Jefferson did it too. I didn't think anybody could out-sleaze the Clinton gang, but the the Bush gang has left them in the dust." --Rex F. May |