Michal Papis

Results 152 comments of Michal Papis

well the warning is there to find why `sudo` was not working - it's harmless by itself, as you had no problems with `sudo` you only got the warning which...

in that case check `rvm help autolibs` I think `read-fail` would be best fit for you

so we could try debugging it, gist: ``` bash rvm --trace autolibs read-fail 2>&1 | tee big.log ```

and it works again, only when tracing ... this is odd, I assume you already did logout and login back to the server?

ok, can you logout of the server and login again, (full cycle including user logout) and try again

how do you switch to root, can I see the exact command?

so did it produce this message again after relogin?

that's fine it goes in to the debug section, did it display the warning about missing `rvm_debug`? > ``` > /usr/local/rvm/scripts/functions/support: line 314: rvm_debug: command not found > ```

this is odd, can I see now: ``` bash ( rvm autolibs read-fail ) ``` and if it still displays the message gist: ``` bash ( export PS4="+ \${BASH_SOURCE##\${rvm_path:-}} :...