1.我在RH4搭建vsftpd服务器的虚拟用户账户时,使用#db_load -T -t hash -f account.txt /etc/vsftpd/account.db
提示我-bash : db_load: command not found ,我在我网上找的结果是要安装其他几张光盘中的db4-java-4.3.29-9.fc6.i386.rpm\db4-tcl-4.3.29-9.fc6.i386.rpm\db4-utils-4.3.29-9.fc6.i386.rpm,可我找了RH4的四张盘也没找到这几个包呀!!请高人告诉我这几个RPM具体在哪?
2.nis 在客户机上#service ypbind start 时listen for an nis domain server 失败
#yptest 提示我的域名,提示不能联系ypbind--can't communicate with ypbind
#ypwhich -x 提示能找的相关的数据库
很是困惑,拜请高人指点!
hailang1988 于 2009-01-20 13:06:58发表:
第1个问题:
有可能各个linux版本不同:db_load的命令也不同
yuhongchun 于 2009-01-17 23:28:10发表:
http://hi.baidu.com/yuhongchun027/blog/item/48020edca09a35a4cd116684.html
这个能解决你的第一个问题;
第二个问题:在RHEL5中,客户端只需要启动portmap服务,服务器只需要启动portmap及ypserv服务即可在客户端中用authconfig-tui连接,很简单,很方便,我博客里有相关介绍.