You are not logged in.

#1 2010-02-09 06:25:56

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Anyone experiencing instability with BFS patch-set?

I'm using kernel26-ice with BFS patchset, and in the last 3-4 weeks I noticed jerkiness sometimes, and the machine hard-locks every day or so, during periods of low CPU usage. Anyone else here using -bfs and can comment?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#2 2010-02-10 12:37:51

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Anyone experiencing instability with BFS patch-set?

I use kernel26-ice. i'm not facing these issues. Maybe problem is somewhere else? hmm


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2010-02-10 13:07:30

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: Anyone experiencing instability with BFS patch-set?

I'm using kernel26-ck with BFS enabled, and I'm not having anything of the sort either. Though, my computer is never at a low CPU usage.

Offline

#4 2010-02-11 02:02:42

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Anyone experiencing instability with BFS patch-set?

Hmm, I only get this with BFS on kernel26-ice. May try out kernel26-ck one day. If I disable BFS things work fine. Similarly it happens most often with compiz, can hardly get any issues if I switch back to metacity.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#5 2010-02-11 05:07:27

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Anyone experiencing instability with BFS patch-set?

I use BFS/tuxonice (zen) no problems.
Out of cutiosity, how can you disable cpu scheduler (unless this is not BFS cpu scheduler)?

Last edited by broch (2010-02-11 05:07:57)

Offline

#6 2010-02-11 06:49:23

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Anyone experiencing instability with BFS patch-set?

broch wrote:

I use BFS/tuxonice (zen) no problems.
Out of cutiosity, how can you disable cpu scheduler (unless this is not BFS cpu scheduler)?

Latest BFS there's an option not to use it during 'make config'. I also just recompile the kernel without that patchset (my preferred method).


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#7 2010-02-11 13:09:44

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Anyone experiencing instability with BFS patch-set?

I have not seen BFS as optional in kernel26-ice config (one published in AUR http://aur.archlinux.org/packages.php?ID=15224 ), that is why I asked. zen has BFS as an option in -rcX unstable.

Offline

#8 2010-02-11 17:17:36

iceman81
Member
From: Cambridge
Registered: 2007-07-25
Posts: 59
Website

Re: Anyone experiencing instability with BFS patch-set?

broch wrote:

I have not seen BFS as optional in kernel26-ice config (one published in AUR http://aur.archlinux.org/packages.php?ID=15224 ), that is why I asked. zen has BFS as an option in -rcX unstable.

### User/Environment defined variables
bfs_scheduler=${bfs_scheduler:-0}
enable_fastboot=${enable_fastboot:-0}
keep_source_code=${keep_source_code:-0}
menuconfig=${menuconfig:-0}
realtime_patch=${realtime_patch:-0}
use_config_gz=${use_config_gz:-0}
enable_reiser4=${enable_reiser4:-0}
###

Offline

#9 2010-02-11 17:53:45

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Anyone experiencing instability with BFS patch-set?

iceman81 wrote:
broch wrote:

I have not seen BFS as optional in kernel26-ice config (one published in AUR http://aur.archlinux.org/packages.php?ID=15224 ), that is why I asked. zen has BFS as an option in -rcX unstable.

### User/Environment defined variables
bfs_scheduler=${bfs_scheduler:-0}
enable_fastboot=${enable_fastboot:-0}
keep_source_code=${keep_source_code:-0}
menuconfig=${menuconfig:-0}
realtime_patch=${realtime_patch:-0}
use_config_gz=${use_config_gz:-0}
enable_reiser4=${enable_reiser4:-0}
###

^ one of the reasons I dont like kernels (and nvidia) from PKGBUILD wink
$cat /usr/src/zen-unstable/.config | grep -i bfs
CONFIG_SCHED_BFS=y
CONFIG_SCHED_BFS_AUTOISO=y
CONFIG_SCHED_BFS_CUSTOM_RR=y
CONFIG_SCHED_BFS_RR_INTERVAL=3

everything in one place: kernel config file

Offline

#10 2010-02-12 05:50:35

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: Anyone experiencing instability with BFS patch-set?

Your kernel config file cannot determine what patches to apply.... the PKGBUILD can.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#11 2010-02-12 05:54:22

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Anyone experiencing instability with BFS patch-set?

PKGBUILD is basically a script to compile your package for you in an orderly fashion with Arch-specific standards. Nothing less, nothing more.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

Board footer

Powered by FluxBB