[Pkg-openssl-devel] Bug#699692: Bug#699692: "Illegal instruction" when installing (creating certificate) with Wheezy's version 1.0.1c-4 of openssl on a system with Cyrix MII / IBM 6x86

Hans-Juergen Mauser hjmauser at gmx.net
Sun Feb 3 20:52:48 UTC 2013


Hello Kurt,

thanks for your reply. Of course I like to help, see the required 
information (and a little bit more) attached to this mail.

The "cmov" instruction by itself should not be the problem as this CPU 
supports it - but maybe the presence of cmov suggests using other 
instructions which are missing?

Hope my information helps you a bit - if I can provide further details, 
don't hesitate to ask!

Best regards,

Hans-Juergen Mauser




Kurt Roeckx schrieb:
> On Sun, Feb 03, 2013 at 05:47:35PM +0100, Hans-Juergen Mauser wrote:
>> Package: openssl
>> Version: 1.0.1c-4
>>
>> Hello!
>>
>> When trying a new Wheezy install on a machine with Cyrix MII /  IBM
>> 6x86 CPU, openssl cannot complete it's install routine because the
>> creation of the default certificate fails reproducibly ith the
>> result "illegal instruction".
>>
>> It seems as if the package is compiled with some optimisation not
>> suitable for regular Pentium machine.
>
> libssl is actually compiled 3 times.  Ones for the default
> architecture which is i486, once for i586, and once for
> i686 with cmov.  The dynamic linker should pick up the correct
> one.
>
> Can you verify that which version you pick up?  You can see this
> with:
> ldd /usr/bin/openssl
>
> Can you also show /proc/cpuinfo?
>
> openssl also contains hand written assembler, which detects cpu
> capabilities as well.  Maybe something is broken there.
>
> In any case would it be useful if you could give information
> about which function it was that has the problem.  Can you
> install libssl1.0.0-dbg and run whatever you wanted to
> do from gdb and give me a backtrace?
>
>
> Kurt
>
-------------- next part --------------
processor	: 0
vendor_id	: CyrixInstead
cpu family	: 6
model		: 2
model name	: M II 3.5x Core/Bus Clock
stepping	: 8
cpu MHz		: 233.895
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu de tsc msr cx8 pge cmov mmx cyrix_arr
bogomips	: 467.79
clflush size	: 32
cache_alignment	: 32
address sizes	: 32 bits physical, 32 bits virtual
power management:

