<?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: lp spooler problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556003#M887014</link>
    <description>How did you configure your printer?&lt;BR /&gt;Like remote printer attached to device file?&lt;BR /&gt;Did you use ddfa software?</description>
    <pubDate>Tue, 24 Jul 2001 08:56:31 GMT</pubDate>
    <dc:creator>Manuel G</dc:creator>
    <dc:date>2001-07-24T08:56:31Z</dc:date>
    <item>
      <title>lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2555998#M887009</link>
      <description>I met a very strange problem about lp spooler. &lt;BR /&gt;&lt;BR /&gt;I am trying to print a job through one of my serial printers which name is P9 located at /dev/c5p9_lp. &lt;BR /&gt;&lt;BR /&gt;After I submitted the job, I can get the request id, for example: &lt;BR /&gt;# banner welcome | lp -dP9 &lt;BR /&gt;request id is P9-602 (standard input) &lt;BR /&gt;&lt;BR /&gt;However, when I use lpstat, it said nothing: &lt;BR /&gt;# lpstat P9 &lt;BR /&gt;no entries &lt;BR /&gt;&lt;BR /&gt;I checked the printer by using lpstat -t, it said printer P9 is idle. &lt;BR /&gt;&lt;BR /&gt;Where is my submitted job? &lt;BR /&gt;&lt;BR /&gt;But, if I disable P9 and do the same steps, I can see the job: &lt;BR /&gt;# disable P9 &lt;BR /&gt;printer "P9" ow disabled &lt;BR /&gt;# banner welcome | lp -dP9 &lt;BR /&gt;request id is P9-603 (standard input) &lt;BR /&gt;# lpstat P9 &lt;BR /&gt;P9-603 root priority 0 Jul 23 17:00 &lt;BR /&gt;(standard input) 332 bytes &lt;BR /&gt;&lt;BR /&gt;I have restarted the lp spooler, but nothing changed, any idea?</description>
      <pubDate>Mon, 23 Jul 2001 20:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2555998#M887009</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-07-23T20:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2555999#M887010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your devise file. Is it really a 'character' file? Maybe the device file got deleted and it is a regular file now.&lt;BR /&gt;&lt;BR /&gt;If this is the case, all you've printed is in the device file (more /dev/c5p9_lp).&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Rik</description>
      <pubDate>Mon, 23 Jul 2001 20:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2555999#M887010</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2001-07-23T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556000#M887011</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  This is a strange problem. U follow these and try&lt;BR /&gt;&lt;BR /&gt;#cd /var/spool/lp&lt;BR /&gt;#rm SCHEDLOCK&lt;BR /&gt;#lpshut&lt;BR /&gt;#cd /dev&lt;BR /&gt;#ll -d c5p9_lp&lt;BR /&gt;&lt;BR /&gt;  output should be like this&lt;BR /&gt;&lt;BR /&gt;crw_rw_rw 1 root sys 216 0x020004 FE 18 c5p9_lp&lt;BR /&gt;&lt;BR /&gt;  Then&lt;BR /&gt;&lt;BR /&gt;#lpsched&lt;BR /&gt;#enable p9&lt;BR /&gt;#accept p9&lt;BR /&gt;#lpstat -t&lt;BR /&gt;&lt;BR /&gt;  Verify whether scheduler is running or not, printer accepting or not ..etc.&lt;BR /&gt;  If anything is pending&lt;BR /&gt;#cancel -e&lt;BR /&gt;&lt;BR /&gt;#lp -d p9 /etc/passwd&lt;BR /&gt;&lt;BR /&gt;  Now it should print...Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 04:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556000#M887011</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-24T04:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556001#M887012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I will go with Shahul. And if that does'nt work , then its better not to waste more time in working around the problem - wherein just go for deleting the printer and then re-creating it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Cheers !!!&lt;BR /&gt;Mathew</description>
      <pubDate>Tue, 24 Jul 2001 06:23:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556001#M887012</guid>
      <dc:creator>Varghese Mathew</dc:creator>
      <dc:date>2001-07-24T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556002#M887013</link>
      <description>to test device file , just cat some file to that serial device file , it should work before lp.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jul 2001 06:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556002#M887013</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-07-24T06:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556003#M887014</link>
      <description>How did you configure your printer?&lt;BR /&gt;Like remote printer attached to device file?&lt;BR /&gt;Did you use ddfa software?</description>
      <pubDate>Tue, 24 Jul 2001 08:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556003#M887014</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2001-07-24T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: lp spooler problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556004#M887015</link>
      <description>Varghese:&lt;BR /&gt;&lt;BR /&gt;Totally agree with you, sometimes reconfig is the simplest way, especially for serial printer.&lt;BR /&gt;&lt;BR /&gt;In my case, it is H/W problem, nothing wrong with my configuration, we have asked for H/W repair.&lt;BR /&gt;&lt;BR /&gt;Thanks all!</description>
      <pubDate>Tue, 24 Jul 2001 14:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-spooler-problem/m-p/2556004#M887015</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-07-24T14:05:08Z</dc:date>
    </item>
  </channel>
</rss>

