lp errors in /var/adm/messages

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: lp errors in /var/adm/messages

    Andy wrote:
    > I am getting the following error in my messages file every couple of
    > minutes:
    >
    > lp[xxxxx]: [ID 889138 lpr.error] Warning: Received SIGPIPE; continuing
    >
    > The server is a SunFire V880 running SOlaris 8 2/02 + patches (but not
    > all the latest ones ;-). The server supports around 75-100 users and we
    > have 14 printers. Each of these printers is directed to an LPD queue on
    > a Windows 2000 server.
    >
    > I've "had a google" for the issue, but only seem to see recommendations
    > on the server side. We have disabled the printer service in inetd.conf
    > so this is either a client side issue (options in printers.conf?) or a
    > Windows server issue.
    >
    > If anyone can provide any ideas on how to get rid of the error I would
    > really appreciate it!
    The error simply means that connectivity b/t the client and server has
    been lost. The Sun side will continue to retry. It could be a dead print
    job triggering this. In this case, I'd say it's probably the sun print
    client/Win2k print server relationship. I'd do the following:

    clean out /var/spool/print including the .printd.lock file

    shut down any running printd processes

    get the latest lp patch for Solaris 8: 109320 is the number, I think the
    latest release is 06.

    Turn the in.lpd in the /etc/inetd.conf file back on. Shutting this off
    will have no effect on the problem and will cause other issues, like the
    inability to cancel print jobs even if you aren't a print server.

    ML Starkey Guest

  2. Similar Questions and Discussions

    1. CF4.5 Errors in logs and Unix 111 errors!
      :confused; Hi All, I have been getting a lot of Unix 111 errors and there are various errors in my coldfusion logs. I can't find any resources...
    2. Custom Messages For 'Un-Trappable' Errors?
      There seem to be errors that are "un-trappable" through web service code as asp.net simply outputs it's own error message to the page when they...
    3. Parse Errors, On Screen Messages
      I am having problems getting my browser to show the parse errors that I have. They worked before I swtiched global variabls to off (to maintain...
    4. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    5. Pop-up window errors:"translators not loaded due to errors"
      I keep getting pop-up windows when using DWMX....any suggestions as to how to fix this type of error? The pop-up says: at line 16...
  3. #2

    Default Re: lp errors in /var/adm/messages

    ML Starkey <martha.starkey@sun.com> writes:
    >
    >clean out /var/spool/print including the .printd.lock file
    >
    >shut down any running printd processes
    >
    But reverse the order in which you do those things. I.e. kill
    any printd processes before deleting files in /var/spool/print.

    -Greg
    --
    Do NOT reply via e-mail.
    Reply in the newsgroup.
    Greg Andrews Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139