Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-443

rc.d leaves stderr open causing controlling programs to share

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None
    • linux/debian/lenny

    • Regular Contributors Level (Easy to Medium)

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            sigmonsays Sig L
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 0.25h
                0.25h
                Remaining:
                Remaining Estimate - 0.25h
                0.25h
                Logged:
                Time Spent - Not Specified
                Not Specified