Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th February 2012, 08:45 PM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Parinoid experiences

I had "lockups" on th eold HP quad core AMD and so I bought an 8 core machine.
On F-14 someimes it would hang and I would need to wait seconds or a minute for it to resume playing music for example be it streaming or even sometimes from the harddrive.

I assumed it was the abused cpu which was up high in the heat of the room for no good reason for years.

So with the new 8-core and F16 the problem is still there but worse.

I am downloading and streaming a radio station and while trying to type to vim it seems to be waiting for something and will not display what I type nor respond to any control.

The frozen moments are 10 second to 30 seconds or more.

The parinoid moment here is : IS Vim waiting to update it's backup files or is somehow what I type being transmitted and vim is waiting for a break in the outgoing stream?

I get the whole system locking up for seconds worse under F16 tyhan F14 and I was expecting snappy proformance.

So 1. I don't understand what is happening and 2. I am only guessing as to what could be going on.

Any ideas?
Reply With Quote
  #2  
Old 14th February 2012, 09:13 PM
flyingfsck Online
Registered User
 
Join Date: Aug 2010
Location: Al Ain, UAE
Posts: 1,093
linuxfirefox
Re: Parinoid experiences

Something to try:
If you have a CDROM/DVD drive, unplug it.
Reply With Quote
  #3  
Old 14th February 2012, 09:44 PM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Re: Parinoid experiences

Quote:
Originally Posted by flyingfsck View Post
Something to try:
If you have a CDROM/DVD drive, unplug it.
Ah!!!

I am waiting for a seperate controler to arrive. UPS emailed it would be delivered today.

So I will be putting 2 dvd's on that controler.

Perhaps since I am using Logical Volume maybe it is the most CPU intesnive?>

Okay then I had the bright idea to put the dvd's on a seperate controler and keep the 4 hds and soon a backup drive on the SATA motherboard controller

The hangups are very annoying when trying to write code. It does seem it is waiting for write access.

Thanks for the suggestion and I will report what changes if any happen.
Reply With Quote
  #4  
Old 14th February 2012, 11:01 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,645
linuxfedorafirefox
Re: Parinoid experiences

sleepy afaik..
It wont wait for write access while typing.
It just wont let you save it as long you dont have write permission.
__________________
Notebook: Samsung NC210/NC110 CPU: Intel 2*1600 Mhz RAM: 1024 MB DDR2 OS: Fedora 19 DE: Awesome
Laptop: Toshiba Satellite L670 CPU: Intel(r) 2*1872 Mhz RAM: 3072 MB DDR3 OS: Fedora 17 DE: Awesome
Fedora Manual (RTFM) | The Linux Documentation Project | Script-Tools
Reply With Quote
  #5  
Old 15th February 2012, 01:26 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Parinoid experiences

Are you by chance using Gnome?

I had issues like that until I disabled the at-spi (assistive technology) applications, I also got better response after disabling the ibus (input method) and tracker (indexes your drives for faster searches) applications as well.

open a terminal and run

gnome-session-properties

uncheck the at-spi, ibus, input method and tracker programs, then restart gnome shell.
Reply With Quote
  #6  
Old 15th February 2012, 02:37 AM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Re: Parinoid experiences

Quote:
Originally Posted by sea View Post
sleepy afaik..
It wont wait for write access while typing.
It just wont let you save it as long you dont have write permission.

If I am typing this "Hello crule world" I can type it but I will not see it for seconds. Also I cannot get access to the controls in vim during these seconds so I have to wait.

The Human should never wait for the machine in my opinion.

No controler today just the laptop screen.Tomorrow I should see itt..

I have time to consider what to do. Thanks friends.

So many changes to the equipment all at once is stressful.
Reply With Quote
  #7  
Old 15th February 2012, 02:45 AM
hadrons123's Avatar
hadrons123 Offline
'The Blue Dragon'
 
Join Date: Jan 2011
Location: chennai
Posts: 1,008
linuxfirefox
Re: Parinoid experiences

@Dbelton there is AT-SPI D-bus bus, AT SPI registry. which one to uncheck?
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
Reply With Quote
  #8  
Old 15th February 2012, 03:31 AM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,136
linuxfirefox
Re: Parinoid experiences

Don't know if this was ever resolved:
http://forums.fedoraforum.org/showthread.php?t=272914
Reply With Quote
  #9  
Old 15th February 2012, 03:56 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Parinoid experiences

