periodic 800.loginfail problems
From: Ron Gilbert (lists_at_rzweb.com)
Date: 11/24/04
- Previous message: John Fletcher: "Re: Any thoughts on fanless PC from "Cappuccino PC" ?"
- Next in thread: Wouter van Rooij: "Re: periodic 800.loginfail problems"
- Reply: Wouter van Rooij: "Re: periodic 800.loginfail problems"
- Reply: Conrad J. Sabatier: "Re: periodic 800.loginfail problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-newbies@freebsd.org Date: Wed, 24 Nov 2004 07:32:06 -0800
The script /etc/periodic/security/800.loginfail seems to have some
problems, or something else on my system is interfering with it.
The problem seems to be the catmsgs() function returns the contents of
the auth.log file without any EOL's, so the following grep:
grep -ia "^$yesterday.*(fail|illegal user)"
fails due to the ^ anchor condition never being met.
Is there something set on my system that is causing this? Or is this a
general bug, or is it not a bug at all?
Is there a better place to be asking these questions?
Thanks, Ron
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: John Fletcher: "Re: Any thoughts on fanless PC from "Cappuccino PC" ?"
- Next in thread: Wouter van Rooij: "Re: periodic 800.loginfail problems"
- Reply: Wouter van Rooij: "Re: periodic 800.loginfail problems"
- Reply: Conrad J. Sabatier: "Re: periodic 800.loginfail problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]