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 3

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.
Locked
Advanced search
205 posts
  • Page 3 of 9
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • Next
Author
Message
albright
Advocate
Advocate
User avatar
Posts: 2588
Joined: Sun Nov 16, 2003 6:36 pm
Location: Near Toronto

Post by albright » Mon Mar 01, 2010 3:04 am

Incorrect fixes on both cases
Don't I know it :)

updated git-stable working now ... many thanks
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Top
SpectreDragon
Tux's lil' helper
Tux's lil' helper
Posts: 92
Joined: Fri Aug 22, 2008 10:47 pm
Location: Germany

Post by SpectreDragon » Mon Mar 01, 2010 7:43 pm

will there be updates in the unstable zen anytime soon or is it worth it to use stable zen for now?

btw.
last time I tried suspend to disk was still broken with btrfs, anyone who has it working?
suspend to ram works fine though :?
Top
Kingoftherings
Guru
Guru
Posts: 328
Joined: Sun May 04, 2008 4:54 am

Post by Kingoftherings » Mon Mar 01, 2010 7:56 pm

SpectreDragon wrote:will there be updates in the unstable zen anytime soon or is it worth it to use stable zen for now?

btw.
last time I tried suspend to disk was still broken with btrfs, anyone who has it working?
suspend to ram works fine though :?
I was using zen.git when 2.6.32 came out and it went un-updated for two weeks until 2.6.33-rc1 came out. So that's likely what will happen this time.
Top
rahulthewall
Veteran
Veteran
User avatar
Posts: 1264
Joined: Thu Nov 01, 2007 11:28 pm
Location: Zürich
Contact:
Contact rahulthewall
Website

Post by rahulthewall » Mon Mar 01, 2010 8:07 pm

Sorry to be asking again, but can someone please explain these warnings:

Code: Select all

.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES                      
#                                                                                                                 
# configuration written to .config                                                                                
#                                                                                                                 
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES     
Thanks
Rahul
Who shall guard the guards?
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Mon Mar 01, 2010 8:26 pm

rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:

Code: Select all

.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES                      
#                                                                                                                 
# configuration written to .config                                                                                
#                                                                                                                 
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES     
Thanks
Rahul
I don't know what causes that, i need to look into it
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
Jupiter1TX
Guru
Guru
User avatar
Posts: 546
Joined: Fri Feb 24, 2006 6:47 pm
Location: 3rd Rock
Contact:
Contact Jupiter1TX
Website

Post by Jupiter1TX » Mon Mar 01, 2010 9:01 pm

rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:

Code: Select all

.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES                      
#                                                                                                                 
# configuration written to .config                                                                                
#                                                                                                                 
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES     
Thanks
Rahul
That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'
I removed 'X86_L1_CACHE_BYTES' part and error gone.
Core i7 920 D0 | Asus P6T DLX | Patriot Viper 1600 6GB | Antec Quattro 850W
Geforce 8800GTX OC2 768MB | Dell 22" LCD | Koolance Exos2/Swiftech GTZ
GCC 4.6.1 | 3.7.x-geek | Xorg-7.4-x | KDE-4.7.x | Compiz
Top
CrazyMYKL
n00b
n00b
Posts: 10
Joined: Wed Jul 07, 2004 7:11 am

Post by CrazyMYKL » Mon Mar 01, 2010 11:59 pm

Jupiter1TX wrote:
rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:

Code: Select all

.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES                      
#                                                                                                                 
# configuration written to .config                                                                                
#                                                                                                                 
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES     
Thanks
Rahul
That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'
I removed 'X86_L1_CACHE_BYTES' part and error gone.
Actually, changing it to

Code: Select all

CONFIG_X86_INTERNODE_CACHE_BYTES=$X86_L1_CACHE_BYTES
fixes it.
<m00se> bash-2.05b$ ping god
<m00se> ping: unknown host god
<m00se> it's true, god doesn't exist
<AngstyPie> maybe he's just having DNS problems
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Tue Mar 02, 2010 8:39 pm

CrazyMYKL wrote:
Jupiter1TX wrote:
rahulthewall wrote:Sorry to be asking again, but can someone please explain these warnings:

Code: Select all

