-
Notifications
You must be signed in to change notification settings - Fork 945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forever list
doesn't see other user's processes, not even with sudo
#544
Comments
Find out where the |
Ran into this as well. Does forever run on a per-user basis? |
That's a good point. I think in 1.0 we'll move to |
And we'll do this in |
@indexzero I don't think it will be an wise choice, For example
The basic reason is that they grep processes by reading socket path from Actually How about
Then add a new line:
When you login with
I've test this on my CENTOS with two different users, and all have been passed, if you have any problem, I am here glad to help. If Write permission is denied on the socket file, an
|
i had this issue, Here is my resolution. I am running forever via crontab I could not see forever when logging into that non-admin account via but once i used |
👍 doing |
Duplicate of #415. |
I have a process launched by user
dandv
, and it shows up underforever list
.But if I run
forever list
while logged in as another user, it showsNo forever processes running
.sudo forever list
shows the same. I've even tried running the command from/
or from/home/dandv
- same result.The text was updated successfully, but these errors were encountered: