ChinaUnix.net
相关文章推荐:

could not read calibration

Fedora 10 x86_64 cyrus-imapd-2.3.13 ./configure --prefix=/usr/local/imapd --with-mysql=/usr/local/mysql --with-sasl=/usr/local/sasl 错误如下: gcc -L/usr/local/mysql/lib/mysql -Wl,-rpath,/usr/local/mysql/lib/mysql -o \ tls_prune tls_prune.o tls.o cli_fatal.o mutex_fake.o libimap.a ../lib/libcyrus.a ../lib/libcyrus_min.a -L/usr/local/sasl/lib -Wl,-rpath,/usr/local/sasl/lib -lsasl2 -lgssapi...

by zyyzly - 服务器应用 - 2009-01-08 14:47:56 阅读(2210) 回复(0)

相关讨论

我有一台做radi 5的机器,前几天突然出现  CANNOT read: BLK 119832172 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS could NOT BE read: 119832172, 119832173, cannot read block bitmap ** Phase 1 - Check Blocks and Sizes DANGER: Filesystem being checked is larger than the device in which it is stored (/dev/root). The filesystem is 62907989K while the device is 59916079K. Backup filesyste...

by emuplay - 其他UNIX - 2007-08-17 08:28:53 阅读(1934) 回复(0)

Intel IXP425 ARM 平台 Libstdc++ version 4.1.1-r6 ./configure 完imagemagick-6.2.9,在make时就出现这个错误: [code]/libstdc++.a: could not read symbols: Success[/code] 咋回事呢?? 详细信息: [quote]Here is some info about libstdc++.a: root@MYNAS# find /usr/. | grep libstdc++ /usr/./lib/ipkg/info/libstdc++-dev.control /usr/./lib/ipkg/info/libstdc++-dev.list /usr/./lib/ipkg/info/libstdc++6.po...

by mywaycn - 内核/嵌入技术 - 2006-09-10 20:36:15 阅读(1445) 回复(3)

请教各位大虾: 系统后台频繁报以下问题, ; ; ; <000403>; could not be not be read on socket: 'weblogic.socket.MuxableSocketDiscriminator@44611754 - number of bytes read: '354', buffer: 'null'', in the configured timeout pe...

by bj_quinny - Java - 2004-10-18 10:16:44 阅读(1505) 回复(0)

请教各位大虾: 系统后台频繁报以下问题, ; ; ; <000403>; could not be not be read on socket: 'weblogic.socket.MuxableSocketDiscriminator@44611754 - number of bytes read: '354', buffer: 'null'', in the configured timeout pe...

by bj_quinny - 服务器应用 - 2004-10-18 10:14:59 阅读(684) 回复(0)

could not do a physical-order read to fetch next row? 这个是什么错误? 怎么解决?

by coolala - Informix - 2007-05-18 21:14:27 阅读(8177) 回复(14)

有台sun的网管机器开机有如下信息: SC Alert: Host System has Reset could not read diag-switch? from NVRAM! could not read diag-level from NVRAM! could not read diag-script from NVRAM! could not read security-mode from NVRAM! could not read service-mode? from NVRAM! could not read diag-trigger from NVRAM! could not read verbosity from NVRAM! @(#)OBP 4.18.10 2006/03/03 13:59 Sun Fire V210/V2...

by sitxw - Solaris - 2009-12-25 21:38:40 阅读(3297) 回复(2)

我的开发系统是Red hat 9.0,内核2.4.20-8 目标系统是IXDP425 下载的工具链是arm-linux-tools-20030211.tar.gz 用arm-linux-gcc编译要在目标机上运行的应用程序时报错: /usr/local/arm-linux/lib/libc.so.6: could not read symbols: Invalid operation 应用程序的Makefile改了以下几个地方: CROSS_COMPILE = /usr/local/bin/arm-linux- CROSS_CFLAGS = -I /Projects/snapgear/snapgear/linux-2.4.x/include -mbig-endian

by zhoujing4551 - 内核/嵌入技术 - 2006-01-17 16:54:21 阅读(772) 回复(0)

在用select操作的时候,数据库提示244错误,could not do a physical-order read,谁能提示一下一般在什么情况下出现这个问题

by zhangchi - Informix - 2003-10-25 19:49:15 阅读(1634) 回复(7)

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

by TomTang - C/C++ - 2006-08-21 23:09:11 阅读(573) 回复(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 阅读(1494) 回复(12)