Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Zen-Kernel Discussion/Support Thread - Part 4

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
558 posts
  • Page 14 of 23
    • Jump to page:
  • Previous
  • 1
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 23
  • Next
Author
Message
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Mon Jan 10, 2011 6:36 pm

rx3 wrote:
kernelOfTruth wrote:
it's my own day-to-day experience and reading the comments & reports from the devs and users on lkml :idea:
And yet...
https://bbs.archlinux.org/viewtopic.php?id=36019
http://www.webhostingtalk.com/showthread.php?t=913888

+1 for SLQB, if only someone ported the patch to 2.6.37...
currently I'm trying a heavy-patched 2.6.37 with SLUB and it seems to work fine - I need to try it out against SLAB (as a reference)

but it seems to have improved nicely since the last time I tested it :wink:

yeah, SLQB really was a kind of light-weight juggernaut - working perfectly under heavy load and improving responsiveness

hopefully Nick will find some time to update it - in the meantime he has come up with lots of amazing improvements:

*) Quick merge window note..
Linus Torvalds wrote:some of the performance numbers are pretty stunning. For example, a
hot-cache "find . -size" on my home directory (which basically just
does name lookups to get the stat information for every file
recursively) became 35% faster.
And that's the _unthreaded_ case. Not
some odd high-end scalability thing, and not some recompiled binary
taking advantage of new facilities. Pathname lookup is just simply
faster.
*) [patch 0/8] Inode data integrity patches

only to name some ...
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
ponciarello
Apprentice
Apprentice
User avatar
Posts: 223
Joined: Tue Jul 22, 2008 9:52 pm
Location: beach of slack

  • Quote

Post by ponciarello » Tue Jan 11, 2011 10:22 am

FYI, I got this since the latest bfs merge

Code: Select all

In file included from kernel/sched.c:2:0:
kernel/sched_bfs.c:2011:6: error: conflicting types for 'calc_global_load'
include/linux/sched.h:152:13: note: previous declaration of 'calc_global_load' was here
thanks for the work on 2.6.37-zen too :)
look for monty python channel on youtube :D
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Jan 11, 2011 1:08 pm

ponciarello wrote:FYI, I got this since the latest bfs merge

Code: Select all

In file included from kernel/sched.c:2:0:
kernel/sched_bfs.c:2011:6: error: conflicting types for 'calc_global_load'
include/linux/sched.h:152:13: note: previous declaration of 'calc_global_load' was here
thanks for the work on 2.6.37-zen too :)
take a look at Ralph Ulrich's comment on Con's blog
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
ponciarello
Apprentice
Apprentice
User avatar
Posts: 223
Joined: Tue Jul 22, 2008 9:52 pm
Location: beach of slack

  • Quote

Post by ponciarello » Tue Jan 11, 2011 5:20 pm

