Tue, 04 Oct 2005
strace
open two xterms. xterm1 $ssh 12.12.23.23 xterm1 $su - xterm2 $telnet pop3.ser.ver.ip 110 xterm1 #strace -o pop3login.log -p `pidof pop3login` #(or get the pid from ps) xterm2 user username xterm2 pass password xterm2 quit xterm2 $ xterm1 # vi pop3login.log Look for the error
Posted at: 00:00 | category: /commands | Comments ()
Rustybear Blog