9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Communication problem!!
@ 2001-04-10 17:05 presotto
  0 siblings, 0 replies; 11+ messages in thread
From: presotto @ 2001-04-10 17:05 UTC (permalink / raw)
  To: diafrate, forsyth, 9fans

You can figure out what the file system thinks about its address
by typing

	route print

You should get something like:

	ifc's
	addr 0.0.0.0 mask 0.0.0.0 defgate 0.0.0.0
	addr 192.168.1.3 mask 255.255.255.0 defgate 192.168.1.1

I missed part of this thread.  Can anything ping your file
server?  Can your cpu server get to anything else?


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

* Re: [9fans] Communication problem!!
       [not found] <20010410170519Z48579-10235+9@saturn.scs.ryerson.ca>
@ 2001-04-10 17:10 ` Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 17:10 UTC (permalink / raw)
  To: presotto; +Cc: forsyth, 9fans

When we run route print, we get everything the same that you've entered
except for the defgate which is 192.168.1.0


On Tue, 10 Apr 2001 presotto@plan9.bell-labs.com wrote:

> Date: Tue, 10 Apr 2001 13:05:04 -0400
> From: presotto@plan9.bell-labs.com
> To: diafrate@scs.Ryerson.CA, forsyth@vitanuova.com, 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> You can figure out what the file system thinks about its address
> by typing
>
> 	route print
>
> You should get something like:
>
> 	ifc's
> 	addr 0.0.0.0 mask 0.0.0.0 defgate 0.0.0.0
> 	addr 192.168.1.3 mask 255.255.255.0 defgate 192.168.1.1
>
> I missed part of this thread.  Can anything ping your file
> server?  Can your cpu server get to anything else?
>



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

* Re: [9fans] Communication problem!!
  2001-04-10 15:19 forsyth
@ 2001-04-10 16:39 ` Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 16:39 UTC (permalink / raw)
  To: forsyth; +Cc: 9fans

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1373 bytes --]

On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 16:19:11 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
OK HERE ARE THE RESULTS:

cat /net/ipselftab
192.168.1.0	01 6b
192.168.1.1	01 6u
255.255.255.255	01 6b
192.168.1.255	01 6b


cat /net/iproute
192.168.1.0	/120		192.168.1.1	4i
ifc	0
192.168.1.0	/128		192.160.1.0	4b
ifc 	-
192.168.1.1	/128		192.168.1.1	4u
ifc	0
192.168.1.255	/128		192.168.1.255	4b
ifc	-
255.255.255.255	/128		255.255.255.255 4b
ifc 	-



cat /net/ipifc/0/status
/net/ether0 1514 192.168.1.1	/120		192.168.1.0
0	0	0	0


>
> on the file server ...
> it's harder.  there isn't a command to print the configuration.
> try
> 	state

returns 0 in all fields!

> which gives ethernet status.
> and
> 	arp print
no output returned
>
> but it will also be helpful to know the file server configuration as given in config mode
> to see how you've configured the interfaces.
>
>

Some things that concern me, in the cpurc file that the auth server runs
the line ip/ipconfig ether /net/ether0 192.168.1.1 255.255.255.0

also the system is coaxial.  I dont mind changing ips, just on the file
server it may be tedious since it has taken its value of 192.168.1.3
already (i think)

thanks

