<?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: lprpp command and FIFO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860343#M95933</link>
    <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Thansk for your help. Bit of background for you. This fiel was used as an interface filter when we used HP's Openspool. However we are currently migrating to another spooler called UniQ... basically when a print job gets submitted to UniQ with a certain option it uses the PCL5 filter file to add some formatting such as margins.&lt;BR /&gt;&lt;BR /&gt;Ideally I'd like to replace this with a new filter that I completely understand, as like you say this is quite old!</description>
    <pubDate>Fri, 13 Dec 2002 12:57:10 GMT</pubDate>
    <dc:creator>Matthew Pegge_1</dc:creator>
    <dc:date>2002-12-13T12:57:10Z</dc:date>
    <item>
      <title>lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860334#M95924</link>
      <description>I'm trying to work out what an historic script we use does. However I have come across the following line that I do not understand? &lt;BR /&gt;&lt;BR /&gt;/usr/lbin/lprpp $FIFOO&lt;BR /&gt;&lt;BR /&gt;Especially the FIFO bit? Any helpwould be much appreciated.</description>
      <pubDate>Mon, 09 Dec 2002 16:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860334#M95924</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2002-12-09T16:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860335#M95925</link>
      <description>lprpp&lt;BR /&gt;This is a filter that converts backspace overstrike to line overprint&lt;BR /&gt;with horizontal print positioning to enhance bold print.  This&lt;BR /&gt;functionality is required on printers such as the LaserJet, which&lt;BR /&gt;cannot produce bold print by overstriking.&lt;BR /&gt;&lt;BR /&gt;$FIFO&lt;BR /&gt;In computer programming, FIFO (first-in, first-out) is an approach to handling program work requests from queues or stacks so that the oldest request is handled next. LIFO (last-in, first-out) is an approach in which the most recent request is handled next and the oldest request doesn't get handled until it is the only remaining request on the queue (or in the stack). Although LIFO seems "unfair," it may be more efficient. A stack that is handled using LIFO is sometimes referred to as a push-down or push-down pop-up stack or list. &lt;BR /&gt;&lt;BR /&gt;Other than that you got me!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Dec 2002 21:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860335#M95925</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2002-12-09T21:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860336#M95926</link>
      <description>Adding to Frank's response:&lt;BR /&gt;&lt;BR /&gt;lprpp has a manual page: lpfilter(1) (or just do a "man lprpp").&lt;BR /&gt;&lt;BR /&gt;What is $FIFO set to? There is probably an earlier command which sets $FIFO to some value. It is probably a named pipe (see mknod(1M)). A named pipe is similar to a normal pipe, but, as the name implies, it has a name and, normally, is permanent instead of temporary. Like normal pipes, you can use one process to write to the pipe and one process to read from it.</description>
      <pubDate>Tue, 10 Dec 2002 10:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860336#M95926</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-10T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860337#M95927</link>
      <description>Thanks guys... that clears up the lprpp bit. The $FIFO but is still a mystery. I have looked in the script for mention of it and there in no other reference. I also put a trap in to echo the $FIFO to a file and there was no value.&lt;BR /&gt;&lt;BR /&gt;The search continues!</description>
      <pubDate>Thu, 12 Dec 2002 14:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860337#M95927</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2002-12-12T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860338#M95928</link>
      <description>Does it really say "$FIFO", not just "FIFO"? I ask because you made another typo (two O's) and it is easy to think/assume that an uppercase 'word' is a variable when it is actually not.&lt;BR /&gt;&lt;BR /&gt;Care to post the script?</description>
      <pubDate>Fri, 13 Dec 2002 10:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860338#M95928</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-13T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860339#M95929</link>
      <description>Hi guys.... I'm really sorry to have messed you about like this. it actually says :&lt;BR /&gt;&lt;BR /&gt;$FIFOO&lt;BR /&gt;&lt;BR /&gt;???</description>
      <pubDate>Fri, 13 Dec 2002 10:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860339#M95929</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2002-12-13T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860340#M95930</link>
      <description>Please post the script (if you can). Perhaps we see something which you do not.</description>
      <pubDate>Fri, 13 Dec 2002 11:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860340#M95930</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-13T11:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860341#M95931</link>
      <description>Here you go guys... the script is a bit crazy! I'd ideally like to replace it but it has proved troublesome to date!</description>
      <pubDate>Fri, 13 Dec 2002 11:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860341#M95931</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2002-12-13T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860342#M95932</link>
      <description>Apparently this script expects that the variable FIFOO is already set in the environment before it (the script) is invoked.&lt;BR /&gt;&lt;BR /&gt;Environment variables are normally set in things like /etc/profile, ~/.profile, etc., so I advise to look there, especially in old versions of those files.&lt;BR /&gt;&lt;BR /&gt;How and by whom (i.e. which user) is this script invoked?&lt;BR /&gt;&lt;BR /&gt;In the script, $FIFOO is used as one of the options (i.e. not parameters) for lprpp. But I do not seem an lprpp option for which FIFOO is a logical name.&lt;BR /&gt;&lt;BR /&gt;Apparently this script is *based on* a very old version of the HP model/PCL5 model script, i.e. a component of the LP spooler system, but it looks like it is *used* outside the spooler.</description>
      <pubDate>Fri, 13 Dec 2002 12:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860342#M95932</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-13T12:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: lprpp command and FIFO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860343#M95933</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Thansk for your help. Bit of background for you. This fiel was used as an interface filter when we used HP's Openspool. However we are currently migrating to another spooler called UniQ... basically when a print job gets submitted to UniQ with a certain option it uses the PCL5 filter file to add some formatting such as margins.&lt;BR /&gt;&lt;BR /&gt;Ideally I'd like to replace this with a new filter that I completely understand, as like you say this is quite old!</description>
      <pubDate>Fri, 13 Dec 2002 12:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lprpp-command-and-fifo/m-p/2860343#M95933</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2002-12-13T12:57:10Z</dc:date>
    </item>
  </channel>
</rss>