thanks kOT, tried that and it builds, but got a (dunno if related) bad hang soon while playing Enemy Territory (nvidia 256.53) :(

as a side note, 2.6.37-ck1 works fine :) (but I haven't tried it on any intel gpu yet).
Top
jbouzan
Tux's lil' helper
Tux's lil' helper
Posts: 138
Joined: Fri Nov 23, 2007 6:18 pm

  • Quote

Post by jbouzan » Wed Jan 12, 2011 7:38 am

I'm trying to get the git version of Zen, but checkouts always seem to fail. I tried these each about 5 minutes apart.

Code: Select all

amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # layman -a THE
* Running... # /usr/bin/git clone git://zen-sources.org/zen/THE.git /var/lib/layman/THE
Cloning into /var/lib/layman/THE...
zen-sources.org[0: 8.5.1.1]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
* Failed to add overlay "THE".
* Error was: Adding overlay "THE" failed!
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
Does anyone have any clue why it always does this for me? The same error has happened when I've tried to add the THE overlay before, several times in weeks.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Jan 12, 2011 12:30 pm

jbouzan wrote:I'm trying to get the git version of Zen, but checkouts always seem to fail. I tried these each about 5 minutes apart.

Code: Select all

amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # layman -a THE
* Running... # /usr/bin/git clone git://zen-sources.org/zen/THE.git /var/lib/layman/THE
Cloning into /var/lib/layman/THE...
zen-sources.org[0: 8.5.1.1]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
* Failed to add overlay "THE".
* Error was: Adding overlay "THE" failed!
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
Does anyone have any clue why it always does this for me? The same error has happened when I've tried to add the THE overlay before, several times in weeks.
zen.git hasn't been updated in 5 months

you'd rather use: git://zen-kernel.org/kernel/zen-stable.git
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Ormaaj
Guru
Guru
User avatar
Posts: 319
Joined: Mon Jan 28, 2008 8:04 am

  • Quote

Post by Ormaaj » Wed Jan 12, 2011 3:50 pm

git seems to have been down for several days. I've switched to liquorix 2.6.37 now which seems alright so far. IDK why zen insists on running it's own git server though... gitorious/github are so much more reliable.
Top
jbouzan
Tux's lil' helper
Tux's lil' helper
Posts: 138
Joined: Fri Nov 23, 2007 6:18 pm

  • Quote

Post by jbouzan » Wed Jan 12, 2011 5:34 pm

kernelOfTruth wrote:
jbouzan wrote:I'm trying to get the git version of Zen, but checkouts always seem to fail. I tried these each about 5 minutes apart.

Code: Select all

amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
amelia src # layman -a THE
* Running... # /usr/bin/git clone git://zen-sources.org/zen/THE.git /var/lib/layman/THE
Cloning into /var/lib/layman/THE...
zen-sources.org[0: 8.5.1.1]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
* Failed to add overlay "THE".
* Error was: Adding overlay "THE" failed!
amelia src # git clone --depth 1 git://zen-kernel.org/kernel/zen.git linux-2.6-zen-git
Cloning into linux-2.6-zen-git...
fatal: read error: Connection reset by peer
Does anyone have any clue why it always does this for me? The same error has happened when I've tried to add the THE overlay before, several times in weeks.
zen.git hasn't been updated in 5 months

you'd rather use: git://zen-kernel.org/kernel/zen-stable.git
Thank you for that. Still not working, but as Ormaaj says it's down for him too I'll try tomorrow.

Code: Select all

src # git clone --depth 1 git://zen-kernel.org/kernel/zen-stable.git linux-2.6-zen
Cloning into linux-2.6-zen...
fatal: read error: Connection reset by peer
Top
ponciarello
Apprentice
Apprentice
User avatar
Posts: 223
Joined: Tue Jul 22, 2008 9:52 pm
Location: beach of slack

  • Quote

Post by ponciarello » Wed Jan 12, 2011 6:42 pm

alternatively you can get a snapshot from cgit

Code: Select all

wget http://git.zen-kernel.org/zen-stable/snapshot/zen-stable-master.tar.bz2
look for monty python channel on youtube :D
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Wed Jan 12, 2011 8:44 pm

Just saw this on lwn.net kernel patch page. http://lwn.net/Articles/422333

Yet another scheduler. :roll: Anyone taken a look at this? I looked at the links provided on the page, but still am still basically unsure of what this one is all about. The name sounds cool "sched: QFQ - quick fair queue scheduler."

After all, "quick" must be better, right? :wink:
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

  • Quote

Post by Ant P. » Wed Jan 12, 2011 10:42 pm

From reading the link they provided it sounds like it'd be useful on a media server streaming live content due to the low packet latency.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Jan 18, 2011 9:29 pm

when you guys are updating / bumping to 2.6.37

kztmem: http://marc.info/?l=linux-kernel&m=129537135109667&w=2
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
ponciarello
Apprentice
Apprentice
User avatar
Posts: 223
Joined: Tue Jul 22, 2008 9:52 pm
Location: beach of slack

  • Quote

Post by ponciarello » Wed Jan 19, 2011 9:50 am

tnx for the git updates :)

tried them on x86_64 and all ok, but on a 32bit host I got

Code: Select all

  CC      arch/x86/kernel/asm-offsets.s
In file included from include/linux/suspend.h:8:0,
                 from arch/x86/kernel/asm-offsets_32.c:11,
                 from arch/x86/kernel/asm-offsets.c:2:
include/linux/mm.h:515:2: error: #error SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > BITS_PER_LONG - NR_PAGEFLAGS
make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Wed Jan 19, 2011 10:39 am

ponciarello wrote:tnx for the git updates :)

