sun280 装有两块71g硬盘,在装系统的时候只能认出一块硬盘。
进系统format
earching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t0d0
如题,那位能帮忙解释一下谢谢..U60启动的时候出现,在 OK 下偶尔能用 BOOT CDROM -S 启动起来,但进去后无法看到 SCSI 硬盘,在用CDROM启动过程中出现 WARING:/PCI@IF,4000/SCSI@3/SD@6,0 SCSI TRANSPORT FAILED: REASON 'UNEXPECTED_BUS_FREE':GIVING UP.
我用的是2.4.18的内核,ppp的版本为2.4.3。编译器用的是arm-linux 2.95.3,编译时没有错误提示。在板子上运行./pppd --help都提示: #pppd --help undefined instruction (pc: 0xde12434a) code:(一些16进制数字) illegal instruction # 大家有没有碰到这样的错误,请大侠指点一下。 说明:我的内核打的补丁是linux-2.4.18-mppe-mppc-0.92.patch ppp的补丁是ppp-2.4.3-mppe-mppc.patch 现在连ppp都不能正常的...
操作系统 linux 2.4.20-18.7smp #1 SMP gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) GNU gdb Red Hat Linux (5.1.90CVS-5) 我的一个程序 i_pol,无法运行,错误信息如下: [code] [ics@cq_ips_db bin]$ ./i_pol illegal instruction (core dumped) [ics@cq_ips_db bin]$ gdb i_pol GNU gdb Red Hat Linux (5.1.90CVS-5) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the...
最近在apache的error日志中经常报child pid **** exit signal illegal instruction,请大家帮我分析分析是什么问题,谢谢!!
TCP:Transmission Control Protocol TCP provides a connection-oriented, reliable, byte stream service. 1:Connection-oriented means the two appliations using TCP must establish a TCP connection with eath other before they can exchange data. 2:Reliability: (1):The application data is broken into what TCP consider the best sized chunks to send, the unit of information passed by TCP to IP is called a se...
valgrind --tool=memcheck --leak-check=full xxx(进程名) top 观察该进程的内存总是13m, 这总现象如何解释? ps: 直接启动该demon进程后,随着时间增长,该进程内存使用不断上涨。
我在调用readdir读取当前目录下的目录项时,发生illegal seek错误。
我在网上找了老半天没找到原因。
大家帮我看看啥原因。
谢谢!
[quote]
#include
Each TCP segment contains the source and destination port number to identify the sending and receiving application.These two values, along with the source and destination IP addresses in the IP header, uniquely identify each connection. The combination of an IP address and a port number is sometimes called a socket. It is the socket pair (the 4-tuple consisting of the client IP address, client po...