-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-4-486 (debian-kernel at lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 Debian 3.2.35-2
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI 2.0 present.
[    0.000000] DMI: System Manufacturer System Name/P/I-P55T2P4, BIOS #401A0-0207-2                                                04/28/99
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x20000 max_arch_pfn = 0x100000
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009c000] 9c000 size 12288
[    0.000000] init_memory_mapping: 0000000000000000-0000000020000000
[    0.000000]  0000000000 - 0020000000 page 4k
[    0.000000] kernel direct mapping tables up to 20000000 @ 177d000-1800000
[    0.000000] RAMDISK: 1f680000 - 20000000
[    0.000000] ACPI Error: A valid RSDP was not found (20110623/tbxfroot-219)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 512MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 20000000
[    0.000000]   low ram: 0 - 20000000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x00020000
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000] On node 0 totalpages: 130960
[    0.000000] free_area_init_node: node 0, pgdat c13c5488, node_mem_map df27f200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3952 pages, LIFO batch:0
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 125984 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] No local APIC present or hardware disabled
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dfff0000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129936
[    0.000000] Kernel command line: auto BOOT_IMAGE=Linux ro root=801
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 504200k/524288k available (2588k kernel code, 19640k reserved, 1300k data, 452k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa1000 - 0xfffff000   ( 376 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff7fe000   ( 495 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]       .init : 0xc13cd000 - 0xc143e000   ( 452 kB)
[    0.000000]       .data : 0xc12870ac - 0xc13cc0c0   (1300 kB)
[    0.000000]       .text : 0xc1000000 - 0xc12870ac   (2588 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=dec06000 soft=dec08000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 233.895 MHz processor.
[    0.004015] Calibrating delay loop (skipped), value calculated using timer frequency.. 467.79 BogoMIPS (lpj=935580)
[    0.004204] pid_max: default: 32768 minimum: 301
[    0.004758] Security Framework initialized
[    0.004896] AppArmor: AppArmor disabled by boot time parameter
[    0.005111] Mount-cache hash table entries: 512
[    0.006331] Initializing cgroup subsys cpuacct
[    0.006457] Initializing cgroup subsys memory
[    0.006603] Initializing cgroup subsys devices
[    0.006694] Initializing cgroup subsys freezer
[    0.006782] Initializing cgroup subsys net_cls
[    0.006868] Initializing cgroup subsys blkio
[    0.006999] Initializing cgroup subsys perf_event
[    0.007406] CPU: Cyrix M II 3.5x Core/Bus Clock stepping 08
[    0.010819] Performance Events: 
[    0.013581] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.015640] devtmpfs: initialized
[    0.019163] print_constraints: dummy: 
[    0.019895] NET: Registered protocol family 16
[    0.021272] EISA bus registered
[    0.025414] PCI: PCI BIOS revision 2.10 entry at 0xf0430, last bus=2
[    0.025524] PCI: Using configuration type 1 for base access
[    0.034793] bio: create slab <bio-0> at 0
[    0.035759] ACPI: Interpreter disabled.
[    0.036574] vgaarb: loaded
[    0.037302] PCI: Probing PCI hardware
[    0.037397] PCI: Probing PCI hardware (bus 00)
[    0.037857] pci 0000:00:00.0: [8086:1250] type 0 class 0x000600
[    0.038102] pci 0000:00:07.0: [8086:7000] type 0 class 0x000601
[    0.038315] pci 0000:00:07.1: [8086:7010] type 0 class 0x000101
[    0.038425] pci 0000:00:07.1: reg 20: [io  0xe800-0xe80f]
[    0.038590] pci 0000:00:09.0: [1002:4758] type 0 class 0x000300
[    0.038644] pci 0000:00:09.0: reg 10: [mem 0xde000000-0xdeffffff]
[    0.038746] pci 0000:00:09.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.038875] pci 0000:00:0a.0: [8086:1010] type 0 class 0x000200
[    0.038947] pci 0000:00:0a.0: reg 10: [mem 0xdd800000-0xdd81ffff 64bit]
[    0.039018] pci 0000:00:0a.0: reg 20: [io  0xe000-0xe03f]
[    0.039152] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.039283] pci 0000:00:0a.1: [8086:1010] type 0 class 0x000200
[    0.039354] pci 0000:00:0a.1: reg 10: [mem 0xdd000000-0xdd01ffff 64bit]
[    0.039424] pci 0000:00:0a.1: reg 20: [io  0xd800-0xd83f]
[    0.039550] pci 0000:00:0a.1: PME# supported from D0 D3hot D3cold
[    0.039676] pci 0000:00:0b.0: [1000:000f] type 0 class 0x000100
[    0.039734] pci 0000:00:0b.0: reg 10: [io  0xd400-0xd4ff]
[    0.039780] pci 0000:00:0b.0: reg 14: [mem 0xdc800000-0xdc8000ff]
[    0.039827] pci 0000:00:0b.0: reg 18: [mem 0xdc000000-0xdc000fff]
[    0.039906] pci 0000:00:0b.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.040198] pci 0000:00:0c.0: [1011:0026] type 1 class 0x000604
[    0.040513] pci 0000:01:00.0: [1011:0026] type 1 class 0x000604
[    0.040744] pci 0000:01:01.0: [1077:1216] type 0 class 0x000100
[    0.040809] pci 0000:01:01.0: reg 10: [io  0xc800-0xc8ff]
[    0.040858] pci 0000:01:01.0: reg 14: [mem 0xdb800000-0xdb800fff]
[    0.040961] pci 0000:01:01.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.041144] pci 0000:00:0c.0: PCI bridge to [bus 01-02]
[    0.041262] pci 0000:00:0c.0:   bridge window [io  0xc000-0xcfff]
[    0.041300] pci 0000:00:0c.0:   bridge window [mem 0xdb800000-0xdbffffff]
[    0.041345] pci 0000:00:0c.0:   bridge window [mem 0xdfe00000-0xe7efffff 64bit pref]
[    0.041508] pci 0000:02:00.0: [101e:1960] type 0 class 0x000104
[    0.041580] pci 0000:02:00.0: reg 10: [mem 0xe0000000-0xe3ffffff pref]
[    0.041720] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.041918] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.042038] pci 0000:01:00.0:   bridge window [mem 0xdff00000-0xe7efffff 64bit pref]
[    0.043392] vgaarb: device added: PCI:0000:00:09.0,decodes=io+mem,owns=io+mem,locks=none
[    0.046734] pci 0000:00:07.0: PIIX/ICH IRQ router [8086:7000]
[    0.046976] PCI: pci_cache_line_size set to 32 bytes
[    0.048655] Switching to clocksource pit
[    0.066164] pnp: PnP ACPI: disabled
[    0.066308] PnPBIOS: Scanning system for PnP BIOS support...
[    0.067010] PnPBIOS: Found PnP BIOS installation structure at 0xc00fcf10
[    0.067121] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xcf40, dseg 0xf0000
[    0.067724] pnp 00:00: [irq 7]
[    0.067759] pnp 00:00: [io  0x0378-0x037f]
[    0.067789] pnp 00:00: [io  0x0778-0x077f]
[    0.068290] pnp 00:00: Plug and Play BIOS device, IDs PNP0400 (active)
[    0.068400] pnp 00:02: [irq 4]
[    0.068431] pnp 00:02: [io  0x03f8-0x03ff]
[    0.068891] pnp 00:02: Plug and Play BIOS device, IDs PNP0501 (active)
[    0.068998] pnp 00:03: [irq 4]
[    0.069027] pnp 00:03: [io  0x03e8-0x03ef]
[    0.069550] pnp 00:03: Plug and Play BIOS device, IDs PNP0501 (active)
[    0.069669] pnp 00:04: [irq 6]
[    0.069698] pnp 00:04: [dma 2]
[    0.069727] pnp 00:04: [io  0x03f2-0x03f5]
[    0.070003] pnp 00:04: Plug and Play BIOS device, IDs PNP0700 (active)
[    0.070116] pnp 00:06: [mem 0x00000000-0x0009ffff]
[    0.070150] pnp 00:06: [mem 0x00100000-0x1fffffff]
[    0.070182] pnp 00:06: [mem 0x000e8000-0x000fffff]
[    0.070215] pnp 00:06: [mem 0xfffe0000-0xffffffff]
[    0.070675] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.070809] system 00:06: [mem 0x00100000-0x1fffffff] could not be reserved
[    0.070924] system 00:06: [mem 0x000e8000-0x000fffff] could not be reserved
[    0.071040] system 00:06: [mem 0xfffe0000-0xffffffff] could not be reserved
[    0.071154] system 00:06: Plug and Play BIOS device, IDs PNP0c01 (active)
[    0.071355] pnp 00:07: [irq 2]
[    0.071385] pnp 00:07: [io  0x0020-0x0021]
[    0.071415] pnp 00:07: [io  0x00a0-0x00a1]
[    0.071445] pnp 00:07: [io  0x04d0-0x04d1]
[    0.071722] pnp 00:07: Plug and Play BIOS device, IDs PNP0000 (active)
[    0.071833] pnp 00:08: [irq 0]
[    0.071862] pnp 00:08: [io  0x0040-0x0043]
[    0.072147] pnp 00:08: Plug and Play BIOS device, IDs PNP0100 (active)
[    0.072260] pnp 00:09: [irq 8]
[    0.072289] pnp 00:09: [io  0x0070-0x0071]
[    0.072569] pnp 00:09: Plug and Play BIOS device, IDs PNP0b00 (active)
[    0.072687] pnp 00:0a: [irq 1]
[    0.072716] pnp 00:0a: [io  0x0060]
[    0.072743] pnp 00:0a: [io  0x0064]
[    0.072996] pnp 00:0a: Plug and Play BIOS device, IDs PNP0303 (active)
[    0.073113] pnp 00:0b: [irq 13]
[    0.073141] pnp 00:0b: [io  0x00f0]
[    0.073418] pnp 00:0b: Plug and Play BIOS device, IDs PNP0c04 (active)
[    0.073539] pnp 00:0c: [dma 4]
[    0.073568] pnp 00:0c: [io  0x0000-0x000f]
[    0.073615] pnp 00:0c: [io  0x0080-0x0090]
[    0.073645] pnp 00:0c: [io  0x0094-0x009f]
[    0.073674] pnp 00:0c: [io  0x00c0-0x00de]
[    0.073933] pnp 00:0c: Plug and Play BIOS device, IDs PNP0200 (active)
[    0.074053] pnp 00:0d: [io  0x0061]
[    0.074307] pnp 00:0d: Plug and Play BIOS device, IDs PNP0800 (active)
[    0.074431] pnp 00:0e: [io  0x0cf8-0x0cff]
[    0.074710] pnp 00:0e: Plug and Play BIOS device, IDs PNP0a03 (active)
[    0.074778] PnPBIOS: 13 nodes reported by PnP BIOS; 13 recorded by driver
[    0.103312] PCI: max bus depth: 2 pci_try_num: 3
[    0.103504] pci 0000:00:09.0: BAR 6: assigned [mem 0x20000000-0x2000ffff pref]
[    0.103663] pci 0000:00:0b.0: BAR 6: assigned [mem 0x20010000-0x2001ffff pref]
[    0.103806] pci 0000:01:00.0: BAR 14: assigned [mem 0xdb900000-0xdb9fffff]
[    0.103921] pci 0000:01:01.0: BAR 6: assigned [mem 0xdfe00000-0xdfe1ffff pref]
[    0.104058] pci 0000:02:00.0: BAR 6: assigned [mem 0xdff00000-0xdff0ffff pref]
[    0.104184] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.104291] pci 0000:01:00.0:   bridge window [mem 0xdb900000-0xdb9fffff]
[    0.104404] pci 0000:01:00.0:   bridge window [mem 0xdff00000-0xe7efffff 64bit pref]
[    0.104538] pci 0000:00:0c.0: PCI bridge to [bus 01-02]
[    0.104637] pci 0000:00:0c.0:   bridge window [io  0xc000-0xcfff]
[    0.104744] pci 0000:00:0c.0:   bridge window [mem 0xdb800000-0xdbffffff]
[    0.104855] pci 0000:00:0c.0:   bridge window [mem 0xdfe00000-0xe7efffff 64bit pref]
[    0.105038] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.105073] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.105110] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.105145] pci_bus 0000:01: resource 1 [mem 0xdb800000-0xdbffffff]
[    0.105182] pci_bus 0000:01: resource 2 [mem 0xdfe00000-0xe7efffff 64bit pref]
[    0.105222] pci_bus 0000:02: resource 1 [mem 0xdb900000-0xdb9fffff]
[    0.105259] pci_bus 0000:02: resource 2 [mem 0xdff00000-0xe7efffff 64bit pref]
[    0.105809] NET: Registered protocol family 2
[    0.106560] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.109136] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.111173] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.112383] TCP: Hash tables configured (established 16384 bind 16384)
[    0.112500] TCP reno registered
[    0.112616] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.112785] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.113790] NET: Registered protocol family 1
[    0.113992] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.114117] pci 0000:00:07.0: Activating ISA DMA hang workarounds
[    0.114246] pci 0000:00:09.0: Boot video device
[    0.114370] PCI: CLS 32 bytes, default 32
[    0.115029] Unpacking initramfs...
[    3.686544] Freeing initrd memory: 9728k freed
[    3.854735] audit: initializing netlink socket (disabled)
[    3.854980] type=2000 audit(1359917157.848:1): initialized
[    4.059985] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    4.061427] VFS: Disk quotas dquot_6.5.2
[    4.061767] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    4.062472] msgmni has been set to 1003
[    4.064636] alg: No test for stdrng (krng)
[    4.065056] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    4.065193] io scheduler noop registered
[    4.065275] io scheduler deadline registered
[    4.065437] io scheduler cfq registered (default)
[    4.066772] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.067180] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    4.067282] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    4.069016] isapnp: Scanning for PnP cards...
[    4.423560] isapnp: No Plug & Play device found
[    4.424347] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.429275] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.434822] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[    4.441218] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    4.446748] 00:03: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[    4.449974] Linux agpgart interface v0.103
[    4.452647] i8042: PNP: PS/2 Controller [PNP0303] at 0x60,0x64 irq 1
[    4.452762] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.453885] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.455341] mousedev: PS/2 mouse device common for all mice
[    4.456773] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
[    4.456971] rtc0: alarms up to one day, 114 bytes nvram
[    4.457692] EISA: Probing bus 0 at eisa.0
[    4.457950] EISA: Detected 0 cards.
[    4.458040] cpuidle: using governor ladder
[    4.458126] cpuidle: using governor menu
[    4.460973] TCP cubic registered
[    4.461426] NET: Registered protocol family 10
[    4.467566] Mobile IPv6
[    4.467679] NET: Registered protocol family 17
[    4.467857] Registering the dns_resolver key type
[    4.468210] Using IPI Shortcut mode
[    4.469566] PM: Hibernation image not present or could not be loaded.
[    4.469688] registered taskstats version 1
[    4.471065] rtc_cmos 00:09: setting system clock to 2013-02-03 18:45:59 UTC (1359917159)
[    4.471617] Initializing network drop monitor service
[    4.472663] Freeing unused kernel memory: 452k freed
[    4.483153] Write protecting the kernel text: 2592k
[    4.483702] Write protecting the kernel read-only data: 1036k
[    4.488828] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    4.641576] udevd[43]: starting version 175
[    5.055912] Switching to clocksource tsc
[    5.156554] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.156701] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.157014] PCI: setting IRQ 9 as level-triggered
[    5.157053] e1000 0000:00:0a.0: found PCI INT A -> IRQ 9
[    5.621846] SCSI subsystem initialized
[    5.648407] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    5.711115] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    5.711428] megaraid: probe new device 0x101e:0x1960:0x101e:0x0493: bus 2:slot 0:func 0
[    5.883690] libata version 3.00 loaded.
[    5.887685] megaraid: fw version:[111U] bios version:[F320]
[    5.931621] scsi0 : LSI Logic MegaRAID driver
[    5.940920] scsi[0]: skipping scsi channel 0 [Phy 0] for non-raid devices
[    5.941769] qla1280: Skipping AMI SubSys Vendor ID Chip
[    6.007086] scsi[0]: skipping scsi channel 1 [Phy 1] for non-raid devices
[    6.030045] megaraid[0]: physical device scan re-enabled
[    6.247125] e1000 0000:00:0a.0: eth0: (PCI:33MHz:32-bit) 00:04:23:cd:84:60
[    6.247315] e1000 0000:00:0a.0: eth0: Intel(R) PRO/1000 Network Connection
[    6.247698] PCI: setting IRQ 10 as level-triggered
[    6.247735] sym53c8xx 0000:00:0b.0: found PCI INT A -> IRQ 10
[    6.259804] sym0: <875> rev 0x26 at pci 0000:00:0b.0 irq 10
[    6.262414] sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking
[    6.263401] sym0: SCSI BUS has been reset.
[    6.270163] scsi1 : sym-2.2.3
[    6.273170] ata_piix 0000:00:07.1: version 2.13
[    6.273253] ata_piix 0000:00:07.1: enabling device (0000 -> 0001)
[    6.300544] scsi2 : ata_piix
[    6.303615] scsi3 : ata_piix
[    6.304425] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xe800 irq 14
[    6.304546] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xe808 irq 15
[    6.306559] e1000 0000:00:0a.1: IRQ 15 doesn't match PIRQ mask 0x1eb8; try pci=usepirqmask
[    6.306710] PCI: setting IRQ 15 as level-triggered
[    6.306744] e1000 0000:00:0a.1: found PCI INT B -> IRQ 15
[    6.310730] ata1: port disabled--ignoring
[    6.310975] ata2: port disabled--ignoring
[    6.318930] scsi[0]: scanning scsi channel 2 [virtual] for logical drives
[    6.320207] scsi 0:2:0:0: Direct-Access     MegaRAID LD 0 RAID1   34G 111U PQ: 0 ANSI: 2
[    6.321755] scsi 0:2:1:0: Direct-Access     MegaRAID LD 1 RAID5  280G 111U PQ: 0 ANSI: 2
[    6.323223] scsi 0:2:2:0: Direct-Access     MegaRAID LD 2 RAID1   34G 111U PQ: 0 ANSI: 2
[    6.700210] sd 0:2:0:0: [sda] 71094272 512-byte logical blocks: (36.4 GB/33.9 GiB)
[    6.700524] sd 0:2:0:0: [sda] Write Protect is off
[    6.700634] sd 0:2:0:0: [sda] Mode Sense: 00 00 00 00
[    6.700764] sd 0:2:0:0: [sda] Asking for cache data failed
[    6.700872] sd 0:2:0:0: [sda] Assuming drive cache: write through
[    6.706069] sd 0:2:0:0: [sda] Asking for cache data failed
[    6.706198] sd 0:2:0:0: [sda] Assuming drive cache: write through
[    6.716506]  sda: sda1 sda2
[    6.724482] sd 0:2:1:0: [sdb] 573493248 512-byte logical blocks: (293 GB/273 GiB)
[    6.724800] sd 0:2:1:0: [sdb] Write Protect is off
[    6.724911] sd 0:2:1:0: [sdb] Mode Sense: 00 00 00 00
[    6.725038] sd 0:2:1:0: [sdb] Asking for cache data failed
[    6.725140] sd 0:2:1:0: [sdb] Assuming drive cache: write through
[    6.726791] sd 0:2:1:0: [sdb] Asking for cache data failed
[    6.726912] sd 0:2:1:0: [sdb] Assuming drive cache: write through
[    6.733480]  sdb: sdb1
[    6.735918] sd 0:2:2:0: [sdc] 71129088 512-byte logical blocks: (36.4 GB/33.9 GiB)
[    6.736208] sd 0:2:2:0: [sdc] Write Protect is off
[    6.736321] sd 0:2:2:0: [sdc] Mode Sense: 00 00 00 00
[    6.736437] sd 0:2:2:0: [sdc] Asking for cache data failed
[    6.736549] sd 0:2:2:0: [sdc] Assuming drive cache: write through
[    6.743958] sd 0:2:0:0: [sda] Asking for cache data failed
[    6.744088] sd 0:2:0:0: [sda] Assuming drive cache: write through
[    6.744195] sd 0:2:0:0: [sda] Attached SCSI disk
[    6.744702] sd 0:2:2:0: [sdc] Asking for cache data failed
[    6.744893] sd 0:2:2:0: [sdc] Assuming drive cache: write through
[    6.746013] sd 0:2:1:0: [sdb] Asking for cache data failed
[    6.746134] sd 0:2:1:0: [sdb] Assuming drive cache: write through
[    6.746239] sd 0:2:1:0: [sdb] Attached SCSI disk
[    6.772504]  sdc: sdc1 sdc2
[    6.780028] sd 0:2:2:0: [sdc] Asking for cache data failed
[    6.780159] sd 0:2:2:0: [sdc] Assuming drive cache: write through
[    6.780273] sd 0:2:2:0: [sdc] Attached SCSI disk
[    6.823073] sd 0:2:0:0: Attached scsi generic sg0 type 0
[    6.824966] sd 0:2:1:0: Attached scsi generic sg1 type 0
[    6.832084] sd 0:2:2:0: Attached scsi generic sg2 type 0
[    7.064188] e1000 0000:00:0a.1: eth1: (PCI:33MHz:32-bit) 00:04:23:cd:84:61
[    7.064501] e1000 0000:00:0a.1: eth1: Intel(R) PRO/1000 Network Connection
[    7.648411] scsi: waiting for bus probes to complete ...
[    9.554121] scsi 1:0:1:0: CD-ROM            PLEXTOR  CD-ROM PX-32TS   1.03 PQ: 0 ANSI: 2
[    9.554425] scsi target1:0:1: Beginning Domain Validation
[    9.557233] scsi target1:0:1: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 15)
[    9.559822] scsi target1:0:1: Domain Validation skipping write tests
[    9.559937] scsi target1:0:1: Ending Domain Validation
[    9.568389] scsi 1:0:2:0: CD-ROM            PLEXTOR  CD-ROM PX-32TS   1.03 PQ: 0 ANSI: 2
[    9.568651] scsi target1:0:2: Beginning Domain Validation
[    9.571361] scsi target1:0:2: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 15)
[    9.573835] scsi target1:0:2: Domain Validation skipping write tests
[    9.573945] scsi target1:0:2: Ending Domain Validation
[   13.101269] scsi 1:0:1:0: Attached scsi generic sg3 type 5
[   13.119392] scsi 1:0:2:0: Attached scsi generic sg4 type 5
[   13.227670] sr0: scsi-1 drive
[   13.227802] cdrom: Uniform CD-ROM driver Revision: 3.20
[   13.235455] sr 1:0:1:0: Attached scsi CD-ROM sr0
[   13.241759] sr1: scsi-1 drive
[   13.246631] sr 1:0:2:0: Attached scsi CD-ROM sr1
[   13.513994] PM: Starting manual resume from disk
[   13.514169] PM: Hibernation image partition 8:34 present
[   13.514193] PM: Looking for hibernation image.
[   13.515409] PM: Image not found (code -22)
[   13.515439] PM: Hibernation image not present or could not be loaded.
[   13.755222] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   16.229204] udevd[254]: starting version 175
[   18.068053] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   18.137673] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   22.536215] Adding 3922940k swap on /dev/sdc2.  Priority:-1 extents:1 across:3922940k 
[   22.584334] EXT4-fs (sda1): re-mounted. Opts: (null)
[   23.000078] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   23.370208] loop: module loaded
[   30.558744] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   30.660836] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   30.753975] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[   33.830061] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   33.830909] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   33.831478] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   37.125719] RPC: Registered named UNIX socket transport module.
[   37.125881] RPC: Registered udp transport module.
[   37.125970] RPC: Registered tcp transport module.
[   37.126059] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   37.223120] FS-Cache: Loaded
[   37.424614] FS-Cache: Netfs 'nfs' registered for caching
[   37.519467] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[   39.084588] The scan_unevictable_pages sysctl/node-interface has been disabled for lack of a legitimate use case.  If you have one, please send an email to linux-mm at kvack.org.
[   39.715894] ip_tables: (C) 2000-2006 Netfilter Core Team
[   39.794588] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   39.929972] nf_conntrack version 0.5.0 (8037 buckets, 32148 max)
[   44.240595] eth1: no IPv6 routers present
[   58.702451] Bluetooth: Core ver 2.16
[   58.711961] NET: Registered protocol family 31
[   58.711997] Bluetooth: HCI device and connection manager initialized
[   58.712035] Bluetooth: HCI socket layer initialized
[   58.712062] Bluetooth: L2CAP socket layer initialized
[   58.720621] Bluetooth: SCO socket layer initialized
[   58.798721] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   58.798764] Bluetooth: BNEP filters: protocol multicast
[   58.812131] Bluetooth: RFCOMM TTY layer initialized
[   58.812194] Bluetooth: RFCOMM socket layer initialized
[   58.812221] Bluetooth: RFCOMM ver 1.11
[   58.957368] lp: driver loaded but no devices found
[   59.052619] ppdev: user-space parallel port driver
[   59.115832] parport_pc 00:00: reported by Plug and Play BIOS
[   59.116005] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[   59.218802] lp0: using parport0 (interrupt-driven).
[   59.227903] parport1: PC-style at 0x278 (0x678) [PCSPP,TRISTATE]
[   59.355564] parport1: irq 3 detected
[   59.460469] lp1: using parport1 (polling).
[   67.196349] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   69.277181] colord-sane[2724]: segfault at 0 ip b72abe35 sp bfef198c error ffff0004 in libc-2.13.so[b7210000+15c000]
[   88.178966] sshd (3091): /proc/3091/oom_adj is deprecated, please use /proc/3091/oom_score_adj instead.
-------------- next part --------------
(gdb) run req -new -x509 -out cert.pem -days 3650

