| 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 | 2/23/09 (6255 days ago) |
| Due | |
| Updated | 2/23/09 (6255 days ago) |
| Assigned | |
| Resolved | 2/23/09 (6255 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/diff.php/passwd/docs/CHANGES?rt=horde&r1=1.104&r2=1.105&ty=u
http://cvs.horde.org/diff.php/passwd/lib/Driver/procopen.php?rt=horde&r1=1.10&r2=1.11&ty=u
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ procopen backend diening with zombie process
Type ⇒ Bug
State ⇒ Unconfirmed
$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'));
---