ChinaUnix.net
相关文章推荐:

Temporary failure in name resolution Illegal seek

Escape character is '^]'. getnameinfo: localhost: Success temporary failure in name resolution: illegal seek Connection closed by foreign host. 如何能解决?

by Ray001 - 系统管理 - 2006-12-22 19:35:24 阅读(824) 回复(0)

相关讨论

我在调用readdir读取当前目录下的目录项时,发生illegal seek错误。 我在网上找了老半天没找到原因。 大家帮我看看啥原因。 谢谢! [quote] #include #include #include #include #include #include #include #include int main(int argc, char *argv[]) { DIR ...

by LF_532 - C/C++ - 2012-06-13 09:08:25 阅读(11652) 回复(11)

TCP/IP name resolution Although 32-bit Internet addresses provide machines an efficient means of identifying the source and destination of datagrams sent across an internetwork, users prefer meaningful, easily remembered names. Transmission Control Protocol/Internet Protocol (TCP/IP) provides a naming system that supports both flat and hierarchical network organizations. The topics discussed in t...

by netyu - AIX文档中心 - 2006-06-20 23:14:38 阅读(975) 回复(0)

FreeBSD系统,Sendmail 服务。日志显示不能解析主机,单nslookup和ping都没有问题。请问这怎么解决? 系统日志如下: Mar 20 17:08:23 nothing sm-mta[25808]: k2K89Uei025602: to=<[email]mountain@XXX.com.cn[/email]>, ctladdr=<[email]nobody@nothing.bsd.com[/email]> (65534/65534), delay=00:52:53, xdelay=00:01:00, mailer=esmtp, pri=211231, relay=mail.XXX.com.cn., dsn=4.0.0, stat=Deferred: name server: mail.XXX....

by liu783129 - 服务器应用 - 2006-03-21 09:30:37 阅读(1702) 回复(2)

在Certification Study Guide - AIX 5L Installation and System Recovery第一章里看到一道题: [quote]A graphics card has been added to a system. After rebooting, the system hangs on login with a blue screen indicating Please wait... and Opening the AIXWindows Desktop. Which of the following procedures should be performed next? A. Reinstall CDE software. B. Check name resolution. C. Uncomment the last...

by ggdayup - AIX - 2005-04-25 15:00:16 阅读(973) 回复(0)

在子线程send ,第一次时候返回success,后面send 返回值>;0,但是perror出来是 illegal seek,偶尔会有Interrupted system call,但是不管返回什么client都接收不到(郁闷)。程序执行到send,后面cout就出不来了。 请高手帮忙。 代码如下: [code] if ( !m_ControlMsgMap.empty() ) { cout<< "get message to send" << endl; cout << " map size " << m_Control...

by PantherMW - C/C++ - 2006-11-18 20:36:46 阅读(2871) 回复(3)

我在查看一个进程是否存在时,采用popen函数来做,但有时出现errno为29的错误(illegal seek),请问该错误是什么意思。 其实现代码如下: 由于popen在多线程中是不安全的,而我运行的环境是多线程的, // popen multi-thread is not safe pthread_mutex_lock(&PopenMutex); if ((fp = popen("ps -ef | grep nodemgr | grep -v grep", "r")) == NULL) { errormsg(1, "popen fail, query nodemgr %d fail, error: %d\n", n...

by ublue - C/C++ - 2005-03-19 17:18:03 阅读(2571) 回复(0)

route add defaule gw 192.168.1.1 报错 hotst name lookup failure 而且做删除操作也有问题,真奇怪

by noahsark - 网络技术 - 2009-08-20 15:09:42 阅读(5259) 回复(6)

在日志中: Mar 25 15:29:02 mail sendmail[27394]: n2P7SxZw027392: to=, ctladdr= (0/0), delay=00:00:03, xdelay=00:00:03, mailer=esmtp, pri=120340, relay=***.com [74.53.97.226], dsn=4.0.0, stat=Deferred: name server: ***.com: host name lookup failure 发往其他的域名的邮箱都能发出去,只有这个***.com的域名一直提示 host name lookup failure。 使用nslookup ***.com ...

by littlebandit - 服务器应用 - 2009-03-29 09:45:05 阅读(2629) 回复(3)

postfix架的服务器,最近某段时间内会出现temporary lookup failure,过1个小时左右又好了,真郁闷. [code] Mar 20 04:57:55 localhost postfix/smtpd[24442]: NOQUEUE: reject: RCPT from localhost.localdomain[127.0.0.1]: 451 : temporary lookup failure; from= to= proto=ESMTP helo= [/code]

by xmbbx - 服务器应用 - 2007-04-03 19:23:03 阅读(8599) 回复(1)

我把imap删了重装后,启动后在maillog里有一句“临时系统失败”是什么意思?请告知小弟,先谢过了!

by ltnetwork - 服务器应用 - 2006-01-13 10:00:12 阅读(1444) 回复(2)