Closed
Bug 164849
Opened 24 years ago
Closed 24 years ago
will only run for root user
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 163524
People
(Reporter: jamesrome, Assigned: asa)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020826
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020826
I upgraded to the latest 8/26 build, and now cannot run except as root.
If I try to start mozilla as a user, nothing happons. The 8/8 build worked fine
Reproducible: Always
Steps to Reproduce:
1./opt/mozilla/mozilla &
2.nothing happens
3.
Actual Results:
nothing. It never starts.
Expected Results:
should run
| Reporter | ||
Comment 2•24 years ago
|
||
Not file permissions:
/opt/mozilla> ls -l
total 4201
drwxr-xr-x 4 root root 768 Aug 27 15:11 chrome
drw-r--r-- 3 root root 3736 Aug 27 15:11 components
drwxr-xr-x 6 root root 152 Aug 27 15:09 defaults
drwxr-xr-x 2 root root 112 Aug 27 15:09 icons
-rw-r--r-- 1 root root 39035 Aug 27 15:09 install.log
-rwxr-xr-x 1 root root 167124 Aug 27 08:30 libgkgfx.so
-rwxr-xr-x 1 root root 94228 Aug 27 08:30 libgtkembedmoz.so
-rwxr-xr-x 1 root root 17216 Aug 27 08:30 libgtksuperwin.so
-rwxr-xr-x 1 root root 12536 Aug 27 08:30 libgtkxtbin.so
-rwxr-xr-x 1 root root 98052 Aug 27 08:30 libjsj.so
-rwxr-xr-x 1 root root 155596 Aug 27 08:30 libldap50.so
-rwxr-xr-x 1 root root 459380 Aug 27 08:30 libmozjs.so
-rwxr-xr-x 1 root root 52792 Aug 27 08:30 libmozz.so
-rwxr-xr-x 1 root root 317400 Aug 27 08:30 libmsgbaseutil.so
-rwxr-xr-x 1 root root 179840 Aug 27 08:30 libnspr4.so
-rwxr-xr-x 1 root root 378976 Aug 27 08:30 libnss3.so
-rwxr-xr-x 1 root root 201448 Aug 27 08:30 libnssckbi.so
-rwxr-xr-x 1 root root 16084 Aug 27 08:30 libplc4.so
-rwxr-xr-x 1 root root 9804 Aug 27 08:30 libplds4.so
-rwxr-xr-x 1 root root 14712 Aug 27 08:30 libprldap50.so
-rwxr-xr-x 1 root root 130612 Aug 27 08:30 libsmime3.so
-rwxr-xr-x 1 root root 371116 Aug 27 08:30 libsoftokn3.so
-rwxr-xr-x 1 root root 124472 Aug 27 08:30 libssl3.so
-rwxr-xr-x 1 root root 44972 Aug 27 08:30 libxlibrgb.so
-rwxr-xr-x 1 root root 998304 Aug 27 08:30 libxpcom.so
-rwxr-xr-x 1 root root 16476 Aug 27 08:30 libxpistub.so
-rwxr-xr-x 1 root root 2928 Aug 27 08:30 mozilla
-rwxr-xr-x 1 root root 257252 Aug 27 08:30 mozilla-bin
-rwxr-xr-x 1 root root 9544 Aug 27 08:30 mozilla-xremote-client
drwxr-xr-x 2 root root 80 Aug 27 15:09 plugins
-rwxr-xr-x 1 root root 12680 Aug 27 08:30 regExport
-rwxr-xr-x 1 root root 5120 Aug 27 08:30 regchrome
-rw-r--r-- 1 root root 335 Aug 27 15:09 registry
-rwxr-xr-x 1 root root 10256 Aug 27 08:30 regxpcom
drwxr-xr-x 10 root root 768 Aug 27 15:09 res
-rwxr-xr-x 1 root root 10643 Aug 27 08:30 run-mozilla.sh
drwxr-xr-x 2 root root 432 Aug 27 15:09 searchplugins
-rwxr-xr-x 1 root root 26324 Aug 27 08:30 xpicleanup
It gets to run-mozilla.sh and dies there with no messages.
It will not even get into the profiles with
/opt/mozilla/mozilla -profilemanager
I also made a new user with NO profile, and it would not work if I ran as him.
HELP!
I downloaded the 8/27 version. Same problem.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 3•24 years ago
|
||
if I do
/opt/mozilla/mozilla -splash
it does briefly flash the splash screen and then goes right back to a prompt.
But /opt/mozilla/mozilla -v
does nothing
Comment 4•24 years ago
|
||
> drw-r--r-- 3 root root 3736 Aug 27 15:11 components
this directory needs to have execute permission
> chmod a+x components
will fix the problem
*** This bug has been marked as a duplicate of 163524 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•