Operating System - HP-UX
1837791 Members
3189 Online
110120 Solutions
New Discussion

login incorrect and XDMCP not working

 
SOLVED
Go to solution
WilliamSmith11
Super Advisor

login incorrect and XDMCP not working

Hi
I just have installed the last version of HPUX OS on itanium system rx2620.

The problem is that when I do telnet , the machine responde with the login prompt, I set the login and after request for password, when I set the password send me a message that the login is incorrect.

The other problem is that I have I can not connect me throught reflexion X because say that there is not any host running XDMC , the local graphic console is working fine and the serial console too.

Some Idea ?

I will appreciate your help.

Thank you .

W.S
rperez
4 REPLIES 4
klkelvin
New Member
Solution

Re: login incorrect and XDMCP not working

1) Login problem
- First guess is that your password or login name keyed in is incorrect.
- When keying in, there shouldn't be any spaces

Quickest way to reolsve this is to verify the login name is accurate and get someone else with admin priviledges to reset the password.

2)You could try to start and stop the daemon

/sbin/init.d/dtlogin.rc stop

/sbin/init.d/dtlogin.rc start

Else, you may find the solution in this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=107105&admit=-682735245+1152584951855+28353475
WilliamSmith11
Super Advisor

Re: login incorrect and XDMCP not working

user name and password are ok , since I use the same one fronm the serial console port .

I will need to change some setting in the init.d and enable telnet?

Thank you

william

all your comments are welcome


rperez
JASH_2
Trusted Contributor

Re: login incorrect and XDMCP not working

William,

Are you trying to log in as root? There could be /etc/securetty which will have the word console in it. If so, you can only log on as root from the console. Log in as another user and su to root.

JASH
If I can, I will!
rariasn
Honored Contributor

Re: login incorrect and XDMCP not working

Hi William,

Verify file,

/etc/rc.config.d/desktop

anaya:/root#more /etc/rc.config.d/desktop
# CDE Desktop enabled Wed Sep 3 08:20:25 METDST 2003
DESKTOP=CDE
DTPRTSVR=

Then,

# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start

# ps -ef|grep -i dtrc|grep -v grep

rgs,

ran