home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sun / admin / 9540 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.5 KB  |  48 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!psuvax1!atlantis.psu.edu!barr
  3. From: barr@pop.psu.edu (David Barr)
  4. Subject: Re: lpd error -- ubind
  5. Message-ID: <8y91H6yrfb@atlantis.psu.edu>
  6. Sender: news@atlantis.psu.edu (Usenet)
  7. Organization: Penn State Population Research Institute
  8. References: <1gq2laINNj5k@parsifal.umkc.edu>
  9. Date: Thu, 17 Dec 92 15:16:59 GMT
  10. Lines: 36
  11.  
  12. In article <1gq2laINNj5k@parsifal.umkc.edu> mlg@.cstp.umkc.edu () writes:
  13. >Greetings,
  14. >
  15. >I have a SPARCstation SLC running SunOS 4.1.1.  When I try to start 
  16. >the lpd daemon, I get the following error message:
  17. >Dec 17 07:58:29 sparc4 lpd[186]: ubind: No such file or directory
  18. >
  19. >Can someone please tell me what this error message means.  Of course,
  20. >I cannot print from this machine.
  21.  
  22. Did you install patch 100305-07?  Run this script and keep it around
  23. whenever you install a new machine.
  24.  
  25. #!/bin/sh
  26. # this is because of patch 100305-07
  27. #Copy in the new versions, delete /dev/printer and create a
  28. #directory mode 750 owned by root, with group daemon, called /dev/lpd;
  29. #then create a symbolic link called /dev/printer that points to
  30. #/dev/lpd/printer and restart lpd.
  31.  
  32. kill `cat /var/spool/lpd.lock`
  33. rm -f /dev/printer
  34. mkdir /dev/lpd
  35. chown root.daemon /dev/lpd
  36. chmod 710 /dev/lpd
  37. ln -s /dev/lpd/printer /dev/printer
  38.  
  39. rm -f /var/spool/lpd.lock
  40. /usr/lib/lpd
  41. ------------------
  42.  
  43.  
  44. --Dave
  45. -- 
  46. System Administrator, Population Research Institute    barr@pop.psu.edu
  47. End of article 2565 (of 2565)--what next? [npq]
  48.