wohali commented on issue #2038: CouchDB : Getting 502 Bad Gateway from CouchDB v2.2.0 and beam.smp restarted every time with new PID URL: https://github.com/apache/couchdb/issues/2038#issuecomment-496252854 Hi @priyabratap , ``` state: {os_proc,"bash /tmp/baby" ``` There must be an entry in your CouchDB's `local.ini` that is trying to launch this program, and failing. This was probably triggered by someone trying to use your machine as a Bitcoin miner or similar through one of the known exploitable holes in CouchDB 2.2.0. These are summarized here: http://docs.couchdb.org/en/stable/cve/index.html 1. Upgrade to CouchDB 2.3.0 or 2.3.1 as soon as possible. 2. Remove the line that references `bash /tmp/baby` in your `local.ini` file. 3. Restart CouchDB. Does the problem still occur?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
