bo-yang / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

9vx network startup #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> Hi all.
> I am trying to use the 9front iso image [1] with 9vx and I get the
> following error:
>   grep: can't open /net/ipselftab: '/net/ipselftab' cs: file does not
> exist
>   ndb/dns: can't read my ip address
>
> With 9atom and plan9 the networking works out of the box.
>
> [1] 9front-943.31a104b0a861.iso

Are you using any virtual ethernet device with 9vx? Because if you are
not, 9vx will use the ip stack of the host. In this case, 9vx /net
will include some files, but ipselftab is not one of them.

You will also get errors if you try to run ndb/dns or ip/ipconfig from
a 9vx booted with 9atom or plan9. The difference is that they do not
try to start the network by default.

You could comment a few lines in termrc to avoid the error. Networking
should be working fine.

Original issue reported on code.google.com by cinap_le...@felloff.net on 3 Oct 2011 at 3:59

GoogleCodeExporter commented 9 years ago
r17c699f59338

Original comment by cinap_le...@felloff.net on 7 Oct 2011 at 10:37