You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Sam Bisbee (Closed) (JIRA)" <ji...@apache.org> on 2012/02/27 23:31:49 UTC

[jira] [Closed] (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 ]

Sam Bisbee closed COUCHDB-443.
------------------------------

    Resolution: Not A Problem

I don't see us wanting to hide error messages. Also, no one has touched this ticket in a long time so I'm closing for now.

Sig or anyone else, please reopen if you have more color to add.

Cheers.
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira