You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rvm and as part of its usage, it sources a script which calls ps. It seems now every time the ps command is run we see this:
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
Incidentally, I'm not sure if my /proc permissions are correct. They are:
dr-xr-xr-x
The text was updated successfully, but these errors were encountered:
I am using rvm and as part of its usage, it sources a script which calls ps. It seems now every time the
ps
command is run we see this:Incidentally, I'm not sure if my /proc permissions are correct. They are:
dr-xr-xr-x
The text was updated successfully, but these errors were encountered: