VMMIRROR bug?
Posted: Mon Mar 01, 2004 11:33 pm
Feb 29 22:02:01 secure su: PAM unable to lopen(/lib/security/pam_xauth.so)
Feb 29 22:02:01 secure su: PAM [dlerror: /lib/security/pam_xauth.so: cannot open shared object file: No such file or directory]
I got this errors although the files is in place (it's nor memory neither hard disk problems since I already checked that)
afterwards in the logs:
Mar 1 01:10:22 secure kernel: kernel BUG at <bad filename>:103!
Mar 1 01:10:22 secure kernel: invalid operand: 0000
Mar 1 01:10:22 secure kernel: CPU: 0
Mar 1 01:10:22 secure kernel: EIP: 0010:[<0002c7ba>] Not tainted
Mar 1 01:10:22 secure kernel: EFLAGS: 00010286
Mar 1 01:10:22 secure kernel: eax: 00000000 ebx: c1c1e320 ecx: c1c1e320 edx: 00000000
Mar 1 01:10:22 secure kernel: esi: c1c1e320 edi: 00000000 ebp: f5636400 esp: cc3a7e3c
Mar 1 01:10:22 secure kernel: ds: 0018 es: 0018 ss: 0018
Mar 1 01:10:22 secure kernel: Process ipop3d (pid: 19777, stackpage=cc3a7000)
Mar 1 01:10:22 secure kernel: Stack: c2214300 001399d9 e0a34a00 00014211 0000001f 00000000 00000001 00000400
Mar 1 01:10:22 secure kernel: c1c1e320 f655a434 00000000 0002546f cc3a7ec8 c1c1e320 00000000 00001000
Mar 1 01:10:22 secure kernel: 00001000 00000001 00000000 00000400 f655a380 000000d2 f655a580 00022c97
Mar 1 01:10:22 secure kernel: Call Trace: [<001399d9>] [<00014211>] [<00000400>] [<0002546f>] [<00001000>]
Mar 1 01:10:22 secure kernel: [<00001000>] [<00000400>] [<00022c97>] [<00025a98>] [<00025940>] [<00000400>]
Mar 1 01:10:22 secure kernel: [<00000400>] [<00033a26>] [<00000400>] [<000331bd>] [<00003ad3>] [<00000400>]
and then:
Mar 1 05:56:25 secure sshd(pam_unix)[18202]: session opened for user root by (uid=0)
Mar 1 05:56:46 secure kernel: PAX: VMMIRROR: fault bug2, 84c01000, 84c01000, 24c00000, b4b7b000, 54b7c000
Mar 1 06:00:00 secure logger: weblogs: (5987) starting.
Mar 1 06:00:07 secure logger: weblogs: (5987) done.
I got this, plus weird behaviors with httpd like
[Sun Feb 29 23:31:33 2004] [alert] Child 5024 returned a Fatal error... !Apache is exiting!
how can I verify if this is because of kernel problems, grsecurity or glibc not being compatible with kernel/grsecurity? Distribution is RedHat 7.3 and this are the libc components on the box
glibc-kernheaders-2.4-7.16
glibc-2.2.5-43
glibc-2.2.5-44
glibc-common-2.2.5-44
glibc-devel-2.2.5-44
any clues? I was thinking of installing the 2.4.25 kernel unpatched to see if it still failed, but I'd like to know what's going and what can I do.
apparently it's related to this function on mm/memory.c
I disabled this two features to see how it goes
CONFIG_GRKERNSEC_PAX_SEGMEXEC
CONFIG_GRKERNSEC_PAX_RANDEXEC
thanks in advance for any info that you could provide
Feb 29 22:02:01 secure su: PAM [dlerror: /lib/security/pam_xauth.so: cannot open shared object file: No such file or directory]
I got this errors although the files is in place (it's nor memory neither hard disk problems since I already checked that)
afterwards in the logs:
Mar 1 01:10:22 secure kernel: kernel BUG at <bad filename>:103!
Mar 1 01:10:22 secure kernel: invalid operand: 0000
Mar 1 01:10:22 secure kernel: CPU: 0
Mar 1 01:10:22 secure kernel: EIP: 0010:[<0002c7ba>] Not tainted
Mar 1 01:10:22 secure kernel: EFLAGS: 00010286
Mar 1 01:10:22 secure kernel: eax: 00000000 ebx: c1c1e320 ecx: c1c1e320 edx: 00000000
Mar 1 01:10:22 secure kernel: esi: c1c1e320 edi: 00000000 ebp: f5636400 esp: cc3a7e3c
Mar 1 01:10:22 secure kernel: ds: 0018 es: 0018 ss: 0018
Mar 1 01:10:22 secure kernel: Process ipop3d (pid: 19777, stackpage=cc3a7000)
Mar 1 01:10:22 secure kernel: Stack: c2214300 001399d9 e0a34a00 00014211 0000001f 00000000 00000001 00000400
Mar 1 01:10:22 secure kernel: c1c1e320 f655a434 00000000 0002546f cc3a7ec8 c1c1e320 00000000 00001000
Mar 1 01:10:22 secure kernel: 00001000 00000001 00000000 00000400 f655a380 000000d2 f655a580 00022c97
Mar 1 01:10:22 secure kernel: Call Trace: [<001399d9>] [<00014211>] [<00000400>] [<0002546f>] [<00001000>]
Mar 1 01:10:22 secure kernel: [<00001000>] [<00000400>] [<00022c97>] [<00025a98>] [<00025940>] [<00000400>]
Mar 1 01:10:22 secure kernel: [<00000400>] [<00033a26>] [<00000400>] [<000331bd>] [<00003ad3>] [<00000400>]
and then:
Mar 1 05:56:25 secure sshd(pam_unix)[18202]: session opened for user root by (uid=0)
Mar 1 05:56:46 secure kernel: PAX: VMMIRROR: fault bug2, 84c01000, 84c01000, 24c00000, b4b7b000, 54b7c000
Mar 1 06:00:00 secure logger: weblogs: (5987) starting.
Mar 1 06:00:07 secure logger: weblogs: (5987) done.
I got this, plus weird behaviors with httpd like
[Sun Feb 29 23:31:33 2004] [alert] Child 5024 returned a Fatal error... !Apache is exiting!
how can I verify if this is because of kernel problems, grsecurity or glibc not being compatible with kernel/grsecurity? Distribution is RedHat 7.3 and this are the libc components on the box
glibc-kernheaders-2.4-7.16
glibc-2.2.5-43
glibc-2.2.5-44
glibc-common-2.2.5-44
glibc-devel-2.2.5-44
any clues? I was thinking of installing the 2.4.25 kernel unpatched to see if it still failed, but I'd like to know what's going and what can I do.
apparently it's related to this function on mm/memory.c
I disabled this two features to see how it goes
CONFIG_GRKERNSEC_PAX_SEGMEXEC
CONFIG_GRKERNSEC_PAX_RANDEXEC
thanks in advance for any info that you could provide