From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Iafrate - CSCI/F1997 To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] Re: Plan9 auth server (fwd) Date: Mon, 9 Apr 2001 19:04:38 -0400 Topicbox-Message-UUID: 7c88fb3c-eac9-11e9-9e20-41e7f4b1d025 ---------- Forwarded message ---------- Date: Mon, 9 Apr 2001 19:01:29 -0400 (EDT) From: Dave Iafrate - CSCI/F1997 To: dpx@acl.lanl.gov Subject: Re: Plan9 auth server 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 >