2.6.17.3 oopses

Discuss usability issues, general maintenance, and general support issues for a grsecurity-enabled system.

Postby Raf256 » Wed Jul 05, 2006 4:11 am

I recompiled with all checks/asseerts under Kernel Hacking,
and I the boot stoped almost immediatelly with a BUG
perhaps it can be more usefull?

Image

(btw, it is ok to post direct links to images on this forum I hope?)

I attempted to use ksymoops on one of the Oopses from "D" config (because "E" stoped on BUG before reaching actuall Oops it seem) but I don't think it worked out well.



Code: Select all
root@lore:~# ksymoops crash.oops  -v /boot/vmlinuz-2.6.17.3-grsec-d+gr-k8r-mem31+3rd -o /lib/modules/2.6.17.3-grsec-d+gr-k8r-mem31+3rd/ -K
ksymoops 2.4.11 on i686 2.6.16.19-grsec-a+gb-k8r-mem31+3rd+gr15as18.  Options used
     -v /boot/vmlinuz-2.6.17.3-grsec-d+gr-k8r-mem31+3rd (specified)
     -K (specified)
     -l /proc/modules (default)
     -o /lib/modules/2.6.17.3-grsec-d+gr-k8r-mem31+3rd/ (specified)
     -m /boot/System.map-2.6.16.19-grsec-a+gb-k8r-mem31+3rd+gr15as18 (default)

/usr/bin/nm: /boot/vmlinuz-2.6.17.3-grsec-d+gr-k8r-mem31+3rd: File format not recognized
Error (pclose_local): read_nm_symbols pclose failed 0x100
Warning (read_vmlinux): no kernel symbols in vmlinux, is /boot/vmlinuz-2.6.17.3-grsec-d+gr-k8r-mem31+3rd a valid vmlinux file?
No modules in ksyms, skipping objects
No ksyms, skipping lsmod
Oops: 0000 [#6]
EIP:    0060:[<c03a6dfc>]  Not tainted VLI
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00000006        (2.6.17-grsec-d+gr-k8r-mem31+3rd #2)
eax: 00000000   ebx: c11ca000     ecx: c1154b40       edx: 002605a5
esi: c11bab00   edi: c11bda90     ebp: c11ca000       esp: c11cbf4c
ds:     0068        es: 0068       ss: 0068
Stack: c11bac48 00000000 00000000 c11bac40 c11ca000 c11ca000 c11bab00 c11bda90
       c11ca000 c03a7006 c11cbfbc c017d712 c1144980 00000000 c11b9040 c11cbfbc
                      c11bda90 00000020 c1143a70 c017e2c1 c015e11f c074d720 c1149f24 c116c2c0
Call Trace:
        <c03a7006>
        <c017d712>
        <c017e2c1>
        <c015e11f>
        <c018ba26>
        <c018b950>
        <c015c005>
Code: 04 5b 31 c0 c3 ba 0c 00 00 00 e8 90 7b 00 00 85 c0 74 ee 8b 03 5b 8b 80 6c


>>EIP; c03a6dfc <blk_remove_plug+1c/60>   <=====

>>ebx; c11ca000 <pg0+9af000/3f7e3400>
>>ecx; c1154b40 <pg0+939b40/3f7e3400>
>>edx; 002605a5 <phys_startup_32+1075a5/bffa8000>
>>esi; c11bab00 <pg0+99fb00/3f7e3400>
>>edi; c11bda90 <pg0+9a2a90/3f7e3400>
>>ebp; c11ca000 <pg0+9af000/3f7e3400>
>>esp; c11cbf4c <pg0+9b0f4c/3f7e3400>

Trace; c03a7006 <blk_rq_map_kern+16/a0>
Trace; c017d712 <do_setitimer+3c2/590>
Trace; c017e2c1 <sys_settimeofday+71/90>
Trace; c015e11f <do_invalid_op+1f/b0>
Trace; c018ba26 <common_timer_get+136/140>
Trace; c018b950 <common_timer_get+60/140>
Trace; c015c005 <syscall_exit_work+5/20>

Code;  c03a6dfc <blk_remove_plug+1c/60>
00000000 <_EIP>:
Code;  c03a6dfc <blk_remove_plug+1c/60>   <=====
   0:   04 5b                     add    $0x5b,%al   <=====
Code;  c03a6dfe <blk_remove_plug+1e/60>
   2:   31 c0                     xor    %eax,%eax
Code;  c03a6e00 <blk_remove_plug+20/60>
   4:   c3                        ret
Code;  c03a6e01 <blk_remove_plug+21/60>
   5:   ba 0c 00 00 00            mov    $0xc,%edx
Code;  c03a6e06 <blk_remove_plug+26/60>
   a:   e8 90 7b 00 00            call   7b9f <_EIP+0x7b9f>
Code;  c03a6e0b <blk_remove_plug+2b/60>
   f:   85 c0                     test   %eax,%eax
Code;  c03a6e0d <blk_remove_plug+2d/60>
  11:   74 ee                     je     1 <_EIP+0x1>
Code;  c03a6e0f <blk_remove_plug+2f/60>
  13:   8b 03                     mov    (%ebx),%eax
Code;  c03a6e11 <blk_remove_plug+31/60>
  15:   5b                        pop    %ebx
Code;  c03a6e12 <blk_remove_plug+32/60>
  16:   8b 80 6c 00 00 00         mov    0x6c(%eax),%eax

 EIP: [<c03a6dfc>] SS:ESP 0068:c11cbf4c
Warning (Oops_read): Code line not seen, dumping what data is available


>>EIP; c03a6dfc <blk_remove_plug+1c/60>   <=====


2 warnings and 1 error issued.  Results may not be reliable.
Raf256
 
Posts: 72
Joined: Mon Sep 19, 2005 8:38 pm

Postby spender » Wed Jul 05, 2006 4:55 pm

The latest patch on the site (uploaded a few minutes ago, 07/05) should resolve this issue. Let me know if you have any other problems with it.

-Brad
spender
 
Posts: 2185
Joined: Wed Feb 20, 2002 8:00 pm

Postby favoretti » Wed Jul 05, 2006 6:00 pm

Thank you, just lovely. 5 min in the air, flying OK :)

Keep up the good work, it's highly appreciated.
favoretti
 
Posts: 11
Joined: Mon Jul 03, 2006 8:27 am

Postby Raf256 » Wed Jul 05, 2006 9:20 pm

It seems to work fine here as well, thanks.

btw. grsecurity options in /proc moved again to /proc/sys/vm/grsecurity instead kernel/grsecurity - was that intentionall?
Raf256
 
Posts: 72
Joined: Mon Sep 19, 2005 8:38 pm

Postby spender » Thu Jul 06, 2006 8:36 am

It wasn't intentional, and is fixed in the latest patch. The pax sysctl directory was also duplicated there.

-Brad
spender
 
Posts: 2185
Joined: Wed Feb 20, 2002 8:00 pm

Postby didl » Thu Jul 06, 2006 10:17 am

Hi Brad,

Thanks for the update :)
The oopses are gone now, but now something is killing
all of my init processes and I get tons of messages
like

