Ah, well that stinks. When we noticed the -na/-a differences in netstat we knew somehow it was related to name lookups but I didn't realize telnet/ftp tried to do reversing as well.
I did a quick test here at work and it seems to fix the problem. Unfortunately here at work I'm looking at...
The first command you showed
find . -print | cpio -ocvB > /dev/rmt0 2>errorlog
is working exactly as you wrote it. I think what you are wanting to do is split errors from what you think is standard output (-v), correct? If so, cpio won't let you do it since it uses stdout/stderr in an...
On some Redhat 7, Solaris, and HP boxes, I've/others have noticed occasional delays in responding to connection requests for ftp and telnet. We get connected but no login prompt for a few/many seconds. Also, the netstat -a command will show several connections, hang, and then continue on.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.