ChinaUnix.net
相关文章推荐:

unable to register mountd 1 udp

[code] #!/usr/bin/perl use IO::Socket::INET; sub gotint{ print "\n\n$countz packetz sent\n"; exit 1; } $SIG{INT} = \& gotint; print "...

by dajun - Perl - 2005-05-17 15:59:13 阅读(869) 回复(0)

相关讨论

两机做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 还...

by ralph55 - Solaris - 2005-06-08 21:44:46 阅读(630) 回复(2)

bus_register(),class_register()这两个函数的功能是什么阿?我的《LINUX驱动程序》里也没介绍这两个函数

by john3851 - 程序开发 - 2006-04-13 10:26:10 阅读(419) 回复(0)

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...

by shilei1 - Solaris - 2007-06-15 12:44:49 阅读(1357) 回复(2)

在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...

by therock - 网络与硬件 - 2006-12-05 22:17:02 阅读(361) 回复(0)

unable to register user- Cannot update user profile- Registration data could not be saved due to the following technical problem- error result 想下载SUN的补丁,但是必须注册。我填写好了以后提交,就返回以上信息,试了很多次都这样,郁闷了。

by 一只懒猫 - Solaris - 2007-05-25 10:53:52 阅读(889) 回复(1)

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:

by hisher - PHP - 2006-02-25 19:40:34 阅读(851) 回复(3)

我在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 的朋友指点一...

by blakeyu - Oracle - 2004-02-16 10:10:39 阅读(683) 回复(0)

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...

by nzq90 - 网络技术 - 2003-05-16 08:38:49 阅读(755) 回复(1)

register_globals使用详解 register_globals是php.ini里的一个配置,这个配置影响到php如何接收传递过来的参数,如果你的问题是:为什么我的表单无法传递数据?为什么我的程序无法得到传递过来的变量?等等,那么你需要仔细的阅读以下的内容。 register_globals的值可以设置为:On或者Off,我们举一段代码来分别描述它们的不同。 代码: 当register_globals=Off的时候,下一个程序接收的时候应该用$_GET['user_name']...

by dijiaquan - php文档中心 - 2008-09-30 12:21:00 阅读(1038) 回复(0)

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键,不使用...

思科

by 剑心通明 - 网络技术文档中心 - 2008-05-25 00:57:33 阅读(669) 回复(0)