From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 19 Mar 1999 22:00:50 -0800 From: James A. Robinson Jim.Robinson@Stanford.Edu Subject: [9fans] no free mount rpc buffer Topicbox-Message-UUID: 93cc2d74-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19990320060050.TYjIQWbzCRZ2vZtYw_HrWwzVH5DeKVH9Nyw1PE1S_Fk@z> What I'm trying to do is install a new cpu server, and once it is up and running make it into the bootp/auth server. I am having a hard time and I'm wondering if one of the problems is the fact that I don't have a prep'ed disk, and therefore have no nvram location to read/write. I've got a boot floppy with a bb bootsectore, and the files b.com, 9pccpudisk, and a plan9.ini. The floppy boots up just fine, and asks me for the network config (just like my normal auth server) and then it asks for the nvram info: password: authid: root (I use 'root' instead of bootes on my current cpu/auth server) authdom: stanford.edu (???? I *think* this is what I used before) It seems to take this, it obviously mounts the fs because it executes the /bin/cpurc and prints out some messages in it, but then it spews forth various errors: aux/listen: no free mount rpc buffer bind: no free mount rpc buffer aux/icmp: no free mount rpc buffer bind: no free mount rpc buffer bind: no free mount rpc buffer rc: file /rc/bin/cpurc: line 65: token EOF: syntax error rc: file /rc/lib/rcmain: line 30: token EOF: syntax error init: rc exit status: rc 7:cpurc 47:can't exec criswell password: criswell% my fs was in allow mode during this operation, my normal auth server was offline. My normal cpu/auth server boots up without any of these errors. I've checked cpurc and rcmain, and they look fine to me in terms of rc code -- nothing link a missing '}'. Jim