<?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: Defunct Processes and UniVerse Print Spooler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743403#M834706</link>
    <description>Joanne&lt;BR /&gt;&lt;BR /&gt;How is universe dealing with the print jobs ?&lt;BR /&gt;&lt;BR /&gt;If they are from within a VU scrip and the are delt with as a phantom routine then this can occur.&lt;BR /&gt;&lt;BR /&gt;If you do a ps -ef | grep defunct do you still see the PPID as the users - most likly yes.&lt;BR /&gt;&lt;BR /&gt;Had you tried stopping and restarting the universe spooler daemon (usd)?&lt;BR /&gt;&lt;BR /&gt;This is not a unix problem but is a Universe script problem.&lt;BR /&gt;&lt;BR /&gt;Are these jobs being delivered to the spooler from a universe hold file?&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jun 2002 11:14:06 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-06-13T11:14:06Z</dc:date>
    <item>
      <title>Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743398#M834701</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Has anyone had this problem, and if so, is there a way to fix things?&lt;BR /&gt;&lt;BR /&gt;We are running UniVerse 9.6 on a couple of HP-UX 11.00 servers.  It appears that each time a user prints a document a defunct process is generated and is not killed off until the user logs out.  Over a period of a day this can result in many defunct or zombie processes.&lt;BR /&gt;&lt;BR /&gt;I know that I could up some kernal parameters to cater for this, but I suspect that this shouldn't be happening at all.  I would rather fix it than changing kernal parameters if possible.&lt;BR /&gt;&lt;BR /&gt;Any help or suggestions will be appreciated and I do award points.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Joanne</description>
      <pubDate>Wed, 12 Jun 2002 21:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743398#M834701</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-12T21:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743399#M834702</link>
      <description>Can't fix it with the kernel. A zombie (defunct) exists because the parent did not properly wait for a child process to complete.  If this is consistent (ie, every print job causes a zombie) then it is a defect in the UniVerse code.&lt;BR /&gt;&lt;BR /&gt;A zombie occurs because the parent did not execute a wait, wait3, waitpid or waitid or does not have SIGCLD set to SIG_IGN, the calling process is transformed into a zombie process. A zombie process is a process that only occupies a slot in the process table. Since the process is not running or occupying any RAM, there is no way to kill them (remove them from the process table) except to reboot.&lt;BR /&gt;&lt;BR /&gt;Another possibility is that users are not terminating UniVerse correctly (very common on PCs). Users may be rebooting or perhaps just X'ing the window without first closing down the application.</description>
      <pubDate>Wed, 12 Jun 2002 23:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743399#M834702</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-12T23:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743400#M834703</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.  The strange thing with these zombies is that we don't need to reboot to get rid of them - they go when the user logs off.&lt;BR /&gt;&lt;BR /&gt;We experimented with this, and we physically logged out a user with 23 zombies against his ID (we went to his terminal and did the logging out ourselves), and the zombies disappeared.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Thu, 13 Jun 2002 02:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743400#M834703</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-13T02:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743401#M834704</link>
      <description>Which process is the parent of the defunct processes? I look in the ps(1) "PPID" column of the defunct processes and do a "ps -fp ..." for that PPID.&lt;BR /&gt;&lt;BR /&gt;This process is probably the culprit, i.e. its children have terminated, but it (the parent) is not wait(2)-ing for its children.</description>
      <pubDate>Thu, 13 Jun 2002 10:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743401#M834704</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-13T10:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743402#M834705</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;if you check out kmtune you will see parameters which can be altered while ths system is live.This may be your best bet if hitting soomething like maxuprc.&lt;BR /&gt;&lt;BR /&gt;Log a second call with&lt;BR /&gt;&lt;A href="http://www.informix.com/informix/products/servers/universe/index.html" target="_blank"&gt;http://www.informix.com/informix/products/servers/universe/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      Steve steel</description>
      <pubDate>Thu, 13 Jun 2002 10:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743402#M834705</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-13T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743403#M834706</link>
      <description>Joanne&lt;BR /&gt;&lt;BR /&gt;How is universe dealing with the print jobs ?&lt;BR /&gt;&lt;BR /&gt;If they are from within a VU scrip and the are delt with as a phantom routine then this can occur.&lt;BR /&gt;&lt;BR /&gt;If you do a ps -ef | grep defunct do you still see the PPID as the users - most likly yes.&lt;BR /&gt;&lt;BR /&gt;Had you tried stopping and restarting the universe spooler daemon (usd)?&lt;BR /&gt;&lt;BR /&gt;This is not a unix problem but is a Universe script problem.&lt;BR /&gt;&lt;BR /&gt;Are these jobs being delivered to the spooler from a universe hold file?&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 11:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743403#M834706</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-06-13T11:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743404#M834707</link>
      <description>Are you using the default directory for the spool file (/var/spool/, IIRC) or have you changed that to something else?  Either way, check that the permisions on the directory are 777, and owned by root (this requirement changes at the 10.0 release).&lt;BR /&gt;&lt;BR /&gt;Next, check the driver script permissions. It  has to be at least 755 and owned by root.&lt;BR /&gt;&lt;BR /&gt;Also check the uv spool file that tracks the spooler number information (I don't recall the name) for correct permissions.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 13 Jun 2002 13:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743404#M834707</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-06-13T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743405#M834708</link>
      <description>We are running universe 9.6.1.6 and hpux 11.11 and have not seen this problem.&lt;BR /&gt;&lt;BR /&gt;Is it possible you have an unquoted &amp;amp; (ampersand) in your interface script that is starting a background process?&lt;BR /&gt;&lt;BR /&gt;I've worked with universe print spooler for many years, if you attach a copy of your driver I will take a look.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 13 Jun 2002 14:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743405#M834708</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-06-13T14:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743406#M834709</link>
      <description>Is this a new problem (did it work ok at one time)?&lt;BR /&gt;&lt;BR /&gt;Any system change that could have started the problem?&lt;BR /&gt;&lt;BR /&gt;Does this occur for all users on any printer?&lt;BR /&gt;&lt;BR /&gt;Are your interface scripts calling the unix printer spooler for printing, or sending directly to the printers?&lt;BR /&gt;&lt;BR /&gt;How are users submitting print jobs; through standard universe commands (SPOOL, LPTR, etc) or is a shell call made to the "usp" program.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;If your users have to log off before the defunct jobs disappear, then I'm thinking less that it is a print driver interface (since it runs as a seperate process) and more it is in how the user submits the print job.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 14:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743406#M834709</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-06-13T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743407#M834710</link>
      <description>Thanks to those who have contributed so far...&lt;BR /&gt;&lt;BR /&gt;I am looking into some of the suggestions and will post the fix (if I find it).  I am on course next week (yay!), so it maybe a week or so before I award points.&lt;BR /&gt;&lt;BR /&gt;Rodney, I'm particularly interested in your ideas, and will post the driver if I can't isolate the problem soon.  Thanks for the offer of help.&lt;BR /&gt;&lt;BR /&gt;I am still open to any further suggestions, so keep them coming.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help/support.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Thu, 13 Jun 2002 20:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743407#M834710</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-13T20:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743408#M834711</link>
      <description>Attached are copies of the printer drivers.  Generic is for any line printers that may still be in existence.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Mon, 24 Jun 2002 22:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743408#M834711</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-24T22:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743409#M834712</link>
      <description>And now for the attachments ...</description>
      <pubDate>Mon, 24 Jun 2002 22:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743409#M834712</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-24T22:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Defunct Processes and UniVerse Print Spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743410#M834713</link>
      <description>The other attachment...</description>
      <pubDate>Mon, 24 Jun 2002 22:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/defunct-processes-and-universe-print-spooler/m-p/2743410#M834713</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2002-06-24T22:29:45Z</dc:date>
    </item>
  </channel>
</rss>

