home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / dec / 6544 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!world!mbg
  3. From: mbg@world.std.com (Megan B Gentry)
  4. Subject: Re: two-headed vaxes
  5. Message-ID: <BzH5LM.1tK@world.std.com>
  6. Organization: The World Public Access UNIX, Brookline, MA
  7. References: <melanie.723757065@ph-meter.beckman.uiuc.edu>
  8. Date: Fri, 18 Dec 1992 21:41:46 GMT
  9. Lines: 34
  10.  
  11. melanie@ph-meter.beckman.uiuc.edu (Melanie Humphrey) writes:
  12.  
  13. >boots just fine.  however neither genvmunix or the kernel i built with
  14. >both qd0 and qd1 in it sees the 2nd card. first card comes up fine as
  15. >the console. the 2nd card worked fine in a ba23 gpx that was recently
  16. >put out to pasture.
  17.  
  18. If it worked fine in another machine, as the console device, it will
  19. need to be configured to BE the second device on your new machine. Make
  20. sure the hardware responds at 177402.  That block of switches should
  21. read on-on-on-off on the primary board.  It should read on-on-off-off
  22. on the second board.  When you go to boot the Ultrix, it should list
  23. an entry for qd1 at the proper address, if not, the board is either
  24. not working or configured incorrectly.
  25.  
  26. Next, ensure it is defined in your config file (you've done that) and
  27. build a new kernel.
  28.  
  29. After booting this new kernel, you'll have to edit the
  30. /etc/ttys file to include a line at the bottom of the file which looks
  31. something like the line already there:
  32.  
  33. :0 "/usr/bin/login -P /usr/bin/Xprompter -C /usr/bin/dxsession -e" none on
  34. secure window="/usr/bin/Xqdsg -su"
  35.  
  36.     add
  37.  
  38. :1 "/usr/bin/login -P /usr/bin/Xprompter -C /usr/bin/dxsession -e" none on
  39. secure window="/usr/bin/Xqdsg -su"
  40.  
  41. now, doing a kill -HUP 1 should cause init to get that terminal going,
  42. if not, try rebooting.
  43.  
  44.                     Megan
  45.