1827809 Members
2033 Online
109969 Solutions
New Discussion

Re: Problem with user ID

 

Problem with user ID

We have a new HP server running HPUX 11.0, when I add new user ID through SAM and tried to login I am getting an error " The desktop messaging system could not be started. To correct the problem.
1. Choose [OK] to return to the login screen.
2. Select Failsafe Session from the login screen's option menu and login.
3. check to see that the desktop is properly installed, the hostname is correct (/etc/hosts) and that the network is properly configured.

I can login as root there is no problem. CDE is up and everything is working.
no personal quote
4 REPLIES 4
Martin Johnson
Honored Contributor

Re: Problem with user ID

Have you made sure that the PATH and other environmental variables are set correctly?

HTH
Marty
S.K. Chan
Honored Contributor

Re: Problem with user ID

Anil C. Sedha
Trusted Contributor

Re: Problem with user ID

This is what you have to do

Link your sudo to /usr/local/bin

Then add path to SAM

export PATH=$PATH:/usr/sbin

Run

sudo sam

I believe you should be good to go.

If you still get that error, try doing this

whereis sudo
/usr/local/bin/sudo

whereis sam
/usr/sbin/sam


I believe this will give you a good idea where sam is.

Regards,
Anil
If you need to learn, now is the best opportunity
Anil C. Sedha
Trusted Contributor

Re: Problem with user ID

One more thing i forgot to add.

export DISPLAY=youripaddress:0.0

Don't forget to put :0.0 after your ipaddress.

Then run sudo sam. You need root access to run sam. I hope you know sudo is alternative to root.

Regards,
Anil
If you need to learn, now is the best opportunity