I`d setup my box with Opensuse 11.2 (2.6.31.5-0.1-desktop) on a 32bit machine with a Mill. P650 LP PCI card. The card is working (X.Org X Server 1.6.5), but i thought it might be a good idea to install the latest bios. Before doing that, i tried to backup the bios by running
- Code: Select all
./pbioslin.bin -o mtxbios.lin
With a lot of kernel messages, the process terminated.
Help is much appreciated.
siluan
-------------------------
trace.out gives
- Code: Select all
12501 execve("./pbioslin.bin", ["./pbioslin.bin", "-o", "mtxbios.bin"], [/* 84 vars */]) = 0
12501 getpid() = 12501
12501 open("/proc/12501/exe", O_RDONLY) = 3
12501 lseek(3, 1468, SEEK_SET) = 1468
12501 read(3, "\2228\214\262\340;\6\0\340;\6\0", 12) = 12
12501 gettimeofday({1261238496, 407869}, NULL) = 0
12501 unlink("/tmp/upxANOO4FVAMGV") = -1 ENOENT (No such file or directory)
12501 open("/tmp/upxANOO4FVAMGV", O_WRONLY|O_CREAT|O_EXCL, 0700) = 4
12501 ftruncate(4, 408544) = 0
12501 old_mmap(NULL, 413696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0x80495a40808b028) = 0xb777d000
12501 read(3, "\340;\6\0F\265\2\0", 8) = 8
12501 read(3, "\177?d\371\177ELF\1\0\2\0\3\0\r\340\200\4~\363\330\335\0104\7\3508\6\0314\0 "..., 177478) = 177478
12501 write(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0\340\200\4\0104\0\0\0"..., 408544) = 408544
12501 read(3, "\0\0\0\0UPX!", 8) = 8
12501 munmap(0xb777d000, 413696) = 0
12501 close(4) = 0
12501 close(3) = 0
12501 open("/tmp/upxANOO4FVAMGV", O_RDONLY) = 3
12501 access("/proc/12501/fd/3", R_OK|X_OK) = 0
12501 unlink("/tmp/upxANOO4FVAMGV") = 0
12501 fcntl(3, F_SETFD, FD_CLOEXEC) = 0
12501 execve("/proc/12501/fd/3", ["./pbioslin.bin", "-o", "mtxbios.bin"], [/* 84 vars */] <unfinished ...>
12501 +++ killed by SIGKILL +++
and dmesg
- Code: Select all
[30046.264480] BUG: unable to handle kernel NULL pointer dereference at 00000040
[30046.264501] IP: [<c03e5fac>] apparmor_bprm_set_creds+0x39c/0x430
[30046.264519] *pdpt = 0000000027c41001 *pde = 0000000000000000
[30046.264532] Oops: 0000 [#4] PREEMPT SMP
[30046.264544] last sysfs file: /sys/devices/pci0000:00/0000:00:1f.2/host2/target2:0:0/2:0:0:0/block/sda/uevent
[30046.264556] Modules linked in: snd_pcm_oss snd_mixer_oss snd_seq edd vmnet ppdev parport_pc parport vmblock vsock vmci vmmon mtx(P) fuse reiserfs loop dm_mod snd_usb_audio snd_pcm iTCO_wdt iTCO_vendor_support e1000 snd_timer snd_page_alloc snd_usb_lib snd_rawmidi snd_seq_device snd_hwdep snd i2c_i801 sg serio_raw pcspkr sr_mod cdrom button intel_agp shpchp pci_hotplug i6300esb ext4 jbd2 crc16 fan processor ide_pci_generic piix ide_core ata_generic aacraid thermal thermal_sys [last unloaded: preloadtrace]
[30046.264680]
[30046.264688] Pid: 12839, comm: pbioslin.bin Tainted: P D (2.6.31.5-0.1-desktop #1)
[30046.264699] EIP: 0060:[<c03e5fac>] EFLAGS: 00010246 CPU: 1
[30046.264709] EIP is at apparmor_bprm_set_creds+0x39c/0x430
[30046.264718] EAX: 00000000 EBX: ead7e380 ECX: 00000000 EDX: 00000000
[30046.264728] ESI: 00000000 EDI: eb50b340 EBP: df4ebf38 ESP: df4ebea4
[30046.264737] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[30046.264747] Process pbioslin.bin (pid: 12839, ti=df4ea000 task=e4458230 task.ti=df4ea000)
[30046.264756] Stack:
[30046.264762] df4ebeec b69d9ee9 b69d9ee9 ec1189c0 df4ebed0 ec814bc0 00000000 b69d9ee9
[30046.264781] <0> 00000000 b69d9ee9 00000000 df4ebefc c02f6b47 00000000 000000d0 fffffffe
[30046.264804] <0> c07d5e7d 00000000 eac4cb62 00000000 00000000 00000000 00000000 00000000
[30046.264829] Call Trace:
[30046.264843] Inexact backtrace:
[30046.264845]
[30046.264860] [<c02f6b47>] ? vma_link+0x77/0xb0
[30046.264874] [<c03c0e6b>] ? security_bprm_set_creds+0x1b/0x40
[30046.264887] [<c031bfe9>] ? prepare_binprm+0x79/0x110
[30046.264898] [<c031c51f>] ? bprm_mm_init+0x7f/0xa0
[30046.264908] [<c031d363>] ? do_execve+0x243/0x3c0
[30046.264920] [<c0202323>] ? sys_execve+0x33/0x70
[30046.264931] [<c0204154>] ? syscall_call+0x7/0xb
[30046.264939] Code: 3d 00 f0 ff ff 89 c6 76 af 0f b7 44 24 5c f6 c4 40 74 62 c7 44 24 44 82 5e 7d c0 e9 80 fe ff ff 8d b4 26 00 00 00 00 8b 44 24 18 <f6> 40 40 08 0f 84 c6 fe ff ff e9 b9 fe ff ff 8b 54 24 48 8b 44
[30046.265056] EIP: [<c03e5fac>] apparmor_bprm_set_creds+0x39c/0x430 SS:ESP 0068:df4ebea4
[30046.265073] CR2: 0000000000000040
[30046.265082] ---[ end trace b4c885748226ad4f ]---