Code: Select all
grsec: signal 11 sent to /sbin/init [init:1] uid/euid :0/0
gid/egid :0/0, parent /[swapper] uid/euid:0/0 gid/egid:0/0


Please let me know if there is anything I could do to test.

EDIT: This is with grsec only; all of PAX is off!

Thanks!
didl
 
Posts: 4
Joined: Wed Oct 12, 2005 6:38 am

Postby spender » Thu Jul 06, 2006 1:56 pm

Can you send me your configuration? There is another user on IRC experiencing the same problem.

-Brad
spender
 
Posts: 2185
Joined: Wed Feb 20, 2002 8:00 pm

Postby didl » Thu Jul 06, 2006 4:52 pm

The config should be on its way.

Thanks!
didl
 
Posts: 4
Joined: Wed Oct 12, 2005 6:38 am

Linux 2.6.17.3-grsec-Xeon/i686

Postby Spfy » Thu Jul 06, 2006 6:13 pm

Hostname: xeon - OS: Linux 2.6.17.3-grsec-Xeon/i686 - Distro: Debian testing/unstable & Ubuntu dapper - CPU: 4 x Intel(R) Xeon(TM) (2658.382 MHz) - Processes: 100 - Uptime: 1m - Users: 1 - Load Average: 0.56 - Memory Usage: 40.09MB/2021.23MB (1.98%) - Disk Usage: 1.59GB/37.13GB (4.28%)

Anyone having "Bad EIP Value" panics on the 2.6.17.3-grsec? It boots fine on my quad xeon but after an hour or so of idle it just panics and locks up. Any idea how I can copy and paste my read out of the error from the console, cause its not logging the information.
Spfy
 
Posts: 2
Joined: Thu Jul 06, 2006 4:00 pm

Here is my dmesg on a sucessful boot.

Postby Spfy » Thu Jul 06, 2006 7:47 pm

