
Ampheus: only latest git will build cause those changes that we made were after .28-rc4-zen1Ampheus wrote:drm_redhat is for radeon, you will need drm_vanilla for i915.
BTW: drm_vanilla compiled fine here with i915 driver and modesetting enabled.
Code: Select all
kuroiryu linux # git pull
zen-sources.org[0: 134.155.50.250]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
kuroiryu linux #
The motherboard of the server is not usable anymore, and milobit (The owner of the server) needs to buy a new mobo first, then zen-sources.org will be on again.Holysword wrote:Wht is happening? O.oCode: Select all
kuroiryu linux # git pull zen-sources.org[0: 134.155.50.250]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) kuroiryu linux #
I do not want to speak on behalf of all of us, but if each one of the zen-fans here donate a small amount of money we can easily solve the money issue. If the money for buying the motherboard is the only problem of course.FallenWizard wrote: The motherboard of the server is not usable anymore, and milobit (The owner of the server) needs to buy a new mobo first, then zen-sources.org will be on again.


cheater1034 wrote:Here is a new zen patch:
http://omploader.org/veTVl (2.6.28-rc6-zen1.patch.lzma)
Basically the same as rc4 except a version bump, tuxonice update, no modesetting (i don't use it, and you can't simply rebase it for some reason), and a squashfs update. Also no nilfs2 this time (i dont think anyone uses it)

lzcat 2.6.28-rc6-zen1.patch.lzma | patch -p1tranquilcool wrote:cheater1034 wrote:Here is a new zen patch:
http://omploader.org/veTVl (2.6.28-rc6-zen1.patch.lzma)
Basically the same as rc4 except a version bump, tuxonice update, no modesetting (i don't use it, and you can't simply rebase it for some reason), and a squashfs update. Also no nilfs2 this time (i dont think anyone uses it)
stupid question, i know. how do i patch the kernel with this .lzma patch?


thanks cheater!cheater1034 wrote:lzcat 2.6.28-rc6-zen1.patch.lzma | patch -p1tranquilcool wrote:cheater1034 wrote:Here is a new zen patch:
http://omploader.org/veTVl (2.6.28-rc6-zen1.patch.lzma)
Basically the same as rc4 except a version bump, tuxonice update, no modesetting (i don't use it, and you can't simply rebase it for some reason), and a squashfs update. Also no nilfs2 this time (i dont think anyone uses it)
stupid question, i know. how do i patch the kernel with this .lzma patch?


++ponciarello wrote:tnx cheater, Fargizzled up and running
in case you haven't noticed the server's downsoundcheck wrote:Hi.
1. Is there at least some documentation about the ZEN tuneables?
2. Is there a way to find out about some kind of final/stable zen-releases (e.g. the last and final on 2.6.27 kernel)
THX

Code: Select all
LD net/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 3 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
block/built-in.o: In function `vr_choose_request':
/usr/src/zen-sources/block/vr-iosched.c:273: undefined reference to `__udivdi3'
/usr/src/zen-sources/block/vr-iosched.c:275: undefined reference to `__udivdi3'
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/usr/src/zen-sources'
make: *** [debian/stamp-build-kernel] Error 2

safe your kernel-config, make clean mrproper,soundcheck wrote:Hi.
My kernel (latest tarball+patch2.6.28-rc4-zen1-TO-2.6.28-rc6-zen1.patch.lzma )won't compile:
Code: Select all
LD net/built-in.o LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 block/built-in.o: In function `vr_choose_request': /usr/src/zen-sources/block/vr-iosched.c:273: undefined reference to `__udivdi3' /usr/src/zen-sources/block/vr-iosched.c:275: undefined reference to `__udivdi3' make[1]: *** [.tmp_vmlinux1] Error 1 make[1]: Leaving directory `/usr/src/zen-sources' make: *** [debian/stamp-build-kernel] Error 2
Any ideas?
THX


1. Yep I noticed the the server is down since a while. This is why I installed the tarball and the patch.kernelOfTruth wrote:++ponciarello wrote:tnx cheater, Fargizzled up and running
in case you haven't noticed the server's downsoundcheck wrote:Hi.
1. Is there at least some documentation about the ZEN tuneables?
2. Is there a way to find out about some kind of final/stable zen-releases (e.g. the last and final on 2.6.27 kernel)
THX
have a look at the gentoo-wiki.com's archives: http://www.gentoo-wiki.info/Zen-sources

You do not have gentoo (i'm a wizard), i am willing to guess you have ubuntu.soundcheck wrote:Hi.
My kernel (latest tarball+patch2.6.28-rc4-zen1-TO-2.6.28-rc6-zen1.patch.lzma )won't compile:
Code: Select all
LD net/built-in.o LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 3 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 block/built-in.o: In function `vr_choose_request': /usr/src/zen-sources/block/vr-iosched.c:273: undefined reference to `__udivdi3' /usr/src/zen-sources/block/vr-iosched.c:275: undefined reference to `__udivdi3' make[1]: *** [.tmp_vmlinux1] Error 1 make[1]: Leaving directory `/usr/src/zen-sources' make: *** [debian/stamp-build-kernel] Error 2
Any ideas?
THX

tranquilcool wrote:CC kernel/power/main.o
In file included from kernel/power/power.h:13,
from kernel/power/main.c:26:
kernel/power/tuxonice_builtin.h:30: error: expected declaration specifiers or ‘...’ before ‘fmode_t’
make[2]: *** [kernel/power/main.o] Error 1
make[1]: *** [kernel/power] Error 2
make: *** [kernel] Error 2
am stucked here.
any help?



thanks, cheatercheater1034 wrote:Reiser4 update for the new zen, should apply over rc4 too.
http://omploader.org/veWQ2 (reiser4-update.diff)
Implements write_begin/write_end, fixes support for loop devices