Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 18, 19, 20 ... 38, 39, 40  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Tue Dec 11, 2007 3:01 pm    Post subject: Reply with quote

uli wrote:
@Waninkoko

Hi, I have a problem that I cannot fix.
I've used 2.6.24-rc3-zen3 without problems as a kernel for a small Linux distro (spblinux) on a memorystick. Then I have switched to 2.6.24-rc4-zen1 and get a problem (/proc/bus/usb is mounted but later umount does not work though /proc/bus/usb exists).

I have updated 2.6.24-rc3-zen3 to 2.6.24-rc4-zen1 by

cd /usr/src/zen-sources
git pull

Now I need to get back to 2.6.24-rc3-zen3. Sorry, I do not know how to do. Can you help?

Uli


git checkout -b old-zen v2.6.23-rc3-zen3
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
ilikenwf
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2007
Posts: 119

PostPosted: Tue Dec 11, 2007 4:26 pm    Post subject: Reply with quote

Bug: My laptop thinks that it is plugged in when it really is not. Is there a fix for that?
_________________
Make The Fonts Pretty In KDE
Archlinux User
Back to top
View user's profile Send private message
uli
n00b
n00b


Joined: 08 Feb 2007
Posts: 58

PostPosted: Tue Dec 11, 2007 4:42 pm    Post subject: Reply with quote

Quote:
git checkout -b old-zen v2.6.23-rc3-zen3


Thanks. But it took a while to find that I need another

git clone git://repo.or.cz/linux-2.6/zen-sources.git old-zen
or
git pull git://repo.or.cz/linux-2.6/zen-sources.git old-zen :idea:

Uli
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Dec 11, 2007 4:46 pm    Post subject: Reply with quote

Code:

In file included from arch/x86/kernel/asm-offsets_32.c:8,
                 from arch/x86/kernel/asm-offsets.c:2:
include/linux/sched.h:1455: error: redefinition of ‘set_rcu_prio’
include/linux/sched.h:704: error: previous definition of ‘set_rcu_prio’ was here
include/linux/sched.h:1457: error: expected identifier or ‘(’ before numeric constant
make[1]: *** [arch/x86/kernel/asm-offsets.s] Błąd 1
make: *** [prepare0] Błąd 2

i have this error on latest update :P ... please fix it !
Back to top
View user's profile Send private message
Thargor
Apprentice
Apprentice


Joined: 23 Dec 2005
Posts: 239
Location: Bamberg/Germany

PostPosted: Tue Dec 11, 2007 4:59 pm    Post subject: Reply with quote

For me it's this one:
Code:
  HOSTCC  scripts/bin2c
  CC      init/main.o
init/main.c: In function ‘do_pre_smp_initcalls’:
init/main.c:776: error: conflicting types for ‘migration_init’
include/linux/sched.h:2345: error: previous declaration of ‘migration_init’ was here
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2


Edit: Thanks for fixing the above that fast, but now aufs is broken for me:
Code:
fs/aufs/super.c: In function ‘aufs_remount_fs’:
fs/aufs/super.c:666: error: ‘struct rw_semaphore’ has no member named ‘wait_list’
fs/aufs/super.c:667: error: ‘struct rw_semaphore’ has no member named ‘wait_list’
make[2]: *** [fs/aufs/super.o] Error 1
make[1]: *** [fs/aufs] Error 2
make: *** [fs] Error 2

_________________
Ideas are bulletproof
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 5:53 pm    Post subject: Reply with quote

I have merged real-time patches so it's probably you can find some errors when compiling.

If you find any errors, just report them to fix them as soon as possible.
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Dec 11, 2007 6:10 pm    Post subject: Reply with quote

Code:
Enable concurrent radix tree operations (VERY EXPERIMENTAL) (RADIX_TREE_CONCURRENT) [N/y] (NEW) ?

Sorry, no help available for this option yet.

what's this? help's missing :D
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Tue Dec 11, 2007 6:13 pm    Post subject: Reply with quote

Can't wait to try out the new zen-sources at home... currently it's still codename 'vipernicus' for me...
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: Tue Dec 11, 2007 6:14 pm    Post subject: Reply with quote

Dottout wrote:
Code:
Enable concurrent radix tree operations (VERY EXPERIMENTAL) (RADIX_TREE_CONCURRENT) [N/y] (NEW) ?

Sorry, no help available for this option yet.

what's this? help's missing :D


sounds very promising - for which filesystem (?) is that ? or for general IO ?

shouldn't it be called Con instead of Kon, btw. - or who / what is Kon ?

thanks for the loads of nice new options, btw :)
_________________
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
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 6:28 pm    Post subject: Reply with quote