Starting program: /usr/bin/openssl req -new -x509 -out cert.pem -days 3650
Generating a 2048 bit RSA private key

Program received signal SIGILL, Illegal instruction.
0xb7e032b5 in OPENSSL_ia32_rdrand () at x86cpuid.s:333
333     x86cpuid.s: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0  0xb7e032b5 in OPENSSL_ia32_rdrand () at x86cpuid.s:333
(gdb) frame
#0  0xb7e032b5 in OPENSSL_ia32_rdrand () at x86cpuid.s:333
333     in x86cpuid.s
(gdb) info frame
Stack level 0, frame at 0x0:
 eip = 0xb7e032b5 in OPENSSL_ia32_rdrand (x86cpuid.s:333); saved eip 0xb7e032b5
 Outermost frame: outermost
 source language asm.
 Arglist at unknown address.
 Locals at unknown address, Previous frame's sp in esp
(gdb)
-------------- next part --------------
	linux-gate.so.1 =>  (0xb777a000)
	libssl.so.1.0.0 => /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0 (0xb770e000)
	libcrypto.so.1.0.0 => /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0 (0xb754f000)
	libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb754b000)
	libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb7532000)
	libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb73cf000)
	/lib/ld-linux.so.2 (0xb777b000)


More information about the Pkg-openssl-devel mailing list