两机做nfs, 一台服务端, 一台客户端。。。 我在服务端的操作如下: /etc/init.d/nfs.server start share -F nfs -o rw /export/home/kl 在这台机子上, 用share可以看到/export/home/kl 可是用dfshares或dfmounts却报错,nfs dfshares:unknow:RPC:Rpcbind failure -RPC:success,,,检查后发现 mountd进程没有启动,, mountd进程不是随着/etc/init.d/nfs.server start 一起启动吗? 运行: /usr/lib/nfs/mountd 还...
bus_register(),class_register()这两个函数的功能是什么阿?我的《LINUX驱动程序》里也没介绍这两个函数
root@JILDMCEDM01 # ps -ef |grep nfs root 12915 1 0 Jun 10 ? 0:00 ./nfsd root 291 1 0 Jun 07 ? 0:00 /usr/lib/nfs/lockd daemon 293 1 0 Jun 07 ? 0:00 /usr/lib/nfs/statd root 14664 14663 0 11:29:54 pts/3 0:00 grep nfs root@JILDMCEDM01 # cd /usr/lib/nfs/ root@JILDMCEDM01 # ls lockd mountd nfsd nfslogd rquotad statd root@JILDMCED...
在nfs客户端log显示: Dec 5 02:40:59 rhel4-0a automount[4066]: >> mount: cnbjfs02:/export/home/xsun failed, reason given by server: Permission denied 在nfs(cnbjfs02)服务器端log显示: Dec 5 15:59:45 cnbjfs02 rpc.mountd: authenticated mount request from rhel4-0a:955 for /export/home/yaxu (/export/home) Dec 5 15:59:45 cnbjfs02 rpc.mountd: getfh failed: Operation not permitted Dec 5 15:59:45 cnbjfs...
unable to register user- Cannot update user profile- Registration data could not be saved due to the following technical problem- error result 想下载SUN的补丁,但是必须注册。我填写好了以后提交,就返回以上信息,试了很多次都这样,郁闷了。
i have set "register_globals" in all php.ini to be On and restart Apache. but when i run phpinfo(),it still shows Off i have searched the arctiles in the forum,but found no solution can someone help me please,thanks a lot:cry:
我在solaris 8上安装oracle application server 10g, 安装的过程中让我register with Oracle Internet Directory, 我输入了,host: sunserver, port : 1521, 然后叶选上了ssl 的选项,我得到的提示信息是“ make sure your Oracle Internet Directory is running", 我都没有安装Oracle Internet Directory, 只有装oracle database, 那来的oracle internet directory is running.? 安装过oracle application server 的朋友指点一...
i got confusion after reading the ccna640-607 guide about the passward recovery in router topic. 1.set bit 6 in the configuration register to binary 1, which is done by setting the entire config register with a four-digit hexadecimal value. For example, hex 2142 is identical to hex 2102, except that bit 6 is binary 1.Doing this will cause router to load rommon. 2.The boot field is the name of the...
register_globals使用详解 register_globals是php.ini里的一个配置,这个配置影响到php如何接收传递过来的参数,如果你的问题是:为什么我的表单无法传递数据?为什么我的程序无法得到传递过来的变量?等等,那么你需要仔细的阅读以下的内容。 register_globals的值可以设置为:On或者Off,我们举一段代码来分别描述它们的不同。 代码: 当register_globals=Off的时候,下一个程序接收的时候应该用$_GET['user_name']...
config-register共16位,以4位16进制数表示 格式:0xABCD 赋值范围从0x0到0xFFFF 0x2102 :标准默认值 0x2142 :从FLASH中启动,但不使用NVRAM中的配置文件(用于口令恢复) 0x2101 :从Boot RAM中启动,应用于更新系统文件 0x2141 :从Boot RAM中启动,但不使用NVRAM中的配置文件 其中C位的第三位为1时表示关闭Break键,反之表示打开Break键。 0x141:表示关闭Break键,不使用...