博客首页 注册 建议与交流 排行榜 加入友情链接         宝宝相册的专门空间
推荐 投诉 搜索: 帮助

好想好好爱你!

badb0y.cublog.cn


还是出错,郁闷中,不知道寻出的错!
root@localhost sbin]# ./run.sh
20-Mar-2008 13:53:28.988 starting BIND 9.4.2 -u root -g -d 1
20-Mar-2008 13:53:28.991 found 1 CPU, using 1 worker thread
20-Mar-2008 13:53:29.000 loading configuration from '/usr/local/dlz/etc/named.conf'
20-Mar-2008 13:53:29.005 listening on IPv4 interface lo, 127.0.0.1#53
20-Mar-2008 13:53:29.018 listening on IPv4 interface eth0, 192.168.1.241#53
20-Mar-2008 13:53:29.033 Loading 'view_cnc' using driver mysql
20-Mar-2008 13:53:29.034 mysql driver cannot accept more than 7 command line args.
20-Mar-2008 13:53:29.035 SDLZ driver failed to load.
20-Mar-2008 13:53:29.036 DLZ driver failed to load.
20-Mar-2008 13:53:29.037 calling free_rbtdb(.)
20-Mar-2008 13:53:29.038 done free_rbtdb(.)
20-Mar-2008 13:53:29.040 load_configuration: failure
20-Mar-2008 13:53:29.041 loading configuration: failure
20-Mar-2008 13:53:29.041 exiting (due to fatal error)
好像是MYSQL DERVIER出错,不能超过7条,???这是怎么回事呀,? 
20-Mar-2008 13:53:29.034 mysql driver cannot accept more than 7 command line args.

比较明显,查看dlz 的源码,找到了,却不知道怎么修改
809行
 /* verify we have at least 4 arg's passed to the driver */
 if (argc < 4) {
  isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
         DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
         "mysql driver requires "
         "at least 4 command line args.");
  return (ISC_R_FAILURE);
 }
 /* no more than 8 arg's should be passed to the driver */
 if (argc > 8) {
  isc_log_write(dns_lctx, DNS_LOGCATEGORY_DATABASE,
         DNS_LOGMODULE_DLZ, ISC_LOG_ERROR,
         "mysql driver cannot accept "
         "more than 7 command line args.");
  return (ISC_R_FAILURE);
 }
继续郁闷!
 

发表于: 2008-03-24 ,修改于: 2008-03-24 16:17,已浏览201次,有评论1条 推荐 投诉


网友评论
内容:
您好:
我是北京明途管理咨询有限公司的RITA,我们公司主要提供IT领域的人力资源服务,希望和你认识一下交个朋友,方便以后沟通交流.如果方便的话,可以发一份您的简历,我们可以为您建立档案,方便为你推荐合适的职位,为你寻找更好的发展空间.
对于简历,您大可放心,会为你保密的,须经过你的同意之后方能推荐,诚心邀您加盟
期待您的回复
公司网址:http://www.luminway.com/
MSN:liuwenshu_brave@yahoo.com.cn
QQ:445037195
E-MALL liuwenshu_brave@yahoo.com.cn
本站网友评论于:2008-03-26 17:08:57 (221.220.45.★)

发表评论