tried them on x86_64 and all ok, but on a 32bit host I got

Code: Select all

  CC      arch/x86/kernel/asm-offsets.s
In file included from include/linux/suspend.h:8:0,
                 from arch/x86/kernel/asm-offsets_32.c:11,
                 from arch/x86/kernel/asm-offsets.c:2:
include/linux/mm.h:515:2: error: #error SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > BITS_PER_LONG - NR_PAGEFLAGS
make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

same errors here with 32bit
this is a strange strange world.
Top
desultory
Bodhisattva
Bodhisattva
User avatar
Posts: 9410
Joined: Fri Nov 04, 2005 6:07 pm

  • Quote

Post by desultory » Thu Jan 20, 2011 6:02 am

Split off "[topic=860915]Fortress Linux evangelism[/topic]", as it seemed wildly off topic.
Top
da_monumental_1
n00b
n00b
Posts: 18
Joined: Thu Jan 20, 2005 10:43 pm

  • Quote

Post by da_monumental_1 » Thu Jan 20, 2011 2:30 pm

Was AUFS removed?
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Thu Jan 20, 2011 3:26 pm

da_monumental_1 wrote:Was AUFS removed?
probably it wasn't added yet

tuxonice also is missing

and keep in mind - it's still 2.6.37-zen0 :idea:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

  • Quote

Post by Ant P. » Thu Jan 20, 2011 5:23 pm

Anyone else using zram on 2.6.37? Does it run for more than 5 minutes without an Oops now?
Top
da_monumental_1
n00b
n00b
Posts: 18
Joined: Thu Jan 20, 2005 10:43 pm

  • Quote

Post by da_monumental_1 » Thu Jan 20, 2011 7:23 pm

kernelOfTruth wrote:
da_monumental_1 wrote:Was AUFS removed?
probably it wasn't added yet

tuxonice also is missing

and keep in mind - it's still 2.6.37-zen0 :idea:
I patched 2.6.37 with aufs (git standalone) and tuxonice (two line reject I had to fix). Everything seems to be working OK.

Kztmem sounds like fun, but I couldn't get a completed kernel compile. I'll play around with it later.
Top
Kollin
Veteran
Veteran
User avatar
Posts: 1139
Joined: Sat Feb 25, 2006 12:42 am
Location: Sofia/Bulgaria

  • Quote

Post by Kollin » Sun Jan 30, 2011 8:47 am

When 2.6.37-zen* is planned to hit portage ? :D
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Jan 30, 2011 3:09 pm

Kollin wrote:When 2.6.37-zen* is planned to hit portage ? :D
probably when some other (outstanding) features have been merged

zen now includes inode integrity patches from Nick Piggin ! :D

Thanks guys !
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Jan 30, 2011 6:05 pm

Ant_P wrote:Anyone else using zram on 2.6.37? Does it run for more than 5 minutes without an Oops now?
yeah, seems to work fine (and stable) here

with kztmem :)


I tried out both the zram provided by zen and the vanilla one from 2.6.37 - both worked for me
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Mon Jan 31, 2011 6:59 pm

@zen devs:

please check the last merge of the inode integrity patches - especially patch 8 (fs: add i_op->sync_inode)

it either seems to be missing or didn't merge correctly (in my humble opinion)

thanks !
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
benneque
Tux's lil' helper
Tux's lil' helper
Posts: 134
Joined: Sat Dec 01, 2007 10:43 am

  • Quote

Post by benneque » Tue Feb 01, 2011 8:33 pm

Hi!

Today I visited zen-kernel.org and recognized the statement @ frontpage.

Now... can somebody explain what exactly that means? (My English doesn't seem good enough to get it... :( )

I don't know what Zen tag is ?!

Is it now "better" to use zen-sources-9999 , because there won't be much "stable" updates in future ?
Top
albright
Advocate
Advocate
User avatar
Posts: 2588
Joined: Sun Nov 16, 2003 6:36 pm
Location: Near Toronto

  • Quote

Post by albright » Wed Feb 02, 2011 12:51 am

Does that (see previous post) mean that zen won't be going
into portage anymore? (Well, it's almost like that already :) )
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Top
Post Reply

558 posts
  • Page 14 of 23
    • Jump to page:
  • Previous
  • 1
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 23
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic