* [9fans] Re: Plan9 auth server [not found] <20010409232154Z49645-10233+672@saturn.scs.ryerson.ca> @ 2001-04-09 23:34 ` Dave Iafrate - CSCI/F1997 2001-04-09 23:45 ` Dave Iafrate - CSCI/F1997 0 siblings, 1 reply; 7+ messages in thread From: Dave Iafrate - CSCI/F1997 @ 2001-04-09 23:34 UTC (permalink / raw) To: dpx; +Cc: 9fans [-- Attachment #1: Type: TEXT/PLAIN, Size: 966 bytes --] Ok, hopefully i still got ya. We were able to screw up the checksum on reboot, and entered password, id and domain for bootes. The diplay fails, gives us the promt of the cpu server and we get an error that says rio: can't open display no frame buffer init: rc exit status: rc 10:cpurc 11:rio 41:display open now when we get the prompt, we can't do anything at all, its frozen. Also when we rebooted again, there was no checksum error, we get the same error again as above, and the system freezes at the prompt any help needed On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > Date: Mon, 9 Apr 2001 17:22:35 -0600 > From: dpx@acl.lanl.gov > To: diafrate@scs.Ryerson.CA > Subject: Re: Plan9 auth server > > got me, i'd guess some sort of hardware problem. I had lots of problems > with various onboard scsi controllers, it could be something like that. > Also it is worth applying the latest updates if you have not done so already. > > [-- Attachment #2: Type: MESSAGE/RFC822, Size: 2836 bytes --] Received: from acl.lanl.gov ([128.165.147.1]) by bela; Mon Apr 9 16:00:21 EDT 2001 Received: (from dpx@localhost) by acl.lanl.gov (8.8.8/8.8.5) id RAA2328083 for dpx@[128.165.147.110]; Mon, 9 Apr 2001 17:01:45 -0600 (MDT) Received: from mailman.lanl.gov (mailman.lanl.gov [128.165.5.1]) by acl.lanl.gov (8.8.8/8.8.5) with ESMTP id RAA2358955 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 (MDT) Received: from mailproxy1.lanl.gov (mailproxy1.lanl.gov [128.165.0.26]) by mailman.lanl.gov (8.10.1/8.10.1/(cic-5, 6/12/00)) with ESMTP id f39N1hx14592 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 Received: from saturn.scs.ryerson.ca ([141.117.150.10]) by mailproxy1.lanl.gov (8.10.1/8.10.1/(cic-5, 6/12/00)) with ESMTP id f39N1hI07706 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:38006 "EHLO jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP id <S116869AbRDIXBb>; Mon, 9 Apr 2001 19:01:31 -0400 Received: from localhost (diafrate@localhost) by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id TAA25361 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 19:01:29 -0400 (EDT) X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs Date: Mon, 9 Apr 2001 19:01:29 -0400 (EDT) From: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> To: dpx@acl.lanl.gov Subject: Re: Plan9 auth server In-Reply-To: <20010409193851Z116860-10233+624@saturn.scs.ryerson.ca> Message-ID: <Pine.GSO.4.21.0104091859560.24231-100000@jupiter.scs.ryerson.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hopefully you're still around to help us. The next problem we get is when we run mk 'CONF=pccpudisk' 9pccpudisk half way through the compile, the system just hangs. Its happened to us a few times. Any suggestions??? any help is greatly appreciated as we are almost at our deadline to get this running. On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > Date: Mon, 9 Apr 2001 13:39:39 -0600 > From: dpx@acl.lanl.gov > To: diafrate@scs.Ryerson.CA > Subject: Re: Plan9 auth server > > > > Ok, we're not using dhcp, so things should be ok then? Or must we add some > > extra stuff so dhcp won't do anything? > > If you don't want to use dhcp at all, you will want to make sure ip/dhcpd is > commented out in your /rc/bin/cpurc and then i think you will have to set > the address by hand on each machine in either cpurc/termrc with a line like: > > ip/ipconfig -g 192.168.0.254 ether /net/ether0 192.168.0.3 255.255.255.0 > > > with dhcp on, it will use the /lib/ndb/local to hand out the correct ip address > to the machine w/ the appropriate mac addr. and you only need to set the > address by hand on the dhcp server machine ( usually the auth server) > > -dp > From: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> To: dpx@acl.lanl.gov Subject: Re: Plan9 auth server Date: Mon, 9 Apr 2001 19:01:29 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0104091859560.24231-100000@jupiter.scs.ryerson.ca> Hopefully you're still around to help us. The next problem we get is when we run mk 'CONF=pccpudisk' 9pccpudisk half way through the compile, the system just hangs. Its happened to us a few times. Any suggestions??? any help is greatly appreciated as we are almost at our deadline to get this running. On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > Date: Mon, 9 Apr 2001 13:39:39 -0600 > From: dpx@acl.lanl.gov > To: diafrate@scs.Ryerson.CA > Subject: Re: Plan9 auth server > > > > Ok, we're not using dhcp, so things should be ok then? Or must we add some > > extra stuff so dhcp won't do anything? > > If you don't want to use dhcp at all, you will want to make sure ip/dhcpd is > commented out in your /rc/bin/cpurc and then i think you will have to set > the address by hand on each machine in either cpurc/termrc with a line like: > > ip/ipconfig -g 192.168.0.254 ether /net/ether0 192.168.0.3 255.255.255.0 > > > with dhcp on, it will use the /lib/ndb/local to hand out the correct ip address > to the machine w/ the appropriate mac addr. and you only need to set the > address by hand on the dhcp server machine ( usually the auth server) > > -dp > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Re: Plan9 auth server 2001-04-09 23:34 ` [9fans] Re: Plan9 auth server Dave Iafrate - CSCI/F1997 @ 2001-04-09 23:45 ` Dave Iafrate - CSCI/F1997 2001-04-09 23:51 ` Eric Dorman 0 siblings, 1 reply; 7+ messages in thread From: Dave Iafrate - CSCI/F1997 @ 2001-04-09 23:45 UTC (permalink / raw) To: dpx; +Cc: 9fans [-- Attachment #1: Type: TEXT/PLAIN, Size: 1422 bytes --] also, now that we're at this point, is there a way to go back and make changes, or do we have to reinstall again??? On Mon, 9 Apr 2001, Dave Iafrate - CSCI/F1997 wrote: > Date: Mon, 9 Apr 2001 19:34:57 -0400 (EDT) > From: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> > Reply-To: 9fans@cse.psu.edu > To: dpx@acl.lanl.gov > Cc: 9fans@cse.psu.edu > Subject: [9fans] Re: Plan9 auth server > > Ok, hopefully i still got ya. We were able to screw up the checksum on > reboot, and entered password, id and domain for bootes. The diplay fails, > gives us the promt of the cpu server and we get an error that says > > rio: can't open display no frame buffer > init: rc exit status: rc 10:cpurc 11:rio 41:display open > > now when we get the prompt, we can't do anything at all, its frozen. Also > when we rebooted again, there was no checksum error, we get the same error > again as above, and the system freezes at the prompt > > any help needed > > On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > > > Date: Mon, 9 Apr 2001 17:22:35 -0600 > > From: dpx@acl.lanl.gov > > To: diafrate@scs.Ryerson.CA > > Subject: Re: Plan9 auth server > > > > got me, i'd guess some sort of hardware problem. I had lots of problems > > with various onboard scsi controllers, it could be something like that. > > Also it is worth applying the latest updates if you have not done so already. > > > > > [-- Attachment #2: Type: MESSAGE/RFC822, Size: 2836 bytes --] Received: from acl.lanl.gov ([128.165.147.1]) by bela; Mon Apr 9 16:00:21 EDT 2001 Received: (from dpx@localhost) by acl.lanl.gov (8.8.8/8.8.5) id RAA2328083 for dpx@[128.165.147.110]; Mon, 9 Apr 2001 17:01:45 -0600 (MDT) Received: from mailman.lanl.gov (mailman.lanl.gov [128.165.5.1]) by acl.lanl.gov (8.8.8/8.8.5) with ESMTP id RAA2358955 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 (MDT) Received: from mailproxy1.lanl.gov (mailproxy1.lanl.gov [128.165.0.26]) by mailman.lanl.gov (8.10.1/8.10.1/(cic-5, 6/12/00)) with ESMTP id f39N1hx14592 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 Received: from saturn.scs.ryerson.ca ([141.117.150.10]) by mailproxy1.lanl.gov (8.10.1/8.10.1/(cic-5, 6/12/00)) with ESMTP id f39N1hI07706 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 17:01:43 -0600 Received: from jupiter.scs.ryerson.ca ([141.117.150.31]:38006 "EHLO jupiter.scs.ryerson.ca") by saturn.scs.ryerson.ca with ESMTP id <S116869AbRDIXBb>; Mon, 9 Apr 2001 19:01:31 -0400 Received: from localhost (diafrate@localhost) by jupiter.scs.ryerson.ca (8.9.3/8.9.3) with ESMTP id TAA25361 for <dpx@acl.lanl.gov>; Mon, 9 Apr 2001 19:01:29 -0400 (EDT) X-Authentication-Warning: jupiter.scs.ryerson.ca: diafrate owned process doing -bs Date: Mon, 9 Apr 2001 19:01:29 -0400 (EDT) From: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> To: dpx@acl.lanl.gov Subject: Re: Plan9 auth server In-Reply-To: <20010409193851Z116860-10233+624@saturn.scs.ryerson.ca> Message-ID: <Pine.GSO.4.21.0104091859560.24231-100000@jupiter.scs.ryerson.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hopefully you're still around to help us. The next problem we get is when we run mk 'CONF=pccpudisk' 9pccpudisk half way through the compile, the system just hangs. Its happened to us a few times. Any suggestions??? any help is greatly appreciated as we are almost at our deadline to get this running. On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > Date: Mon, 9 Apr 2001 13:39:39 -0600 > From: dpx@acl.lanl.gov > To: diafrate@scs.Ryerson.CA > Subject: Re: Plan9 auth server > > > > Ok, we're not using dhcp, so things should be ok then? Or must we add some > > extra stuff so dhcp won't do anything? > > If you don't want to use dhcp at all, you will want to make sure ip/dhcpd is > commented out in your /rc/bin/cpurc and then i think you will have to set > the address by hand on each machine in either cpurc/termrc with a line like: > > ip/ipconfig -g 192.168.0.254 ether /net/ether0 192.168.0.3 255.255.255.0 > > > with dhcp on, it will use the /lib/ndb/local to hand out the correct ip address > to the machine w/ the appropriate mac addr. and you only need to set the > address by hand on the dhcp server machine ( usually the auth server) > > -dp > From: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> To: dpx@acl.lanl.gov Subject: Re: Plan9 auth server Date: Mon, 9 Apr 2001 19:01:29 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0104091859560.24231-100000@jupiter.scs.ryerson.ca> Hopefully you're still around to help us. The next problem we get is when we run mk 'CONF=pccpudisk' 9pccpudisk half way through the compile, the system just hangs. Its happened to us a few times. Any suggestions??? any help is greatly appreciated as we are almost at our deadline to get this running. On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > Date: Mon, 9 Apr 2001 13:39:39 -0600 > From: dpx@acl.lanl.gov > To: diafrate@scs.Ryerson.CA > Subject: Re: Plan9 auth server > > > > Ok, we're not using dhcp, so things should be ok then? Or must we add some > > extra stuff so dhcp won't do anything? > > If you don't want to use dhcp at all, you will want to make sure ip/dhcpd is > commented out in your /rc/bin/cpurc and then i think you will have to set > the address by hand on each machine in either cpurc/termrc with a line like: > > ip/ipconfig -g 192.168.0.254 ether /net/ether0 192.168.0.3 255.255.255.0 > > > with dhcp on, it will use the /lib/ndb/local to hand out the correct ip address > to the machine w/ the appropriate mac addr. and you only need to set the > address by hand on the dhcp server machine ( usually the auth server) > > -dp > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Re: Plan9 auth server 2001-04-09 23:45 ` Dave Iafrate - CSCI/F1997 @ 2001-04-09 23:51 ` Eric Dorman 2001-04-10 0:02 ` Dave Iafrate - CSCI/F1997 0 siblings, 1 reply; 7+ messages in thread From: Eric Dorman @ 2001-04-09 23:51 UTC (permalink / raw) To: 9fans Dave Iafrate - CSCI/F1997 wrote: > > also, now that we're at this point, is there a way to go back and make > changes, or do we have to reinstall again??? seems to me that you should be able to boot sdC0!9fat!9pcdisk and get back to your previous kernel. regards, --eric ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Re: Plan9 auth server 2001-04-09 23:51 ` Eric Dorman @ 2001-04-10 0:02 ` Dave Iafrate - CSCI/F1997 0 siblings, 0 replies; 7+ messages in thread From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 0:02 UTC (permalink / raw) To: Eric Dorman; +Cc: 9fans How exactly do i do this? ive tried both the installation disk (changing path) and at the prompt. At both times kernel panics of failure to connect to fs. On Mon, 9 Apr 2001, Eric Dorman wrote: > Date: Mon, 09 Apr 2001 16:51:19 -0700 > From: Eric Dorman <edorman@san.rr.com> > Reply-To: 9fans@cse.psu.edu > To: 9fans@cse.psu.edu > Subject: Re: [9fans] Re: Plan9 auth server > > Dave Iafrate - CSCI/F1997 wrote: > > > > also, now that we're at this point, is there a way to go back and make > > changes, or do we have to reinstall again??? > > seems to me that you should be able to boot > sdC0!9fat!9pcdisk and get back to your previous > kernel. > > regards, > > --eric > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [9fans] Re: Plan9 auth server @ 2001-04-10 10:37 forsyth 0 siblings, 0 replies; 7+ messages in thread From: forsyth @ 2001-04-10 10:37 UTC (permalink / raw) To: 9fans several notes i've read here attempting to help diafrate have suggested in examples how to boot 9pcdisk but bear in mind that he's trying to set up a cpu/auth server and thus is correctly using 9pccpudisk (or 9pccpu if diskless and attached to a file server running 9pcfs). ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <Pine.GSO.4.10.10104091752080.18986-100000@ultra5d.usask.ca>]
* Re: [9fans] Re: Plan9 auth server [not found] <Pine.GSO.4.10.10104091752080.18986-100000@ultra5d.usask.ca> @ 2001-04-10 0:01 ` Dave Iafrate - CSCI/F1997 0 siblings, 0 replies; 7+ messages in thread From: Dave Iafrate - CSCI/F1997 @ 2001-04-10 0:01 UTC (permalink / raw) To: Andrey A Mirtchovski; +Cc: 9fans Im thinking the same thing, its just that i am confused since this machine has a video card that is not included in the vgadb. What file do you include in this manner? The card uses a version of the mach64 chipset that is not in the standard distribution. Do i just include the vgamach64xx in the pccpudisk file? On Mon, 9 Apr 2001, Andrey A Mirtchovski wrote: > Date: Mon, 9 Apr 2001 17:52:36 -0600 (CST) > From: Andrey A Mirtchovski <aam396@mail.usask.ca> > To: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA> > Subject: Re: [9fans] Re: Plan9 auth server > > compile the driver for your video card in the kernel (example should be the > 9pcdisk kernel) > > On Mon, 9 Apr 2001, Dave Iafrate - CSCI/F1997 wrote: > > > Ok, hopefully i still got ya. We were able to screw up the checksum on > > reboot, and entered password, id and domain for bootes. The diplay fails, > > gives us the promt of the cpu server and we get an error that says > > > > rio: can't open display no frame buffer > > init: rc exit status: rc 10:cpurc 11:rio 41:display open > > > > now when we get the prompt, we can't do anything at all, its frozen. Also > > when we rebooted again, there was no checksum error, we get the same error > > again as above, and the system freezes at the prompt > > > > any help needed > > > > On Mon, 9 Apr 2001 dpx@acl.lanl.gov wrote: > > > > > Date: Mon, 9 Apr 2001 17:22:35 -0600 > > > From: dpx@acl.lanl.gov > > > To: diafrate@scs.Ryerson.CA > > > Subject: Re: Plan9 auth server > > > > > > got me, i'd guess some sort of hardware problem. I had lots of problems > > > with various onboard scsi controllers, it could be something like that. > > > Also it is worth applying the latest updates if you have not done so already. > > > > > > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [9fans] Re: Plan9 auth server
@ 2001-04-09 22:33 dpx
0 siblings, 0 replies; 7+ messages in thread
From: dpx @ 2001-04-09 22:33 UTC (permalink / raw)
To: diafrate; +Cc: 9fans
You probably just need to add correct lines to /sys/src/9/pc/pccpudisk. like Andrey
said, you should be able to find what you need in /sys/src/9/pc/pcdisk. I have
a generic pccpudisk at http://www.acl.lanl.gov/plan9/pccpudisk.txt that has
most of the video drivers in it, you might try that as a sample.
> Im thinking the same thing, its just that i am confused since this machine
> has a video card that is not included in the vgadb. What file do you
> include in this manner? The card uses a version of the mach64 chipset
> that is not in the standard distribution. Do i just include the
> vgamach64xx in the pccpudisk file?
>
> On Mon, 9 Apr 2001, Andrey A Mirtchovski wrote:
>
> > Date: Mon, 9 Apr 2001 17:52:36 -0600 (CST)
> > From: Andrey A Mirtchovski <aam396@mail.usask.ca>
> > To: Dave Iafrate - CSCI/F1997 <diafrate@scs.Ryerson.CA>
> > Subject: Re: [9fans] Re: Plan9 auth server
> >
> > compile the driver for your video card in the kernel (example should be the
> > 9pcdisk kernel)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-04-10 10:37 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20010409232154Z49645-10233+672@saturn.scs.ryerson.ca> 2001-04-09 23:34 ` [9fans] Re: Plan9 auth server Dave Iafrate - CSCI/F1997 2001-04-09 23:45 ` Dave Iafrate - CSCI/F1997 2001-04-09 23:51 ` Eric Dorman 2001-04-10 0:02 ` Dave Iafrate - CSCI/F1997 2001-04-10 10:37 forsyth [not found] <Pine.GSO.4.10.10104091752080.18986-100000@ultra5d.usask.ca> 2001-04-10 0:01 ` Dave Iafrate - CSCI/F1997 -- strict thread matches above, loose matches on Subject: below -- 2001-04-09 22:33 dpx
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).