.config:275:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES                      
#                                                                                                                 
# configuration written to .config                                                                                
#                                                                                                                 
include/config/auto.conf:346:warning: symbol value 'X86_L1_CACHE_BYTES' invalid for X86_INTERNODE_CACHE_BYTES     
Thanks
Rahul
That is because this an error in 'CONFIG_X86_INTERNODE_CACHE_BYTES=X86_L1_CACHE_BYTES'
I removed 'X86_L1_CACHE_BYTES' part and error gone.
Actually, changing it to

Code: Select all

CONFIG_X86_INTERNODE_CACHE_BYTES=$X86_L1_CACHE_BYTES
fixes it.
This is not the problem, because auto.conf is an auto generated file.
The real problem lies in an actual Kconfig file, i believe it's in the amd-k10 branch - i'll fix it soon.
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
pappy_mcfae
Watchman
Watchman
User avatar
Posts: 5999
Joined: Thu Dec 27, 2007 10:51 pm
Location: Pomona, California.
Contact:
Contact pappy_mcfae
Website

Post by pappy_mcfae » Wed Mar 03, 2010 1:46 am

Where is everyone finding patch sets for the .33-zen0 .33-zen1? I don't see them in my gits, and I dont' see them on the page. I R connfuzed :? :? :?

Cheers,
Pappy
This space left intentionally blank, except for these ASCII symbols.
Top
ponciarello
Apprentice
Apprentice
User avatar
Posts: 223
Joined: Tue Jul 22, 2008 9:52 pm
Location: beach of slack

Post by ponciarello » Wed Mar 03, 2010 6:06 am

http://git.zen-kernel.org/?p=kernel/zen ... ;a=summary
http://git.zen-kernel.org/?p=kernel/zen ... le;hb=HEAD

cheater rebased zen-stable's branches :)
look for monty python channel on youtube :D
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Thu Mar 04, 2010 3:48 am

fixed the Kconfig issue, also added squashfs-linus.git ;)
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Fri Mar 05, 2010 12:46 am

Good stuff:
2.6.32-zen7 released
2.6.33-zen1 released
^^ both are winners

- 97 Registered on zen-kernel.org
- 53 Subscribed to the mailing list on groups.google.com

I think our user base is pretty good :D, assuming the vast majority of users dont register at either place
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

Post by Ant P. » Fri Mar 05, 2010 2:49 am

I tried compiling a kernel with PAE, no highmem, and the full 1GB/3GB split option on a 32-bit Atom, and it wouldn't boot at all; it got stuck in an endless reboot cycle after the bootloader.

It does list "pae" in the /proc/cpuinfo flags though so I'm confused, should this work or not?
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Fri Mar 05, 2010 3:37 am

Ant_P wrote:I tried compiling a kernel with PAE, no highmem, and the full 1GB/3GB split option on a 32-bit Atom, and it wouldn't boot at all; it got stuck in an endless reboot cycle after the bootloader.

It does list "pae" in the /proc/cpuinfo flags though so I'm confused, should this work or not?
Please share your .config, additionally try 2.6.33-ck1 to see if something is going on there.
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
fanthom
n00b
n00b
Posts: 60
Joined: Thu May 31, 2007 1:39 pm

Post by fanthom » Fri Mar 05, 2010 4:26 am

Hi cheater1034,

i'm having troubles with compilation of aufs as (M) in 2.6.33-zen1 kernel:

Code: Select all

Kernel: arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 2408 modules
ERROR: "vfsmount_lock" [fs/aufs/aufs.ko] undefined!
my config:
http://pastebin.com/NCzXwsAx

BTW thanks for great work on zen releases :)

EDIT:
looks like it's the same error which we faced in 2.6.32-zen2 and 2.6.32-zen3:
http://www.slax.org/forum.php?action=vi ... ostid54337

Regards,
fanthom
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Fri Mar 05, 2010 5:50 am

fanthom wrote:Hi cheater1034,

i'm having troubles with compilation of aufs as (M) in 2.6.33-zen1 kernel:

Code: Select all

Kernel: arch/x86/boot/bzImage is ready  (#1)
  Building modules, stage 2.
  MODPOST 2408 modules
ERROR: "vfsmount_lock" [fs/aufs/aufs.ko] undefined!
my config:
http://pastebin.com/NCzXwsAx

BTW thanks for great work on zen releases :)

