6.0.0-alpha14
7/2/25

[#8022] procopen backend diening with zombie process
Summary procopen backend diening with zombie process
Queue Passwd
Queue Version 3.0.1
Type Bug
State Resolved
Priority 2. Medium
Owners chuck (at) horde (dot) org
Requester info (at) opensolutions (dot) net
Created 02/23/2009 (5973 days ago)
Due
Updated 02/23/2009 (5973 days ago)
Assigned
Resolved 02/23/2009 (5973 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/23/2009 08:00:16 PM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
02/23/2009 06:03:56 PM info (at) opensolutions (dot) net Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ procopen backend diening with zombie process
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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!

Saved Queries