1834047 Members
2545 Online
110063 Solutions
New Discussion

su/telnet error

 
SOLVED
Go to solution
Chirag Parekh
Advisor

su/telnet error

Hi,

Created certain new user accounts on HP-UX 11.00 belonging to a new group. While trying to either telnet or doing an su - as root am getting the below error:

Open VOC error.
errno=13: Permission denied

Thank.
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: su/telnet error

I suspect that there is a problem in the .profile of these users. More than likely, the .profile is trying to acceess a file for which this new group does not have permission.

If it ain't broke, I can fix that.
A. Clay Stephenson
Acclaimed Contributor

Re: su/telnet error

I would not expect an error, if you simply do "su " as root so that the .profile is not sourced.
If it ain't broke, I can fix that.
Chirag Parekh
Advisor

Re: su/telnet error

Hi Alan,

My bad .... I should have looked into the .profile before. Yes it was trying to access some legacy application and the new users were not in the correct gorup. I copied the default profile and it works fine now.

Thanks.