- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Importing Display
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
10-15-2002 12:25 AM
10-15-2002 12:25 AM
Importing Display
When I am giving xhost + command on my workstation, It is giving the following errors.
Xlib: Connection to "system:0.0" refused by server
Xlib: Client is not autorized to connect to server
xhost: Unable to open display :system:0.0"
IP address and loopback is set in host file properly. Display is exported as usual.
$echo $DISPLAY
system:0.0
Can someone give me the quick solution for this?
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 12:51 AM
10-15-2002 12:51 AM
Re: Importing Display
Copy the /usr/dt/config/Xconfig file to the /etc/dt/config directory:
cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
NOTE: If the /etc/dt/config/Xconfig file already exists, the following modifications can be made to the end of the existing file.
Uncomment the following line in /etc/dt/config/Xconfig file:
Dtlogin*authorize: False
Execute the following command to tell the desktop (window-based) login process to re-read its configuration files and incorporate these changes:
/usr/dt/bin/dtconfig
Log out of CDE.
Log back into CDE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 12:58 AM
10-15-2002 12:58 AM
Re: Importing Display
what are you doing exactly ? do you use CDE ?
and can you give me more information about:
- hostname
- OS version
the result of the following commands (on your workstation):
$ /usr/contrib/bin/X11/dr_dt
$ ioscan -fnC la
$ cat /etc/hosts
$ cat /etc/nsswitch.conf
$ cat /etc/resolv.conf
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:00 AM
10-15-2002 01:00 AM
Re: Importing Display
Is that the exact error message of xhost? I'm confused by the single '"' in it...
Maybe somthing weird in the DISPLAY var? What's the result of:
echo "$DISPLAY" | vis
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:12 AM
10-15-2002 01:12 AM
Re: Importing Display
Hi
I have copied the /usr/dt/config/Xconfig to /etc/dt/config directory and uncommented the mentioned line. Executed dtconfig command, logged out and in. Still problem exists as it is..
What could be the reason?
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:22 AM
10-15-2002 01:22 AM
Re: Importing Display
can you give us informations about your network ? OS version ? workstation model ?
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:34 AM
10-15-2002 01:34 AM
Re: Importing Display
Hi
My OS is 11.00, Model is B132L. I have 10 Base T n/w card and it is working fine. IP address and loop back is set in hosts file.
nsswitch entry for hosts
hosts: dns files
I hope these information will help U to trace te problem.
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 01:37 AM
10-15-2002 01:37 AM
Re: Importing Display
/sbin/init.d/dtlogin [stop,start] to be sure !
nb the Xserver is controlling host/user based access not CDE !
If that fails can you cut and paste the exact errors and commands you are using to see this problem please : include the h/w and hostname details if possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 02:43 AM
10-15-2002 02:43 AM
Re: Importing Display
Shahul, I assume that you can login successfully into the workstation's CDE. You can startup X clients from that session... so there must be a valid cookie in your login user's HOME/.Xauthority file.
As a 1st test you can copy that file to the HOME directory of the user that tries to run xhost.
You can also extract the cookies of your local CDE user, e.g.:
xauth extract
When you copy
See man xauth(1).
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2002 05:56 AM
10-15-2002 05:56 AM
Re: Importing Display
Thanks for the reponses. My problem has been solved and it was a funny reason. I was not having the correct permission on my default shell.
Thanks
Shahul