home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / ultrix / 6219 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.4 KB  |  45 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!uunet.ca!ohpspd!faashb
  3. From: faashb@ohpspd.com (Fe A. Ashburner)
  4. Subject: Re: WordPerfect 5.0
  5. Message-ID: <1992Aug13.154431.11529@ohpspd.com>
  6. Organization: Ontario Hydro Power System Planning Division
  7. Date: Thu, 13 Aug 1992 15:44:31 GMT
  8. Lines: 35
  9.  
  10. In article <1992Aug11.155939.5488@trentu.ca> ccksb@blaze.trentu.ca (Ken Brown) writes:
  11. >I'm having some problems with WordPefect 5.0 running under Ultrix 4.2.
  12. >
  13. >The problem is that wpport (used to define ports for wp printers) cannot be
  14. >accessed once it is created.  The program logo appears and then the error
  15. >message;
  16. >
  17. >    Error:file in use
  18. >
  19. >This is stragne becaue the file is NOT in use.  The only way around this is
  20. >to delete the file wpport.def, fire up wpport and enter all the port
  21. >definitions.  This is a real drag.  WordPerfect annot provide an answer.
  22. >
  23. >Anyone have similar problems and/or a solution?
  24.  
  25.  
  26.  Yes I have the same problem.
  27.  
  28.  Wordperfect claim its problem with Ultrix file locking.
  29.  
  30.  However  if after creating or updateing wpport.def you do the following
  31.  
  32.     cp wpport.def wpport.sav
  33.     rm wpport.def
  34.     cp wpport.sav wpport.def
  35.  
  36. the wpport.def should then be unlocked. 
  37. For some reason you must rm wpport.def before you copy the saved version back
  38. or the file remains locked.
  39.  
  40. While this is still a bit of a Kludge its a lot better than entering all the 
  41. port info again.
  42.  
  43.  
  44.  
  45.