[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-06-25 Thread Kevin Kubasik
So done.

** Changed in: beagle (Ubuntu)
   Status: In Progress => Fix Released

-- 
100% cpu load after 5' of inactivity
https://bugs.launchpad.net/bugs/77106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-06-21 Thread Brian Murray
Shouldn't this bug be "Fix Released" then as it is fixed in Feisty and
presumably Gutsy?

-- 
100% cpu load after 5' of inactivity
https://bugs.launchpad.net/bugs/77106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-06-05 Thread Joe Shaw
The original bug here has been fixed for some time in upstream Beagle.
Packages for a pretty recent version for Edgy are available from here:

http://beagle-project.org/files/ubuntu/edgy/

And the version included in Feisty is also fixed for this problem.

-- 
100% cpu load after 5' of inactivity
https://bugs.launchpad.net/bugs/77106
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-03-28 Thread Eythian
Just a note that I was using a fairly old version, the New Zealand
mirrors were quite out of date. After updating using the US sources,
things seemed to get a lot better, and now there doesn't seem to be the
excess CPU usage I mentioned earlier. Beagle now seems to be quite OK to
run on both my feisty beta machines.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-03-28 Thread Diego Torres Milano
The same is happening in a Toshiba Satellite U200 with latest 
beagle-0.2.9-1ubuntu3.
The safest approach to avoid overheating or burning your cpus when you're away 
of your computer is to go to System->Preferences->Session and disable beagle, 
until a real solution is found.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-03-24 Thread Eythian
I'm running Feisty beta on my desktop, and after a time of inactivity
beagle starts indexing. This causes the CPU temperature to go up, and
the fan to kick in. That would be OK, but it never seems to finish
indexing.

It seems to be doing this over and over:
20070325 15:24:06.5149 06295 Beagle DEBUG: Running file crawl task
20070325 15:24:06.5188 06295 Beagle DEBUG: Done crawling 
'/home/robin/work/masters/src/main/build/basega/exceptions'
20070325 15:24:06.5216 06295 Beagle DEBUG: Running file crawl task
20070325 15:24:06.5259 06295 Beagle DEBUG: Done crawling 
'/home/robin/work/masters/src/main/build/grouping/gga'

there are many more directory names involved, however they seem to
repeat after a few seconds:

20070325 15:24:12.5660 06295 Beagle DEBUG: Done crawling 
'/home/robin/work/masters/src/main/build/basega/exceptions'
...
20070325 15:24:18.6071 06295 Beagle DEBUG: Done crawling 
'/home/robin/work/masters/src/main/build/basega/exceptions'
...
20070325 15:24:24.6764 06295 Beagle DEBUG: Done crawling 
'/home/robin/work/masters/src/main/build/basega/exceptions'

this unwillingness to stop means that my computer CPU fan is running all
the time I'm not actually sitting at the machine.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-04 Thread Kevin Kubasik
I agree that this behaviior is more extream then we want it, dBeras
recent commits drop about half of the idle power used. Its just a matter
of finding the balance that people want.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-04 Thread kaiousama
towsonu2003:
>Could you please try to reproduce the problem again after a system update 
>(apt-get update && apt-get upgrade)? thanks for your bug report.

The system is daily upgraded against ubuntu repositories and the bug is
still present.


Kevin:
> 1) Please see if you can't get a version of 0.2.14 somewhere, overall its 
> nicer on the CPU/Ram then previous releases.

Is there a repository where i can get updated packages or do i need to
compile beagled from sources?


> 2) A big part of what were seeing here is a behavioral thing.

I think you're partially right, I mean I agree that is correct for
beagled to work during idle times; what instead is wrong and makes this
behaviour a bug is:

a) beagled duty is spent all over one out of the two cores avaible on my
processor, causing selective overheating (and consequent premature high
speed fan activation). Possible fix -> make beagled background indexing
multithreaded or debug current code if already multithreaded

b) high cpu usage when idle keeps persisting over long periods (i've
monitored the pc for about 2 hours and still beagled was indexing), this
situation is quite strange since beagled preferences are told to index
only my home directory (and recursively all the nested ones) but I don't
have so many files to index. This scenario also suggest some bugs during
the indexing operations, likely the one reported on bug #64326 where
some file types took high time amounts to be indexed.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-03 Thread Kevin Kubasik
Good news, dBera did some work that should help cool everything down for
the next release. Its not a 100% fix, but I'm gonna mark this In
Progress.

http://svn.gnome.org/viewcvs/beagle?rev=3213&view=rev
http://svn.gnome.org/viewcvs/beagle?view=rev&rev=3214

** Changed in: beagle (Ubuntu)
 Assignee: (unassigned) => Kevin Kubasik
   Status: Needs Info => In Progress

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-03 Thread Kevin Kubasik
2 big points to bring up here.

1) Please see if you can't get a version of 0.2.14 somewhere, overall
its nicer on the CPU/Ram then previous releases.


2) A big part of what were seeing here is a behavioral thing. Beagle is 
programmed to stay quite and throttle itself heavily when the user is active at 
the computer. However, once the screensaver activates, beagle opens up and is 
far less frugal with system resources. Now, some balk at this idea, however, 
its completes indexing _much_ faster and happens when the computer is not in 
use.

