<?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 Printing with ddfa in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866032#M97223</link>
    <description>Hello,&lt;BR /&gt;I use ddfa for printing to non HP printers using tcp/ip.  I have one recurring problem that I cannot fix.  Every so often with random printers the printers are disabled because the device cannot be written to. &lt;BR /&gt;&lt;BR /&gt;printer it_label_01 disabled since Dec 17 16:27 -&lt;BR /&gt;        disabled by scheduler: can't open /dev/telnet/it_label_01&lt;BR /&gt;&lt;BR /&gt;I usually have to recreate the device file using ddfa again.  Does anyone know why this happens and how to fix/prevent it.  &lt;BR /&gt;This is on Hpux 10.20&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Dermot</description>
    <pubDate>Tue, 17 Dec 2002 18:32:55 GMT</pubDate>
    <dc:creator>Dermot Beirne</dc:creator>
    <dc:date>2002-12-17T18:32:55Z</dc:date>
    <item>
      <title>Printing with ddfa</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866032#M97223</link>
      <description>Hello,&lt;BR /&gt;I use ddfa for printing to non HP printers using tcp/ip.  I have one recurring problem that I cannot fix.  Every so often with random printers the printers are disabled because the device cannot be written to. &lt;BR /&gt;&lt;BR /&gt;printer it_label_01 disabled since Dec 17 16:27 -&lt;BR /&gt;        disabled by scheduler: can't open /dev/telnet/it_label_01&lt;BR /&gt;&lt;BR /&gt;I usually have to recreate the device file using ddfa again.  Does anyone know why this happens and how to fix/prevent it.  &lt;BR /&gt;This is on Hpux 10.20&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Dermot</description>
      <pubDate>Tue, 17 Dec 2002 18:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866032#M97223</guid>
      <dc:creator>Dermot Beirne</dc:creator>
      <dc:date>2002-12-17T18:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with ddfa</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866033#M97224</link>
      <description>Dermot,&lt;BR /&gt;&lt;BR /&gt;I checked back on some notes on ddfa and printer problems on hpux 10.20 (quite a while back) and the only thing I found was that the "ocd" programs occasionally disappearing.&lt;BR /&gt;&lt;BR /&gt;Never resolved why. I guessed it might be network traffic or noise causing time outs.&lt;BR /&gt;&lt;BR /&gt;Try increasing "telnet_timer" in the pcf file for the device and see if it improves.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Tue, 17 Dec 2002 21:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866033#M97224</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-12-17T21:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with ddfa</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866034#M97225</link>
      <description>Hi,&lt;BR /&gt;We use to use ddfa and now have moved on to use all network printing. Any way we had a lot of problems with this also. One thing we did find out is that in the /etc/ddfa/pcf file associated with your device. You might want to up your close_timer to 999999999. This is in seconds and the default is 5 seconds. If there is no activity in 5 seconds it closes the device. Give it a try, it can't hurt any thing.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 18 Dec 2002 14:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866034#M97225</guid>
      <dc:creator>Timothy P. Jackson</dc:creator>
      <dc:date>2002-12-18T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with ddfa</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866035#M97226</link>
      <description>Hi Dermot,&lt;BR /&gt;&lt;BR /&gt;please check if there is installed current lpspooler patch:&lt;BR /&gt;&lt;BR /&gt;PHCO_27133 lpspool subsystem cumulative patch &lt;BR /&gt;&lt;BR /&gt;Then see man page ddfa (7)&lt;BR /&gt;&lt;BR /&gt;--- snip ---&lt;BR /&gt;      Also, in order to reliably handle timing mark negotiations (and ensure&lt;BR /&gt;      that files printing on a printer attached to a terminal server have&lt;BR /&gt;      been completely flushed to that printer), the following line must be&lt;BR /&gt;      added near the end of each printer interface script for printers&lt;BR /&gt;      attached to a terminal server:&lt;BR /&gt;&lt;BR /&gt;           stty exta &amp;lt;&amp;amp;1 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;      The printer interface scripts reside in the directory&lt;BR /&gt;      /etc/lp/interface.  The line must be added just prior to the final&lt;BR /&gt;      exit command in each printer interface script.&lt;BR /&gt;&lt;BR /&gt;      If this line is not added as specified, the printing reliability of&lt;BR /&gt;      printers attached to a terminal server is not guaranteed.&lt;BR /&gt;--- snip ---&lt;BR /&gt;&lt;BR /&gt;Please configuration ddfa like the instructions told listed in the man page.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Armin</description>
      <pubDate>Wed, 18 Dec 2002 15:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-with-ddfa/m-p/2866035#M97226</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-18T15:10:47Z</dc:date>
    </item>
  </channel>
</rss>

