Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zen-Kernel Discussion/Support Thread - Part 4
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 21, 22, 23  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
darklegion
Guru
Guru


Joined: 14 Nov 2004
Posts: 468

PostPosted: Wed Nov 17, 2010 2:52 am    Post subject: Reply with quote

albright wrote:
since the zen kernel has stopped showing up in portage, I thought
I'd try the git route,

But when I run:

Code:
git clone git://zen-kernel.org/kernel/zen-stable.git zen-sources


all I get (after a while sometimes, sometimes right quick):

Code:
Cloning into zen-sources...
fatal: read error: Connection reset by peer


I know nothing about git, so any help would be appreciated.


Site appears to be down at the moment. Although the online git repo appears to still be browesable (but I get the same error as you when trying to sync)
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Wed Nov 17, 2010 10:06 am    Post subject: Reply with quote

there is some syntax error only visible when CFS_BOOST option is enabled that breaks build.

disabling the option or switching to BFS works it around.
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Wed Nov 17, 2010 2:52 pm    Post subject: Reply with quote

Quote:
there is some syntax error only visible when CFS_BOOST option is enabled that breaks build.

disabling the option or switching to BFS works it around.


I'm lost about this

in zen-sources-2.6.36 stable I still get this error when BFS is default scheduler;
plus I just don't see any CFS_BOOST options at all :?

("grep BOOST .config" returns nothing)
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Wed Nov 17, 2010 9:24 pm    Post subject: Reply with quote

i got an error on include/linux/sched.h at line 1216, here's the code at that line, when enabling CFS_BOOST feature.

Code:
#ifdef CONFIG_SCHED_CFS_BOOST
        if (p->policy == SCHED_NORMAL || p->policy == SCHED_BATCH)
                sched_privileged_task(p);
#else
#endif

_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Thu Nov 18, 2010 1:53 am    Post subject: Reply with quote

OK - after downloading 2.6.35 stable again it will compile (had to
upgrade nvidia drivers to 2.60.xx) ...


EDIT: actually, it appears in my case that I get the
cpu_stop_cpu_callback error if I try to build BFS,
and I get a different error if I enable the CFS_BOOST

sticking with plain old CFS enables compilation
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Thu Nov 18, 2010 9:00 am    Post subject: Reply with quote

Some of you asked why git cloning resulted in errors.

The problem was due to popularity of some new stuf in latest kernels. Lots of people tried to git pull/clone at the same time. That resulted in either slow pull or a refusal. Hopefully we will soon upgrade RAM on the server and solve this problem.

But for now, be patient and if pull/clone/... fails try a bit later.
_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Thu Nov 18, 2010 3:24 pm    Post subject: Reply with quote

Is BFS currently broken for zen-stable? This seems to indicate so ...

Code:

googly linux # make
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `cpu_stop_cpu_callback':
stop_machine.c:(.cpuinit.text+0x1194): undefined reference to `sched_set_stop_task'
stop_machine.c:(.cpuinit.text+0x11cb): undefined reference to `sched_set_stop_task'
make: *** [.tmp_vmlinux1] Error 1

_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Thu Nov 18, 2010 5:24 pm    Post subject: Reply with quote

rahulthewall wrote:
Is BFS currently broken for zen-stable? This seems to indicate so ...

Code:

googly linux # make
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `cpu_stop_cpu_callback':
stop_machine.c:(.cpuinit.text+0x1194): undefined reference to `sched_set_stop_task'
stop_machine.c:(.cpuinit.text+0x11cb): undefined reference to `sched_set_stop_task'
make: *** [.tmp_vmlinux1] Error 1


yeah - seems so

and according to the source they dropped also sched_stoptask.c from upstream ???

these probably need some fixing
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
Blind-238
n00b
n00b


Joined: 18 Nov 2010
Posts: 2

PostPosted: Sat Nov 20, 2010 1:09 am    Post subject: Reply with quote

kernelOfTruth wrote:
rahulthewall wrote:
Is BFS currently broken for zen-stable? This seems to indicate so ...

Code:

