2016-07-17 14:08 GMT-03:00 Bruce Dubbs <[email protected]>: > Raul Digestani wrote: > >> Hi all >> I'm working on a lfs 7.9 box. >> I've installed wifi support (wpa_supp/dhcpcd/wifi_ext) and it works really >> fine. >> When the connection becomes ready I'm getting some messages on the >> console, >> posting the new status.These messages can blow up either on initial login >> as later thru normal operation. Like that: >> [ 4691.814206] wlan0: authenticate with 88:30:8a:3b:76:12 >> [ 4691.830367] wlan0: send auth to 88:30:8a:3b:76:12 (try 1/3) >> [ 4691.832812] wlan0: authenticated >> ...and so forth >> I'd want either kill, redirect or just having some control on these status >> alerts. I've tried tunning WPA_ARGS variable from ifconfig.wlan0 without >> any results. >> Then, any suggestion will by appreciated. >> > > You don't say if you are using the systemd or sysv version of the book. If > sysv, you can change the LOGLEVEL variable in /etc/sysconfig/rc.site or > /etc/sysconfig/console. I don't know how to set the value if you are > using systemd. > > I use LOGLEVEL=4 (warn). To set the value without rebooting, use > 'dmesg -n 4' (or 'dmesg -n warn') > > -- Bruce > -- >
Being sysv init, it was solved just by setting LOGLEVEL in rc.site. Thanks Bruce (and Ed). Raul.
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
