- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Help using Netscape 4.79 on HPUX 11
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
02-14-2003 04:04 AM
02-14-2003 04:04 AM
Yesterday I got myself a 715/100 workstation so I can practice HP UX stuff on it. The workstation is connected to my LAN which is connected to a cable modem. The network works and I have no problems pinging ip's for my ISP dns servers and the like
I installed Netscape 4.79 but when I try to run it from its directory I get this error
=======================
Xlib: connection to "leon2:0.0" refused by server
Xlib: Client is not authorized to connect to Server
Error: Can't open display: leon2:0.0
Error: Couldn't find per display information
=======================
Any ideas on how to make it work?
Also how do I create an Icon for Netscape in CDE?
any help appreciated!
KL
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 04:07 AM
02-14-2003 04:07 AM
Re: Help using Netscape 4.79 on HPUX 11
also please run nslookup leon2 and report the output, I'd be inclined if the above command does not resolve to ensure leon is entered in /etc/hosts & /etc/nsswitch.conf points to files before DNS ...
I'll get back to you on the icon bit ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 04:34 AM
02-14-2003 04:34 AM
Solutionchapter8 on how to use them ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 05:38 AM
02-14-2003 05:38 AM
Re: Help using Netscape 4.79 on HPUX 11
When I ran nslookup on my machine yesterday it resolved my name correctly to my IP address. I had a few problems before....as earlier on in the evening it wasn't resolving correctly.
Anyways....I am new to HPUX and I haven't used xhost before. Would I need to do this every time I start the machine or is there a config file somewhere?
Thanks
KL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 05:53 AM
02-14-2003 05:53 AM
Re: Help using Netscape 4.79 on HPUX 11
ps not recieved that email yet ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 05:53 AM
02-14-2003 05:53 AM
Re: Help using Netscape 4.79 on HPUX 11
#cp /usr/dt/config/Xconfig /etc/dt/config/Xconfig
REmove the comment from
#Dtlogin*authorize: False
Restart the X-server by
/sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 05:59 AM
02-14-2003 05:59 AM
Re: Help using Netscape 4.79 on HPUX 11
Alex is right,
provide permission to a certain machine permanently,
create a file called X0.hosts file in the /etc directory.
Enter the hostname of the machine to which you want
to give permanent permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 06:00 AM
02-14-2003 06:00 AM
Re: Help using Netscape 4.79 on HPUX 11
You could as an alternative merge .Xauthority files : check out man xauth for details