Comment 18 for bug 190475

Revision history for this message
Greg Michalec (greg-primate) wrote :

Just a tip - if you need to clear out the logs once they've filled up your root partition, here's how:

cd /var/log/
/etc/init.d/sysklogd stop
sed -i '/TKIP decrypt/d' kern.log* syslog* debug*
/etc/init.d/sysklogd start