Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rochester!pt!sei!sei.cmu.edu!pdb From: pdb@sei.cmu.edu (Patrick Barron) Newsgroups: comp.unix.questions Subject: Re: Two DEQNA's on Ultrix1.2 - problems Message-ID: <2066@aw.sei.cmu.edu> Date: Sat, 1-Aug-87 23:59:43 EDT Article-I.D.: aw.2066 Posted: Sat Aug 1 23:59:43 1987 Date-Received: Sun, 2-Aug-87 11:00:09 EDT References: <3680023@nucsrl.UUCP> Sender: netnews@sei.cmu.edu Reply-To: pdb@sei.cmu.edu (Pat Barron) Organization: Carnegie-Mellon University, SEI, Pgh, Pa Lines: 26 In article <3680023@nucsrl.UUCP: woodward@nucsrl.UUCP (Ernest Woodward) writes: :I have an Ultrix 1.2 system on a MicroVAXII being used as a communications :gateway between a small campus ethernet and ARPANET. I am also attempting :to gateway to another inter-university ethernet network, so I have :installed a second DEQNA in the MicroVAX. I rebuilt the kernel with two :qe's defined and fired up the new system. I was able to use the ethernet :for communications on the university but noticed some very strange :problems with the kernel. I discovered that the commands "ps ax" and :"netstat -i" would print out the header on the standard output device, but :the rest of the output was not appearing. I thought there may be a :problem with the new DEQNA and shut the system down to single user mode :and rebooted the system. I booted the system in single user mode and I :entered the "ps ax" command at the console and once again noticed that the :header was printed at the console but no line print outs about swapper and :the other immediate processes. Are you booting the new kernel from "/vmunix.new", or something like that? If so, that's your problem. Commands like "netstat", "ps", "pstat", etc., need to muck around in /dev/kmem, and they need to know offsets into kernel space to do that. They find these offsets in the system namelist, which, by default, is in "/vmunix". Most of these commands also have options to tell them the name of the running kernel, if it isn't "/vmunix". --Pat.