RE: IPv6 prefix length error

2011-04-29 Thread Khuu, Linh Contractor
Thanks Mark for your recommendation!!! However, in the ifconfig -a output, I have: lo0: flags=e08084bUP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255 inet6 ::1/128 But I still see the error in the log

Re: IPv6 prefix length error

2011-04-29 Thread Phil Mayers
On 04/29/2011 02:17 PM, Khuu, Linh Contractor wrote: Thanks Mark for your recommendation!!! However, in the ifconfig -a output, I have: lo0: flags=e08084bUP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT inet 127.0.0.1 netmask 0xff00 broadcast 127.255.255.255

RE: IPv6 prefix length error

2011-04-29 Thread Khuu, Linh Contractor
We're running AIX 5.3 Linh Khuu -Original Message- From: bind-users-bounces+linh.khuu=ssa@lists.isc.org [mailto:bind-users-bounces+linh.khuu=ssa@lists.isc.org] On Behalf Of Phil Mayers Sent: Friday, April 29, 2011 9:57 AM To: bind-users@lists.isc.org Subject: Re: IPv6 prefix

Re: IPv6 prefix length error

2011-04-29 Thread Mark Andrews
In message f80b214c2304c641b917b47051d743c407f0297...@hq-mb-08.ba.ad.ssa.gov, Khuu, Linh Contractor writes: Thanks Mark for your recommendation!!! However, in the ifconfig -a output, I have: lo0: flags=3De08084bUP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPR= T,64BIT inet

Re: IPv6 prefix length error

2011-04-29 Thread Phil Mayers
On 04/29/2011 03:24 PM, Mark Andrews wrote: The fix is likely to be a couple of lines of code to retrieve the value but without access to the correct documentation or kernel source code its hard to work out how to fix it. This code apparently works for AIX 5.3:

Re: Anyone have problems with BIND 9.8.0

2011-04-29 Thread Tony Finch
A couple of problems: Firstly, if you are running chrooted and have a recent version of OpenSSL installed, you must either copy the OpenSSL gost cipher engine loadable module into your chroot, or hack the build scripts to disable gost support. The easiest way to do this is to make the obvious

Re: IPv6 prefix length error

2011-04-29 Thread Mark Andrews
In message 4dbad097.5030...@imperial.ac.uk, Phil Mayers writes: On 04/29/2011 03:24 PM, Mark Andrews wrote: The fix is likely to be a couple of lines of code to retrieve the value but without access to the correct documentation or kernel source code its hard to work out how to fix it.