googly linux # make
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `cpu_stop_cpu_callback':
stop_machine.c:(.cpuinit.text+0x1194): undefined reference to `sched_set_stop_task'
stop_machine.c:(.cpuinit.text+0x11cb): undefined reference to `sched_set_stop_task'
make: *** [.tmp_vmlinux1] Error 1


yeah - seems so

and according to the source they dropped also sched_stoptask.c from upstream ???

these probably need some fixing


Actually I checked out 2.6.36-zen0 and pulled ck(which is BFS) a few days ago and it compiled fine. Also there's a new commit called "CFS sched fix" so try syncing stable again..
Back to top
View user's profile Send private message
ndse2112
Tux's lil' helper
Tux's lil' helper


Joined: 21 May 2007
Posts: 100

PostPosted: Sat Nov 20, 2010 2:03 am    Post subject: Reply with quote

I just checked out a copy of stable and had the same errors.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Nov 20, 2010 8:00 am    Post subject: Reply with quote

I've been lucky. This message is being typed on a machine running 2.6.36-zen0 wuith BFS. Unfortunately my git isn't working. It hasn't for the past few days...getting connection reset by peer. Is there an git issue?

Cheers,
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Anon-E-moose
Watchman
Watchman


Joined: 23 May 2008
Posts: 6103
Location: Dallas area

PostPosted: Sat Nov 20, 2010 11:43 am    Post subject: Reply with quote

I'm also running 2.6.36-zen0 w/BFS but I just downloaded the tarball from this page http://git.zen-kernel.org/zen-stable/
_________________
PRIME x570-pro, 3700x, 6.1 zen kernel
gcc 13, profile 17.0 (custom bare multilib), openrc, wayland
Back to top
View user's profile Send private message
ponciarello
Apprentice
Apprentice


Joined: 22 Jul 2008
Posts: 223
Location: beach of slack

PostPosted: Sat Nov 20, 2010 2:19 pm    Post subject: Reply with quote

don't know if this should be reported upstream (to Paolo Valente?), btw it happened with git-zen1, cgroup stuff (I was stopping an lxc container) and bfq
Code:
------------[ cut here ]------------
kernel BUG at block/bfq-sched.c:733!
invalid opcode: 0000 [#1] SMP
last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/host1/target1:0:0/1:0:0:0/scsi_disk/1:0:0:0/manage_start_stop
CPU 0
Modules linked in: veth xt_tcpudp ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ip_tables x_tables

Pid: 4268, comm: lxc-start Not tainted 2.6.36-zen1 #2 D201GLY/RPS
RIP: 0010:[<ffffffff81391fc8>]  [<ffffffff81391fc8>] __bfq_deactivate_entity+0x248/0x250
RSP: 0018:ffff88007a077d88  EFLAGS: 00010282
RAX: ffff88007a654cc0 RBX: ffff88005f298898 RCX: ffff88005f298f70
RDX: ffff88007a654cc8 RSI: 0000000000000000 RDI: ffff88000d7410c8
RBP: ffff88007a077db8 R08: 0000000000000001 R09: 0000000000000000
R10: dead000000100100 R11: 0000000000000001 R12: ffff88007a654c80
R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000001
FS:  00007f4f3f617720(0000) GS:ffff880001a00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 00007f4f3ef500e0 CR3: 000000006e42a000 CR4: 00000000000006f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process lxc-start (pid: 4268, threadinfo ffff88007a076000, task ffff8800798a2520)
Stack:
 ffff88007a077db8 ffff88000d741000 0000000000000030 0000000000000000
<0> ffff88000d741000 0000000000000246 ffff88007a077e08 ffffffff8139426f
<0> 0000000000000000 ffff88006b2906c0 000000027a077e68 ffffffff817e7640
Call Trace:
 [<ffffffff8139426f>] bfqio_destroy+0x9f/0x1e0
 [<ffffffff810791f9>] cgroup_diput+0x69/0x100
 [<ffffffff810ddad9>] dentry_iput+0x69/0xc0
 [<ffffffff810ddc3a>] d_kill+0x4a/0x70
 [<ffffffff810de39f>] dput+0x9f/0x170
 [<ffffffff810d7e24>] do_rmdir+0xa4/0x120
 [<ffffffff81027c8c>] ? do_page_fault+0x12c/0x270
 [<ffffffff810d97b1>] sys_rmdir+0x11/0x20
 [<ffffffff8100246b>] system_call_fastpath+0x16/0x1b
Code: 90 90 90 48 89 de e8 28 f3 ff ff e9 62 fe ff ff eb 01 90 48 89 de 48 89 c7 e8 35 f4 ff ff e9 4f fe ff ff 0f 0b 0f 0b 0f 0b 0f 0b <0f> 0b 0f 0b 0f 0b 66 90 55 48 89 f0 48 89 e5 89 d6 41 55 41 54
RIP  [<ffffffff81391fc8>] __bfq_deactivate_entity+0x248/0x250
 RSP <ffff88007a077d88>
---[ end trace b257d2737eda2108 ]---

after that filesystem (ext4) went read only.
_________________
look for monty python channel on youtube :D
Back to top
View user's profile Send private message
benneque
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2007
Posts: 134

PostPosted: Sun Nov 21, 2010 9:53 pm    Post subject: Reply with quote

humm.. what's up with the zen/portage guys ? holidays ? :D
still waiting...

and a question: has 36-zen0 already the "magic 200 line patch" for desktop responsiveness ?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Nov 21, 2010 10:54 pm    Post subject: Reply with quote

benneque wrote:
humm.. what's up with the zen/portage guys ? holidays ? :D
still waiting...

and a question: has 36-zen0 already the "magic 200 line patch" for desktop responsiveness ?


yes it has:
sched: automated per session task groups v4
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
benneque
Tux's lil' helper
Tux's lil' helper


Joined: 01 Dec 2007
Posts: 134

PostPosted: Mon Nov 22, 2010 9:31 pm    Post subject: Reply with quote

I dont understand: Is it now per TTY or per session?
Both is mentioned, but I think I've read that the in-kernel patch does per TTY ?!?!
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Mon Nov 22, 2010 11:58 pm    Post subject: Reply with quote

benneque wrote:
I dont understand: Is it now per TTY or per session?
Both is mentioned, but I think I've read that the in-kernel patch does per TTY ?!?!


oh - come one !

did you miss the v4 ? :P (and the non-existant v1 to v3 for per-session patches)

that means they made a step from per TTY to per session ;)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
mantoo
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2007
Posts: 98
Location: Germany

PostPosted: Tue Nov 23, 2010 8:31 am    Post subject: Favicon for git repo-site Reply with quote

Hey guys,

could you add the favicon from http://zen-kernel.org/ to http://git.zen-kernel.org/ as well? as i use just the website's icons in my bookmark toolbar in firefox this would make it a lot nicer instead of having that standard website icon :-)

thanks
Back to top
View user's profile Send private message
one_and_only
Apprentice
Apprentice


Joined: 13 May 2007
Posts: 250
Location: PL/Krakow

PostPosted: Tue Nov 23, 2010 1:00 pm    Post subject: Reply with quote

mantoo: https://addons.mozilla.org/pl/firefox/addon/7849/
Back to top
View user's profile Send private message
mantoo
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2007
Posts: 98
Location: Germany

PostPosted: Tue Nov 23, 2010 1:04 pm    Post subject: Reply with quote

one_and_only wrote:
mantoo: https://addons.mozilla.org/pl/firefox/addon/7849/


yaaaay!! thanx !! :D :D :) :)
Back to top
View user's profile Send private message
ponciarello
Apprentice
Apprentice


Joined: 22 Jul 2008
Posts: 223
Location: beach of slack

PostPosted: Fri Nov 26, 2010 8:21 am    Post subject: Reply with quote

today git is not responding, but it looks like there's an easy way to get a snapshot of master using cgit:
Code:
wget http://git.zen-kernel.org/zen-stable/snapshot/zen-stable-master.tar.bz2


FYI (you probably already know, as it made the frontpage of lkml.org), looks like there are some fixes (and others will come) in David Miller's tree
http://git.kernel.org/?p=linux/kernel/git/davem/net-2.6.git;a=summary

EDIT: http://lkml.org/lkml/2010/11/26/440


Last edited by ponciarello on Sat Nov 27, 2010 6:04 am; edited 1 time in total
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Fri Nov 26, 2010 1:37 pm    Post subject: Reply with quote

Code:
create mode 100644 Documentation/filesystems/reiser4.txt


\m/ \m/ \m/ \m/ \m/ \m/
Back to top
View user's profile Send private message
aTan
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jan 2007
Posts: 134
Location: Czech Republic (Ukraine)

PostPosted: Sat Nov 27, 2010 1:50 pm    Post subject: Reply with quote

git is dead?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Nov 28, 2010 2:47 pm    Post subject: Reply with quote

please also consider adding the following 2 patches which should help with the per session task groups:

Re: [PATCH 1/2] sched: normalize sleeper's vruntime during group change
Re: [PATCH 2/2] sched: use the old min_vruntime when normalizing

thanks ! :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
devl547
n00b
n00b


Joined: 25 Jul 2010
Posts: 9
Location: Moscow, Russia

PostPosted: Sun Nov 28, 2010 11:00 pm    Post subject: Reply with quote

Hi, guys) I have some problems..

After latest zen-stable updates my system keeps crashing after about 1 minute uptime.
At kernel panic log it says something about reiser4 and it's cryptocompress plugin.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 10, 11, 12 ... 21, 22, 23  Next
Page 11 of 23

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum