home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / appletal / 3308 < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.7 KB  |  50 lines

  1. Newsgroups: comp.protocols.appletalk
  2. Path: sparky!uunet!decwrl!access.usask.ca!ccu.umanitoba.ca!tilley
  3. From: tilley@ccu.umanitoba.ca (Richard Tilley)
  4. Subject: Re: setdefaulttimeouts probs
  5. Message-ID: <1992Sep5.133525.12608@ccu.umanitoba.ca>
  6. Organization: University of Manitoba, Winnipeg, Canada
  7. References: <1992Aug27.181821.10480@bnr.co.uk>
  8. Date: Sat, 5 Sep 1992 13:35:25 GMT
  9. Lines: 39
  10.  
  11. In <1992Aug27.181821.10480@bnr.co.uk> th@bnr.co.uk (Tony Heskett) writes:
  12.  
  13. [...]
  14.  
  15. >A bit later, tilley@ccu.umanitoba.ca (Richard Tilley) writes:
  16.  
  17. >> The prep file I looked at only executed  "setdefaulttimeouts" if
  18. >> the current "waittimeout" was less than 300 seconds. The default
  19. >> on most printers will be 30 seconds.  Changing this default to
  20. >> 300 bypassed the problem.
  21.  
  22. >I looked for this setdefaulttimeout command in the Transcript
  23. >s/w, got Mac to print to local disk (PS file) and checked there,
  24. >grepped through all the CAP procsets ...    I could only find it
  25. >in the file in the Unix spool directory.
  26.  
  27. >So what gives ?   Do I have to save a new procset, then change the
  28. >30 sec to 300 sec in there ?    If so, could you p'raps point me in
  29. >the correct direction for instructions on how to do this ?
  30.  
  31. Print the following job. 
  32.  
  33. %!
  34. serverdict begin [your password goes here] exitserver
  35. statusdict begin 
  36. defaulttimeouts
  37. % LaserWriter 7.1.1 only tries to reset waittimeout to 300 if it is less than 300.
  38. %                  Otherwise I would have left it at 30 seconds.
  39. % Time out jobs after 10 minutes so weird postscript won't hang the printer for hours.
  40.  job manual wait
  41.  600   60   300 setdefaulttimeouts
  42. defaulttimeouts
  43. % an error will print the stack to we can have a look
  44. InvalidCommand
  45. end
  46.  
  47. ... Richard
  48. -- 
  49. This space is not blank!
  50.