LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-14-2008, 04:07 PM   #1
jonrpick
Member
 
Registered: Mar 2007
Distribution: F9, F10, Mandriva 2009, Puppy 4.XX
Posts: 105

Rep: Reputation: 15
Fedora 8 - trouble with file/"browse" dialog boxes after update...


I did a Yum update last night...

Now whenever an application needs to view the file system, such as when you attach a file via Yahoo mail (and it opens a file manager-like dialog box) the application hangs.

It doesn't matter whether it's the web browser (Firefox 2.0.0.2) or OpenOffice, or the Disk Usage Analyzer application (scan folder button)...whenever an app tries to open a window showing the file system, that app locks up.

Where do I begin?

TIA...

~jp
 
Old 07-15-2008, 12:14 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well i am assuming ( crystal ball time ) that you are using Gnome
and it was just your every day normal update
su -
yum update
and there were NO errors and the update finished
how many updates 4, 10, 300
it sounds like something to do with gnome
can you post the last entries in /var/log/yum.log For the update you did yesterday
 
Old 07-15-2008, 10:19 AM   #3
jonrpick
Member
 
Registered: Mar 2007
Distribution: F9, F10, Mandriva 2009, Puppy 4.XX
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by John VV View Post
well i am assuming ( crystal ball time ) that you are using Gnome
and it was just your every day normal update
su -
yum update
and there were NO errors and the update finished
how many updates 4, 10, 300
it sounds like something to do with gnome
can you post the last entries in /var/log/yum.log For the update you did yesterday
Eh... It appears I gave out wrong info... That computer is running Fedora 7, not 8.

Yes, I'm using Gnome.

Here's the most recent activity in the /var/log/yum.log file. Oddly enough, the most recent stuff has a date of July 10. I also updated my laptop (Fedora 8) in the last week, so that may be where the confusion as to which distro I'm using came from.

Either way, here's the log entries from July 10. As I recall, there were more updates, but shouldn't they all be in here?

Code:
Jul 10 01:08:16 Updated: php-common - 5.2.6-2.fc7.i386
Jul 10 01:08:18 Installed: perl-DBI - 1.53-2.fc7.i386
Jul 10 01:08:20 Installed: mysql - 5.0.45-6.fc7.i386
Jul 10 01:08:21 Installed: perl-DBD-MySQL - 3.0008-1.fc7.i386
Jul 10 01:08:22 Updated: php-cli - 5.2.6-2.fc7.i386
Jul 10 01:08:23 Installed: php-pdo - 5.2.6-2.fc7.i386
Jul 10 01:08:27 Installed: mx - 2.0.6-3.i386
Jul 10 01:08:44 Installed: libdbi - 0.8.1-2.1.i386
Jul 10 01:08:47 Installed: unixODBC - 2.2.12-5.fc7.i386
Jul 10 01:08:47 Installed: mysql-connector-odbc - 3.51.12-2.2.i386
Jul 10 01:08:48 Installed: MySQL-python - 1.2.2-3.fc7.i386
Jul 10 01:08:49 Installed: php-mysql - 5.2.6-2.fc7.i386
Jul 10 01:08:49 Updated: php - 5.2.6-2.fc7.i386
Jul 10 01:08:54 Installed: mysql-server - 5.0.45-6.fc7.i386
Jul 10 01:08:56 Updated: php-ldap - 5.2.6-2.fc7.i386
Jul 10 01:08:56 Installed: libdbi-drivers - 0.8.1a-2.fc7.i386
Jul 10 01:08:57 Installed: libdbi-dbd-mysql - 0.8.1a-2.fc7.i386
Jul 10 01:10:32 Installed: php-mbstring - 5.2.6-2.fc7.i386
Jul 10 01:10:40 Installed: phpMyAdmin - 2.11.6-1.fc7.noarch
 
Old 07-15-2008, 12:59 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well all of those updates are for your apache server . have you tried making a new user and see if firefox / other apps still hang .
 
Old 07-15-2008, 01:51 PM   #5
jonrpick
Member
 
Registered: Mar 2007
Distribution: F9, F10, Mandriva 2009, Puppy 4.XX
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by John VV View Post
well all of those updates are for your apache server . have you tried making a new user and see if firefox / other apps still hang .
I didn't even bother creating a new user. I just logged out as myself, and back in as root.

I was able to attach a file in Yahoo mail.

Ok... this is weird. It works fine now, even logged in as me.

I had restarted X, as well as rebooted at least 2 or 3 times since then, to no avail.

Today, for some odd reason I was getting no sound output. It's happened once or twice before. I restarted to get it back, just a few minutes ago.

Either way, it works now. I feel slighted by my computer. It has made me look like more of a newb than I actually am...

Last edited by jonrpick; 07-15-2008 at 05:46 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
how can I "cat" or "grep" a file to ignore lines starting with "#" ??? callagga Linux - Newbie 7 08-16-2013 06:58 AM
converting shell script from "dialog" to "xdialog" kushalkoolwal Programming 1 02-25-2008 08:40 PM
Get location bar in "Open File" dialog box ZeroFill Linux - Newbie 1 06-30-2006 06:10 PM
Wine trouble - Menu bars blank (same happens in install dialog boxes) Hagal Linux - Software 2 09-17-2005 05:10 PM
Trouble with "RPM" program after update attempt(FedoraC1) chaseh360 Linux - Software 3 04-18-2004 08:08 AM

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

All times are GMT -5. The time now is 02:58 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