9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] newbie Q: ndb/local
@ 2001-08-10 16:45 David Gordon Hogan
  2001-08-13 10:22 ` pac
  0 siblings, 1 reply; 6+ messages in thread
From: David Gordon Hogan @ 2001-08-10 16:45 UTC (permalink / raw)
  To: 9fans

> sys=cejchan
> 	ip=147.231.118.21
> 	ether0=0020AF4B53F9
> 	dom=cejchan.gli.cas.cz

Try making that

sys=cejchan
	ip=147.231.118.21 ether=0020af4b53f9
	dom=cejchan.gli.cas.cz


Notes:
- the key name is always ether, not ether0 etc.
- the value of key should be in lower case
- ip and ether conventionally appear on the
	same line, so that things work if you have
	more than one of them.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] newbie Q: ndb/local
  2001-08-10 16:45 [9fans] newbie Q: ndb/local David Gordon Hogan
@ 2001-08-13 10:22 ` pac
  0 siblings, 0 replies; 6+ messages in thread
From: pac @ 2001-08-13 10:22 UTC (permalink / raw)
  To: 9fans


>> Try making that
>> 
>> sys=cejchan
>> 	ip=147.231.118.21 ether=0020af4b53f9
>> 	dom=cejchan.gli.cas.cz
>> 
>> 
>> Notes:
>> - the key name is always ether, not ether0 etc.
>> - the value of key should be in lower case
>> - ip and ether conventionally appear on the
>> 	same line, so that things work if you have
>> 	more than one of them.
>> 
>> 

Still not working, but .... oooooooops!  ......my card is 3C509, not  3C589. This might matter,
or does not it?

TIA, cheers,
Peter.

--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] newbie Q: ndb/local
@ 2001-08-10 14:16 forsyth
  0 siblings, 0 replies; 6+ messages in thread
From: forsyth @ 2001-08-10 14:16 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 89 bytes --]

which type of ethernet card are you using,
and what is its description in plan9.ini?


[-- Attachment #2: Type: message/rfc822, Size: 2512 bytes --]

From: pac <cej@cejchan.gli.cas.cz>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] newbie Q: ndb/local
Date: Fri, 10 Aug 2001 14:42:14 +0200
Message-ID: <cej-1010810144214.A01261@cejchan.gli.cas.cz>

>> 
>> most of my cards have a label with the number,
>> or i watch as the system boots up; if it finds the card,
>> it shows the address (but strip out the :)
>> failing that, once the system is up,
>> 	cat /net/ether0/addr
>> for ether0's mac address
>> 

Thanks for help! However, I still get the following errors. I must have missed something: installation was pretty smooth, however, setup, done according the start.ps,
is troublesome. 

term% ndb/dns
ndb/dns: can't read my ip address

term% cat /net/ether0/addr
cat: can't open /net/ether0/addr: file does not exist

(even /net/ether0 does not exist)

# This is /lib/ndb/local
#
database=
	file=/lib/ndb/local
	file=/lib/ndb/common

ipnet=gli-cas-cz ip=147.231.118.0 ipmask=255.255.255.0
	ipgw=147.231.118.1
	dns=147.231.118.2

sys=cejchan
	ip=147.231.118.21
	ether0=0020AF4B53F9
	dom=cejchan.gli.cas.cz


TIA, Peter.
--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] newbie Q: ndb/local
  2001-08-10 10:22 forsyth
@ 2001-08-10 12:42 ` pac
  0 siblings, 0 replies; 6+ messages in thread
From: pac @ 2001-08-10 12:42 UTC (permalink / raw)
  To: 9fans

>> 
>> most of my cards have a label with the number,
>> or i watch as the system boots up; if it finds the card,
>> it shows the address (but strip out the :)
>> failing that, once the system is up,
>> 	cat /net/ether0/addr
>> for ether0's mac address
>> 

Thanks for help! However, I still get the following errors. I must have missed something: installation was pretty smooth, however, setup, done according the start.ps,
is troublesome. 

term% ndb/dns
ndb/dns: can't read my ip address

term% cat /net/ether0/addr
cat: can't open /net/ether0/addr: file does not exist

(even /net/ether0 does not exist)

# This is /lib/ndb/local
#
database=
	file=/lib/ndb/local
	file=/lib/ndb/common

ipnet=gli-cas-cz ip=147.231.118.0 ipmask=255.255.255.0
	ipgw=147.231.118.1
	dns=147.231.118.2

sys=cejchan
	ip=147.231.118.21
	ether0=0020AF4B53F9
	dom=cejchan.gli.cas.cz


TIA, Peter.
--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] newbie Q: ndb/local
@ 2001-08-10 10:22 forsyth
  2001-08-10 12:42 ` pac
  0 siblings, 1 reply; 6+ messages in thread
From: forsyth @ 2001-08-10 10:22 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

most of my cards have a label with the number,
or i watch as the system boots up; if it finds the card,
it shows the address (but strip out the :)
failing that, once the system is up,
	cat /net/ether0/addr
for ether0's mac address


[-- Attachment #2: Type: message/rfc822, Size: 1772 bytes --]

From: pac <cej@cejchan.gli.cas.cz>
To: 9fans@cse.psu.edu
Subject: [9fans] newbie Q: ndb/local
Date: Fri, 10 Aug 2001 09:22:07 +0200
Message-ID: <cej-1010810092207.A01332@cejchan.gli.cas.cz>


Hi,

(a newbie's question follows)
how do I specify the 'ether= ' entry? (= where do I get the proper number to use?)

TIA,
Peter

Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>


--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] newbie Q: ndb/local
@ 2001-08-10  7:22 pac
  0 siblings, 0 replies; 6+ messages in thread
From: pac @ 2001-08-10  7:22 UTC (permalink / raw)
  To: 9fans


Hi,

(a newbie's question follows)
how do I specify the 'ether= ' entry? (= where do I get the proper number to use?)

TIA,
Peter

Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>


--
Peter A Cejchan
biologist
Acad. Sci., Prague, CZ
<cej at cejchan dot gli dot cas dot cz>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-08-13 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-10 16:45 [9fans] newbie Q: ndb/local David Gordon Hogan
2001-08-13 10:22 ` pac
  -- strict thread matches above, loose matches on Subject: below --
2001-08-10 14:16 forsyth
2001-08-10 10:22 forsyth
2001-08-10 12:42 ` pac
2001-08-10  7:22 pac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).