it is debian x86_64, kernel build with make-kpkg --initrd kernel_image and .config is from older debian kernel, with little modifications
here is photo from oops after boot
http://blackhole.sk/~stanojr/DSC00566.JPG
can you boot into a higher resolution mode (vga=ext or even better, some framebuffer mode using vesafb) and send me such a screenshot? also i'd need the corresponding System.map and vmlinux files.stanojr wrote:it is debian x86_64, kernel build with make-kpkg --initrd kernel_image and .config is from older debian kernel, with little modifications
here is photo from oops after boot
http://blackhole.sk/~stanojr/DSC00566.JPG
PaX Team wrote:can you boot into a higher resolution mode (vga=ext or even better, some framebuffer mode using vesafb) and send me such a screenshot? also i'd need the corresponding System.map and vmlinux files.stanojr wrote:it is debian x86_64, kernel build with make-kpkg --initrd kernel_image and .config is from older debian kernel, with little modifications
here is photo from oops after boot
http://blackhole.sk/~stanojr/DSC00566.JPG
thanks, can you try test33? if it still fails, i'll also need your arch/x86/boot/compressed/vmlinux.bin and probably you'll have to patch in a small printk or two to figure out why a certain address range gets reused/freed for initrd.stanojr wrote:so here it is http://blackhole.sk/~stanojr/grsec/
PaX Team wrote:thanks, can you try test33? if it still fails, i'll also need your arch/x86/boot/compressed/vmlinux.bin and probably you'll have to patch in a small printk or two to figure out why a certain address range gets reused/freed for initrd.stanojr wrote:so here it is http://blackhole.sk/~stanojr/grsec/
it's a typical error when people copy their grsec .config back into a PaX-only kernel without any changes, the PaX flag control must obviously be set back to none by hand.stanojr wrote:when i compile 2.6.24.3 with test33 i got this error
LD init/built-in.o
LD .tmp_vmlinux1
arch/x86/ia32/built-in.o: In function `load_elf32_binary':
ia32_binfmt.c:(.text+0x3891): undefined reference to `pax_set_initial_flags'
fs/built-in.o: In function `load_elf_binary':
binfmt_elf.c:(.text+0x2f9fa): undefined reference to `pax_set_initial_flags'