... so besides tuxonice, what else ar people missing from -zenmm?

++gimpel wrote:rc8-mm1 base!
Code: Select all
┌--tom@sirius---[Fr Jul 04 18:53:46]---[~]
└» uname -a
Linux sirius 2.6.26-rc8-zenmm1 #5 SMP PREEMPT Fri Jul 4 17:16:51 CEST 2008 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5600+ AuthenticAMD GNU/LinuxCode: Select all
sed -i -e 's:return kill_proc:return kill_pid:g' usr/src/nv/os-interface.cCode: Select all
00:46:14 up 6:48, 2 users, load average: 0.52, 0.44, 0.37
are you seriousIt did compile and does work so far.. but might blast your graphics, whatever...
LOL. Well meanwhile it'skernelOfTruth wrote:are you serious?
I'd like to try zen-mm out but can't afford to blow up my laptop![]()
thanks
Code: Select all
# uptime
17:36:39 up 23:38, 2 users, load average: 0.14, 0.04, 0.01lockless patches caused an issue with xorg 1.4.99.*, but i discussed the issue and LKML and found the bug, that is now fixed, so use xorg 1.5 all you wantgimpel wrote:LOL. Well meanwhile it'skernelOfTruth wrote:are you serious?
I'd like to try zen-mm out but can't afford to blow up my laptop![]()
thanks.. and no problems with nvidia.Code: Select all
# uptime 17:36:39 up 23:38, 2 users, load average: 0.14, 0.04, 0.01
What was that with xorg 1.5 and hardlocks? Haven't encountered any so far *fingers crossed*

is virtualbox-modules working too ? (will try that out later)gimpel wrote:LOL. Well meanwhile it'skernelOfTruth wrote:are you serious?
I'd like to try zen-mm out but can't afford to blow up my laptop![]()
thanks.. and no problems with nvidia.Code: Select all
# uptime 17:36:39 up 23:38, 2 users, load average: 0.14, 0.04, 0.01
What was that with xorg 1.5 and hardlocks? Haven't encountered any so far *fingers crossed*
idk, didnt test, virtualbox modules usually work on new kernels, its vmware that has issues keeping up to datekernelOfTruth wrote:is virtualbox-modules working too ? (will try that out later)gimpel wrote:LOL. Well meanwhile it'skernelOfTruth wrote:are you serious?
I'd like to try zen-mm out but can't afford to blow up my laptop![]()
thanks.. and no problems with nvidia.Code: Select all
# uptime 17:36:39 up 23:38, 2 users, load average: 0.14, 0.04, 0.01
What was that with xorg 1.5 and hardlocks? Haven't encountered any so far *fingers crossed*
thanks

thanksgimpel wrote:VirtualBox module plays fine here.
help - please ?CHK include/linux/version.h
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
make[1]: *** No rule to make target `include/config/builtin/firmware/dir.h', needed by `firmware/n.gen.S'. Stop.
make: *** [firmware] Error 2
make: *** Waiting for unfinished jobs....
Code: Select all
find . | grep n.gen.
./arch/ia64/kernel/perfmon_generic.h
./arch/powerpc/boot/dtc-src/version_gen.h
./firmware/n.gen.S
make[1]: *** No rule to make target `include/config/builtin/firmware/dir.h', needed by `firmware/n.gen.S'. Stop.
make: *** [firmware] Error 2
make: *** Waiting for unfinished jobs....
edit2:find . | grep firmware/dir.h
./include/config/extra/firmware/dir.h
sounds like you did make oldconfig and pressed n for a string option when you should have pressed returnkernelOfTruth wrote:1) well, somehow a "n" must have gotten into Device Drivers -> Generic Driver Options -> () External firmware blobs to build into the kernel binary
and it wouldn't work; so the default entered 'n' (by make) doesn't work
clearing the field "fixed" it

seemingly - yesrmh3093 wrote:sounds like you did make oldconfig and pressed n for a string option when you should have pressed returnkernelOfTruth wrote:1) well, somehow a "n" must have gotten into Device Drivers -> Generic Driver Options -> () External firmware blobs to build into the kernel binary
and it wouldn't work; so the default entered 'n' (by make) doesn't work
clearing the field "fixed" it
i've done that too, so you are not alonekernelOfTruth wrote:seemingly - yesrmh3093 wrote:sounds like you did make oldconfig and pressed n for a string option when you should have pressed returnkernelOfTruth wrote:1) well, somehow a "n" must have gotten into Device Drivers -> Generic Driver Options -> () External firmware blobs to build into the kernel binary
and it wouldn't work; so the default entered 'n' (by make) doesn't work
clearing the field "fixed" it![]()
afaik it said "N"/"Y" so I pushed n and thought it would be fine but it wasn't - the main point is that it works now

more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2

pulled around 6hrs ago. first hardlock was with paludis and second was with firefox, ktorrent and paludis. fs is reiserfs.rmh3093 wrote:more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2
type 'git reset --hard 94ac2a5fd1479c3a6376f823c347ebabbb6aeab7; git checkout -f' then rebuild your kernel and see if the hardlocks go awaytranquilcool wrote:pulled around 6hrs ago. first hardlock was with paludis and second was with firefox, ktorrent and paludis. fs is reiserfs.rmh3093 wrote:more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2

with git checkout -f i have the following;rmh3093 wrote:type 'git reset --hard 94ac2a5fd1479c3a6376f823c347ebabbb6aeab7; git checkout -f' then rebuild your kernel and see if the hardlocks go awaytranquilcool wrote:pulled around 6hrs ago. first hardlock was with paludis and second was with firefox, ktorrent and paludis. fs is reiserfs.rmh3093 wrote:more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2
that just means your kernel is out of date (not running the latest commit)tranquilcool wrote:with git checkout -f i have the following;rmh3093 wrote:type 'git reset --hard 94ac2a5fd1479c3a6376f823c347ebabbb6aeab7; git checkout -f' then rebuild your kernel and see if the hardlocks go awaytranquilcool wrote:pulled around 6hrs ago. first hardlock was with paludis and second was with firefox, ktorrent and paludis. fs is reiserfs.rmh3093 wrote:more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2
Your branch is behind the tracked remote branch 'origin/master' by 7 commits,
and can be fast-forwarded
now i'll build and report back.
thanks meanwhile for your quick answer.

then is it ok if i go on and compile or should i bring it to latest commit?rmh3093 wrote:that just means your kernel is out of date (not running the latest commit)tranquilcool wrote:with git checkout -f i have the following;rmh3093 wrote:type 'git reset --hard 94ac2a5fd1479c3a6376f823c347ebabbb6aeab7; git checkout -f' then rebuild your kernel and see if the hardlocks go awaytranquilcool wrote:pulled around 6hrs ago. first hardlock was with paludis and second was with firefox, ktorrent and paludis. fs is reiserfs.rmh3093 wrote:more info please.... what were you doing when it happened, what filesystems were involved, when did you pull last? i applied two patches from lkml that were supposed to be bug fixes but they could have broken somethingtranquilcool wrote:2.6.26-rc8-zenmm1 hardlocks here (twice in 2hrs)
xorg-server is 1.4.2
Your branch is behind the tracked remote branch 'origin/master' by 7 commits,
and can be fast-forwarded
now i'll build and report back.
thanks meanwhile for your quick answer.