Quote:
Originally Posted by hadrons123 View Post
@Dbelton there is AT-SPI D-bus bus, AT SPI registry. which one to uncheck?
uncheck all of them.

But only if you don't use the assistive technologies.

Same thing with the imsettings/ibus stuff. If you don't need to input text in a different language, you can disable that stuff as well.

And the tracker stuff will bog the system down at times, too. So I disabled all of that mess since I don't use it to search my drives anyway. (If I don't use the search, why waste the resources to index? )

Edit:

Not sure if that was ever resolved, either, sonoran. That thread just abruptly ended, without knowing if they ever got their issue fixed. I hope they did, but wish they would have said what the resolution was.

Last edited by DBelton; 15th February 2012 at 03:58 AM.
Reply With Quote
  #10  
Old 15th February 2012, 04:28 AM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Re: Parinoid experiences

I am reading and tomorrow I will review but it effects the video in movie player. It will seeming buffer the movie , wait and then speed play. I had simular in F14 but the new cpu makes the speed play like true fastforward to some index.
It would seem the output is buffered in some way.

Well it is late tonight so tomorrow.

Oh the video was backing up with no load on the network nor anything running heavy load on the cpu and is like before on f14

Could it be a bad HD?
Reply With Quote
  #11  
Old 15th February 2012, 04:35 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: Parinoid experiences

it is possible that it could be a bad hard drive and it is having to retry the reads.

Also, most of the video players do buffer the video in some way. You can usually configure it in the settings for the video player.

Do you get the same results when playing a video from a local drive rather than one over the network? If it plays fine from a local drive, then it could be a network configuration issue. (I have had some videos stall when streamed from a samba server on one of my NAS drives before, but it would play fine if it was from a NFS share or local drive)
Reply With Quote
  #12  
Old 15th February 2012, 04:59 AM
flyingfsck Online
Registered User
 
Join Date: Aug 2010
Location: Al Ain, UAE
Posts: 1,093
linuxfirefox
Re: Parinoid experiences

Howdy,

There is an OLD (ten years old, but still there) bug regarding 10 second freeze-ups with certain old CDROM/DVD drives. The problem will go away if you unplug the CD/DVD device and reboot. If it doesn't, then it is not that.
Reply With Quote
  #13  
Old 15th February 2012, 12:13 PM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Re: Parinoid experiences

I am yet to unplug the dvd but will today when the second controller arrives. I will update when I do.

I see this error but does it apply to the text issues? Is this something I need to change? Am I supposed to change the mode?

Need writable directory, but '/var/spool/abrt/oops-2012-02-14-18:22:54-1107-0' is not writable. Move it to '/home/ernst/.abrt/spool' and operate on the moved copy?
Reply With Quote
  #14  
Old 15th February 2012, 05:00 PM
flyingfsck Online
Registered User
 
Join Date: Aug 2010
Location: Al Ain, UAE
Posts: 1,093
linuxfirefox
Re: Parinoid experiences

I had a periodic freeze problem like this long ago with a specific DVD drive. After replacing the drive with a different model, the problem went away. The actual bug is in the DVD device driver and it has never been fixed, since it is impossible/hard to find. So if you have one of these bad drives, then your machine will periodically freeze. So, remove the DVD drive and see if the problem stops.
Reply With Quote
  #15  
Old 19th February 2012, 11:20 AM
Ernst0 Offline
Registered User
 
Join Date: Mar 2009
Location: Northern California
Posts: 89
linuxfirefox
Re: Parinoid experiences

I freely admit I am trying to come up to speed on building a new system.
I've been snug with the common distros up to and including F14. F16 is not a easy fit here at this time.
The problem has gone away with the change to RAID 1 for the harddrives but I am getting file system errors every time I add software.

I don't know what the real cause was but my system is not stable so I cannot say one way or the other at this point.


Thanks every one.

---------- Post added at 03:20 AM ---------- Previous post was at 03:20 AM ----------

I freely admit I am trying to come up to speed on building a new system.
I've been snug with the common distros up to and including F14. F16 is not a easy fit here at this time.
The problem has gone away with the change to RAID 1 for the harddrives but I am getting file system errors every time I add software.

I don't know what the real cause was but my system is not stable so I cannot say one way or the other at this point.


Thanks every one.
Reply With Quote
Reply

Tags
experiences, parinoid

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F15 experiences pedora Reviews, Rants & Things That Make You Scream 29 4th August 2011 10:40 PM


Current GMT-time: 22:11 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat