|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
netstat error(getnameinfo failed)
[root@a etc]# netstat -a > /test/a
getnameinfo failed getnameinfo failed getnameinfo failed getnameinfo failed getnameinfo failed command is working fine (as i get output in file /test/a) [root@a etc]# dig -x 10.xxx.xxx.xxx ; <<>> DiG 9.3.3rc2 <<>> -x 10.203.xxx.xxx ;; global options: printcmd ;; connection timed out; no servers could be reached Anyone knows how to resolve this issue? |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Is your dns server down?
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
How to check whether dns server is down or not?
is it problem with naming resolution ? |
|
#4
|
|||
|
|||
|
It looks like a dns problem. getnameinfo translates a socket address to a host nodename. The standards describe it: Code:
By default the fully-qualified domain name (FQDN) for the host shall be returned ... There other possible errors, mostly on the system making the call. try nslookup for some external ip address. if dns is down it will fail, too. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Any other solution ?
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nestat error (getnameinfo failed) | crackthehit007 | UNIX for Advanced & Expert Users | 0 | 02-26-2009 03:05 AM |
| Pla help - urgent-netstat error--- cant open mib stream | vadivukumar | Solaris | 1 | 10-30-2008 06:10 AM |
| Compilation failed error | chrisanto_2000 | HP-UX | 1 | 06-17-2008 12:50 PM |
| Capturing failed FTP error | ganapati | UNIX for Advanced & Expert Users | 5 | 04-19-2007 10:41 AM |
| netstat error | gerwhelan | UNIX for Dummies Questions & Answers | 2 | 04-03-2002 07:58 AM |
|
|