<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Printer issue. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077475#M49152</link>
    <description>See if that helps...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Issue: &lt;BR /&gt;Why do I receive the "lpr: unable to print file: server-error-service-unavailable" error message on Red Hat Linux 9? Resolution:Release Found: Red Hat Linux 9 and cups-1.1.17-13.3.0.3&lt;BR /&gt;&lt;BR /&gt;Symptom: &lt;BR /&gt;Can't print to network printer after installation with the redhat-config-printer tool.&lt;BR /&gt;&lt;BR /&gt;Steps to Reproduce:&lt;BR /&gt;&lt;BR /&gt;Install printer with the redhat-config-printer tool &lt;BR /&gt;Complete the configuration and try to print a test page &lt;BR /&gt;Solution:&lt;BR /&gt;&lt;BR /&gt;Check in /etc/hosts to see if the "127.0.0.1 localhost" is missing. If this is the case, do the following:&lt;BR /&gt;&lt;BR /&gt;Change the /etc/hosts to add the localhost. &lt;BR /&gt;Check the cups log to see if /usr/lib/cups/filter/cupsomatic is missing. &lt;BR /&gt;If this is the case reinstall the foomatic package and try the print. &lt;BR /&gt;</description>
    <pubDate>Mon, 05 Nov 2007 14:52:11 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-11-05T14:52:11Z</dc:date>
    <item>
      <title>Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077471#M49148</link>
      <description>We configured a printer on RHEL AS 4 update 2, But when we print a test page it gives the below error.&lt;BR /&gt;&lt;BR /&gt;lpr:error-unable to print file: server-error-service-unavailable.&lt;BR /&gt;&lt;BR /&gt;When i try to configure through firefox using&lt;BR /&gt;http://localhost:631&lt;BR /&gt;it says connection refused.&lt;BR /&gt;&lt;BR /&gt;need some help me on this.</description>
      <pubDate>Thu, 01 Nov 2007 01:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077471#M49148</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-11-01T01:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077472#M49149</link>
      <description>What is the output of:&lt;BR /&gt;&lt;BR /&gt;service iptables status&lt;BR /&gt;getenforce&lt;BR /&gt;service cups status&lt;BR /&gt;lpc status&lt;BR /&gt;lpq&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem may be related to:&lt;BR /&gt;&lt;BR /&gt;Firewall blocking access&lt;BR /&gt;Cups not started&lt;BR /&gt;SELinux?&lt;BR /&gt;Printer misconfiguration (did you use system-config-printer?)&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 06:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077472#M49149</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-01T06:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077473#M49150</link>
      <description>check if you have restrction to port 631 or if that is configured well.&lt;BR /&gt;&lt;BR /&gt;For the printer to work from unix the respective ports should be listening? do you have any other printers wokring on the same server?&lt;BR /&gt;&lt;BR /&gt;# grep 515 /etc/services&lt;BR /&gt;printer         515/tcp         spooler         # line printer spooler&lt;BR /&gt;printer         515/udp         spooler         # line printer spooler&lt;BR /&gt;&lt;BR /&gt;# netstat -an|grep :515|grep LISTEN&lt;BR /&gt;tcp        0      0 0.0.0.0:515                 0.0.0.0:*                   LISTEN&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 12:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077473#M49150</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-01T12:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077474#M49151</link>
      <description>Below is the output of the command.&lt;BR /&gt;&lt;BR /&gt;service iptables status&lt;BR /&gt;[root@erp42 init.d]# service iptables status&lt;BR /&gt;Firewall is stopped.&lt;BR /&gt;&lt;BR /&gt;getenforce&lt;BR /&gt;[root@erp42 init.d]# getenforce&lt;BR /&gt;Disabled&lt;BR /&gt;&lt;BR /&gt;service cups status&lt;BR /&gt;[root@erp42 init.d]# service cups status&lt;BR /&gt;cupsd (pid 18673) is running...&lt;BR /&gt;&lt;BR /&gt;lpc status&lt;BR /&gt;[root@erp42 ~]# lpc status&lt;BR /&gt;[root@erp42 ~]#&lt;BR /&gt;&lt;BR /&gt;lpq&lt;BR /&gt;[root@erp42 ~]# lpq&lt;BR /&gt;lpq: Unable to contact server!&lt;BR /&gt;&lt;BR /&gt;Firewall blocking access&lt;BR /&gt;Cups not started started&lt;BR /&gt;SELinux?  Disabled&lt;BR /&gt;Printer misconfiguration (did you use system-config-printer?)&lt;BR /&gt;yes i used system-config-printer&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;check if you have restrction to port 631 or if that is configured well.&lt;BR /&gt;no restriction.&lt;BR /&gt;&lt;BR /&gt;For the printer to work from unix the respective ports should be listening? do you have any other printers wokring on the same server?&lt;BR /&gt;There are around 15 printers i need to configure on this server, all the 15 printers are already configured on another server and are working fine.&lt;BR /&gt;&lt;BR /&gt;# grep 515 /etc/services&lt;BR /&gt;printer 515/tcp spooler # line printer spooler&lt;BR /&gt;printer 515/udp spooler # line printer spooler&lt;BR /&gt;&lt;BR /&gt;# netstat -an|grep :515|grep LISTEN&lt;BR /&gt;no output for this particular command</description>
      <pubDate>Mon, 05 Nov 2007 05:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077474#M49151</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-11-05T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077475#M49152</link>
      <description>See if that helps...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Issue: &lt;BR /&gt;Why do I receive the "lpr: unable to print file: server-error-service-unavailable" error message on Red Hat Linux 9? Resolution:Release Found: Red Hat Linux 9 and cups-1.1.17-13.3.0.3&lt;BR /&gt;&lt;BR /&gt;Symptom: &lt;BR /&gt;Can't print to network printer after installation with the redhat-config-printer tool.&lt;BR /&gt;&lt;BR /&gt;Steps to Reproduce:&lt;BR /&gt;&lt;BR /&gt;Install printer with the redhat-config-printer tool &lt;BR /&gt;Complete the configuration and try to print a test page &lt;BR /&gt;Solution:&lt;BR /&gt;&lt;BR /&gt;Check in /etc/hosts to see if the "127.0.0.1 localhost" is missing. If this is the case, do the following:&lt;BR /&gt;&lt;BR /&gt;Change the /etc/hosts to add the localhost. &lt;BR /&gt;Check the cups log to see if /usr/lib/cups/filter/cupsomatic is missing. &lt;BR /&gt;If this is the case reinstall the foomatic package and try the print. &lt;BR /&gt;</description>
      <pubDate>Mon, 05 Nov 2007 14:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077475#M49152</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-05T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077476#M49153</link>
      <description>Thanks Santosh,&lt;BR /&gt;the entry "127.0.0.1 localhost" was commented, after removing the comment,&lt;BR /&gt;we are able to configure the printer.&lt;BR /&gt;thanks again.</description>
      <pubDate>Tue, 06 Nov 2007 06:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077476#M49153</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-11-06T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printer issue.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077477#M49154</link>
      <description>Check in /etc/hosts to see if the "127.0.0.1 localhost" is missing. &lt;BR /&gt;do the following:&lt;BR /&gt;Change the /etc/hosts to add the localhost.</description>
      <pubDate>Tue, 06 Nov 2007 06:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printer-issue/m-p/5077477#M49154</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2007-11-06T06:51:13Z</dc:date>
    </item>
  </channel>
</rss>

