- Code: Select all
chshrcat# chpax -v /usr/X11R6/bin/XFree86
/usr/X11R6/bin/XFree86: PAGE_EXEC is disabled, trampolines are emulated, mprotect() is not restricted, mmap() base is not randomized
/var/log/XFree86.0.log contains the following:
- Code: Select all
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 2002
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.19-xfs-r1 i586 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Oct 20 14:57:56 2002
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "kensiko"
(**) XKB: model: "kensiko"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/freefont/,/usr/X11R6/lib/X11/fonts/lfp-fix/,/usr/X11R6/lib/X11/fonts/lfp-var/,/usr/X11R6/lib/X11/fonts/sharefont/,/usr/X11R6/lib/X11/fonts/truetype/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/local/truetype"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.5
XFree86 XInput driver : 0.3
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.3
And dmesg shows that XFree86 was terminated by PAX:
- Code: Select all
PAX: terminating task: /usr/X11R6/bin/XFree86(XFree86):20079, uid/euid: 0/0, EIP: 0820D1A8, ESP: 5FFFFB8C
PAX: bytes at EIP: 55 89 e5 83 ec 14 8b 45 08 68 10 d2 20 08 a3 18 d2 20 08 e8
I'm running gentoo, and using the kernel from gentoo-sources-2.4.19-r10, which includes grsec 1.9.7. I noticed there are some bug fixes between 1.9.7 and 1.9.7d, so I got the diff between them from CVS and merged that in as well, but I'm still having no luck. Any idea what I might be missing?[/code]