root@xeon:~# dmesg
Linux version 2.6.17.3-grsec-Xeon (root@xeon) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP Thu Jul 6 19:05:28 CDT 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000007ff75000 (usable)
BIOS-e820: 000000007ff75000 - 000000007ff77000 (ACPI NVS)
BIOS-e820: 000000007ff77000 - 000000007ff98000 (ACPI data)
BIOS-e820: 000000007ff98000 - 0000000080000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec90000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
1151MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000fe710
On node 0 totalpages: 524149
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 225280 pages, LIFO batch:31
HighMem zone: 294773 pages, LIFO batch:31
DMI 2.3 present.
ACPI: RSDP (v000 DELL ) @ 0x000febc0
ACPI: RSDT (v001 DELL WS 650 0x00000009 ASL 0x00000061) @ 0x000fd4f1
ACPI: FADT (v001 DELL WS 650 0x00000009 ASL 0x00000061) @ 0x000fd529
ACPI: SSDT (v001 DELL st_ex 0x00001000 MSFT 0x0100000d) @ 0xfffefafa
ACPI: MADT (v001 DELL WS 650 0x00000009 ASL 0x00000061) @ 0x000fd59d
ACPI: BOOT (v001 DELL WS 650 0x00000009 ASL 0x00000061) @ 0x000fd621
ACPI: ASF! (v016 DELL WS 650 0x00000009 ASL 0x00000061) @ 0x000fd649
ACPI: DSDT (v001 DELL dt_ex 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] enabled)
Processor #6 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] enabled)
Processor #7 15:2 APIC version 20
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x09] address[0xfec80000] gsi_base[24])
IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
ACPI: IOAPIC (id[0x0a] address[0xfec80800] gsi_base[48])
IOAPIC[2]: apic_id 10, version 32, address 0xfec80800, GSI 48-71
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 3 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 88000000 (gap: 80000000:7ec00000)
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux ro root=801
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
mapped IOAPIC to ffffb000 (fec80000)
mapped IOAPIC to ffffa000 (fec80800)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2658.489 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 2065964k/2096596k available (2303k kernel code, 29460k reserved, 472k data, 3048k init, 1179092k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 5322.14 BogoMIPS (lpj=10644294)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00004400 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 20k freed
CPU0: Intel(R) Xeon(TM) CPU 2.66GHz stepping 07
Booting processor 1/1 eip 2000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5316.56 BogoMIPS (lpj=10633130)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00004400 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Xeon(TM) CPU 2.66GHz stepping 07
Booting processor 2/6 eip 2000
Initializing CPU#2
Calibrating delay using timer specific routine.. 5316.64 BogoMIPS (lpj=10633298)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 3
CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#2.
CPU2: Intel P4/Xeon Extended MCE MSRs (12) available
CPU2: Thermal monitoring enabled
CPU2: Intel(R) Xeon(TM) CPU 2.66GHz stepping 07
Booting processor 3/7 eip 2000
Initializing CPU#3
Calibrating delay using timer specific routine.. 5316.67 BogoMIPS (lpj=10633343)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 3
CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#3.
CPU3: Intel P4/Xeon Extended MCE MSRs (12) available
CPU3: Thermal monitoring enabled
CPU3: Intel(R) Xeon(TM) CPU 2.66GHz stepping 07
Total of 4 processors activated (21272.03 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization across 4 CPUs: passed.
Brought up 4 CPUs
migration_cost=4000,4000
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Subsystem revision 20060127
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0880-08bf claimed by ICH4 GPIO
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Boot video device is 0000:05:0d.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1.PCI3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI4._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 15)
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: disabled.
PREFETCH window: disabled.
PCI: Bridge: 0000:02:1d.0
IO window: e000-efff
MEM window: fe500000-fe6fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:02:1f.0
IO window: d000-dfff
MEM window: fe300000-fe4fffff
PREFETCH window: f0000000-f7ffffff
PCI: Bridge: 0000:00:02.0
IO window: d000-efff
MEM window: fe100000-fe6fffff
PREFETCH window: f0000000-f7ffffff
PCI: Bridge: 0000:00:1e.0
IO window: c000-cfff
MEM window: fc000000-fdffffff
PREFETCH window: e8000000-efffffff
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
Simple Boot Flag value 0x87 read from CMOS RAM was invalid
Simple Boot Flag at 0x7a set to 0x1
Machine check exception polling timer started.
* This chipset may have PM-Timer Bug. Due to workarounds for a bug,
* this time source is slow. If you are sure your timer does not have
* this bug, please use "pmtmr_good" to disable the workaround
IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
audit: initializing netlink socket (disabled)
audit(1152231115.484:1): initialized
highmem bounce pool size: 64 pages
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler cfq registered (default)
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:DMA
Probing IDE interface ide0...
hda: IBM-DHEA-36480, ATA DISK drive
hdb: ST33221A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: WDC AC2250F, ATA DISK drive
hdd: 6X4X32, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 12594960 sectors (6448 MB) w/476KiB Cache, CHS=13328/15/63, UDMA(33)
hda: cache flushes not supported
hda: hda1
hdb: max request size: 128KiB
hdb: 6303024 sectors (3227 MB) w/128KiB Cache, CHS=6253/16/63, UDMA(33)
hdb: cache flushes not supported
hdb:hdb: set_multmode: status=0x51 { DriveReady SeekComplete Error }
hdb: set_multmode: error=0x04 { DriveStatusError }
ide: failed opcode was: unknown
hdb1
hdc: max request size: 128KiB
hdc: 499950 sectors (255 MB) w/64KiB Cache, CHS=1010/9/55
hdc: hdc1
hdd: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
libata version 1.20 loaded.
Fusion MPT base driver 3.03.09
Copyright (c) 1999-2005 LSI Logic Corporation
Fusion MPT SPI Host driver 3.03.09
ACPI: PCI Interrupt 0000:04:0e.0[A] -> GSI 50 (level, low) -> IRQ 17
mptbase: Initiating ioc0 bringup
ioc0: 53C1030: Capabilities={Initiator}
scsi0 : ioc0: LSI53C1030, FwRev=01011800h, Ports=1, MaxQ=222, IRQ=17
Vendor: FUJITSU Model: MAP3367NP Rev: 5605
Type: Direct-Access ANSI SCSI revision: 03
target0:0:0: Beginning Domain Validation
target0:0:0: Ending Domain Validation
target0:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI PCOMP (6.25 ns, offset 127)
SCSI device sda: 71132959 512-byte hdwr sectors (36420 MB)
sda: Write Protect is off
sda: Mode Sense: b3 00 00 08
SCSI device sda: drive cache: write back
SCSI device sda: 71132959 512-byte hdwr sectors (36420 MB)
sda: Write Protect is off
sda: Mode Sense: b3 00 00 08
SCSI device sda: drive cache: write back
sda: sda1 sda2
sd 0:0:0:0: Attached scsi disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
Fusion MPT FC Host driver 3.03.09
Fusion MPT SAS Host driver 3.03.09
ieee1394: Initialized config rom entry `ip1394'
usbmon: debugfs is not available
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 18, io mem 0xfe700800
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000ff80
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000ff60
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000ff40
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
netem: version 1.2
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
Starting balanced_irq
Using IPI Shortcut mode
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 3048k freed
input: AT Translated Set 2 keyboard as /class/input/input0
grsec: mount of proc to /proc by /bin/mount[mount:29485] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountvirtfs[S01mountvirtfs:24873] uid/euid:0/0 gid/egid:0/0
grsec: mount of sysfs to /sys by /bin/mount[mount:16449] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountvirtfs[S01mountvirtfs:24873] uid/euid:0/0 gid/egid:0/0
grsec: mount of tmpfs to /var/run by /bin/mount[mount:11503] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountvirtfs[S01mountvirtfs:24873] uid/euid:0/0 gid/egid:0/0
grsec: mount of tmpfs to /var/lock by /bin/mount[mount:2462] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountvirtfs[S01mountvirtfs:24873] uid/euid:0/0 gid/egid:0/0
grsec: mount of usbfs to /proc/bus/usb by /bin/mount[mount:3486] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountvirtfs[S01mountvirtfs:24873] uid/euid:0/0 gid/egid:0/0
input: ImPS/2 Generic Wheel Mouse as /class/input/input1
grsec: mount of /dev to /etc/udev by /bin/mount[mount:29311] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/udev[S10udev:31042] uid/euid:0/0 gid/egid:0/0
grsec: mount of udev to /dev by /bin/mount[mount:4640] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/udev[S10udev:31042] uid/euid:0/0 gid/egid:0/0
grsec: mount of /etc/udev to /dev/.static/dev by /bin/mount[mount:28876] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/udev[S10udev:31042] uid/euid:0/0 gid/egid:0/0
grsec: failed fork with errno -513 by /sbin/udevd[udevd:26335] uid/euid:0/0 gid/egid:0/0, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
grsec: failed fork with errno -513 by /sbin/udevd[udevd:26335] uid/euid:0/0 gid/egid:0/0, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
hw_random: RNG not detected
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel E7505 Chipset.
agpgart: AGP aperture is 64M @ 0xe4000000
Intel(R) PRO/1000 Network Driver - version 7.0.33-k2-NAPI
Copyright (c) 1999-2005 Intel Corporation.
ACPI: PCI Interrupt 0000:03:0e.0[A] -> GSI 24 (level, low) -> IRQ 21
e1000: 0000:03:0e.0: e1000_probe: (PCI-X:100MHz:64-bit) 00:0b:db:5c:33:5b
e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
ACPI: PCI Interrupt 0000:05:0c.0[A] -> GSI 20 (level, low) -> IRQ 22
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[22] MMIO=[fdeff800-fdefffff] Max Packet=[2048] IR/IT contexts=[4/8]
grsec: mount of devpts to /dev/pts by /bin/mount[mount:7605] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountdevsubfs[S11mountdevsubf:10404] uid/euid:0/0 gid/egid:0/0
grsec: mount of tmpfs to /dev/shm by /bin/mount[mount:17609] uid/euid:0/0 gid/egid:0/0, parent /etc/init.d/mountdevsubfs[S11mountdevsubf:10404] uid/euid:0/0 gid/egid:0/0
ADDRCONF(NETDEV_UP): eth0: link is not ready
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
ieee1394: sbp2: Try serialize_io=0 for better performance
Adding 208836k swap on /dev/sda2. Priority:5 extents:1 across:208836k
grsec: mount of /dev/sda1 to / by /bin/mount[mount:24298] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:23125] uid/euid:0/0 gid/egid:0/0
EXT3 FS on sda1, internal journal
grsec: mount of /dev/sda1 to / by /bin/mount[mount:13412] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:23125] uid/euid:0/0 gid/egid:0/0
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
device-mapper: 4.6.0-ioctl (2006-02-17) initialised: dm-devel@redhat.com
ieee1394: Host added: ID:BUS[0-00:1023] GUID[86ffffffffffff00]
e1000: eth0: e1000_watchdog_task: NIC Link is Up 100 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table
grsec: mount of /var/run to /dev/shm/var.run by /bin/mount[mount:4502] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:25168] uid/euid:0/0 gid/egid:0/0
grsec: mount of /var/lock to /dev/shm/var.lock by /bin/mount[mount:21072] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:25168] uid/euid:0/0 gid/egid:0/0
grsec: mount of /dev/shm to /tmp by /bin/mount[mount:16205] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:22597] uid/euid:0/0 gid/egid:0/0
grsec: mount of /dev/shm to /var/tmp by /bin/mount[mount:16205] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:22597] uid/euid:0/0 gid/egid:0/0
grsec: mount of /dev/shm/var.run to /var/run by /bin/mount[mount:27351] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:25168] uid/euid:0/0 gid/egid:0/0
grsec: mount of /dev/shm/var.lock to /var/lock by /bin/mount[mount:25950] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:25168] uid/euid:0/0 gid/egid:0/0
grsec: time set by /usr/sbin/ntpdate[ntpdate:13947] uid/euid:0/0 gid/egid:0/0, parent /etc/network/if-up.d/ntpdate[ntpdate:8726] uid/euid:0/0 gid/egid:0/0
grsec: time set by /sbin/hwclock[hwclock:27021] uid/euid:0/0 gid/egid:0/0, parent /bin/bash[sh:32459] uid/euid:0/0 gid/egid:0/0
process `syslogd' is using obsolete setsockopt SO_BSDCOMPAT
eth0: no IPv6 routers present
grsec: failed fork with errno -513 by /sbin/syslogd[syslogd:8131] uid/euid:102/102 gid/egid:102/102, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
grsec: failed fork with errno -513 by /sbin/syslogd[syslogd:8131] uid/euid:102/102 gid/egid:102/102, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
root@xeon:~#

hehe in about 20 mins to an hour its gonna crash.
Spfy
 
Posts: 2
Joined: Thu Jul 06, 2006 4:00 pm

Postby spender » Sun Jul 09, 2006 7:53 pm

New patches have been uploaded to ~spender, including a patch for 2.4.33-rc2. The patches resolve several issues in PaX that were the cause of these oopses and crashes reported here, some which occurred even with PaX disabled. Let us know if there is a problem these new patches haven't resolved.

-Brad
spender
 
Posts: 2185
Joined: Wed Feb 20, 2002 8:00 pm

Previous

Return to grsecurity support