View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#21
If somebody want to have a look into a log file before the next release, I will give a small howto.

Install sysklogd and edit config file:

Code:
sudo gainroot
apt-get install sysklogd
vi /etc/syslog.conf
comment out (to prevent fill up the root):

Code:
#*.*;auth,authpriv.none		-/var/log/syslog
add:

Code:
kern.warning			/home/user/.genwall/iptables.log
 

The Following 2 Users Say Thank You to Halftux For This Useful Post: