You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Joseph Davis (JIRA)" <ji...@apache.org> on 2010/10/09 21:45:27 UTC

[jira] Updated: (COUCHDB-443) rc.d leaves stderr open causing controlling programs to share

     [ https://issues.apache.org/jira/browse/COUCHDB-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-443:
--------------------------------------

    Skill Level: Regular Contributors Level (Easy to Medium)

> rc.d leaves stderr open causing controlling programs to share
> -------------------------------------------------------------
>
>                 Key: COUCHDB-443
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-443
>             Project: CouchDB
>          Issue Type: Bug
>         Environment: linux/debian/lenny
>            Reporter: Sig L
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> The fix to keep this from hanging chef-client:
> testchef:~# diff couchdb.orig couchdb
> 88c88
> <         if su $COUCHDB_USER -c "$command" > /dev/null ; then
> ---
> >         if su $COUCHDB_USER -c "$command" > /dev/null 2>&1 ; then
> 94c94
> <         if $command > /dev/null ; then
> ---
> >         if $command > /dev/null 2>&1 ; then

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.