ChinaUnix.net
相关文章推荐:

Failed to read iar

gdb 一个程序时产生了这个提示,无法调试啦,请问各位大虾有哪些原因可以造成这个问题呢 ?

by tclwp - C/C++ - 2007-03-01 17:58:04 阅读(2479) 回复(4)

相关讨论
by laowu99 - 服务器应用 - 2004-02-17 16:27:02 阅读(873) 回复(1)

int n = read(fd, buf, len), 当fd为一socket descriptor时,read在哪几种情况下会返回?

by TomTang - C/C++ - 2006-08-21 23:09:11 阅读(905) 回复(2)

#!/bin/sh sleep 3 echo "input a:" read a if [ "$a" == y ]; then echo $a else echo no fi 问题: 如果在shell sleep 的过程敲很多次回车 例如3次 现象为 [root@localhost]#./filename input a: no [root@localhost]# [root@localhost]# [root@localhost]# _ 也就是说shell记住了你敲的这3次回车 怎么能达到这种效果: 不管敲几次回车 只捕捉input a: 出现后的那一次输入 [root@localhost]#./filename i...

by lovec - Shell - 2006-05-17 17:24:49 阅读(1888) 回复(12)

请问“read"在shell scripts上是不是表示从标准输入上读出字符?

by x518889 - Linux论坛 - 2004-04-16 13:48:15 阅读(588) 回复(1)

最近用apache构建了一个服务器平台,用perl写的CGI,在fedora 8.0 下执行。 error_log文件中显示的错误是: [Wed Oct 15 23:37:14 2008] [warn] [client 172.21.132.77] Timeout waiting for output from CGI script /var/www/cgi-bin/dbindr/dbindr.cgi, referer: http://www.cbi.seu.edu.cn/DBindR/DBindR.htm [Wed Oct 15 23:37:14 2008] [error] [client 172.21.132.77] ModSecurity: Output filter: failed to read bucket (r...

by Jansen.woo - 服务器应用 - 2008-10-21 14:22:53 阅读(1874) 回复(1)

我想通过LDAP Browser\Editor 来管理LDAP数据库, 可是连接这个LDAP时,出现下面的报错: 01:59:15 PM: List failed Root error: [LDAP: error code 32 - No Such Object] 01:59:19 PM: failed to read entry dc=vlsi,dc=com Root error: [LDAP: error code 32 - No Such Object] 这里的dc=vlsi,dc=com 是我的域名 有谁碰到过类似问题吗? 先谢过了啊!

by zenoone - 服务器应用 - 2008-08-26 13:27:08 阅读(5868) 回复(3)

我写了个 module,挂在 NF_IP_PRE_ROUTING 上,很简单的功能 [code] static unsigned int br_prerouting(unsigned int hooknum,struct sk_buff **skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) { struct iphdr *iph; struct icmphdr *icmph; if (!skb_make_w...

by platinum - 内核/嵌入技术 - 2006-04-14 16:07:45 阅读(2219) 回复(7)

Solaris 8.0上iplanet的一个应用包在日志中报大量的 [13/Mar/2006:19:21:29] failure (28402): failed to read kernel statistics structures (No such device or address) 系统近期没有更新过kernal方面的配置,请问各位这是什么原因引起的?如何解决? 先谢过。 [ 本帖最后由 AlfaGong 于 2006-3-14 23:22 编辑 ]

by AlfaGong - 服务器应用 - 2006-03-16 23:05:39 阅读(1143) 回复(1)

哪位弟兄用过insight的,帮忙看下, Tcl_Init failed: can't read "env(TCL_LIBRARY)": no such variable 如题,启动insight就出现那么一句,就启动不动了.到底是怎么回事? 还要设置什么才能使TCL_LIBRARY变量存在 用export TCL_LIBRARY=/usr/local/lib也不行

by pinkme005 - Shell - 2005-04-05 12:13:20 阅读(2303) 回复(1)

有个问题想请教你, :!: ,以前不会这样,这是安装光盘的问题吗?怎么解决

by sh666666 - Linux论坛 - 2003-05-13 08:40:17 阅读(676) 回复(3)