[-- Attachment #2: Type: MESSAGE/RFC822, Size: 5476 bytes --]

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-2.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986914625:20:09570:1; Tue, 10 Apr 2001 14:57:05 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-2.mail.demon.net
           id ab2008979; 10 Apr 2001 14:56 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id 115E419B04; Tue, 10 Apr 2001 10:56:10 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id A029D19AFC
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:55:23 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:48051 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116868AbRDJOzM>; Tue, 10 Apr 2001 10:55:12 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA12634
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:55:10 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Subject: Re: [9fans] Communication problem!!
In-Reply-To: <20010410144651.C393219AFA@mail.cse.psu.edu>
Message-ID: <Pine.GSO.4.21.0104101052540.7456-110000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: MULTIPART/Mixed; BOUNDARY=upas-zccckjvmwwnhovavyztktgiraf
Content-ID: <Pine.GSO.4.21.0104101052541.7456@jupiter.scs.ryerson.ca>
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:55:10 -0400 (EDT)

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--upas-zccckjvmwwnhovavyztktgiraf
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-ID: <Pine.GSO.4.21.0104101052542.7456@jupiter.scs.ryerson.ca>
Content-Disposition: INLINE

This is what the commands returned
il!odysseus!9fs:
/net/il/clone 192.168.1.3!17008

il!achilles!cpu:
/net/il/clone 192.168.1.1!17013

net!odysseus!9fs:
/net/il/clone 192.168.1.3!17008
/net/tcp/clone 192.168.1.3!564


??? whats this mean ??
On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 15:46:57 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> to help debug this sort of thing, try using ndb/csquery to
> see its translations (if any):
>
> ndb/csquery
>
> then as input try the following
>
> il!$fs!9fs
>
> 	(note the $)
>
> il!odysseus!9fs
> il!achilles!cpu
> net!odysseus!9fs
>
>

--upas-zccckjvmwwnhovavyztktgiraf
Content-Type: MESSAGE/RFC822; CHARSET=US-ASCII
Content-ID: <Pine.GSO.4.21.0104101052543.7456@jupiter.scs.ryerson.ca>
Content-Description:
Content-Disposition: INLINE

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986912693:10:19759:3; Tue, 10 Apr 2001 14:24:53 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net
           id aa1113457; 10 Apr 2001 14:24 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id BF0E519AF6; Tue, 10 Apr 2001 10:24:09 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 269C619AF1
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:34 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:47027 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116885AbRDJOXO>; Tue, 10 Apr 2001 10:23:14 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA22207
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [9fans] Communication problem!!
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

--upas-zccckjvmwwnhovavyztktgiraf--

[-- Attachment #2.1.1: Type: TEXT/PLAIN, Size: 741 bytes --]

This is what the commands returned
il!odysseus!9fs:
/net/il/clone 192.168.1.3!17008

il!achilles!cpu:
/net/il/clone 192.168.1.1!17013

net!odysseus!9fs:
/net/il/clone 192.168.1.3!17008
/net/tcp/clone 192.168.1.3!564


??? whats this mean ??
On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 15:46:57 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> to help debug this sort of thing, try using ndb/csquery to
> see its translations (if any):
>
> ndb/csquery
>
> then as input try the following
>
> il!$fs!9fs
>
> 	(note the $)
>
> il!odysseus!9fs
> il!achilles!cpu
> net!odysseus!9fs
>
>

[-- Attachment #2.1.2: Type: MESSAGE/RFC822, Size: 2243 bytes --]

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986912693:10:19759:3; Tue, 10 Apr 2001 14:24:53 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net
           id aa1113457; 10 Apr 2001 14:24 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id BF0E519AF6; Tue, 10 Apr 2001 10:24:09 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 269C619AF1
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:34 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:47027 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116885AbRDJOXO>; Tue, 10 Apr 2001 10:23:14 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA22207
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [9fans] Communication problem!!
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* Re: [9fans] Communication problem!!
  2001-04-10 15:43   ` Martin Harriss
@ 2001-04-10 15:46     ` Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 15:46 UTC (permalink / raw)
  To: Martin Harriss; +Cc: 9fans

sorry my mistake, we never entered filsys dump o


On Tue, 10 Apr 2001, Martin Harriss wrote:

> Date: Tue, 10 Apr 2001 11:43:07 -0400
> From: Martin Harriss <martin@Princeton.EDU>
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> Dave Iafrate - CSCI/F1997 wrote:
> >
> > at the config prompt we typed in:
> >
> > service odysseus
> > ip 192.168.1.3
> > ipmask 255.255.255.0
> > ipauth 192.168.1.1
> > config w0
> > filsys main w0
> > filsys dump o       <--------------- ???????
> > ream main
> > end
>
> You're specifying a dump file system without specifying a cache/worm
> file system.  If you don't need the dump file system then just omit this
> line.  If you do need the dump file system, then you'll have to specify
> a cache/worm file system for main.  See fsconfig(8) for details.
>
> This may or may not be screwing you up; I thought that I saw code in the
> file server that checked for this error, and aborted the config. In any
> case, this config is wrong.
>
> Martin
>



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

* Re: [9fans] Communication problem!!
  2001-04-10 15:18 ` Dave Iafrate - CSCI/F1997
@ 2001-04-10 15:43   ` Martin Harriss
  2001-04-10 15:46     ` Dave Iafrate - CSCI/F1997
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Harriss @ 2001-04-10 15:43 UTC (permalink / raw)
  To: 9fans

Dave Iafrate - CSCI/F1997 wrote:
>
> at the config prompt we typed in:
>
> service odysseus
> ip 192.168.1.3
> ipmask 255.255.255.0
> ipauth 192.168.1.1
> config w0
> filsys main w0
> filsys dump o       <--------------- ???????
> ream main
> end

You're specifying a dump file system without specifying a cache/worm
file system.  If you don't need the dump file system then just omit this
line.  If you do need the dump file system, then you'll have to specify
a cache/worm file system for main.  See fsconfig(8) for details.

This may or may not be screwing you up; I thought that I saw code in the
file server that checked for this error, and aborted the config. In any
case, this config is wrong.

Martin


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

* Re: [9fans] Communication problem!!
@ 2001-04-10 15:19 forsyth
  2001-04-10 16:39 ` Dave Iafrate - CSCI/F1997
  0 siblings, 1 reply; 11+ messages in thread
From: forsyth @ 2001-04-10 15:19 UTC (permalink / raw)
  To: 9fans

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

given a symbolic net!host!service string, cs(8) produces a set of possible
recipes to make the corresponding connection.  the recipe is interpreted as:
	open the name given by the first field, and
	write the string given by the second field
to make a connection.  each line gives a different possibility, which
applications via dial(2) try in sequence until one works (or the last one fails).

in your case, it means that ndb looks fine (as far as i can tell), and you
need to check that both cpu server and file server have correctly configured
interfaces.

on the cpu server, try

cat /net/ipselftab
cat /net/iproute
cat /net/ipifc/0/status

on the file server ...
it's harder.  there isn't a command to print the configuration.
try
	state
which gives ethernet status.
and
	arp print

but it will also be helpful to know the file server configuration as given in config mode
to see how you've configured the interfaces.


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

[-- Attachment #2.1.1: Type: TEXT/PLAIN, Size: 741 bytes --]

This is what the commands returned
il!odysseus!9fs:
/net/il/clone 192.168.1.3!17008

il!achilles!cpu:
/net/il/clone 192.168.1.1!17013

net!odysseus!9fs:
/net/il/clone 192.168.1.3!17008
/net/tcp/clone 192.168.1.3!564


??? whats this mean ??
On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 15:46:57 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> to help debug this sort of thing, try using ndb/csquery to
> see its translations (if any):
>
> ndb/csquery
>
> then as input try the following
>
> il!$fs!9fs
>
> 	(note the $)
>
> il!odysseus!9fs
> il!achilles!cpu
> net!odysseus!9fs
>
>

[-- Attachment #2.1.2: Type: MESSAGE/RFC822, Size: 2243 bytes --]

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986912693:10:19759:3; Tue, 10 Apr 2001 14:24:53 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net
           id aa1113457; 10 Apr 2001 14:24 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id BF0E519AF6; Tue, 10 Apr 2001 10:24:09 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 269C619AF1
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:34 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:47027 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116885AbRDJOXO>; Tue, 10 Apr 2001 10:23:14 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA22207
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [9fans] Communication problem!!
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* Re: [9fans] Communication problem!!
  2001-04-10 14:48 forsyth
@ 2001-04-10 15:18 ` Dave Iafrate - CSCI/F1997
  2001-04-10 15:43   ` Martin Harriss
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 15:18 UTC (permalink / raw)
  To: forsyth; +Cc: 9fans

[-- Attachment #1: Type: TEXT/PLAIN, Size: 679 bytes --]

at the config prompt we typed in:

service odysseus
ip 192.168.1.3
ipmask 255.255.255.0
ipauth 192.168.1.1
config w0
filsys main w0
filsys dump o
ream main
end

will the ip in the cpurc be affecting this in any sort of way?



On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 15:48:34 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> i forgot to ask: what did you type in config mode on the file server?
> ie, which bits of {man 8 fsconfig}?   in particular, does it see and configure
> the ether0 device correctly on start up?
>
>

[-- Attachment #2: Type: MESSAGE/RFC822, Size: 2243 bytes --]

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986912693:10:19759:3; Tue, 10 Apr 2001 14:24:53 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net
           id aa1113457; 10 Apr 2001 14:24 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id BF0E519AF6; Tue, 10 Apr 2001 10:24:09 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 269C619AF1
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:34 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:47027 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116885AbRDJOXO>; Tue, 10 Apr 2001 10:23:14 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA22207
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [9fans] Communication problem!!
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* Re: [9fans] Communication problem!!
  2001-04-10 14:46 forsyth
@ 2001-04-10 14:55 ` Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 14:55 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: TEXT/PLAIN, Size: 741 bytes --]

This is what the commands returned
il!odysseus!9fs:
/net/il/clone 192.168.1.3!17008

il!achilles!cpu:
/net/il/clone 192.168.1.1!17013

net!odysseus!9fs:
/net/il/clone 192.168.1.3!17008
/net/tcp/clone 192.168.1.3!564


??? whats this mean ??
On Tue, 10 Apr 2001 forsyth@vitanuova.com wrote:

> Date: Tue, 10 Apr 2001 15:46:57 +0100
> From: forsyth@vitanuova.com
> Reply-To: 9fans@cse.psu.edu
> To: 9fans@cse.psu.edu
> Subject: Re: [9fans] Communication problem!!
>
> to help debug this sort of thing, try using ndb/csquery to
> see its translations (if any):
>
> ndb/csquery
>
> then as input try the following
>
> il!$fs!9fs
>
> 	(note the $)
>
> il!odysseus!9fs
> il!achilles!cpu
> net!odysseus!9fs
>
>

[-- Attachment #2: Type: MESSAGE/RFC822, Size: 2243 bytes --]

Return-Path: <9fans-admin@cse.psu.edu>
Received: from punt-1.mail.demon.net by mailstore for forsyth@vitanuova.com
          id 986912693:10:19759:3; Tue, 10 Apr 2001 14:24:53 GMT
Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net
           id aa1113457; 10 Apr 2001 14:24 GMT
Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP
	id BF0E519AF6; Tue, 10 Apr 2001 10:24:09 -0400 (EDT)
Received: from saturn.scs.ryerson.ca (unknown [141.117.150.10])
	by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 269C619AF1
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:34 -0400 (EDT)
Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:47027 "EHLO
	jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP
	id <S116885AbRDJOXO>; Tue, 10 Apr 2001 10:23:14 -0400
Received: from localhost (diafrate@localhost)
	by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id KAA22207
	for <9fans@cse.psu.edu>; Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs
To: cse.psu.edu!9fans
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Subject: [9fans] Communication problem!!
Sender: cse.psu.edu!9fans-admin
Errors-To: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0.1
Precedence: bulk
Reply-To: cse.psu.edu!9fans
List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* Re: [9fans] Communication problem!!
@ 2001-04-10 14:48 forsyth
  2001-04-10 15:18 ` Dave Iafrate - CSCI/F1997
  0 siblings, 1 reply; 11+ messages in thread
From: forsyth @ 2001-04-10 14:48 UTC (permalink / raw)
  To: 9fans

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

i forgot to ask: what did you type in config mode on the file server?
ie, which bits of {man 8 fsconfig}?   in particular, does it see and configure
the ether0 device correctly on start up?


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

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* Re: [9fans] Communication problem!!
@ 2001-04-10 14:46 forsyth
  2001-04-10 14:55 ` Dave Iafrate - CSCI/F1997
  0 siblings, 1 reply; 11+ messages in thread
From: forsyth @ 2001-04-10 14:46 UTC (permalink / raw)
  To: 9fans

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

to help debug this sort of thing, try using ndb/csquery to
see its translations (if any):

ndb/csquery

then as input try the following

il!$fs!9fs

	(note the $)

il!odysseus!9fs
il!achilles!cpu
net!odysseus!9fs


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

To: cse.psu.edu!9fans
Subject: [9fans] Communication problem!!
Date: Tue, 10 Apr 2001 10:23:11 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0104101020460.21497-100000@jupiter.scs.ryerson.ca>

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.

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

* [9fans] Communication problem!!
@ 2001-04-10 14:23 Dave Iafrate - CSCI/F1997
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 14:23 UTC (permalink / raw)
  To: 9fans

Ok, we're having trouble with communication between the fileserver and cpu
server.  IT says timeout cant establish a connection.  Our ndb/local looks
like this:

database=
        file=/lib/ndb/local
        file=/lib/ndb/common


ipnet=plan9 ip=192.168.1.0 ipmask=255.255.255.0
        fs=odysseus
        auth=achilles

ip=192.168.1.1 sys=achilles ether=0020af4cc97b
        proto=il

ip=192.168.1.3 sys=odysseus ether=0020af4cc981
        proto=il


does this seem right or does it need to be changed.  We are keeping
everyting local.



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

end of thread, other threads:[~2001-04-10 17:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-10 17:05 [9fans] Communication problem!! presotto
     [not found] <20010410170519Z48579-10235+9@saturn.scs.ryerson.ca>
2001-04-10 17:10 ` Dave Iafrate - CSCI/F1997
  -- strict thread matches above, loose matches on Subject: below --
2001-04-10 15:19 forsyth
2001-04-10 16:39 ` Dave Iafrate - CSCI/F1997
2001-04-10 14:48 forsyth
2001-04-10 15:18 ` Dave Iafrate - CSCI/F1997
2001-04-10 15:43   ` Martin Harriss
2001-04-10 15:46     ` Dave Iafrate - CSCI/F1997
2001-04-10 14:46 forsyth
2001-04-10 14:55 ` Dave Iafrate - CSCI/F1997
2001-04-10 14:23 Dave Iafrate - CSCI/F1997

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).