Hi
 
You can take a look to your fossil configuration and make sure there is no listen option in there.
 
fossil/conf /dev/sdC0/fossil should show you the fossil configuration.
 
Read the manpage for fossilcons about the listen option.
 
gabi

 
2005/11/17, Steve Simon <steve@quintile.net>:
I believe the problem is that you do not have a network interface,
perhaps your ethernet card is not known to plan9? Alternatively
it may need some options in plan9.ini (set the plan9.ini manpage).

You can check that plan9 knows about your ethernet card by typing
cat /net/ether0/addr (to see its MAC address), and basic ip activity
can be proved by looking at arp activity (cat /net/arp). If these are
both ok then try ip/ping www.google.com.

-Steve