- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE user can't open dtterm session
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2004 06:10 AM
04-23-2004 06:10 AM
CDE user can't open dtterm session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2004 06:16 AM
04-23-2004 06:16 AM
Re: CDE user can't open dtterm session
check and verify that the permissions for directory /dev/pts is 755.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2004 09:16 AM
04-23-2004 09:16 AM
Re: CDE user can't open dtterm session
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2004 03:49 PM
04-23-2004 03:49 PM
Re: CDE user can't open dtterm session
may i know what is the permission for /dev/tty?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 12:50 AM
04-26-2004 12:50 AM
Re: CDE user can't open dtterm session
- login as root
- xhost +
- su - user
- export DISPLAY=pc-host-ip:0
- /usr/dt/bin/dtterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:05 AM
04-26-2004 04:05 AM
Re: CDE user can't open dtterm session
/dev r-xr-x-r-x
/dev/tty crw-rw-rw
Rick,
Can't use DISPLAY we are on DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 12:14 PM
04-26-2004 12:14 PM
Re: CDE user can't open dtterm session
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.