wohali commented on issue #1117: Backport mochiweb fix for active_socket 
accounting
URL: https://github.com/apache/couchdb/issues/1117#issuecomment-366081261
 
 
   Workaround for this issue: `remsh` to the node and run 
`application:stop(chttpd), application:ensure_all_started(chttpd).`. To 
automate this you'll need an expect script:
   
   ```
   #!/usr/bin/env expect
   spawn bin/remsh
   expect "([email protected])1> "
   send "application:stop(chttpd).\r"
   expect "([email protected])2> "
   send "application:ensure_all_started(chttpd).\r"
   expect "([email protected])3> "
   send "\007q\r"
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to