I am new at this so apologies if this is a trivial mistake.
I downloaded the Vanilla CentOS kernel 4.6.5 source and also installed a minimal desktop environment GNOME 3 http://www.dokuwiki.tachtler.net/doku.p ... stallation
Edit 1: All this runs in VirtualBox VM 4.3.38 (which I think now is relevant)
Edit 2: I tried this advice also completely disabling ASLR, still same error https://www.proteansec.com/linux/runnin ... ed-gentoo/
I used the default for grsec in menuconfig with the recommended sysctl enabled, build the kernel, rebooted
I get resource denied at boot RLIMIT_CORE against limit 0 for /usr/bin/Xorg, parent /usr/sbin/gdm uid:0
I switched to a terminal, logged in as root and tried to
- Code: Select all
paxctl -cm /usr/bin/Xorg
I then tried
- Code: Select all
paxctl -cm /usr/sbin/gdm
but that give error "Textfile is busy" .. can't kill gdm via kill -9 <pid> either I get a bunch of same resource denied error
I found this advice but don't quite now what to do with it https://bugs.archlinux.org/task/46763
Thanks for your time, I appreciate for any pointers
Daniel