EDIT:
looks like it's the same error which we faced in 2.6.32-zen2 and 2.6.32-zen3:
http://www.slax.org/forum.php?action=vi ... ostid54337

Regards,
fanthom
Fixed in git, or patch is here:
http://omploader.org/vM3FscQ

it alone isn't worth a hotfix for zen1, but git or not it's fixed now ;)
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
jw5801
Apprentice
Apprentice
User avatar
Posts: 251
Joined: Thu Jun 12, 2008 8:33 am
Location: Melbourne, Australia

Post by jw5801 » Fri Mar 05, 2010 7:05 am

cheater1034 wrote:Good stuff:
2.6.32-zen7 released
2.6.33-zen1 released
^^ both are winners

- 97 Registered on zen-kernel.org
- 53 Subscribed to the mailing list on groups.google.com

I think our user base is pretty good :D, assuming the vast majority of users dont register at either place
Should be another one registered on zen-kernel.org now! :D
Top
Saundersx
Apprentice
Apprentice
Posts: 294
Joined: Mon Apr 11, 2005 4:55 am

Post by Saundersx » Fri Mar 05, 2010 7:28 am

Why was it87 disabled? I use that, and I know it was crazy with the acpi.
Top
fanthom
n00b
n00b
Posts: 60
Joined: Thu May 31, 2007 1:39 pm

Post by fanthom » Fri Mar 05, 2010 9:18 am

cheater1034 wrote: Fixed in git, or patch is here:
http://omploader.org/vM3FscQ

it alone isn't worth a hotfix for zen1, but git or not it's fixed now ;)
works!
thanks a lot :)
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

Post by cheater1034 » Fri Mar 05, 2010 3:08 pm

Saundersx wrote:Why was it87 disabled? I use that, and I know it was crazy with the acpi.
It's not disabled
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

Post by Ant P. » Fri Mar 05, 2010 7:53 pm

cheater1034 wrote:
Ant_P wrote:I tried compiling a kernel with PAE, no highmem, and the full 1GB/3GB split option on a 32-bit Atom, and it wouldn't boot at all; it got stuck in an endless reboot cycle after the bootloader.

It does list "pae" in the /proc/cpuinfo flags though so I'm confused, should this work or not?
Please share your .config, additionally try 2.6.33-ck1 to see if something is going on there.
Working config
That's with highmem=64G turned on which forces PAE on too. I think it might be something to do with the 896/1G split options so I'm going to try that next.

Edit OK it works with 896/3G mem split, but not the 1G/3G split.
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

Post by Ant P. » Fri Mar 05, 2010 10:25 pm

The 2G split option works fine with PAE so I'll use that for now.

BTW there's two options for that with identical names and no description for either, what's the difference?
Top
Non_E
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Tue Jan 17, 2006 2:11 pm
Location: Czech Republic

Thanks

Post by Non_E » Mon Mar 08, 2010 7:16 am

Hello,

I am running 2.6.33-zen1 without any (kernel related) problems. Thanks
Only Sith deals in absolutes.
Top
broch
Tux's lil' helper
Tux's lil' helper
Posts: 94
Joined: Sat Jul 09, 2005 5:32 pm

Post by broch » Tue Mar 09, 2010 8:49 pm

Hello,
since yesterday I have problem with zen update:
$ sudo git pull
fatal: The remote end hung up unexpectedly
I wonder whether this is planned (e.g. server maintenance) or something changed (that I did not notice)?

Thank you
Top
pappy_mcfae
Watchman
Watchman
User avatar
Posts: 5999
Joined: Thu Dec 27, 2007 10:51 pm
Location: Pomona, California.
Contact:
Contact pappy_mcfae
Website

Post by pappy_mcfae » Tue Mar 09, 2010 9:45 pm

I too have been running 2.6.33-zen1 on this machine. I have had no real issues that have jumped out and bitten me, but I'm keeping watch.

It boots very quickly. It seems to run well. No issues as of yet.

Cheers,
Pappy
This space left intentionally blank, except for these ASCII symbols.
Top
Locked

205 posts
  • Page 3 of 9
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 9
  • 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