home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3826 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.4 KB  |  70 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!uunet.ca!wildcan!sq!lee
  3. From: lee@sq.sq.com (Liam R. E. Quin)
  4. Subject: Problems starting openwin [Re: Missing subject header]
  5. Message-ID: <1992Sep15.035929.21804@sq.sq.com>
  6. Keywords: X11R5, SunOS 4.1.2
  7. Organization: SoftQuad Inc., Toronto, Canada
  8. References: <1992Sep09.153032.13894@watson.ibm.com> <1992Sep13.125450.13140@discus.technion.ac.il>
  9. Date: Tue, 15 Sep 92 03:59:29 GMT
  10. Lines: 58
  11.  
  12. Sorry to post this, but I can't send mail to the original poster, the header
  13. got garbled somewhere.
  14.  
  15. >|> We have upgraded to SunOs 4.1.2 and X11R5, my problem is that
  16. >|> I can't start up openwindows any more.  When I try to execute
  17. >|> openwin it complains in the following way, then dies:
  18. >|> 
  19. >|> Couldn't get base SunWindow
  20. >|> /usr/openwin/bin/xinit:  Connection refused (errno 61): unable to
  21. >|> connect to X server
  22.  
  23. Things to check:
  24.  
  25. If you elected not to install SunView (suntools) support when you installed
  26. SunOS, you should start xnews with the -nosunview option.
  27.  
  28. X11R5 should not be involved here.
  29. Make sure that your PATH and LD_LIBRARY_PATH have $OPENHOME/bin and
  30. $OPENWINHOME/lib (respectively) before any references to (e.g.) /usr/bin/X11.
  31.  
  32. If you have a .xserverrc, remove it (or rename it).
  33. In fact, a good idea is
  34.     cd
  35.     mkdir dots
  36.     mv .[xXous]* dots
  37.     mv NeWS dots/NeWS # if you have a NeWS directory
  38.  
  39. Then log out altogether, log in again and try "openwin" again.
  40.  
  41. But the most likely cause is that you need -nosunview.
  42.  
  43. Some less likely possibilities:
  44. * you are missing the /dev entry for /dev/fb, /dev/cgfour0 or whatever
  45.   [unlikely as you've been able to start xnews]
  46.  
  47. * you are missing the /dev entries or kernel support for SunView (/dev/win*)
  48.  
  49. * you still have an old .xinitrc that is incompatible with OpenWindows 3
  50.  
  51. * you started xnews as root and there are files in /tmp (e.g. .X11-unix)
  52.   or process (eg. xv_sv_sel) running that you can't overwrite/stop.
  53.  
  54. * you have DISPLAY set to something other than your_machine:0; unset DISPLAY
  55.   and try again [I have seen this problem!].
  56.  
  57. * you are running an old copy of the openwin shell script
  58.  
  59. Note also that you might be missing some error messages; you could do
  60.     openwin 2> /tmp/oops.log
  61. or (for csh users, I _think_)
  62.     openwin >& /tmp/oops.log
  63.  
  64. Lee
  65.  
  66. -- 
  67. Liam Quin, lee@sq.com, SoftQuad, Toronto, 416 239-4801; the barefoot programmer
  68.   lq-text (Unix text retrieval package) mailing list: lq-text-request@sq.com
  69.  
  70.