I can't get dnrd to work. It seemed to work at first but now it says: "isock: couldn't bind local address". There is actually a dnrd daemon running, with the...
Anthony Campbell
a.campbell@...
Jan 2, 2000 11:02 am
98
... I thought it was only me with that problem 8*) - Anyway, dnrd -k doesn't always kill the daemon it appears; usually I use the next lines in my ip-up ...
Eric van Gorkom
ericg@...
Jan 2, 2000 11:09 am
99
... Thanks for this suggestion. It works, but I think it's better for me to put the commands in the logoff script because I've found that Netscape sometimes...
Anthony Campbell
a.campbell@...
Jan 2, 2000 3:03 pm
100
... As a matter of fact, it is also in my ip-down script; it then just starts dnrd as a "standalone" DNS for my network, so without the -s stuff... The idea is...
Eric van Gorkom
ericg@...
Jan 2, 2000 3:11 pm
101
Folks, I am hoping that somebody can help me solve a problem that I have with dnrd. I love dnrd. It does exactly what I need, and does it well (with one...
Ian Callahan
igc@...
Jan 5, 2000 9:48 am
102
... I'm not sure what the problem is. This works for me, but there are many other people having the same problem (usually in conjunction with mserver). I...
Brad M. Garcia
bgarcia@...
Jan 10, 2000 11:40 pm
103
... If you add following to the commandline of pppd: "ipparam ISP". And add this to your ip-up: if [ "$6" = "ISP" ] then /usr/local/sbin/dnrd -s 10.0.0.1 -s...
janne
janlev@...
Jan 11, 2000 12:19 am
104
Hello everyone, Just pulled down and install the latest (2.6) version of dnrd, and have ran into a problem. First a quick description of my setup: I have a...
Jason Stewart
jstew@...
Jan 14, 2000 7:45 pm
105
... I have the same setup. ... The first 3 Debug lines shows that a query was received and answered. However, it says it's grabbing the information from the...
Brad M. Garcia
bgarcia@...
Jan 14, 2000 8:58 pm
106
Hello, I've received this bug report a few days ago. I've just taken a quick look at the source code but as I'm not quite familiar with it, I haven't found the...
Thomas Schoepf
schoepf@...
Feb 4, 2000 11:24 pm
107
I think the following should fix it: For an explanation of the problem, see: http://www.egroups.com/group/dnrd/94.html? ... +++ dnrd-2.7/src/dns.c Fri Feb 4...
Brad M. Garcia
bgarcia@...
Feb 5, 2000 1:22 am
108
Minor release to (hopefully) fix a couple of bugs. - Fix bug with resolving names with capital letters. - Add '-l' option to cause DNRD to not send any...
Brad M. Garcia
bgarcia@...
Feb 5, 2000 2:08 am
109
... I downloaded version 2.7 and this bug seems to be gone. Thank you! Thomas -- 1024D/B0FA4F49: FA38 2D7E 408F 61E4 BF49 B48F 04BD F5BE B0FA 4F49 ...
Thomas Schoepf
schoepf@...
Feb 5, 2000 3:27 pm
110
... No patch yet. What I have done is put together a library called libiplist It has one function that can be called from the outside: ip_addr_list_retrieve ()...
Paul Sheer
psheer@...
Mar 11, 2000 1:42 pm
111
... The patch is attached, you also need to untar libiplist into the src directory. There is one problem though: libiplist needs to read the proc directory and...
Paul Sheer
psheer@...
Mar 12, 2000 1:12 pm
112
... Why not read the /proc directory once at startup, store the information, then chroot? The chroot is a security measure and I'd rather not remove it. Brad...
Brad M. Garcia
bgarcia@...
Mar 12, 2000 9:23 pm
113
ifconfig needs to read /proc to get the interface list. the whole point is that the nameserver setup should dynamically change to match the interfaces? i.e. if...
Paul Sheer
psheer@...
Mar 13, 2000 12:43 pm
114
Sorry for taking so long to write back. ... So, in what kind of situation would this option be useful? I've never envisioned DNRD being used in a situation...
Brad M. Garcia
bgarcia@...
Mar 20, 2000 2:38 am
115
... I haven't seen anything like this under x86. ... Again, I am unable to reproduce your problem, but I don't have access to an alpha machine. Any help in...
Brad M. Garcia
bgarcia@...
Mar 20, 2000 2:47 am
116
... what about programs on the local machine that need to do a reverse and forward lookup of the hostname? These DO exists. (or am I missing something.) i...
Paul Sheer
psheer@...
Mar 20, 2000 11:48 am
117
... Hello Brad (and others), I've run dnrd with the -d option. Here's the shortest log, which contains the 'unaligned trap': [root@vohaul ward]# dnrd -a...
Ward van Wanrooij
ward@...
Mar 20, 2000 11:53 am
118
I may have found a solution that will satisfy both of us. I took a quick look at the source code for ifconfig. It appears to get the basic interface...
Brad M. Garcia
bgarcia@...
Mar 23, 2000 12:46 pm
119
... you as well? ;-) this is exactly the code that I used. the lib i gave you is unmodified from net-tools. however, it is not only ioctl's that are used. to...
Paul Sheer
psheer@...
Mar 23, 2000 2:45 pm
120
I have a fix for the problem where sending a sighup signal to dnrd causes a segv on Slackware 7. I would expect this problem to happen on other systems as...
Rick Price (x2394)
rickp@...
Mar 23, 2000 6:19 pm
121
I would like to modify dnrd to work with dhcp by checking it's leases database regularly, and reloading the leases database if neccessary. I want to use this...
Rick Price (x2394)
rickp@...
Mar 23, 2000 6:22 pm
122
... This sounds like a good idea. Unfortunately, between this change, and Paul's change to get local ip address information automatically from the /proc...
Brad M. Garcia
bgarcia@...
Mar 23, 2000 6:58 pm
123
Sorry if this is a stupid question, I've been skimming the code, and the answer didn't jump out at me. Do we sort the returned ip addresses by the subnet that...
Rick Price (x2394)
rickp@...
Mar 23, 2000 7:30 pm
124
I think that the link in the dnrd directory pointing at the dhcpd.leases file would have to be a symlink if that makes things easier for anyone. Dhcpd likes to...
Rick Price (x2394)
rickp@...
Mar 23, 2000 7:33 pm
125
There appears to be a Debian bug report about the unaligned traps on an Alpha. http://www.debian.org/Bugs/db/60/60038.html Brad Garcia Want a job in...
Brad M. Garcia
bgarcia@...
Mar 24, 2000 3:14 pm
126
I think this is going way beyond the bounds of what a nameserver is supposed to do. But I'm copying the mailing list on this reply to see if anyone else has a...