Operating System - HP-UX
1837179 Members
2589 Online
110113 Solutions
New Discussion

Not Able to Login Throgh CDE

 
Deepak Kumar Mantry
Occasional Contributor

Not Able to Login Throgh CDE

Not able to login through CDE. After giving Login ID and Password it stuck on middle showing the bluscreen. But I am able to login through CUI.


Here I am giving the stuck screen .
6 REPLIES 6
Devender Khatana
Honored Contributor

Re: Not Able to Login Throgh CDE

Hi,

It could be a name resolution problem. What do you use for name resolution. What are contents of /etc/nsswitch.conf. Try resolving your system's hostname from it IP address and vice versa from command line.

Any recent changes. Or any major changes between last two reboots.

HTH,
Devender
Impossible itself mentions "I m possible"
Eknath
Trusted Contributor

Re: Not Able to Login Throgh CDE

Hi Deepak,

The CDE login session uses rpc calls for communication, so rpcbind must be running!
Try to start rpcbind, the CDE problem will be solved. rpcbind can be started at /sbin/init.d/nfs.core.

Stopping nfs.core for any reason will result in the CDE hangs.


Cheers!!!
eknath
Eknath
Trusted Contributor

Re: Not Able to Login Throgh CDE

sorry deepak,

forgot to mention
/sbin/init.d/nfs.core start

rgds
eknath
MarkSyder
Honored Contributor

Re: Not Able to Login Throgh CDE

I think the first thing to check is: is this a fault on the server/workstation or with the user account?

Have you tried a different server/ws or asked a different user to try this one?

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Robert-Jan Goossens_1
Honored Contributor

Re: Not Able to Login Throgh CDE

check if these answers help you.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=895450

Best regards,
Robert-Jan
Deepak Kumar Mantry
Occasional Contributor

Re: Not Able to Login Throgh CDE

Thanks all

Problem was rpcbind was not running.

I resolved the problem by starting the rpcbind.

Deepak Mantry