Displaying 3 results from an estimated 3 matches for "00009b00".
Did you mean:
00019b00
2007 Oct 25
2
linux.c32 doesn't work
Hi!
The linux.c32 module doesn't boot my kernel, while pxelinux itself
does:
kernel vmlinuz-2.6.23
append initrd=initrd.img-2.6.23 root=/dev/mapper/root
works, while
kernel linux.c32
append vmlinuz-2.6.23 initrd=initrd.img-2.6.23 root=/dev/mapper/root
does not: it stays sitting after loading the initrd without any
output. Version 3.50-pre2 worked, current git does not work.
2013 Dec 04
5
qemu-xen-dir + PCI passthrough = BOOM
...mu: hardware error: xen: failed to populate ram at 40050000
CPU #0:
EAX=00000000 EBX=00000000 ECX=00000000 EDX=00000633
ESI=00000000 EDI=00000000 EBP=00000000 ESP=00000000
EIP=0000fff0 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0000 00000000 0000ffff 00009300
CS =f000 ffff0000 0000ffff 00009b00
SS =0000 00000000 0000ffff 00009300
DS =0000 00000000 0000ffff 00009300
FS =0000 00000000 0000ffff 00009300
GS =0000 00000000 0000ffff 00009300
LDT=0000 00000000 0000ffff 00008200
TR =0000 00000000 0000ffff 00008b00
GDT= 00000000 0000ffff
IDT= 00000000 0000ffff
CR0=60000010 CR2=00000000 CR3...
2007 Jan 17
3
[Bug 1276] Link stage fails when gssapi exists
...that gss_init_sec_context, which is used in
the configure{,.ac} test is present in both:
$ readelf -a /usr/lib/libgssapi.so | grep init_sec
73: 00003cb0 551 FUNC GLOBAL DEFAULT 11
gss_init_sec_context@@libgssapi_CITI_2
$ readelf -a /usr/lib/libgssapi_krb5.so | grep init_sec
...
183: 00009b00 617 FUNC GLOBAL DEFAULT 11
gss_init_sec_context@@gssapi_krb5_2_MIT
While gss_krb5_copy_cache is only in the latter:
$ readelf -a /usr/lib/libgssapi.so | grep gss_krb5_copy_ccache
$ readelf -a /usr/lib/libgssapi_krb5.so | grep gss_krb5_copy_ccache
196: 0001d680 136 FUNC GLOBAL DEFAU...