Dottout wrote:
Code:
Enable concurrent radix tree operations (VERY EXPERIMENTAL) (RADIX_TREE_CONCURRENT) [N/y] (NEW) ?

Sorry, no help available for this option yet.

what's this? help's missing :D


This is just an "better" way to operate with radix trees. It's very experimental yet (caused many errors here but no lockups nor panic).
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Dec 11, 2007 7:00 pm    Post subject: Reply with quote

Code:
  CC      net/ipv6/inet6_hashtables.o
net/ipv6/inet6_hashtables.c: In function ‘__inet6_hash’:
net/ipv6/inet6_hashtables.c:42: error: ‘hash’ undeclared (first use in this function)
net/ipv6/inet6_hashtables.c:42: error: (Each undeclared identifier is reported only once
net/ipv6/inet6_hashtables.c:42: error: for each function it appears in.)
make[2]: *** [net/ipv6/inet6_hashtables.o] Błąd 1
make[1]: *** [net/ipv6] Błąd 2
make: *** [net] Błąd 2
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: Tue Dec 11, 2007 7:17 pm    Post subject: Reply with quote

disable ipv6 support !
_________________
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
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 7:20 pm    Post subject: Reply with quote

It's already fixed :)
Back to top
View user's profile Send private message
uli
n00b
n00b


Joined: 08 Feb 2007
Posts: 58

PostPosted: Tue Dec 11, 2007 7:24 pm    Post subject: Reply with quote

I've just compiled 2.6.24-rc5-zen0 without error.

Booting my Gentoo-system now hangs on

Quote:

>>Loading modules
:: Scanning for ehci.hcd...


This is new. Before it worked. Old config data taken by make oldconfig.

Uli
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Dec 11, 2007 7:49 pm    Post subject: Reply with quote

uli wrote:
I've just compiled 2.6.24-rc5-zen0 without error.

Booting my Gentoo-system now hangs on

Quote:

>>Loading modules
:: Scanning for ehci.hcd...


This is new. Before it worked. Old config data taken by make oldconfig.

Uli


Miguel: thank you for explanation about fs
uli: same here. well, my laptop hangs at early boot stage, before fb gets the right mode (how to provide more output? I see just some ugly kernel output.. )
Back to top
View user's profile Send private message
Spaulding
Apprentice
Apprentice


Joined: 16 Apr 2006
Posts: 159
Location: /dev/vagina

PostPosted: Tue Dec 11, 2007 8:08 pm    Post subject: Reply with quote

kernelOfTruth wrote:
disable ipv6 support !

it not a fix but a escape to a works compilation ... error already works :/ fix?
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 8:21 pm    Post subject: Reply with quote

If you are having problems with Complete Preemption or/and Preemptible RCU, just use Preemtible Kernel or/and Classic RCU. You can also disable threaded softirqs/hardirqs and enable Big kernel lock to have a kernel like a non-rt kernel.
Back to top
View user's profile Send private message
Dottout
l33t
l33t


Joined: 07 Mar 2006
Posts: 882

PostPosted: Tue Dec 11, 2007 8:27 pm    Post subject: Reply with quote

Waninkoko wrote:
If you are having problems with Complete Preemption or/and Preemptible RCU, just use Preemtible Kernel or/and Classic RCU. You can also disable threaded softirqs/hardirqs and enable Big kernel lock to have a kernel like a non-rt kernel.

I am already using big kernel lock without threaded soft\hardirqs. my config maybe helps to figure out
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 10:06 pm    Post subject: Reply with quote

