hostapd.conf explained

Henrik Brix Andersen henrik at brixandersen.dk
Fri Oct 26 12:54:19 EDT 2007


On Fri, Oct 26, 2007 at 02:07:49PM +0200, Hansa wrote:
> On FreeBSD 6.2-RELEASE it's located in /usr/src/contrib/hostapd/hostapd.conf

Correct.

> This answers the question from my previous mail. I want hostapd to log to
> syslog or a logfile in daemon mode. However, the event logger only logs to
> syslog or stdout when NOT used in background mode. No problem, I will sent
> the program to the background myself replacing the following line in
> /etc/rc.d/hostapd from:
> 	command_args="-B ${conf_file}"
> to:
> 	command_args="${conf_file} 2>&1 > /var/log/hostapd &"
> 
> I still have one other question. I've expected hostapd (NO daemon of course)
> to log to /var/log/messages. However, it's not doing that on my system.
> Hostapd only logs to stdout. Any chance that somebody know why?

No need for such hacks. Leave the rc script as is, and add the
following two lines at the bottom of /etc/syslog.conf:

!hostapd
*.*                                             /var/log/hostapd.log

My /etc/hostapd.conf file contains the following logger settings:

logger_syslog=-1
logger_syslog_level=1
logger_stdout=-1
logger_stdout_level=2

Regards,
Brix
-- 
Henrik Brix Andersen <henrik at brixandersen.dk>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 209 bytes
Desc: not available
Url : http://lists.shmoo.com/pipermail/hostap/attachments/20071026/30ab2af7/attachment.pgp 


More information about the HostAP mailing list