I use the new Ubuntu integration in win10
This pm2 installation is the development branch
crash by starting with following message
[PM2] Spawning PM2 daemon with pm2_home=/home/sven/.pm2
[PM2] PM2 Successfully daemonized
util.js:1008
var errname = uv.errname(err);
^
Error: err >= 0
at Error (native)
at Object.exports._errnoException (util.js:1008:20)
at exports._exceptionWithHostPort (util.js:1035:20)
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1080:14)
all other starts come with this message
events.js:160
throw er; // Unhandled 'error' event
^
Error: connect Unknown system error -63104512 /home/sven/.pm2/rpc.sock
at Object.exports._errnoException (util.js:1012:11)
at exports._exceptionWithHostPort (util.js:1035:20)
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1080:14)
Software versions used
OS : Ubuntu 14.04.5 LTS
node.js : 6.3.1
PM2 : 2.0.3
PM2 Log output
2016-08-06 18:46:55: RPC interface [READY] on port /home/sven/.pm2/rpc.sock
2016-08-06 18:55:49: [PM2][WORKER] Started with refreshing interval: 30000
2016-08-06 18:55:49: [[[[ PM2/God daemon launched ]]]]
2016-08-06 18:55:49: BUS system [READY] on port /home/sven/.pm2/pub.sock
2016-08-06 18:55:49: RPC interface [READY] on port /home/sven/.pm2/rpc.sock
2016-08-06 19:02:50: ===============================================================================
2016-08-06 19:02:50: --- New PM2 Daemon started ----------------------------------------------------
2016-08-06 19:02:50: Time : Sat Aug 06 2016 19:02:50 GMT+0200 (DST)
2016-08-06 19:02:50: PM2 version : 2.0.3
2016-08-06 19:02:50: Node.js version : 6.3.1
2016-08-06 19:02:50: Current arch : x64
2016-08-06 19:02:50: PM2 home : /home/sven/.pm2
2016-08-06 19:02:50: PM2 PID file : /home/sven/.pm2/pm2.pid
2016-08-06 19:02:50: RPC socket file : /home/sven/.pm2/rpc.sock
2016-08-06 19:02:50: BUS socket file : /home/sven/.pm2/pub.sock
2016-08-06 19:02:50: Application log path : /home/sven/.pm2/logs
2016-08-06 19:02:50: Process dump file : /home/sven/.pm2/dump.pm2
2016-08-06 19:02:50: Concurrent actions : 4
2016-08-06 19:02:50: SIGTERM timeout : 1600
2016-08-06 19:02:50: ===============================================================================
2016-08-06 19:05:30: ===============================================================================
2016-08-06 19:05:30: --- New PM2 Daemon started ----------------------------------------------------
2016-08-06 19:05:30: Time : Sat Aug 06 2016 19:05:30 GMT+0200 (DST)
2016-08-06 19:05:30: PM2 version : 2.0.3
2016-08-06 19:05:30: Node.js version : 6.3.1
2016-08-06 19:05:30: Current arch : x64
2016-08-06 19:05:30: PM2 home : /home/sven/.pm2
2016-08-06 19:05:30: PM2 PID file : /home/sven/.pm2/pm2.pid
2016-08-06 19:05:30: RPC socket file : /home/sven/.pm2/rpc.sock
2016-08-06 19:05:30: BUS socket file : /home/sven/.pm2/pub.sock
2016-08-06 19:05:30: Application log path : /home/sven/.pm2/logs
2016-08-06 19:05:30: Process dump file : /home/sven/.pm2/dump.pm2
2016-08-06 19:05:30: Concurrent actions : 4
2016-08-06 19:05:30: SIGTERM timeout : 1600
2016-08-06 19:05:30: ===============================================================================
2016-08-07 12:40:38: ===============================================================================
2016-08-07 12:40:38: --- New PM2 Daemon started ----------------------------------------------------
2016-08-07 12:40:38: Time : Sun Aug 07 2016 12:40:38 GMT+0200 (DST)
2016-08-07 12:40:38: PM2 version : 2.0.3
2016-08-07 12:40:38: Node.js version : 6.3.1
2016-08-07 12:40:38: Current arch : x64
2016-08-07 12:40:38: PM2 home : /home/sven/.pm2
2016-08-07 12:40:38: PM2 PID file : /home/sven/.pm2/pm2.pid
2016-08-07 12:40:38: RPC socket file : /home/sven/.pm2/rpc.sock
2016-08-07 12:40:38: BUS socket file : /home/sven/.pm2/pub.sock
2016-08-07 12:40:38: Application log path : /home/sven/.pm2/logs
2016-08-07 12:40:38: Process dump file : /home/sven/.pm2/dump.pm2
2016-08-07 12:40:38: Concurrent actions : 4
2016-08-07 12:40:38: SIGTERM timeout : 1600
2016-08-07 12:40:38: ===============================================================================
I use the new Ubuntu integration in win10
This pm2 installation is the development branch
crash by starting with following message
all other starts come with this message
Software versions used
PM2 Log output