[Tickets #8022] procopen backend diening with zombie process

bugs at horde.org bugs at horde.org
Mon Feb 23 18:03:57 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8022
------------------------------------------------------------------------------
  Ticket             | 8022
  Created By         | info at opensolutions.net
  Summary            | procopen backend diening with zombie process
  Queue              | Passwd
  Version            | 3.0.1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


info at opensolutions.net (2009-02-23 13:03) wrote:

my backend config:

$backends['script'] = array(
     'name' => 'password-script',
     'preferred' => '',
     'password policy' => array(),
     'driver' => 'procopen',
     'params' => array(
         'program' => '/local/horde/scripts/changepassword.py'
     )
);

when i change the password, the changepassword.py script is diening as  
a zombie process. it is the same, with any other script.

in passwd/lib/Driver/procopen.php i have to change:

41c41
<             2 => array('pipe', 'e'));
---
>             2 => array('pipe', 'w'));

and now, it is working!






More information about the bugs mailing list