<?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: Addprinter error when installing 1320N printer queue in jetadmin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958979#M291471</link>
    <description>I called HP support, and they had all of 3 hits for this error message, none of which applied to my situation.  The support engineer thought there was a permissions problem with a file somewhere, but wasn't sure where.  Since this is only one printer for one user, I figured it wasn't worth pursuing further.  &lt;BR /&gt;&lt;BR /&gt;I decided to set up and use a remote queue on another server.  Although that's a test server, it should be up *most* of the time :)</description>
    <pubDate>Tue, 20 Mar 2007 14:12:43 GMT</pubDate>
    <dc:creator>Burvil Chang</dc:creator>
    <dc:date>2007-03-20T14:12:43Z</dc:date>
    <item>
      <title>Addprinter error when installing 1320N printer queue in jetadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958977#M291469</link>
      <description>I'm trying to install a new print queue with jetadmin.  I am running the&lt;BR /&gt;latest version of jetadmin on 11i:&lt;BR /&gt;&lt;BR /&gt;# uname -a                                &lt;BR /&gt;HP-UX hostname-here B.11.11 U 9000/800 4272668813 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;# swlist -lbundle | grep -i jet&lt;BR /&gt;  J4189-11001C          E.10.34        Hewlett-Packard JetDirect Printer Installer for Unix&lt;BR /&gt;&lt;BR /&gt;The other print queues seem to be working fine - this is the only one I've&lt;BR /&gt;been having problems with. &lt;BR /&gt;&lt;BR /&gt;I downloaded the driver from &lt;A href="http://www.hp.com/pond/modelscripts/index2.html" target="_blank"&gt;http://www.hp.com/pond/modelscripts/index2.html&lt;/A&gt;&lt;BR /&gt;(it's HP laserjet 1320N) and ran the script to install it.  Using jetadmin to&lt;BR /&gt;send a test job from hostname-here prints correctly.  However, when I try to add a&lt;BR /&gt;queue in hppi based on the printer IP, a.b.c.d and press '0' to configure, I get:&lt;BR /&gt;&lt;BR /&gt;Addprinter error: can't find /usr/spool/lp/interface/lj_phung&lt;BR /&gt;&lt;BR /&gt;When I looked in /usr/spool/lp/interface, it wasn't there, so added it,&lt;BR /&gt;copying from another interface file, then from another host, and it&lt;BR /&gt;didn't make a difference.  (the /usr/spool/lp/interface is soft linked to&lt;BR /&gt;/etc/lp/interface). I also can't modify or delete the queue, because&lt;BR /&gt;Jetadmin can't find it.  I also tried copying the interfaces file from another&lt;BR /&gt;11i system where I installed the driver and it prints to this printer (got&lt;BR /&gt;physical confirmation from the user, who picked up the test pages). &lt;BR /&gt;&lt;BR /&gt;The info on the host that works is:&lt;BR /&gt;# swlist -lbundle | grep -i jet&lt;BR /&gt;  J4189-11001B          E.10.18        Hewlett-Packard JetDirect Printer Installer for Unix&lt;BR /&gt;  J4189-11001C          E.10.34        Hewlett-Packard JetDirect Printer Installer for Unix&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX another-hostname B.11.11 U 9000/800 2225551501 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Since a) a test print job (echo "Test" | lp -dqueue) printed properly from the&lt;BR /&gt;'another-hostname' host and b) I was able to print a diagnostic page from my&lt;BR /&gt;original host 'hostname-here', I know that it's not a network problem.  Again,&lt;BR /&gt;I got confirmation from the user, who picked up the printouts. &lt;BR /&gt;&lt;BR /&gt;My guess is I have to reinstall the queue, as it still has some sort of memory as&lt;BR /&gt;to the previous, corrupted queue.  I removed (via Jetadmin) and re-installed&lt;BR /&gt;the driver (at /tmp/burvil/net_lj1320.sh), which completed with no errors, but&lt;BR /&gt;I still get the same problems.    &lt;BR /&gt;&lt;BR /&gt;One thing I odd I noticed - I noticed there were multiple lpsched processes running, which periodically die, i.e. the following command will sometimes return nothing:&lt;BR /&gt;&lt;BR /&gt;bash-3.1# ps -ef | head -1; ps -ef | grep lpsched&lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;      lp 19283 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp 19294 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp 19281     1 49 15:42:11 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp 19286 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;    root 19549 28215  0 15:42:15 pts/15    0:00 grep lpsched&lt;BR /&gt;      lp 19282 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp 19284 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp 19288 19281  0 15:42:12 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;bash-3.1#&lt;BR /&gt;&lt;BR /&gt;I end up stopping and restarting with /sbin/init.d/lp.  Not sure if this&lt;BR /&gt;matters, or if it's related. &lt;BR /&gt;&lt;BR /&gt;Does anybody have any idea why the driver won't install?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Mar 2007 12:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958977#M291469</guid>
      <dc:creator>Burvil Chang</dc:creator>
      <dc:date>2007-03-09T12:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Addprinter error when installing 1320N printer queue in jetadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958978#M291470</link>
      <description>Anybody have any further thoughts on this?</description>
      <pubDate>Mon, 12 Mar 2007 18:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958978#M291470</guid>
      <dc:creator>Burvil Chang</dc:creator>
      <dc:date>2007-03-12T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Addprinter error when installing 1320N printer queue in jetadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958979#M291471</link>
      <description>I called HP support, and they had all of 3 hits for this error message, none of which applied to my situation.  The support engineer thought there was a permissions problem with a file somewhere, but wasn't sure where.  Since this is only one printer for one user, I figured it wasn't worth pursuing further.  &lt;BR /&gt;&lt;BR /&gt;I decided to set up and use a remote queue on another server.  Although that's a test server, it should be up *most* of the time :)</description>
      <pubDate>Tue, 20 Mar 2007 14:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958979#M291471</guid>
      <dc:creator>Burvil Chang</dc:creator>
      <dc:date>2007-03-20T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Addprinter error when installing 1320N printer queue in jetadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958980#M291472</link>
      <description>Burvil,&lt;BR /&gt;&lt;BR /&gt;I know this is likely way too late to be useful for you, but it might be useful for others in the future, so here is what I found:&lt;BR /&gt;&lt;BR /&gt;I came across a server today that was having this error.  It didn't make sense that the error was happening until I looked at the permissions for the /etc/lp directory.  The permissions were r-xr-xr-x (555), with owner lp:bin.  The permissions should have been rwxr-xr-x (755), so the lp user had write permissions in the directory.  Once I added the write permission for the lp user (chmod 755 /etc/lp), the problem went away and the printer was added as expected.&lt;BR /&gt;&lt;BR /&gt;Now, how the /etc/lp directory lost the owner write permission is a different story...&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;John</description>
      <pubDate>Thu, 21 Feb 2008 21:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addprinter-error-when-installing-1320n-printer-queue-in-jetadmin/m-p/3958980#M291472</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2008-02-21T21:07:55Z</dc:date>
    </item>
  </channel>
</rss>

