search for: shstrtab

Displaying 19 results from an estimated 19 matches for "shstrtab".

2009 Jun 12
4
Can''t get a Centos 5.3 domU to work
...ize: 9120 MB network: shared physical device e1000g0 Unable to complete install ''libvirt.libvirtError virDomainCreateLinux() failed POST operation failed: (xend.err "Error creating domain: (2, ''Invalid kernel'', ''xc_dom_parse_elf_kernel: ELF image has no shstrtab\\n'')") Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line 699, in do_install dom = guest.start_install(False, meter = meter) File "/export/builds/xvm_111a///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.p...
2005 Oct 05
1
compiling astrisk
I am trying to compile the astrisk-1.0.9 tarball on a RedHat 9 linux box with dev environment. I get a lot of the following as a result of a make /usr/bin/ld /usr/lib/crtn.o: invalid string offset 1>0 for section `.shstrtab' and final show stopper ./gentone busy 480 620 make[1]:***[busy.h] segmentation fault What do I need to fix in order to get a clean make?
2008 Mar 19
1
Re: conversion between Full-virtualization andPara-virtual
.../xenvg/rhel51x64f,xvda,w" ] vif = [ "mac=00:12:3e:13:12:c0,bridge=xenbr0" ] when I boot the guest with the error: [root@CDL-XEN xen]#  xm create -c test Using config file "./test". Error: (2, 'Invalid kernel', 'xc_dom_parse_elf_kernel: ELF image has no shstrtab\n') and the error log file: [2008-03-19 05:51:29 xend 4506] DEBUG (balloon:127) Balloon: 2125808 KiB free; need 2097152; done. [2008-03-19 05:51:29 xend 4506] INFO (image:136) buildDomain os=linux dom=27 vcpus=2 [2008-03-19 05:51:29 xend 4506] DEBUG (image:201) domid  &nb...
2009 May 28
3
Vdi-image
If i will use a virtualbox image with xen Must ionly convert it to raw and copy the hole image to a lvm or harddisk Or are it more advanced? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Dec 01
0
[PATCH v2 4/4] efi: PE file size differ from in-memory size
...ed verbatim to the output file. + * Find the LOAD program header. Everything in this segment + * is copied verbatim to the output file. + * Although there may be several LOAD program headers, only + * one is currently copied. */ if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS32) { - const char *shstrtab, *name; - Elf32_Shdr shdr; + Elf32_Phdr phdr; int i; - void *strtab; - - fseek(f_in, shoff, SEEK_SET); - - /* First find the strtab section */ - fseek(f_in, shstrndx * shentsize, SEEK_CUR); - fread(&shdr, sizeof(shdr), 1, f_in); - strtab = malloc(shdr.sh_size); - if (!strtab) { -...
2013 Nov 27
0
[PATCH 4/4] efi: PE file size differ from in-memory size
...ed verbatim to the output file. + * Find the LOAD program header. Everything in this segment + * is copied verbatim to the output file. + * Although there may be several LOAD program headers, only + * one is currently copied. */ if (e32_hdr.e_ident[EI_CLASS] == ELFCLASS32) { - const char *shstrtab, *name; - Elf32_Shdr shdr; + Elf32_Phdr phdr; int i; - void *strtab; - - fseek(f_in, shoff, SEEK_SET); - - /* First find the strtab section */ - fseek(f_in, shstrndx * shentsize, SEEK_CUR); - fread(&shdr, sizeof(shdr), 1, f_in); - strtab = malloc(shdr.sh_size); - if (!strtab) { -...
2009 May 15
14
Grub2 on Xen PV
...sess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources? blkif-drivers-explained.txt? For a start, Grub has a Coreboot port, which is ELF, but the Xen 3.2 domain builder refuses to load it saying: xc_dom_parse_elf_kernel: ELF image has no shstrtab -- Thanks, Feri. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 May 15
14
Grub2 on Xen PV
...sess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources? blkif-drivers-explained.txt? For a start, Grub has a Coreboot port, which is ELF, but the Xen 3.2 domain builder refuses to load it saying: xc_dom_parse_elf_kernel: ELF image has no shstrtab -- Thanks, Feri. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 May 25
1
Problems with pyGRUB
...----------------------------------------------------------------------------- Booting entry 2 shows -------------------------------------------------------------------------------------------------- Error: (2, ''Invalid kernel'', ''xc_dom_parse_elf_kernel: ELF image has no shstrtab\n'') -------------------------------------------------------------------------------------------------- And entry 3 shows -------------------------------------------------------------------------------------------------- rtc: IRQ 8 is not free.i8042.c: No controller found. Kernel panic -...
2005 Oct 05
1
newbie asterisk build
...rball with tar -xzf zaptel-1.0.9.2.tar.gz followed by: cd zaptel-1.9.0.2 make clean;make install This resulted in lots similar to the following: /usr/bin/ld /usr/lib/crtn.o: invalid string offset 1>0 for section `' /usr/bin/ld /usr/lib/crtn.o: invalid string offset 4>0 for section `.shstrtab' with the final show stopper ./gendigits make[1]: *** [tones.h] segmentation fault What do I need to fix in order to get a clean make on these tarballs on a RedHat 9 box? Thanks. Martin
2019 Mar 19
2
AArch64 tests failing
...le-sections.test LLVM :: tools/llvm-objcopy/ELF/remove-section-in-segment.test LLVM :: tools/llvm-objcopy/ELF/remove-section-with-symbol.test LLVM :: tools/llvm-objcopy/ELF/remove-section.test LLVM :: tools/llvm-objcopy/ELF/remove-shndx.test LLVM :: tools/llvm-objcopy/ELF/remove-shstrtab-error.test LLVM :: tools/llvm-objcopy/ELF/remove-symtab.test LLVM :: tools/llvm-objcopy/ELF/segment-shift-section-remove.test LLVM :: tools/llvm-objcopy/ELF/segment-test-remove-section.test LLVM :: tools/llvm-objcopy/ELF/strict-no-add.test LLVM :: tools/llvm-objcopy/ELF/strip-al...
2012 Feb 23
1
[LLVMdev] Size of structs & arrays
Eli Friedman-2 wrote: > > > Try llvm::Constant::getNullValue(). > > Thanks, that's working nicely (so far). Eli Friedman-2 wrote: > > > Yes; [0 x i32] isn't really a variable-length array, just a > placeholder for an array of unknown size. You have to track the size > yourself. > > This is working, too, however I'm getting a segmentation
2013 Nov 27
20
[PATCH 0/4] efi: PE header generation fix
The PE headers of the generated efi file were quite buggy. And since OVMF perform a few consistency checks, syslinux was unable to run on it. I don't pretend to have a thorough understanding of the PE+ headers, some bugs may remain. :) Celelibi (4): efi: Fix PE header field rva_and_sizes_nr efi: Location, size and alignment of .text section efi: Useless relocations in PE file efi: PE
2017 Jan 24
3
Linking Linux kernel with LLD
>>> - D28094 (Implemented support for R_386_PC8/R_386_8 relocations) >> Do you remember where it was used ? > >setup.elf: > ld.lld -m elf_i386 -T arch/x86/boot/setup.ld arch/x86/boot/a20.o arch/x86/boot/bioscall.o arch/x86/boot/cmdline.o arch/x86/boot/copy.o arch/x86/boot/cpu.o >arch/x86/boot/cpuflags.o arch/x86/boot/cpucheck.o arch/x86/boot/early_serial_console.o
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it, and how to find the source tarballs). It seems to be compiling fine. I tried several of the commands in usr/utils/static and most one. However, the sleep command fails in a strange way (EINVAL on execve): ================================================================ faraday/phil /home/phil/klibc-project-0 581> strace
2015 Aug 03
3
[LLVMdev] RFC: ThinLTO File Format
....g.: Section Headers: [Nr] Name Type Address Offset Size EntSize Flags Link Info Align [ 0] NULL 0000000000000000 00000000 0000000000000000 0000000000000000 0 0 0 [ 1] .shstrtab STRTAB 0000000000000000 0000024b 0000000000000059 0000000000000000 0 0 1 [ 2] .text PROGBITS 0000000000000000 00000040 0000000000000000 0000000000000000 AX 0 0 16 … [ 5] .llvmbc PROGBITS...
2009 Nov 06
8
Migrating from KVM to XEN - kernel panic
...tform while I do some upgrades to the CentOS box. I've created a local LV, and used DD and SCP to transfer the block device from the VKM machine to the XEN machine. For quite a while I struggled with the "Error: (2, 'Invalid kernel', 'xc_dom_parse_elf_kernel: ELF image has no shstrtab\n')" error but thanks to Nick Couchman from http://lists.xensource.com/archives/html/xen-users/2008-03/msg00603.html, I've passed that. Now I'm stuck with a kernel panic situation. Unfortunately the kernel panic error doesn't appear using "xm console" and flashes so...
2015 Aug 03
2
[LLVMdev] RFC: ThinLTO File Format
...Type Address Offset > > Size EntSize Flags Link Info Align > > [ 0] NULL 0000000000000000 00000000 > > 0000000000000000 0000000000000000 0 0 0 > > [ 1] .shstrtab STRTAB 0000000000000000 0000024b > > 0000000000000059 0000000000000000 0 0 1 > > [ 2] .text PROGBITS 0000000000000000 00000040 > > 0000000000000000 0000000000000000 AX 0 0 16 > > … > &...
2017 Jun 02
8
llvm-objcopy proposal
LLVM already implements its own version of almost all of binutils. The exceptions to this rule are objcopy and strip. This is a proposal to implement an llvm version of objcopy/strip to complete llvm’s binutils. Several projects only use gnu binutils because of objcopy/strip. LLVM itself uses objcopy in fact. Chromium and Fuchsia currently use objcopy as well. If you want to distribute your build