home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / softsys / tooltalk / 33 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.1 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!jethro.Corp.Sun.COM!exodus.Eng.Sun.COM!netcord.Eng.Sun.COM!holtz
  2. From: holtz@netcord.Eng.Sun.COM (Brian Holtz)
  3. Newsgroups: alt.soft-sys.tooltalk
  4. Subject: Re: Couldn't contact X server - error
  5. Date: 30 Jul 1992 23:40:07 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 50
  8. Message-ID: <l7gvenINNkep@exodus.Eng.Sun.COM>
  9. References: <1992Jul30.075728.28453@eua.ericsson.se>
  10. NNTP-Posting-Host: netcord
  11.  
  12. In article <1992Jul30.075728.28453@eua.ericsson.se> euabin@eua.ericsson.se
  13. (Bjarne.Nordberg) writes:
  14.  
  15. >Always when I run my ToolTalk applications, they print out the
  16. >message:
  17. >
  18. >Couldn't contact X server
  19. >
  20. >after registering or sending messages.
  21. >I am only running locally on one machine, although I'm connected
  22. >to a large network.
  23. >
  24. >It takes very long time (25-30s), to send a tt message with this bug.
  25. >Sometimes these lines go with it:
  26. >
  27. >Xlib:  connection to "134.138.8.59:0.0" refused by server
  28. >Xlib:  Client is not authorized to connect to server
  29. >
  30. >There is no delay in this case.
  31. >
  32. >It appears to be some configuration information regarding tt which
  33. >is not maintained properly (old info not erased).
  34.  
  35. Bingo.  There was a bug in ToolTalk 1.0 (OWv3.0) in which, if a client
  36. crashed while joined to a file, that client's session was still
  37. recorded as interested in that file.
  38.  
  39. This bug is fixed in ToolTalk 1.0.1 (OWv3.0.1, SunOS 5.0, Solaris
  40. 2.0), and in the ToolTalk patch for 4.x (patch 100626).
  41.  
  42. >- Does anyone have a fix or workaround for this problem?
  43.  
  44. If you don't have the patch, then:
  45.  
  46. If you have ToolTalk 'objects' on the file, try:
  47.   ttmv -L file file-
  48.   ttrm -L file
  49.   ttmv -L file- file
  50. (This can't hurt, but I'm not 100% sure it will fix it, either.)
  51.  
  52. If you don't have any ToolTalk 'objects' on the file (or if you do and
  53. you don't mind losing them), you can solve it by tt_file_destroy()ing
  54. the file.  ttrm -L <file> does the same thing as tt_file_destroy().
  55.  
  56. A more drastic step is to remove all the ToolTalk data for the entire
  57. filesystem, via rm -r /mountpoint/TT_DB.  If you do so, be sure to
  58. restart the ToolTalk database server (rpc.ttdbserverd) on that
  59. machine.
  60. --
  61. Brian Holtz
  62.