As far as I can tell from the readme file it only needs to know the
interface to use on TN. They don't mention anything about the MAC and
it's not in the sample tn.def neither.
However I have narrowed the error down to syswrite line in kCommon.pm
sub
kWriteUnixDomain($$)
{
my ($sock, $data) = @_;
return(syswrite($sock, $data, length($data))); <---Error
}
On Wed, 2007-12-12 at 11:15 +0100, Karsten Keil wrote:
> On Wed, Dec 12, 2007 at 09:26:46AM +0100, Karsten Stenzhorn wrote:
> > Yes, I have v6eval installed. I have succesfully run logo phase 2 test
> > and the IPsec test. But it's not the DHCP test I'm trying to run. It is
> > the DNS client test. And it uses KOI:
> >
>
> Did you run the test as root ?
> There was a claim in INSTALL.ct to run the DNS test as root:
> Test requires root privilege to run, because it is listening 53 port.
>
> And a other difference to logo phase 2 test and IPSEC test is, that it need
> the real MAC address of the TN in tn.def.
>
> > On Wed, 2007-12-12 at 11:15 +0900, Hiroshi MIYATA wrote:
> > > Hi Karsten,
> > >
> > > First of all, DHCPv6 test requires v6eval rather Koi.
> > > Have you instlled v6eval?
> > >
> > > ....miyata
> > >
> > > On 2007/12/11, at 22:16, Karsten Stenzhorn wrote:
> > >
> > > > I'm having trouble running the DNS test. While executing I get
> > > > following
> > > > error:
> > > >
> > > > ========== TEST 1 ==========
> > > > ./CL/CL_RFC1034_3_1_LabelLength.seq -log 1.html -ti "Label length"
> > > > forkCmdWoCheck()... tcpdump -n -s 2000 -x -e -i fxp1 -w
> > > > 1.html.Link0.dump
> > > > bind: Can't assign requested address
> > > > Error:DNSStartRecv:kPacket_StartRecv
> > > > ERROR:DNSStartConnect
> > > > FAIL
> > > >
> > > > I'm running it on a FreeBSD 6.2
> > > > Platform: KOI-1.1.1
> > > > test tool: 1.1.1
> > > >
> > > > I'm not able to find the place where the bind error is triggered.
> > > >
> > > > regards
> > > > Karsten Stenzhorn
> > > >
> > > >
> > > >
> > >
> > >
>