sorry to reply to myself.  but because /net/ipifc/0/ctl exists, ip/ipconfig is 
not run to ask
for a *real* ip address.  the default termrc has this
        if(! test -e /net/ipifc/0/ctl)
                ip/ipconfig >/dev/null >[2=1]
which i changed to
        if(! test -e /net/ipifc/0/ctl || ~ 127.0.0.1 `{cat /net/ipifc/0/local})
                ip/ipconfig >/dev/null >[2=1]
to get things running.  am i missing something about how to configure 
fossil+venti
on a cpuf kernel or is this known?

- erik

Reply via email to