- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with Mozilla v1.7.12.0
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-11-2006 06:26 AM
04-11-2006 06:26 AM
Problem with Mozilla v1.7.12.0
HP-UX v11.11. A couple of my coworkers can get the browser to work, but I cannot get it to work. For me, a Mozilla browser window will open, but I cannot connect to any web sites withing that window, eg. www.hp.com, www.microsoft.com, etc.
$ swlist -l fileset | grep -i mozilla
# Mozilla 1.7.12.01.00 Mozilla 1.7
Mozilla.MOZ-COM 1.7.12.01.00 Mozilla 1.7 common files
Mozilla.MOZ-COM-DOC 1.7.12.01.00 Mozilla 1.7 documentation and distribution license
Mozilla.MOZ-PA11 1.7.12.01.00 Mozilla 1.7 PA-RISC files
What would cause this problem? One of the error messages that I get sometimes is:
Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget'
Gtk-WARNING **: invalid cast from `GtkSuperWin' to `GtkWidget'
/opt/mozilla/run-mozilla.sh[36]: 17912 Bus error
command = /opt/mozilla/mozilla file:///var/adm/best1_default/bgs/htmlhelp/best1/index.htm &
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 07:03 AM
04-11-2006 07:03 AM
Re: Problem with Mozilla v1.7.12.0
Common issues:
proxy settings. If your firewall has a proxy for net access, you must tell mozilla what the settings are.
Tools options or edit perferences, depending on how you answered questions when you first started out.
Also check the ownerhip on the .mozilla folders in the home drectories.
Also check theat file at the end and the ownership and permissions.
It also could simply be a buggy browser release. Who'd have thunk? Buggy softwere right?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 07:22 AM
04-11-2006 07:22 AM
Re: Problem with Mozilla v1.7.12.0
Thanks - I checked into the things you mentioned but still did not get the problem fixed.
Mott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 10:48 PM
04-11-2006 10:48 PM
Re: Problem with Mozilla v1.7.12.0
The line '/opt/mozilla/run-mozilla.sh[36]: 17912 Bus error' looks like a shell script error report, but on my system when I go to line 36 of the file /opt/mozilla/run-mozilla.sh it's in the middle of a comment block. On yours it looks like that's the mozilla command itself, and it's trying to display the file /var/adm/best1_default/bgs/htmlhelp/best1/index.htm.
The above was information and comments.
Troubleshoots suggestions:
Can you ping anything like www.microsoft.com?
Is your networking configuration the same as your coworkers?
Firewall configurations the same between you and the coworkers?
Are you all on the same server running different displays or are you on seperate workstations? If the second, possibly remove and re-install Mozilla. Possibly you received a corrupted download.
From the comments in the run-mozilla file on my system it's not meant to be used to generally run the browser, so I have to wonder how your browser is starting up.
Just some ideas for your consideration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2006 11:00 PM
04-11-2006 11:00 PM
Re: Problem with Mozilla v1.7.12.0
Also, post folloing ulimit -Sa and ulimit -Ha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 01:01 AM
04-12-2006 01:01 AM
Re: Problem with Mozilla v1.7.12.0
No core file was present
$ ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 0
nofiles(descriptors) 60
$ ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 1024
Tom, I'm trying to access files from the Mozilla browser that are on the same server that Mozilla is installed on. Ping does not work. Could you explain a little more what I might check out in the network configuration? We do not have visibility to the firewall configuration. We are all on separate PCs from which we "ssh" to the HP-UX server with Mozilla. My line 36 in /opt/mozilla/run-mozilla.sh is in the middle of a comment block also.
Mott Given
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 03:54 AM
04-12-2006 03:54 AM
Re: Problem with Mozilla v1.7.12.0
Mott Given