- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can't run mozilla
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
тАО04-01-2004 04:04 AM
тАО04-01-2004 04:04 AM
I can't run mozilla if I am not logged in root.
is this normal?
What can I do to launch mozilla when I'm not a superuser?
My OS is HP-UX 11iv1.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 04:12 AM
тАО04-01-2004 04:12 AM
Re: can't run mozilla
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 04:13 AM
тАО04-01-2004 04:13 AM
Re: can't run mozilla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 04:38 AM
тАО04-01-2004 04:38 AM
Re: can't run mozilla
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 04:43 AM
тАО04-01-2004 04:43 AM
Re: can't run mozilla
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 08:24 PM
тАО04-01-2004 08:24 PM
Re: can't run mozilla
In /opt/mozilla, here permissions are on the following files:
-r-xr-xr-x 1 bin bin mozilla*
-r-xr-xr-x 1 bin bin mozilla-bin*
-r-xr-xr-x 1 bin bin mozilla-config*
-r-xr-xr-x 1 bin bin mozilla-xremote-client*
-r-xr-xr-x 1 bin bin run-mozilla.sh*
On the other hand, I've no return error when I launch mozilla (not in root).
I can maybe have any logs but I don't now where I can find them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 08:29 PM
тАО04-01-2004 08:29 PM
Re: can't run mozilla
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 08:34 PM
тАО04-01-2004 08:34 PM
Re: can't run mozilla
dr-xr-xr-x 10 bin bin mozilla/
I think these permissions are good..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 08:39 PM
тАО04-01-2004 08:39 PM
Re: can't run mozilla
check that the PATH for the users are set properly.Which mozilla executable you are launching.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 10:19 PM
тАО04-01-2004 10:19 PM
Re: can't run mozilla
http://www.mozilla.org/unix/hpux.html
and
http://www.faqs.org/faqs/hp/hpux-faq/
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2004 10:44 PM
тАО04-01-2004 10:44 PM
Re: can't run mozilla
Example chmod -R 755
(it's not the best fix as it makes alot of files executable that shouldn't be but will make mozilla work correctly for normal users)
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 03:42 AM
тАО04-02-2004 03:42 AM
Re: can't run mozilla
The problem is solved.
The file /opt/mozilla/chrome/chrome.rdf had wrong permissions.
-rw------- 1 root sys chrome.rdf
I operated a "chmod 644 chrome.rdf" and my problem was solved.
Thanks to everybody who contributed to the solution.