View Single Post
  #2   (View Single Post)  
Old 10th January 2015
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

You can capture serial communication to file with tip(1) by using the following .tiprc file in your home directory:
Code:
!beautify
record='LOGS/serial-log.txt'
script
verbose
!hardwareflow
This will log everything to ~/LOGS/serial.txt
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote