<?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: cannot print through lpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732143#M65734</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;1)lpshut&lt;BR /&gt;&lt;BR /&gt;Do you see any lp processes running.&lt;BR /&gt;If so kill them&lt;BR /&gt;&lt;BR /&gt;2)cd /var/spool/lp&lt;BR /&gt;rm SCHEDLOCK FIFO&lt;BR /&gt;&lt;BR /&gt;3)lpsched -v&lt;BR /&gt;This write more in the log&lt;BR /&gt;&lt;BR /&gt;4)ps -ef|grep lp . Is it running&lt;BR /&gt;&lt;BR /&gt;5)lpstat -t&lt;BR /&gt;&lt;BR /&gt;6)Has you /var/adm/lp/log been written.&lt;BR /&gt;If 4 is bad what is in it.&lt;BR /&gt;&lt;BR /&gt;                   steve Steel</description>
    <pubDate>Tue, 28 May 2002 13:00:43 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-05-28T13:00:43Z</dc:date>
    <item>
      <title>cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732137#M65728</link>
      <description>I have sent a print job to the lp subsystem and all seems ok. Apart from the print does not produces any output to the print devices. I have stopped and started the lp spooler and checked the lp log and can see nothing. I have tried to remove the the schedlock file and still the system will not print. Can you give me anytips. I have also power cycled the system</description>
      <pubDate>Mon, 27 May 2002 14:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732137#M65728</guid>
      <dc:creator>Martin Robinson</dc:creator>
      <dc:date>2002-05-27T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732138#M65729</link>
      <description>&lt;BR /&gt;First Tip:&lt;BR /&gt;&lt;BR /&gt;Disable the printer and print something to this disabled printer:&lt;BR /&gt;&lt;BR /&gt;Does lpstat -o show the print job ????&lt;BR /&gt;&lt;BR /&gt;Does /var/spool/lp/request/&lt;PRINTER_NAME&gt; &lt;BR /&gt;exist ???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;&lt;/PRINTER_NAME&gt;</description>
      <pubDate>Mon, 27 May 2002 14:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732138#M65729</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2002-05-27T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732139#M65730</link>
      <description>Rainer's idea is where I would start to find out if when you run the lp command does the spool file got created at the first place and it's easier to check is the printer is disable .. (example printer name = lj4)&lt;BR /&gt;# disable lj4&lt;BR /&gt;# lp -dlj4 testfile&lt;BR /&gt;# lpstat -t|grep lj4&lt;BR /&gt;==&amp;gt; Does the spool file goes into the queue ?&lt;BR /&gt;&lt;BR /&gt;If it does, enable the printer to get it spool to the next destination (the printer server or directly to the printer).&lt;BR /&gt;# enable lj4&lt;BR /&gt;&lt;BR /&gt;If it does not appear in the sppol queue, check /var/spool/lp/request/lj4 directory. Does the spool file exist here ?&lt;BR /&gt;&lt;BR /&gt;Once the spool file got sent out after you enable your printer, it means there is nothing wrong with the lp spooler on your machine, it's probably the printer server or the printer itself.</description>
      <pubDate>Mon, 27 May 2002 15:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732139#M65730</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-27T15:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732140#M65731</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;due ti your subject: could it be you have the file to "lpd", but not "lp"???&lt;BR /&gt;You must "lp" for that...&lt;BR /&gt;&lt;BR /&gt;Just an idea,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 27 May 2002 16:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732140#M65731</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-05-27T16:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732141#M65732</link>
      <description>Hi Robert&lt;BR /&gt;&lt;BR /&gt;lpstat -t will give you the status of the queue.If you see the printer queue then do the following.&lt;BR /&gt;&lt;BR /&gt;1.cancel printername-queue no.&lt;BR /&gt;2.lpshut&lt;BR /&gt;3.cd /usr/spool/lp&lt;BR /&gt;4.rm FIFO&lt;BR /&gt;5.rm SCHEDLCK&lt;BR /&gt;6.enable printer naem&lt;BR /&gt;7.accpet printer name&lt;BR /&gt;8.lpsched&lt;BR /&gt;&lt;BR /&gt;you will be good to go.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 28 May 2002 04:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732141#M65732</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-28T04:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732142#M65733</link>
      <description>I think something do with the permission, please check the permission of the files are intact, in /var  also , really I forget which file it looks.</description>
      <pubDate>Tue, 28 May 2002 05:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732142#M65733</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-05-28T05:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: cannot print through lpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732143#M65734</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1)lpshut&lt;BR /&gt;&lt;BR /&gt;Do you see any lp processes running.&lt;BR /&gt;If so kill them&lt;BR /&gt;&lt;BR /&gt;2)cd /var/spool/lp&lt;BR /&gt;rm SCHEDLOCK FIFO&lt;BR /&gt;&lt;BR /&gt;3)lpsched -v&lt;BR /&gt;This write more in the log&lt;BR /&gt;&lt;BR /&gt;4)ps -ef|grep lp . Is it running&lt;BR /&gt;&lt;BR /&gt;5)lpstat -t&lt;BR /&gt;&lt;BR /&gt;6)Has you /var/adm/lp/log been written.&lt;BR /&gt;If 4 is bad what is in it.&lt;BR /&gt;&lt;BR /&gt;                   steve Steel</description>
      <pubDate>Tue, 28 May 2002 13:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-print-through-lpd/m-p/2732143#M65734</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-28T13:00:43Z</dc:date>
    </item>
  </channel>
</rss>

