1825811 Members
2612 Online
109688 Solutions
New Discussion

telnet login problem

 
SOLVED
Go to solution
sudhir_3
Advisor

telnet login problem

Dear administrators
I am running HP-UX 10.20. Let us name it HP13.
I am facing problem in telneting HP13 workstaton in network from other w/s. I can only login from GUI console.After login through GUI and getting the prompt if I telnet, login, or rlogin to he same mchine I am not able to do that, though ftp is working to this machine. I am able to telnet, rlogin to other network machine from hp13.
The error I get is below.

connected to hp13.
Escape character is '^]'.
Local flow control on
Telnet TERMINAL-SPEED option ON

HP-UX hp13 B.10.20 A 9000/735 (ttyp7)

audswitch: Not owner
Connection closed by foreign host.
No end of technology
9 REPLIES 9
G. Vrijhoeven
Honored Contributor

Re: telnet login problem

Hi,

Can it be that your system is trusted, ore root access is limeted. Check for /etc/securetty. If you have problems with other users it could be /tcb/files/devassign.

Gideon
john korterman
Honored Contributor

Re: telnet login problem

Hi,
Try consulting this document:
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000007949932

the above is on the European site. If you cannot access it there, then try another site and search for the Document id: CBM9203091200

regards,
John K.
it would be nice if you always got a second chance
T G Manikandan
Honored Contributor

Re: telnet login problem

check for the permissions of the /usr/bin/login

It should be -rwsr-xr-x

The file should be owned by root.bin.
sudhir_3
Advisor

Re: telnet login problem

The machine is standard system not trusted.
No end of technology
Abskhan
Occasional Advisor

Re: telnet login problem


Sudhir,

Check if auditing is enabled on your system.
through sam try untrusting the system and trust again.The error id definitely related to system call audit.
James Lynch
Valued Contributor

Re: telnet login problem

T G is correct, the /usr/bin/login program should bet SUID root. Login calls the audswitch system call and audswitch will faill if it is not being executed by root.

Are you sure that the system is not trusted? Do you have a /tcb directory? The reason I ask, is that audswitch is definitely related to system auditing, and I thought that the system had to be in trusted mode before auditing could be enabled.

JL
Wild turkey surprise? I love wild turkey surprise!
Geno Church_1
Valued Contributor
Solution

Re: telnet login problem

Sudhir,

You are getting this error because /usr/bin/login and /usr/bin/passwd
have incorrect permissions.

Perform the following steps to resolve your error:

1. Boot your system into single-user mode.

2. fsck /usr

3. mount /usr

4. Change the 'login' and 'passwd' permissions:

-r-sr-xr-x 1 root bin /usr/bin/login
-r-sr-xr-x 1 root bin /usr/bin/passwd

Regards,
Geno
sudhir_3
Advisor

Re: telnet login problem

Hi Geno Church
I want to assign points 10 out of 10. How can I do that. My telet problem has been solved.

Thanks a lot
sudhir upadhyay
No end of technology
sudhir_3
Advisor

Re: telnet login problem

Hi
I have assigned points to all who replied.

Thanks
sudhir upadhyay
No end of technology