However, at compile time, if the --disable-xss flag is passed, then
beagle will not notice when the computer is idle and will always be
conservative.

Personally, I would rather let it go all out when I'm not using the
computer, but thats one opinion. It's very unlikely upstream is going to
change this behaviour, but if ubuntu really wants, they can compile
beagle with the --disable-xss flag, however, Im afraid that were gonna
end up with people complaining beagle takes far to long to index
(especially things like mail)

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-03 Thread pouderStream
Hm... the fix should be out? I'm having the some problem here with daily
updated EE. Explain please. Tnx ;)

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2007-01-03 Thread towsonu2003
that bug # 64326 says a fix was released for 6.10. Could you please try
to reproduce the problem again after a system update (apt-get update &&
apt-get upgrade)? thanks for your bug report.

** Changed in: Ubuntu
Sourcepackagename: None => beagle
   Importance: Undecided => High

** Changed in: beagle (Ubuntu)
   Importance: High => Medium

** Changed in: beagle (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2006-12-25 Thread kaiousama
Indagating with system monitor i've discovered is the process "beagled"
start eating 2nd core power. Removing it (along with the deskbar) from
startup program totally fixes the problem.

I've also found that likely the same bug was reported before for beagled:
https://launchpad.net/distros/ubuntu/+source/beagle/+bug/64326

Anyway the bug report states "Fix Released" but the bug is still exists
today (my ubuntu system is daily updated).

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2006-12-25 Thread kaiousama
** Description changed:

- This bug is present on Inspiron 6400 cpu intel core duo T2500, Ubuntu
- 6.10, kernel 2.6.17.1-10.34 generic.
+ This bug is present on laptop Dell Inspiron 6400, cpu intel core duo
+ T2500, Ubuntu 6.10, kernel 2.6.17.1-10.34 generic.
  
  When I leave my dell laptop without moving the mouse nor typing on the
  keyboard for more than 5 minutes, the cpu usage of the 2nd core goes to
  100% and it remains locked at 100% unltil I move the mouse again (or
  press a key).
  
  This bug seems to be appeared after last week kernel update on my Ubuntu 6.10 
(current kernel version: linux-image-2.6.17-10-generic 2.6.17.1-10.34):
  http://ubuntuforums.org/showthread.php?t=318005
  
  Actually I've tested the following, but none of them changed the bug
  behaviour, still 100% load on 2nd core after 5' of inactivity:
  
  - Disabling the fan regulator daemon "dellfand"
  - Disabling acpi services from "adnimistration->services" menu
  - Disabling powernowd service from "adnimistration->services" menu
  
  Then i've tried this way:
  
  - Compiling a custom kernel version 2.6.19 from sources with the same
  setting of ubuntu's default.
  
  ..and the bug changed so that after 5' of inactivity the 1st core (and
  not anymore the 2nd core) goes 100% of load, this doesn't resolve the
  problem but maybe confirms it is something kernel-related.
  
  Please tell me if there is a useful log i can attach to this bug
  request.
  
  This bug is very critical for me because i'm not allowed to leave the
  laptop for more than 5' unless i risk cpu overheating.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2006-12-25 Thread kaiousama
The attached pictures shows a screenshot of cpu usage monitor gkrellm:
On the left when i started the inactivity period.
On the right, after 5' of inactivity, 2nd core usage goes drammatically high 
unless i exit IDLE my moving the mouse.

** Attachment added: "gkrellm monitor"
   http://librarian.launchpad.net/5547985/bug.png

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77106] Re: 100% cpu load after 5' of inactivity

2006-12-25 Thread kaiousama
** Description changed:

  This bug is present on Inspiron 6400 cpu intel core duo T2500, Ubuntu
  6.10, kernel 2.6.17.1-10.34 generic.
  
  When I leave my dell laptop without moving the mouse nor typing on the
  keyboard for more than 5 minutes, the cpu usage of the 2nd core goes to
  100% and it remains locked at 100% unltil I move the mouse again (or
  press a key).
  
  This bug seems to be appeared after last week kernel update on my Ubuntu 6.10 
(current kernel version: linux-image-2.6.17-10-generic 2.6.17.1-10.34):
  http://ubuntuforums.org/showthread.php?t=318005
  
  Actually I've tested the following, but none of them changed the bug
  behaviour, still 100% load on 2nd core after 5' of inactivity:
  
  - Disabling the fan regulator daemon "dellfand"
  - Disabling acpi services from "adnimistration->services" menu
  - Disabling powernowd service from "adnimistration->services" menu
  
  Then i've tried this way:
  
  - Compiling a custom kernel version 2.6.19 from sources with the same
  setting of ubuntu's default.
  
  ..and the bug changed so that after 5' of inactivity the 1st core (and
- not anymore the 2nd core) goes 100% of load, this does not resolve the
- situation.
+ not anymore the 2nd core) goes 100% of load, this doesn't resolve the
+ problem but maybe confirms it is something kernel-related.
  
  Please tell me if there is a useful log i can attach to this bug
  request.
  
  This bug is very critical for me because i'm not allowed to leave the
- laptop for more than 5' unless i risk. cpu overheating.
+ laptop for more than 5' unless i risk cpu overheating.

-- 
100% cpu load after 5' of inactivity
https://launchpad.net/bugs/77106

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs