Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-08-2005, 04:15 PM
|
#1
|
Member
Registered: Feb 2004
Location: Oxford, OH
Distribution: LFS 5.1.1, Slackware 9.1
Posts: 94
Rep:
|
Where'd my scroll bars go?
Dear All,
I just upgraded to slack 10.0. My init's set for X, and I'm using GNOME 2.6. When I log in as root, epiphany has scroll bars. When I log in as joe schmoe user, I have no scroll bars. I did a quick search for similar issues, and found two suggestions:
1) Get rid of the the appropriate .folders (.mozilla, e.g.) and log back in.
I tried it. It didn't work.
2) Privelege issues? Try running: strace -f -o /tmp/trace -e trace=open /usr/bin/mozilla
I did this. I don't know how to interpret the contents of /tmp/trace.
3) Wipe and reinstall a bunch of stuff and cross your fingers.
This worked for one dude, but I ain't gonna do all that, cause I'm lazy.
Any suggestions?
- Ben
|
|
|
01-08-2005, 06:56 PM
|
#2
|
Member
Registered: Feb 2004
Location: Oxford, OH
Distribution: LFS 5.1.1, Slackware 9.1
Posts: 94
Original Poster
Rep:
|
Dear All,
Here's what happens with strace:
schmoe:~$ strace -f -o trace -e trace=open /usr/bin/mozilla
*** Registering -webcal handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
(Then it freezes)
(From a different terminal)
schmoe:~$ ps -e
PID TTY TIME CMD
...
3508 pts/1 00:00:00 strace
3509 pts/1 00:00:00 mozilla
3513 pts/1 00:00:00 run-mozilla.sh
3518 pts/1 00:00:00 mozilla-bin
3519 pts/1 00:00:00 mozilla-bin
3520 pts/1 00:00:00 mozilla-bin
3521 pts/1 00:00:00 mozilla-bin
...
Now, the contents of ~/trace. There are about 214 lines with error messages. Most are ENOENT (No such file or directory). Here are the EACCES (Permission denied) lines:
3518 open("/usr/lib/mozilla-1.7/components/compreg.dat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat.tmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat.tmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/compreg.dat.tmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/xpti.dat.tmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/components/compreg.dat.tmp", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)
3518 open("/usr/lib/mozilla-1.7/chrome/chrome.rdf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied)
Does this post contain enough info? Thanks,
- Ben
|
|
|
01-08-2005, 07:51 PM
|
#3
|
Member
Registered: Feb 2004
Location: Oxford, OH
Distribution: LFS 5.1.1, Slackware 9.1
Posts: 94
Original Poster
Rep:
|
Dear All,
Yeah! OK, here's what I did:
root:~# cd /usr/lib/mozilla-1.7
root:/usr/lib/mozilla-1.7# chmod +t components # for the .tmp files
root:/usr/lib/mozilla-1.7# cd components
root:/usr/lib/mozilla-1.7/components# chmod 644 *.dat # to read the .dat files
root:/usr/lib/mozilla-1.7/components# cd ../chrome
root:/usr/lib/mozilla-1.7/chrome# chmod 644 chrome.rdf # I found this after fixing the other things
Et, voila! C'est ca! Bien!
Is this something I should report to someone? Like Slackware?
- Ben
|
|
|
All times are GMT -5. The time now is 07:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|