i'm not quite sure what your problem is. but it looks like myipaddr()
is bombing out.
Any suggestions?
Heia,
thanks to Sascha Retzki for pointing me into the right direction:
In /rc/bin/termrc I had the following:
if(test -e /net/ipifc/0/ctl)
ip/ipconfig >/dev/null >[2=1]
and
if(test -e /net/ipifc/0/ctl)
ndb/dns -rf $NDBFILE
which caused failure. The tests are there by default. I removed the tests
and have now only
ip/ipconfig >/dev/null >[2=1]
ndb/dns -rf $NDBFILE
and everything works fine.
Why was the test working fine with a fossil only system, but not with
fossil+venti?
/c