LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-25-2004, 09:12 PM   #1
SocialParasite
Member
 
Registered: Feb 2003
Distribution: Slackware 10
Posts: 38

Rep: Reputation: 15
Slackware 10 Mozilla 1.7 hangup.


bash-2.05b$ mozilla
*** Registering -webcal handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.

And this is where it has sat for the last ten minutes.

Root can operate Mozilla but my regular user can't.

bash-2.05b$ ls -l /usr/bin/mozilla
-rwxr-xr-x 1 root bin 4201 2004-06-18 16:18 /usr/bin/mozilla

As far as I can tell that is what the permissions for it should be (everyone can execute it).
 
Old 06-26-2004, 12:28 AM   #2
mardanian
Member
 
Registered: Mar 2004
Distribution: Fedora
Posts: 254

Rep: Reputation: 30
I have the same problem after upgrading mozilla1-4 to 1.7, if stops on

*** Registering -webcal handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.

heh, konqueror and opera is not in the list of supported browsers of gmail but mozilla
 
Old 06-26-2004, 01:39 PM   #3
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
I just installed Slackware 10 and am having the same exact problem.
 
Old 06-26-2004, 01:44 PM   #4
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Don't know what the problem might be but it's working fine on my fresh Slack 10 install.

BTW - I'm using KDE if that makes any difference...

Last edited by ozar; 06-26-2004 at 01:45 PM.
 
Old 06-26-2004, 01:49 PM   #5
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
Out of curiosity, the first time you ran mozilla, did you run it as root? And then when you tried it as your normal user it didn't work.

And for the person who said it worked, same question only exact opposite. Did you run mozilla as a normal user the very first time.

For some reason I think I may have read something about that...so why'd I do it!? lol
 
Old 06-26-2004, 02:40 PM   #6
ozar
Member
 
Registered: May 2004
Location: USA
Distribution: Arch Linux
Posts: 415

Rep: Reputation: 85
Quote:
Originally posted by Baix
And for the person who said it worked, same question only exact opposite. Did you run mozilla as a normal user the very first time.

For some reason I think I may have read something about that...so why'd I do it!? lol
I ran it for the first time as a normal user and it worked fine.
 
Old 06-26-2004, 02:48 PM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Try chown -R yourUser ~/.mozilla if it works ...
 
Old 06-26-2004, 02:50 PM   #8
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
To add more detail...I just reinstalled Slackware 10:

When I immediatly added a normal user then logged in as that user, mozilla worked fine. Then I logged in as root and mozilla worked fine, however after going back to the normal user, mozilla no longer worked.

Incase I didn't word that right, as soon I used mozilla 1.7 as root, running it as a normal user no longer worked.
 
Old 06-26-2004, 02:52 PM   #9
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Weird, I guess a config file is not readable by mozilla somewhere...
 
Old 06-26-2004, 02:54 PM   #10
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
Quote:
Originally posted by keefaz
Try chown -R yourUser ~/.mozilla if it works ...
Didn't work for me.
 
Old 06-26-2004, 03:08 PM   #11
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
What is your output for ls -al /usr/lib/mozilla-1.7/plugins ?
 
Old 06-26-2004, 03:09 PM   #12
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
Here it is:
Code:
bash-2.05b$ ls -al /usr/lib/mozilla-1.7/plugins
total 23
drwxr-xr-x   2 root root   160 2004-06-26 11:28 .
drwxr-xr-x  11 root root  1296 2003-09-11 21:40 ..
lrwxrwxrwx   1 root root    43 2004-06-26 11:28 libflashplayer.so -> /usr/lib/netscape/plugins/libflashplayer.so
lrwxrwxrwx   1 root root    62 2004-06-26 11:28 libjavaplugin_oji.so -> /usr/lib/java/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so
-rwxr-xr-x   1 root root 20416 2004-06-18 17:20 libnullplugin.so
 
Old 06-26-2004, 03:12 PM   #13
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
ok and for :
find /usr/lib/mozilla-1.7 -perm 700 -uid 0 -ls
?
 
Old 06-26-2004, 03:17 PM   #14
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
should I run that as root?
 
Old 06-26-2004, 03:20 PM   #15
Baix
Member
 
Registered: Jun 2004
Distribution: Gentoo, LFS, Slackware
Posts: 203

Rep: Reputation: 30
As root I got:

Code:
bash-2.05b# find /usr/lib/mozilla-1.7 -perm 700 -uid 0 -ls
190367    0 drwx------  10 root     root          272 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo
190368    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/communicator
190369    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/communicator/content
190371    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/navigator
190372    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/navigator/content
190391    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/cookie
190392    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/cookie/content
190380    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/editor
190381    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/editor/content
190388    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/global
190389    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/global/skin
190374    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/messenger
190375    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/messenger/content
190377    0 drwx------   3 root     root           72 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/inspector
190378    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/inspector/content
190383    0 drwx------   4 root     root           96 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/browser
190386    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/browser/skin
190384    0 drwx------   2 root     root           80 Jun 26 15:45 /usr/lib/mozilla-1.7/chrome/overlayinfo/browser/content
By the way, thanks for the help so far.

Last edited by Baix; 01-28-2005 at 11:06 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla 1.5 and Slackware 9.1 biledaemon Slackware 2 12-22-2003 02:46 PM
Mozilla 1.5 and Slackware 9.1 biledaemon Linux - Software 1 12-22-2003 12:06 PM
Slackware 9 install CD hangup benchcomptons Linux - Software 3 08-05-2003 08:04 PM
Slackware 9.0 and Mozilla... 65_289 Slackware 6 03-26-2003 10:11 PM
modem hangup chan Linux - General 3 03-02-2002 09:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration