Operating System - HP-UX
1830936 Members
1959 Online
110017 Solutions
New Discussion

Re: CDE user can't open dtterm session

 
P.J. Cruz
Advisor

CDE user can't open dtterm session

We are using Xmanager to interface with our rp7400. User logs in fine but when the try to open a terminal session the screen blinks and no terminal session is activated. I log in as root and I have no problems. It appears to be a permission issue and I have check the forum for a possible soluttion. I hav notice the user does not create a paminfo file.
6 REPLIES 6
Sanjay_6
Honored Contributor

Re: CDE user can't open dtterm session

Hi,

check and verify that the permissions for directory /dev/pts is 755.

Hope this helps.

Regds
P.J. Cruz
Advisor

Re: CDE user can't open dtterm session

Here is what we have:
drwxr-xr-x 2 bin bin 24576 Jan 9 12:48 pts
I noticed when the user tries to aquire a terminal it resets the /dev/pts/0 to
crw--w---- 1 csjb users 157 0x000000 Apr 23 14:16 0

It's still not working




Joseph Loo
Honored Contributor

Re: CDE user can't open dtterm session

hi,

may i know what is the permission for /dev/tty?

regards.
what you do not see does not mean you should not believe
Rick Beldin
HPE Pro

Re: CDE user can't open dtterm session

You might get a better message by doing:

- login as root
- xhost +
- su - user
- export DISPLAY=pc-host-ip:0
- /usr/dt/bin/dtterm
Necessary questions: Why? What? How? When?
P.J. Cruz
Advisor

Re: CDE user can't open dtterm session

Joe and Rick,

/dev r-xr-x-r-x
/dev/tty crw-rw-rw

Rick,

Can't use DISPLAY we are on DHCP
Joseph Loo
Honored Contributor

Re: CDE user can't open dtterm session

hi,

how about setting the following:

/dev/pts -> drwxr-xr-x
/dev/tty -> cr-xr--r-- or cr-x------

or you may like to play with the permission but ensuring that you do not give awar too much, i.e. security must be tight as well.

regards.
what you do not see does not mean you should not believe