xmr-node-proxy
xmr-node-proxy copied to clipboard
pm2: command not found
i am gettting this error pm2: command not found
please help, i have the config file and all other files in the folder, but says command not found
okay i had to login to as the same user that installed it, however i am getting these errors
|proxy | at emitTwo (events.js:111:20)
1|proxy | at process.emit (events.js:191:7)
1|proxy | at process.nextTick (internal/child_process.js:744:12)
1|proxy | at _combinedTickCallback (internal/process/next_tick.js:67:7)
1|proxy | 2018-01-09 13:58 -05:00: Worker 10069 died with code: 1, and signal: null
1|proxy | Starting a new worker
1|proxy | 2018-01-09 13:58 -05:00: Error: bind EACCES 0.0.0.0:80
1|proxy | at Object.exports._errnoException (util.js:1022:11)
1|proxy | at exports._exceptionWithHostPort (util.js:1045:20)
1|proxy | at cb (net.js:1324:16)
1|proxy | at rr (cluster.js:625:14)
1|proxy | at Worker.
someone please help
You are trying to listen on port 80 which are privileged (<1024). Only root can listen on privileged port by default. Either change your port to >1024 or check this manual to allow your proxy user to listed on privileged port: https://unix.stackexchange.com/questions/10735/linux-allowing-an-user-to-listen-to-a-port-below-1024