grub-probe getting sigkill
Posted: Thu Oct 17, 2013 3:38 pm
Hi,
I've recovered from the oblivion an old box I had, running 2.6.39.2-grsec. Yeah I know this kernel is probably unsupported, I just upgraded this box to debian 7 but grub-probe is getting killed, preventing me to use a new kernel (grub-install seems to run grub-probe). I want to upgrade, I promise!
Googling around my problem I found this thread. In it, the OP had some PaX flags that didn't make sense and once he run 'paxctl -z' on the binary everything started to work for him.
That's not my case:
RBAC isn't active (gradm isn't even installed). FWIW the processor ir a Via Nehemiah.
I've recovered from the oblivion an old box I had, running 2.6.39.2-grsec. Yeah I know this kernel is probably unsupported, I just upgraded this box to debian 7 but grub-probe is getting killed, preventing me to use a new kernel (grub-install seems to run grub-probe). I want to upgrade, I promise!
Googling around my problem I found this thread. In it, the OP had some PaX flags that didn't make sense and once he run 'paxctl -z' on the binary everything started to work for him.
That's not my case:
- Code: Select all
# paxctl -v grub-probe
PaX control v0.7
Copyright 2004,2005,2006,2007,2009,2010,2011,2012 PaX Team <pageexec@freemail.hu>
file grub-probe does not have a PT_PAX_FLAGS program header, try conversion
# paxctl -c grub-probe
file grub-probe had a PT_GNU_STACK program header, converted
# paxctl -v grub-probe
PaX control v0.7
Copyright 2004,2005,2006,2007,2009,2010,2011,2012 PaX Team <pageexec@freemail.hu>
- PaX flags: -------x-e-- [grub-probe]
RANDEXEC is disabled
EMUTRAMP is disabled
# paxctl -z grub-probe
# paxctl -v /usr/sbin/grub-probe
PaX control v0.7
Copyright 2004,2005,2006,2007,2009,2010,2011,2012 PaX Team <pageexec@freemail.hu>
- PaX flags: ------------ [/usr/sbin/grub-probe]
# strace -tt grub-probe --device /dev/sda1
[ blah blah ]
21:15:23.723492 open("/dev/sda", O_RDONLY|O_LARGEFILE) = 3
21:15:23.723824 fstat64(3, {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 0), ...}) = 0
21:15:23.724328 ioctl(3, BLKGETSIZE64, 0x5b415ba0) = 0
21:15:23.724660 ioctl(3, BLKSSZGET, 0x5b415bac) = 0
21:15:23.724966 close(3) = 0
21:15:23.725384 gettimeofday({1382037323, 725560}, NULL) = 0
21:15:23.725845 open("/dev/sda", O_RDONLY|O_SYNC|O_LARGEFILE|0x100000) = 3
21:15:23.726400 _llseek(3, 0, [0], SEEK_SET) = 0
21:15:23.726757 read(3, "\353c\220\20\216\320\274\0\260\270\0\0\216\330\216\300\373\276\0|\277\0\6\271\0\2\363\244\352!\6\0"..., 512) = 512
21:15:23.727133 read(3, "RV\276\33\201\3509\1^\277\364\201f\213-\203}\10\0\17\204\342\0\200|\377\0tFf\213\35"..., 32256) = 32256
21:15:23.733833 +++ killed by SIGKILL +++
Killed
# zgrep CONFIG_PAX /proc/config.gz
CONFIG_PAX=y
# CONFIG_PAX_SOFTMODE is not set
CONFIG_PAX_EI_PAX=y
CONFIG_PAX_PT_PAX_FLAGS=y
# CONFIG_PAX_NO_ACL_FLAGS is not set
CONFIG_PAX_HAVE_ACL_FLAGS=y
# CONFIG_PAX_HOOK_ACL_FLAGS is not set
CONFIG_PAX_NOEXEC=y
CONFIG_PAX_PAGEEXEC=y
CONFIG_PAX_SEGMEXEC=y
# CONFIG_PAX_EMUTRAMP is not set
CONFIG_PAX_MPROTECT=y
# CONFIG_PAX_MPROTECT_COMPAT is not set
CONFIG_PAX_ELFRELOCS=y
CONFIG_PAX_KERNEXEC=y
CONFIG_PAX_ASLR=y
CONFIG_PAX_RANDKSTACK=y
CONFIG_PAX_RANDUSTACK=y
CONFIG_PAX_RANDMMAP=y
CONFIG_PAX_MEMORY_SANITIZE=y
# CONFIG_PAX_MEMORY_STACKLEAK is not set
CONFIG_PAX_MEMORY_UDEREF=y
CONFIG_PAX_REFCOUNT=y
CONFIG_PAX_USERCOPY=y
RBAC isn't active (gradm isn't even installed). FWIW the processor ir a Via Nehemiah.