|
When I do RSH or SSH from a username other than root, I am getting the following errors. I am trying to find out which script (that the bash login shell executes) is causing this problem. I compared /etc/bashrc, /etc/profile from a working machine, didnt find any difference. I am able to login, but the errors 'Permission denied' are affecting my automation scripts. Any help will be greatly appreciated.
Thanks -Chandra
autotest:mc1:~>/usr/bin/rsh 10.219.8.58 Password: Password: Login incorrect
login: autotest Password: -bash: id: command not found -bash: [: =: unary operator expected -bash: id: command not found -bash: id: command not found -bash: [: =: unary operator expected -bash: /usr/bin/pkg-config: Permission denied -bash: /usr/bin/pkg-config: Permission denied -bash: /usr/bin/pkg-config: Permission denied autotest:mc2:~>exit logout rlogin: connection closed. autotest:mc1:~>exit
|