<?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: CUPS and Printing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820221#M2681</link>
    <description>thanks for the assistance... we have resolved the issue by simply removing CUPS.  Maybe not the best solution, but we are printing where we need to print.&lt;BR /&gt;&lt;BR /&gt;No further replies required.&lt;BR /&gt;&lt;BR /&gt;Ted</description>
    <pubDate>Tue, 08 Oct 2002 13:09:36 GMT</pubDate>
    <dc:creator>Ted Ellis_2</dc:creator>
    <dc:date>2002-10-08T13:09:36Z</dc:date>
    <item>
      <title>CUPS and Printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820217#M2677</link>
      <description>I have a 7.3 RH linux build.  I did not perform the install, but do know that the person who did install it installed everything.  I am now using CUPS for the first time.  I am able to configure printers and send nice test pages, but am curious about using lp from the command line.  If I enter a normal lp command (lp -d queue_name file), I get something like the following:&lt;BR /&gt;&lt;BR /&gt;Status Information:&lt;BR /&gt; sending job 'root@tflx1+496' to HP8100_3@localhost&lt;BR /&gt; connecting to 'localhost', attempt 1&lt;BR /&gt; connected to 'localhost'&lt;BR /&gt; requesting printer HP8100_3@localhost&lt;BR /&gt; job 'root@tflx1+496' transfer to HP8100_3@localhost failed&lt;BR /&gt;  error 'NONZERO RFC1179 ERROR CODE FROM SERVER' with ack 'ACK_FAIL'&lt;BR /&gt;  sending str '^BHP8100_3' to HP8100_3@localhost&lt;BR /&gt; error msg: 'spool queue for 'hp8100_3' does not exist on server tflx1.triu.com'&lt;BR /&gt; error msg: '   non-existent printer or you need to run 'checkpc -f''&lt;BR /&gt;&lt;BR /&gt;assistance greatly appreciated.  the checkpc -f does not fix anything... here is what it reports:&lt;BR /&gt;&lt;BR /&gt;Warning - HP8100_3: 'no :rm, :lp, or :sv entry'&lt;BR /&gt;Warning - HP8100_3: Bad printcap entry - missing 'sd' or 'client' entry?&lt;BR /&gt;Warning - TECH_HP4K_4: 'no :rm, :lp, or :sv entry'&lt;BR /&gt;Warning - TECH_HP4K_4: Bad printcap entry - missing 'sd' or 'client' entry?&lt;BR /&gt;Warning - XEROX425_2: 'no :rm, :lp, or :sv entry'&lt;BR /&gt;Warning - XEROX425_2: Bad printcap entry - missing 'sd' or 'client' entry?&lt;BR /&gt;Warning - XEROX470_3: 'no :rm, :lp, or :sv entry'&lt;BR /&gt;Warning - XEROX470_3: Bad printcap entry - missing 'sd' or 'client' entry?&lt;BR /&gt;Warning - XEROX470_4: 'no :rm, :lp, or :sv entry'&lt;BR /&gt;Warning - XEROX470_4: Bad printcap entry - missing 'sd' or 'client' entry?&lt;BR /&gt;&lt;BR /&gt;if I update the printcap with sd entries, the checkpc seems to be ok, but I can still not print with lp.... and lpstat reports missing queues.  I think this is my lack of knowledge with CUPS... CUPS prints a test page, but lp fails.  So how do you print with CUPS from the command line?&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Mon, 07 Oct 2002 14:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820217#M2677</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-10-07T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS and Printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820218#M2678</link>
      <description>You want to chech which the current Best version currently is by using 'alternatives --display print' ?&lt;BR /&gt;&lt;BR /&gt;If it's "/usr/bin/lpr.LPRng", then you'll need to switch the print subsystem using 'alternatives --set print /usr/bin/lpr.cups"&lt;BR /&gt;&lt;BR /&gt;You'll then need to make sure that 'lpd' is not running (service lpd stop), and cupsd is (service cups start).&lt;BR /&gt;&lt;BR /&gt;Use the 'chkconfig' command to make this permemant.&lt;BR /&gt;&lt;BR /&gt;Manually modifying the printcap is a useless exercise as it's only there for compatability reasons (not actually used).</description>
      <pubDate>Tue, 08 Oct 2002 00:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820218#M2678</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-10-08T00:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS and Printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820219#M2679</link>
      <description>Hi,&lt;BR /&gt;list the directory&lt;BR /&gt;# ls -la /var/spool/lpd/&lt;BR /&gt;total 24&lt;BR /&gt;drwx------    6 daemon   daemon       4096 May  8 12:02 ./&lt;BR /&gt;drwxr-xr-x   10 root     root         4096 May  8 12:02 ../&lt;BR /&gt;drwx------    2 daemon   daemon       4096 May 29 09:26 pr1/&lt;BR /&gt;drwx------    2 daemon   daemon       4096 May 29 09:32 pr2/&lt;BR /&gt;drwx------    2 daemon   daemon       4096 May 29 09:44 pr3/&lt;BR /&gt;drwx------    2 daemon   daemon       4096 May 29 09:31 pr4/&lt;BR /&gt;&lt;BR /&gt;Do you have these subdirectories ?. IF no create it as above. And restart lpd . try again&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 05:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820219#M2679</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-08T05:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS and Printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820220#M2680</link>
      <description>Hi,&lt;BR /&gt;Also check whether you can ping to localhost ??&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 08 Oct 2002 05:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820220#M2680</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-08T05:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: CUPS and Printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820221#M2681</link>
      <description>thanks for the assistance... we have resolved the issue by simply removing CUPS.  Maybe not the best solution, but we are printing where we need to print.&lt;BR /&gt;&lt;BR /&gt;No further replies required.&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Tue, 08 Oct 2002 13:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cups-and-printing/m-p/2820221#M2681</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-10-08T13:09:36Z</dc:date>
    </item>
  </channel>
</rss>

