Index: [Article Count Order] [Thread]

Date: Fri, 21 Sep 2007 09:21:09 -0400
From: Simon Perreault <simon.perreault@viagenie.ca>
Subject: [users:00373] Setuping TAHI
To: users@tahi.org
Message-Id: <200709210921.09657.simon.perreault@viagenie.ca>
X-Mail-Count: 00373

Hi,

I've been working on setuping TAHI for about a week now and I'm about to give 
up. I just don't know what I'm doing wrong as there are many conflicting 
instructions in the documentation.

Let's start at the beginning. I have setup two FreeBSD 6.2 virtual machines 
using VMware server. Each one has two ethernet interfaces. The first one is 
bridged to the host's own ethernet interface and the second is on a private 
network linking only those two.

Here are their relevant configs:

TN:
lnc0: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
        inet6 fe80::20c:29ff:fe4d:4cba%lnc0 prefixlen 64 scopeid 0x1
        inet 206.123.31.12 netmask 0xffffffc0 broadcast 206.123.31.63
        inet6 2620:0:230:8000:20c:29ff:fe4d:4cba prefixlen 64 autoconf
        ether 00:0c:29:4d:4c:ba
lnc1: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
        inet6 fe80::20c:29ff:fe4d:4cc4%lnc1 prefixlen 64 scopeid 0x2
        ether 00:0c:29:4d:4c:c4

NUT:
lnc0: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
        inet6 fe80::20c:29ff:fe77:47a2%lnc0 prefixlen 64 scopeid 0x1
        inet 206.123.31.13 netmask 0xffffffc0 broadcast 206.123.31.63
        inet6 2620:0:230:8000:20c:29ff:fe77:47a2 prefixlen 64 autoconf
        ether 00:0c:29:77:47:a2
lnc1: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
        inet6 fe80::20c:29ff:fe77:47ac%lnc1 prefixlen 64 scopeid 0x2
        ether 00:0c:29:77:47:ac

I can ping from one to another using the lnc1 link-local addresses. I also 
created a virtual serial cable between the two (VMware lets you do that, cool 
eh?).

Now I arrive at the end of INSTALL.v6eval and I 
try "/usr/local/v6eval/bin/autorun INDEX" in the sample directory and all 
tests fail. Why?

As per the instructions, I did "tcpdump -i lnc1" and of course it works since 
I can ping. But then the command "cu -l /dev/cuaa0" fails with "/dev/cuaa0: 
No such file or directory". Why? What's happening?

Thanks