I just reverted realtime patches. Instead of use all of them, I'll only add those that are interesting and *stable*.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Tue Dec 11, 2007 10:20 pm    Post subject: Reply with quote

Waninkoko wrote:
I just reverted realtime patches. Instead of use all of them, I'll only add those that are interesting and *stable*.

Good :)
(Just guessed that from the logs and deleted my last post with the question about where full preempt is already..)

btw.. "fast forward to branch 'staircase-deadline'" 8O
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
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: Tue Dec 11, 2007 10:24 pm    Post subject: Reply with quote

gimpel wrote:
Waninkoko wrote:
I just reverted realtime patches. Instead of use all of them, I'll only add those that are interesting and *stable*.

Good :)
(Just guessed that from the logs and deleted my last post with the question about where full preempt is already..)

btw.. "fast forward to branch 'staircase-deadline'" 8O


yeah, staircase-deadline ftw ! let the tussles begin :roll:
_________________
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
suur13
n00b
n00b


Joined: 31 May 2005
Posts: 17

PostPosted: Tue Dec 11, 2007 11:12 pm    Post subject: Reply with quote

Hello,

running 2.6.24-rc3-zen3 fine, but when trying t compile Fuse:

Code:
make[2]: Entering directory `/usr/src/modules/fuse'
/usr/bin/make -C /lib/modules/2.6.24-rc3-zen3/source SUBDIRS=`pwd`  modules
make[3]: Entering directory `/usr/src/linux-2.6.24-rc3'
  CC [M]  /usr/src/modules/fuse/dev.o
  CC [M]  /usr/src/modules/fuse/dir.o
  CC [M]  /usr/src/modules/fuse/file.o
  CC [M]  /usr/src/modules/fuse/inode.o
/usr/src/modules/fuse/inode.c:580: error: unknown field ‘get_dentry’ specified in initializer
/usr/src/modules/fuse/inode.c:580: warning: initialization from incompatible pointer type
/usr/src/modules/fuse/inode.c: In function ‘fuse_fs_init’:
/usr/src/modules/fuse/inode.c:876: warning: passing argument 5 of ‘kmem_cache_create’ from incompatible pointer type
make[4]: *** [/usr/src/modules/fuse/inode.o] Error 1
make[3]: *** [_module_/usr/src/modules/fuse] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.24-rc3'
make[2]: *** [all-spec] Error 2
make[2]: Leaving directory `/usr/src/modules/fuse'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/fuse'
make: *** [kdist_build] Error 2
BUILD FAILED!


Any ideas ?
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Tue Dec 11, 2007 11:25 pm    Post subject: Reply with quote

Why you don't use kernel's fuse?
Back to top
View user's profile Send private message
suur13
n00b
n00b


Joined: 31 May 2005
Posts: 17

PostPosted: Tue Dec 11, 2007 11:45 pm    Post subject: Reply with quote

Waninkoko wrote:
Why you don't use kernel's fuse?


Umm.. becuse I'm n00b... :wink:

Got that thing woking with kernel fuse.
Thanx :!:
Back to top
View user's profile Send private message
ilikenwf
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2007
Posts: 119

PostPosted: Wed Dec 12, 2007 6:57 am    Post subject: Reply with quote

Several issues on the ubuntu camp...this is rc4-zen1, but I will get rc5 out within the next couple of days...but...


We have some sort of bug that is preventing ATI driver modules from compiling...is this the RCU issue again? I didn't compile the 32 bit versions, so I am not sure if he has preemption on or not.

Also, the AD1981HD audio driver, which uses the AD HD module isn't in the current kernel...is there any way you could add that?

I would assume that the current problem with the kernel not seeing the battery on laptops is related to RCU as well...correct?

I will download and test rc5-zen0 tomorrow...hopefully if will fix some of this stuff...whatever the case, it would be nice to have that audio driver, battery support working again (HAL issue?), as well as ATI kernel module compilation again.
_________________
Make The Fonts Pretty In KDE
Archlinux User
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 18, 19, 20 ... 38, 39, 40  Next
Page 19 of 40

 
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