home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / appletal / 3799 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!bcm!lib!odin.mda.uth.tmc.edu
  2. From: ems@odin.mda.uth.tmc.edu (Eric Sisson)
  3. Newsgroups: comp.protocols.appletalk
  4. Subject: Re: CAP setup for SunOS-4.1.3
  5. Message-ID: <7720@lib.tmc.edu>
  6. Date: 5 Nov 1992 15:19:02 GMT
  7. References: <9211041524.AA05009@darwin.sfbr.org>
  8. Sender: usenet@lib.tmc.edu
  9. Organization: University of Texas M.D. Anderson Cancer Center
  10. Lines: 44
  11. Nntp-Posting-Host: 129.106.3.17
  12.  
  13. In article <9211041524.AA05009@darwin.sfbr.org> frank@DARWIN.SFBR.ORG (Frank Lowe) writes:
  14. >I have been trying to setup CAP60 pl125 on our primary file/print server,
  15. >a Sun SPARCStation 2 running SunOS-4.1.3. The macs are running various
  16. >System 6.xx-7.0 with phase 1 ethertalk.  We had been running CAP60 pl100
  17. >on the Sun's predecessor, but the restored files also fail under 4.1.3.
  18. >
  19. >The programs and libs compile/build ok, things seem to be in the right places,
  20. >and /etc/services was updated to include the necessary ports.
  21. >
  22. >Both lwsrv and aufs produce errors during startup, but lwsrv continues to run,
  23. >uab starts and runs successfully, as does atis.  atlook and atlooklws show
  24. >no macks on the net.  atistest asks if atis is running.
  25.  .
  26.  .
  27.  .
  28. >-----------------------------------------------------------------------------------
  29. >darwin: ls -l /dev/nit
  30. >crw-------  1 root      37,  40 Oct 26 12:45 /dev/nit
  31.  
  32. I am running CAP pl126 with EtherTalk Phase 2 and native
  33. EtherTalk on a Sun SPARC with SunOS 4.1.1 Rev. B, so I am
  34. not sure whether the following will apply to you.
  35.  
  36. According to the Sun "System and Network Administration"
  37. manual, chapter 12 "Maintaining Printers and Print Servers",
  38. the permissions for a printer device must be set as follows
  39. (assuming printer device /dev/ttya) --
  40.  
  41.     # ls -lg /dev/ttya
  42.     crw-rw----  1 daemon  daemon  12,  0  Oct 21 11:57 /dev/ttya
  43.  
  44. Since CAP is really writing to /dev/nit, I found it necessary
  45. to change the permissions of /dev/nit similarly to get
  46. printing to work, that is --
  47.  
  48.     # ls -lg /dev/nit
  49.     crw-rw----  1 root    daemon  37,  40 Feb 12  1992 /dev/nit
  50.  
  51. Hope this helps.
  52. -- 
  53. Eric M. Sisson                        Internet:  ems@jackalope.mda.uth.tmc.edu
  54. Programmer Analyst III                                    voice:  713-792-6466
  55. Academic and Research Computing - Box 549                   fax:  713-794-5072
  56. The University of Texas M. D. Anderson Cancer Center
  57.