![]() |
I'm about to throw my N900 because of hildon-thumbnailerd
This stupid process is killing me and my N900!
Why the hell this **** keeps running and consuming my cpu? The system load goes to 4! I haven't touched any files, configured tracker-cfg to no index anything, disable thumbnails and stuff AND THIS F*KIN PROCESS KEEPS SHOWING! it doesnt make sense to constantly rebuild thumbnails... it makes even less when I JUST DISABLED IT. That's too amateur from Nokia, this is far from a serious professional thing... Just when I was getting happy with my new battery life http://talk.maemo.org/showthread.php?t=61679 How can Maemo still be so amateur? :( |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
You know, Windows is in it's hundred Os and is that amateur... You see this dll problems recently... ANYWAY, I 've had this prob too some weeks ago, refer to some of the threads around here about processes ( because I can't remeber which one ) and it helped me. I will keep searching here too, because if I find, it might help other people around too! Sorry if this is not useful, but it's supposed to be:p:D |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
ahhh..
love to see another user venting ive been doing it a lot lately too! i hope you can get a fix soon bro cos i know what it feels like to have an awesome phone one day and a nightmare problem the next day |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
You can always try renaming it:
Code:
sudo gainroot This will replace that application with a script that does nothing. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
@ivnvir - you didn't buy an 'appliance' - you bought a computer that runs a Linux based operating system - with all the overhead that goes with it. Instead of whining because you can't find the silver spoon, learn how to use it, it's not hard - once you know your stuff, then you will earn the right to whine about real problems - hopefully more diplomatically.
There are many threads dealing with this problem, the majority of which have solutions. There is even an application in the repository that lets you configure the thumbnailer daemon. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
They had a single device with set hardware specs to develop around. The programming behind Maemo is shocking, at no point should user interaction come to a dead stop. Its the first thing you are taught at any programming institute, its like it was put together by $50 contractors Nokia hired off http://www.scriptlance.com. It took the community ages to iron out things that should have been thrown back in the developers faces by QA. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
let's face it, the tone may be out of line but he kinda has a point.
Nokia has been apologizing about modest since time immemorial and the implementation is still always a little too strong on the crappy side. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Well, using Linux is always like this: stuff keeps improving (and thus breaking) and you keep fixing them. Personally I like this, and it was a major reason for me to get a Maemo phone instead of something else.
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
However Linux isn't the cause of any of the over loading on the device... Maemo's daemons are, they aggressively leech the n900 like a spyware infested Windows machine. All they need is improved throttling or even better, scheduled indexing at idle usage or overnight while charging. Anyway, lets make this thread useful... To get the n900 running like it should you need to kill indexing with Tracker Cfg, disable your repositories so Apt doesn't activate once you get internet connectivity, over clock to 1Ghz and add the swapiness config changes. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Mine won't OC to 1 ghz, 900 is how much it takes for the team =)
The other tips are great though, thanks! Had no idea apt activated every time I have internet conectivity. Does disabling all repos fix this? Also, how do I change the tracker config? |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
For example, why the hell they put 100 in swappiness? This is lame! Why the hell this stupid job don't do "his job" correctly? Obvious once I have thumbs done, and no modification in my files, I DON'T NEED IT TO RUN AGAIN! Or at least, put it with a low nice (or low priority)! That's like childish from Nokia, really stupid! N900 could be the best... but it is the best one day and the worst two days... |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
That is a spot-on assessment. Maemo certainly shares in the weaknesses and strengths of the desktop linux experience. Being somewhat familiar with desktop pc versions, my n900 actually turned out better than expected. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
For the other configs I have a script I run manually in xTerminal after a restart. It over clocks to 950 Mhz and does the swappiness changes, I might make it a permanent change after a few more weeks, I havn't had any problems with it so far and things run tip top. Code:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
What does all these do? Could you explain your script a bit more? I'm on a quest to get the maximum battery out of the phone..
echo 1 > /proc/sys/vm/laptop_mode echo 1 > /proc/sys/vm/oom_kill_allocating_task echo 0 > /proc/sys/vm/dirty_expire_centisecs echo 0 > /proc/sys/vm/dirty_writeback_centisecs echo 60 > /proc/sys/vm/dirty_background_ratio echo 95 > /proc/sys/vm/dirty_ratio echo 0 > /proc/sys/net/ipv4/tcp_timestamps echo 1 > /proc/sys/net/ipv4/tcp_no_metrics_save |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
In the process, I did discover that "laptop_mode" is almost certainly useless. Roughly speaking, it cleans out old parts of the swap opportunistically any time any other I/O occurs - this saves power on a laptop because that way you avoid spinning up the hard drive *just* to handle swap cleanup. Last I checked, though, the n900 does not have a mechanical hard drive - unless someone's come up with a new mod I haven't heard about ;) - and so this is unlikely to be helpful. (It's probably equally unlikely to be harmful, though, so, meh. :) ) I therefore suspect some of the other tweaks listed may arise from a similar "shotgun approach" to tweak application, but I haven't looked all that closely. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
have u tried this though?? Have u had any problems with it?? |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
Seems to me people like to start new threads about old topics that have been covered to death - that qualifies as 'not reading properly at all' by your definition too. |
Re: I'm about to throw my N900 because of hildon-thumbnailerd
Quote:
|
All times are GMT. The time now is 02:55. |
vBulletin® Version 3.8.8