___ ___ erkimt Problems PM2 - NodeJS ______ qstntxt ___

I'm having a problem with PM2 and it's already happened to someone.

I start in some applications and they usually appear in the list when I run pm2 list. But after a few days the applications disappear from the pm2 list. They keep working, but I can only find them when I run ps aux | grep node, as shown below.

I have already uninstalled the PM2 I reinstalled the worst that this happens with more than one server. Anyone have any ideas?

    
______azszpr169667___

This is common when you run pm2 start as root and pm2 list as a regular user or vice versa. Always run your application as a user and never root.

    

___
0

I'm having a problem with PM2 and it's already happened to someone.

I start in some applications and they usually appear in the list when I run pm2 list. But after a few days the applications disappear from the pm2 list. They keep working, but I can only find them when I run ps aux | grep node, as shown below.

I have already uninstalled the PM2 I reinstalled the worst that this happens with more than one server. Anyone have any ideas?

    
asked by anonymous 07.06.2016 / 19:55

1 answer

0

This is common when you run pm2 start as root and pm2 list as a regular user or vice versa. Always run your application as a user and never root.

    
05.12.2016 / 07:09