try reverting the ext3 patches from mm, but if i were you , i'd remount your /home readonly and fsck it with all checking options enabled, as it's not normalesc* wrote:installed new nitro, everything just works but i get all the time i boot says filesystem check error on my /home ext3.
something cannot fix automatically press ctrl+d to continue or type root password to fix problem manually. i tryed e2fsck on /home the output looks like clear and then booted but no effect. startup stops that ext3 partition checks. i see theres some ext3-get-blocks patches on -mm patches. is there simple way to fix this? or is it the kernel problem? 2.6.14-nitro-r2 dont get these errors.
Code: Select all
# dmesg | grep agp
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel 915GM Chipset.
agpgart: Detected 7932K stolen memory.
agpgart: AGP aperture is 256M @ 0xc0000000Code: Select all
# dmesg | grep drm
[drm] Initialized drm 1.0.0 20040925
[drm] Initialized i915 1.1.0 20040405 on minor 0:Code: Select all
# glxinfo | grep direct
direct rendering: Yes
Yes, fsck on ext3 only checks the journal. Use "fsck -f" to check the whole filesystem.Tiger683 wrote:try reverting the ext3 patches from mm, but if i were you , i'd remount your /home readonly and fsck it with all checking options enabled, as it's not normal
I think they provide different features. I'm not sure whether those provided by Intel are provided by AMD processors as well... It'd be nice to find out how to use them, though :SCinder6 wrote:Under Processor type and features, there is now an option for AMD MCE features. If we use AMD(64, in this case), can we go ahead and disable the Intel MCE features and just use the AMD ones?
Code: Select all
Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon' is loaded.Code: Select all
emerge vmware-workstationHappy to hear ittroebel wrote:Well, I tried both re-emerging vmware-workstation and running vmware-config.pl, with no luck.
So after reading this topic I edited the configscript and it works fine now
Patched cleanly, compiled cleanly, boots clean, and seems to be running just fine so far. Thank you so much! Could you try to keep this patch in further releases as well please? At least until they decide to re-add it to vanilla. Thanks again!Tiger683 wrote:satanskin:
Surprise!!!!!
Ok, i found the patch that removed the support from mainline.
It was a bit work to port it to the new api of filedescriptor handling, but in the end i also
added a Kconfig option, and it compiles fine.
I need your feedback badly though, if it works, i'll clean it up a little
and off it goes to lkml for reinclusion as experimental
readd-ipt_owner-pid-sid-comm-matching-with-Kconfig-opt.patch
The reason it was removed is that it's broken on smp, so making the Kconfig opt depend on !SMP will probably
make it able to get back in...
Code: Select all
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
CHK include/linux/compile.h
dnsdomainname: Unknown host
CHK usr/initramfs_list
GZIP kernel/config_data.gz
IKCFG kernel/config_data.h
CC kernel/configs.o
LD kernel/built-in.o
LD drivers/acpi/built-in.o
LD drivers/built-in.o
GEN .version
CHK include/linux/compile.h
dnsdomainname: Unknown host
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/x86_64/kernel/built-in.o: In function `set_up_temporary_mappings':
suspend.c:(.text+0x12135): undefined reference to `get_safe_page'
suspend.c:(.text+0x1218b): undefined reference to `get_safe_page'
suspend.c:(.text+0x12251): undefined reference to `get_safe_page'
arch/x86_64/kernel/built-in.o: In function `swsusp_arch_resume':
: undefined reference to `restore_image'
make: *** [.tmp_vmlinux1] Error 1
Code: Select all
CC kernel/sched.o
kernel/sched.c: In function effective_prio:
kernel/sched.c:718: error: PF_FREEZE not declared here (first use in this function)
kernel/sched.c:718: error: (Each undeclared identifier is only reported once
kernel/sched.c:718: error: for each function it appears in.)
make[1]: *** [kernel/sched.o] Error 1
make: *** [kernel] Error 2

Are you building for 32-bits? If I correctly recall, the dynticks code is not supported oon x86_64 architectures running in 64-bit mode.Kuroki Kaze wrote:CC mm/shmem.o
CC kernel/seccomp.o
CC kernel/dyn-tick.o
kernel/dyn-tick.c: In function `do_dyn_reprogram':
kernel/dyn-tick.c:109: error: `per_cpu__irq_stat' undeclared (first use in this function)
kernel/dyn-tick.c:109: error: (Each undeclared identifier is reported only once
kernel/dyn-tick.c:109: error: for each function it appears in.)
ps: prebuild:
cp /usr/src/linux/include/asm-i386/dyn-tick.h /usr/src/linux/include/asm/dyn-tick.h
cp /usr/src/linux/include/asm-i386/timer.h /usr/src/linux/include/asm/timer.h
-- make didnt find it...
______________________________
amd64, gcc-3.4.5, glibc-2.3.6-r2