<?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: Can I stop the print request message? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337899#M190147</link>
    <description>Create a wrapper for the lp command and make your wrapper lp command appear earlier in the PATH than /usr/bin/lp.&lt;BR /&gt;&lt;BR /&gt;The idea is to redirect stdout to /dev/null&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;/usr/bin/lp "$@" &amp;gt; /dev/null&lt;BR /&gt;STAT=${?}&lt;BR /&gt;exit ${STAT}&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Jul 2004 16:02:17 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-07-21T16:02:17Z</dc:date>
    <item>
      <title>Can I stop the print request message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337898#M190146</link>
      <description>After a request is done to print a job on our 11i server, the user always gets the reply:&lt;BR /&gt;"request id is 0-104 (1 file)"&lt;BR /&gt;&lt;BR /&gt;Is there a way to stop this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Michelle</description>
      <pubDate>Wed, 21 Jul 2004 15:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337898#M190146</guid>
      <dc:creator>Michelle Alexander</dc:creator>
      <dc:date>2004-07-21T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop the print request message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337899#M190147</link>
      <description>Create a wrapper for the lp command and make your wrapper lp command appear earlier in the PATH than /usr/bin/lp.&lt;BR /&gt;&lt;BR /&gt;The idea is to redirect stdout to /dev/null&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;/usr/bin/lp "$@" &amp;gt; /dev/null&lt;BR /&gt;STAT=${?}&lt;BR /&gt;exit ${STAT}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 16:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337899#M190147</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-07-21T16:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop the print request message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337900#M190148</link>
      <description>I should also add that you can simply train your users to use the "-s" lp option or once again create an lp wrapper or an alias to do the same thing but if the lp command is invoked from within an application then the wrapper is the better choice. It gets more tricky if the application actually calls /usr/bin/lp rather than simply lp; in that case, you have to move the lp command and your wrapper becomes /usr/bin/lp.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 16:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337900#M190148</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-07-21T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop the print request message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337901#M190149</link>
      <description>Put an alias definition to add "-s" option:&lt;BR /&gt; &lt;BR /&gt;alias lp="lp -s"&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 21 Jul 2004 17:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337901#M190149</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-07-21T17:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I stop the print request message?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337902#M190150</link>
      <description>The man page of lp gives some good information where it gives an example of the output, and the -s suppress option.</description>
      <pubDate>Wed, 21 Jul 2004 17:09:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-stop-the-print-request-message/m-p/3337902#M190150</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-07-21T17:09:05Z</dc:date>
    </item>
  </channel>
</rss>

