请教:
freebsd6.2在安装时,通过光盘启动,启动时进入选择国家之前的debug消息显示:
ad0:38166MB
#!/bin/bash procfile=/home/hbscript/proc.txt if [ ! -d /home/hbscript ]; then mkdir /home/hbscript fi ps -ef|grep jboss|grep -v grep>$procfile for mm in `awk '{print $2}' $procfile` do kill -9 "$mm">>/dev/null done ps -ef|grep jboss|grep -v grep>>/root/qqq.txt i=`sed -n "1"p /root/qqq.txt|awk '{print $1}'` if [ -z "$i" ]; then /usr/java/jboss4/bin/jboss start d=`ps -ef|grep jboss|gre...
在执行mount /dev/hdc1 /mnt/win时候出现 fs type ntfs not supported by kernel错误,不知道该如何解决 我装的是redhat8.0 win2000的格式是ntfs 怎么把win2000分区映射到linux下 linux下的分区格式是ext3格式
各位大侠,今天一台机器出现问题显示:/dev/tty 不能打开,我看了一下这是个软连接,连到了/devices/pseudo/sy@0:tty下,位字符设备,请问这是个什么设备,什么故障导致,改文件不能打开??
在eclipse下,debug mode不能运行 提示错误: unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK 我直接通过startup.sh启动tomcat后,可以正常运行 为何不能在debug mode下运行阿? tomcat版本:j2sdk1.4.2_17 eclipse 3.3 OS:UBUNTU
VMware esx Server安装FreeBSD出现的问题 故障现象: 服务器网络传输文件时死机,日志提示如下: lnc0: Missed packet — no receive buffer 解决方法: 1.先把虚拟FreeBSD系统停机 2.使用SSH方式登入你的esx系统中,然后进入该虚拟系统档案目录中,例如/vmfs/volumes/storage1/FreeBSD/目录 3.找到该虚拟机器的.vmx档案,然后使用vi编辑器开启 4.在最后一行中加入ethernet0.virtualDev = “e1...
# find . -name passwd ./usr/bin/passwd ./var/adm/passwd ./etc/default/passwd ./etc/passwd find: cannot open .: I/O error :cry: :cry:
7.0-release SDL1.2 -- www.libsdl.org 编译中出现/dev/null: Operation not supported的错误 ###################################### /usr/local/bin/bash ./libtool --mode=compile gcc -g -O2 -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -I/usr/local/include/artsc -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DAT...
不知道大家有没有人看Unix network Programming V1 3ed,在19章 Key Management Sockets中,编译dump和add都没有问题,但运行时都会提示: linhaohong# ./dump socket error: Protocol not supported linhaohong# ./add 127.0.0.1 127.0.0.1 HMAC-SHA-1-96 160 0123456789abcdef0123456789abcdef01234567 socket error: Protocol not supported 而我在SUSE linux 9.0上运行没有问题: zwtmglab:/home/linhaohong/unpv13e/key # ./...
ARM-LINUX环境,使用BOA+CGI形式,cgictest.cgi可以浏览,当无法提交,出现错误提示 501 Not Implemented POST to non-script is not supported in Boa. help me