- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mozilla display problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-12-2006 10:32 AM
тАО08-12-2006 10:32 AM
26821 pts/ta 0:00 sh
26820 pts/ta 0:00 telnetd
1846 pts/ta 0:00 ps
i used
#export DISPLAY=ip:0.0
after that
#/opt/mozilla/mozilla
is telling that:
Gtk-WARNING **: cannot open display: ip:0.0
i changed sh to ksh and the problem continues.
and i have some more doubts: i am new to unix and hpux.
i thought that browsing is possible only in windows, not in unix. just few months back only, i came to know mozilla available for hpux.
1. i like to know from which year and which version of hpux, mozilla is available?
and
2. who introduced first browser for unix? (ie hpux or aix or solaris)
3. how many of u use ITRC in mozilla in hpux?
4. is mozilla functionallity is same in both windows and hpux?
thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 04:40 PM
тАО08-12-2006 04:40 PM
Re: mozilla display problem
help me..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 04:45 PM
тАО08-12-2006 04:45 PM
Re: mozilla display problem
since os is 11.23, i think, mozilla is installed by default, i think...
swlist |grep MOZILLA
MOZILLA 1.2.1.03.00 Mozilla 1.2 for HP-UX
MOZILLAsrc 1.2.1.03.00 Mozilla 1.2 Source distribution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 05:00 PM
тАО08-12-2006 05:00 PM
SolutionI think you are trying to open browser from a charecter terminal.You can open browser or any GUI only if you are in CDE (x window) terminal.
If your console is a monitor (not terminal),you have to login to CDE first.Then you can start browser.
Other option is to use any Xwindow software from Windows PC.You have to use software like reflection ,Xmanager (This is free download) etc.
once you login to CDE,enter following commands to start Mozilla
#export DISPLAY=yourpcip:0.0
#/opt/mozilla/mozilla &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 05:46 PM
тАО08-12-2006 05:46 PM
Re: mozilla display problem
i am trying that with putty.
now, i tried and logged in with console and exported the display.
# /opt/mozilla/mozilla &
[2] 7374
/usr/dt/bin
# Error: Can't open display: 16.138.47.199:0.0
Error: Couldn't find per display information
and hung at that position.
and i closed that session.
now, 1.) how to login to CDE? i have root passwd. shall i login to putty and execute /usr/dt/bin/dtlogin ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2006 06:01 PM
тАО08-12-2006 06:01 PM
Re: mozilla display problem
As i mentioned in the last post,your console has to be VGA monitor (not charecter termianl) to get x window.
If you are connecting from pc,you dont have to use putty.Putty is for telnet/SSH connection only.Not for xwindow.
To start xwindow from PC,
DOwnload Xmanager from this site
http://www.softpedia.com/get/Internet/Remote-Utils/Xmanager.shtml
install it
once installed,click on start-->programs-->xmanager-->xbrowser
enter your server IP address in the window.
Now you will get CDE login.
Login as root.
Hope this is clear for you