Search the web
Sign In
New User? Sign Up
dnrd · DNRD discussion list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
make_cname() ?   Message List  
Reply | Forward Message #261 of 261 | Next >
Re: [dnrd] make_cname() ?

Hi!

I'm sorry for the late answer. This list is no longer
in use. Please use dnrd-user@...
instead.

http://lists.sourceforge.net/lists/listinfo/dnrd-user

Could you please post this message to the new list and
alos include what version of dnrd you are using (dnrd
-v) and the complete command line you are trying.
Like:

dnrd -s 172.19.1.11

What is the error message? Could you please also
include the output when adding the -d option?

When I try to add the 172.19.1.11 This happens here:

nc ~ # dnrd -d -s 172.19.1.11
Debug: Server 172.19.1.11 added to domain (default)
Debug: cache low/high: 800/1000
Debug: initialising master DNS database
Debug: added authority for localdomain
Debug: /etc/dnrd/master: 8 records
Debug: added authority for 0.0.127.in-addr.arpa
Debug: added authority for 0.168.192.in-addr.arpa
Debug: 12 records in master DNS database

So I have no problem with adding the 172.19.1.11



--- u8617044 <chenyl.yahoo@...> wrote:

>
> I've download and tried dnrd,
> but I can not add server "172.19.1.11" (for
> example).
> After tracing code,
> in make_cname(), dnrd check the variables "end" and
> "tptr" as below:
>
> if (end < tptr + 2) {
> free(cname);
> return NULL;
> }
> when it check the third tuple "1", end will become
> (tptr + 1) and
> the NULL result is returned.
>
> I've modified this condition to "if (end <= tptr )",
> is it more appropriate ?
>
>
> Best Regards.
> CYL
>




__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail




Tue Sep 7, 2004 2:25 pm

natanaelcopa
Offline Offline
Send Email Send Email

Forward
Message #261 of 261 | Next >
Expand Messages Author Sort by Date

I've download and tried dnrd, but I can not add server "172.19.1.11" (for example). After tracing code, in make_cname(), dnrd check the variables "end" and...
u8617044
Offline Send Email
Sep 7, 2004
2:14 pm

Hi! I'm sorry for the late answer. This list is no longer in use. Please use dnrd-user@... instead. ...
Natanael Copa
natanaelcopa
Offline Send Email
Sep 7, 2004
2:26 pm
< Prev Topic  |  Next Topic >
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help