<?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: BSD printing in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115008#M22191</link>
    <description>Idea from Pieter is OK.&lt;BR /&gt;CUPS would be also a very goog idea, but  not sure it can be compiled on old v4.0F.</description>
    <pubDate>Mon, 23 Jun 2008 11:51:07 GMT</pubDate>
    <dc:creator>Vladimir Fabecic</dc:creator>
    <dc:date>2008-06-23T11:51:07Z</dc:date>
    <item>
      <title>BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115004#M22187</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Hopefully someone will be able to assist in this simple but annoying printer..&lt;BR /&gt;&lt;BR /&gt;Basically, the Oracle DBA's need to send some PCL output to a printer which instead of printing to a physical networked or local printer needs to be outputted to the same file name as its input to a directory already created by myself which can then be picked up via SAMBA to an NT directory.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I dont know the name of the oracle report and am having difficulty directing the Oracle created report to a directory...  ie. oracle creates somereport.pcl which I need to send via lpd to /directory/somereport.pcl, sounds easy but im struggling!!...&lt;BR /&gt;&lt;BR /&gt;Ive tried using stdin, stdout, redirection, tee etc etc to no avail...&lt;BR /&gt;&lt;BR /&gt;OS is TRU64 V4.0F&lt;BR /&gt;&lt;BR /&gt;Any assistance would be appreciated as im sure someone must have done this before...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks... &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jun 2008 07:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115004#M22187</guid>
      <dc:creator>BFCsaus</dc:creator>
      <dc:date>2008-06-20T07:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115005#M22188</link>
      <description>Hello Steven&lt;BR /&gt;I would like to help but I do not understand the question.&lt;BR /&gt;Can you explain clearly with more details?</description>
      <pubDate>Fri, 20 Jun 2008 10:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115005#M22188</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-06-20T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115006#M22189</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;Oracle will submit a PCL file/report to a predefined printer (which I will hopefully configure soon), the printer must not print the file as usual to a physical printer but to a directory where it can be viewed and copied to another server behind a firewall.&lt;BR /&gt;&lt;BR /&gt;I dont know the name of the oracle submitted file/report so the filename must be sent to the directory as the same filename oracle initially submitted.&lt;BR /&gt;&lt;BR /&gt;oracle.rpt  -&amp;gt;  lpr  -&amp;gt;  /&lt;DIR&gt;/oracle.rpt&lt;BR /&gt;&lt;BR /&gt;Although oracle.rpt should be a variable as I dont know the name of the filename.&lt;BR /&gt;&lt;BR /&gt;Ive been playing around with allocating a variable to STDIN and passing to STDOUT in the if and of parameters in /etc/printcap but hit a brick wall...&lt;BR /&gt;&lt;BR /&gt;So  basically STDIN to lpd must be the same as STDOUT to the directory...&lt;BR /&gt;&lt;BR /&gt;Hopefully this explains what im trying to achieve, sounds simple but its caused me no end of hassle...&lt;BR /&gt;&lt;BR /&gt;For info, ive downloaded CUPS but am unable to comlipe due to numerous errors whichi im looking at currently...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve...&lt;/DIR&gt;</description>
      <pubDate>Fri, 20 Jun 2008 10:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115006#M22189</guid>
      <dc:creator>BFCsaus</dc:creator>
      <dc:date>2008-06-20T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115007#M22190</link>
      <description>if you configure a printer and let this be the default printer oracle uses (lp), then you know the spool-directory of this printer? (default /usr/spool, but you can configure it at creating the printqueue).&lt;BR /&gt;so all the pcl-files are in this directory.&lt;BR /&gt;if this is the only report that comes out of oracle then you're done. you pause the printqueue so lpd-daemon will not print it and pick up the file. after this you can delete the lpd entry.</description>
      <pubDate>Mon, 23 Jun 2008 06:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115007#M22190</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2008-06-23T06:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115008#M22191</link>
      <description>Idea from Pieter is OK.&lt;BR /&gt;CUPS would be also a very goog idea, but  not sure it can be compiled on old v4.0F.</description>
      <pubDate>Mon, 23 Jun 2008 11:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115008#M22191</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2008-06-23T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115009#M22192</link>
      <description>Hi Pieter / Vladimir,&lt;BR /&gt;&lt;BR /&gt;Your correct CUPS will not compile on Tru64 V4.0, ive now installed it on Solaris (with Tea4cups) and plan to direct the print from Tru64 to Solaris and hope that works...&lt;BR /&gt;&lt;BR /&gt;Ive actually tried this and keep getting 'waiting for &lt;REMOTE printer=""&gt; to come online' ...  I can 'ping' the Solaris server but lpc shows the msg - any ideas??&lt;BR /&gt;&lt;BR /&gt;Still can't believe its not a simple job to spool a report directly to a specific directory but thats life I suppose...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve...&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 24 Jun 2008 09:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115009#M22192</guid>
      <dc:creator>BFCsaus</dc:creator>
      <dc:date>2008-06-24T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115010#M22193</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The following entry should work as a good example for remote printer setup on Tru64 4.0x:&lt;BR /&gt;&lt;BR /&gt;An Example Remote printer's printcap entry:&lt;BR /&gt;&lt;BR /&gt;lp1|1|hpps:\&lt;BR /&gt;        :lf=/usr/adm/lp1err:\&lt;BR /&gt;        :lp=:\&lt;BR /&gt;        :rm=sunklr:\&lt;BR /&gt;        :rp=TEXT:\&lt;BR /&gt;        :sd=/usr/spool/lpd1:&lt;BR /&gt;&lt;BR /&gt;NOTE: The rm entry sunklr is listed in the /etc/hosts file with corresponding IP address. Also, the spooling directory /usr/spool/lpd1 should have ownership as follows.&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x   2 daemon   daemon       512 Aug 21 15:34 lpd1&lt;BR /&gt;&lt;BR /&gt;May be this will help set-up your printer ..</description>
      <pubDate>Tue, 24 Jun 2008 12:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115010#M22193</guid>
      <dc:creator>Sri_10</dc:creator>
      <dc:date>2008-06-24T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115011#M22194</link>
      <description>Thanks for that, ive decided to simply run a continuous 'while' loop which checks the queue, picks up the jobname and data from cfA and dfA and output it to a directory of my choice...&lt;BR /&gt;&lt;BR /&gt;Very dirty but it works so ill use that but still intend to send the output to Solaris so I can use CUPS..&lt;BR /&gt;&lt;BR /&gt;Thanks for the assistance and suggestions, much appreciated...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve...</description>
      <pubDate>Tue, 24 Jun 2008 12:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115011#M22194</guid>
      <dc:creator>BFCsaus</dc:creator>
      <dc:date>2008-06-24T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115012#M22195</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I've actually tried this and keep &lt;BR /&gt;&amp;gt; getting 'waiting for &lt;REMOTE printer=""&gt; to &lt;BR /&gt;&amp;gt; come online' ... I can 'ping' the Solaris &lt;BR /&gt;&amp;gt; server but lpc shows the msg - any ideas??&lt;BR /&gt;&lt;BR /&gt;This is usually the result of failed hostname resolution between the two systems...&lt;BR /&gt;&lt;BR /&gt;If you look at the lpr log files, you will find some clues.  Thes are in /var/adm/syslog.dated/&lt;DATE&gt;/lpr.log&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob&lt;/DATE&gt;&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 24 Jun 2008 17:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115012#M22195</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-06-24T17:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: BSD printing</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115013#M22196</link>
      <description>As previously commented, I intend to write a simple while loop and pick the jobs up from the spool queue manually..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve..</description>
      <pubDate>Wed, 25 Jun 2008 05:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/bsd-printing/m-p/5115013#M22196</guid>
      <dc:creator>BFCsaus</dc:creator>
      <dc:date>2008-06-25T05:50:18Z</dc:date>
    </item>
  </channel>
</rss>

