search for: filesz

Displaying 17 results from an estimated 17 matches for "filesz".

Did you mean: files
2005 Sep 30
2
klibc loader crash...
....ident "GCC: (GNU) 4.1.0 20050922 (experimental)" .section .note.GNU-stack,"",@progbits binutils-2.15.94.0.2.2 produces for this code empty .data and .bss sections: Program Header: PHDR off 0x00000034 vaddr 0x08048034 paddr 0x08048034 align 2**2 filesz 0x000000c0 memsz 0x000000c0 flags r-x INTERP off 0x000000f4 vaddr 0x080480f4 paddr 0x080480f4 align 2**0 filesz 0x0000002a memsz 0x0000002a flags r-- LOAD off 0x00000000 vaddr 0x08048000 paddr 0x08048000 align 2**12 filesz 0x00000123 memsz 0x00000123 flags r-x LOAD...
2020 Feb 06
4
Latest kernel reports "process '/bin/sh' started with executable stack"
...ble stack" objdump -x shows: /usr/lib/klibc/bin/sh: file format elf32-powerpc /usr/lib/klibc/bin/sh architecture: powerpc:common, flags 0x00000102: EXEC_P, D_PAGED start address 0x10000140 Program Header: PHDR off 0x00000034 vaddr 0x10000034 paddr 0x10000034 align 2**2 filesz 0x000000a0 memsz 0x000000a0 flags r-x INTERP off 0x000000d4 vaddr 0x100000d4 paddr 0x100000d4 align 2**0 filesz 0x0000002a memsz 0x0000002a flags r-- LOAD off 0x00000000 vaddr 0x10000000 paddr 0x10000000 align 2**16 filesz 0x00010928 memsz 0x00010928 flags r-x...
2020 Feb 25
0
Latest kernel reports "process '/bin/sh' started with executable stack"
...sr/lib/klibc/bin/sh: file format elf32-powerpc > /usr/lib/klibc/bin/sh > architecture: powerpc:common, flags 0x00000102: > EXEC_P, D_PAGED > start address 0x10000140 > > Program Header: > PHDR off 0x00000034 vaddr 0x10000034 paddr 0x10000034 align 2**2 > filesz 0x000000a0 memsz 0x000000a0 flags r-x > INTERP off 0x000000d4 vaddr 0x100000d4 paddr 0x100000d4 align 2**0 > filesz 0x0000002a memsz 0x0000002a flags r-- > LOAD off 0x00000000 vaddr 0x10000000 paddr 0x10000000 align 2**16 > filesz 0x00010928 memsz 0x0001092...
2005 Mar 06
1
testers sought for script to interpret ELF/klibc executables
...off shoff flags ehsize phentsize phnum shentsize shnum shstrndx }]; if ($class == ELFCLASS32) { $ehdrSize = SZ_ELF32HDR; $ehdrPat = "a[16] SS LL LL L SSSSSS"; $phdrSize = SZ_ELF32PHDR; $phdrPat = "LL LL LL LL"; $phdrFields = [qw{ type offset vaddr paddr filesz memsz flags align }]; } elsif ($class == ELFCLASS64) { $ehdrPat = "a[16] SS LQ QQ L SSSSSS"; $ehdrSize = SZ_ELF64HDR; $phdrPat = "LL QQ QQ QQ"; $phdrSize = SZ_ELF64PHDR; $phdrFields = [qw{ type flags offset vaddr paddr filesz memsz align }]; } else {...
2007 Sep 29
0
Why are most audit events apparently non-attributable?
So I'm exploring AUDIT and have this in /etc/security/audit_control: dir:/var/audit flags:lo,fd minfree:20 naflags:lo policy:cnt filesz:0 I tell auditd to reread the config file with audit -s but no file deletion events are logged. I change the config file to: dir:/var/audit flags:lo minfree:20 naflags:lo,fd policy:cnt filesz:0 I type audit -s and am immediately flooded with 20 kilobytes worth of audit records about file deleti...
2007 Sep 29
0
Why are audit events apparently non-attributable?
So I'm exploring AUDIT and have this in /etc/security/audit_control: dir:/var/audit flags:lo,fd minfree:20 naflags:lo policy:cnt filesz:0 I tell auditd to reread the config file with audit -s but no file deletion events are logged. I change the config file to: dir:/var/audit flags:lo minfree:20 naflags:lo,fd policy:cnt filesz:0 I type audit -s and am immediately flooded with 20 kilobytes worth of audit records about file deleti...
2004 Aug 06
2
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...'changme' //password to access server $socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket $connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to the SHOUTcast server while($connection = socket_read($socket,2046)) { $filesz = filesize(''.$fileplay.'');//enter in a single filename here in same directory or enter in full path $fp = fopen (''.$fileplay.'', "rb"); $fr = fread ($fp, $filesz); socket_write($connection,"$password\r\n"); socket_write($connection,"Conte...
2004 Aug 06
1
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...;changme' //password to access server <p>$socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket $connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to the SHOUTcast server while($connection = socket_read($socket,2046)) { $filesz = filesize(''.$fileplay.'');//enter in a single filename here in same directory or enter in full path $fp = fopen (''.$fileplay.'', "rb"); $fr = fread ($fp, $filesz); socket_write($connection,"$password\r\n"); socket_write($connection,"Conten...
2004 Aug 06
0
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...'changme' //password to access server   $socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket $connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to the SHOUTcast server while($connection = socket_read($socket,2046)) { $filesz = filesize(''.$fileplay.'');//enter in a single filename here in same directory or enter in full path $fp = fopen (''.$fileplay.'', "rb"); $fr = fread ($fp, $filesz); socket_write($connection,"$password\r\n"); socket_write($connection,"Conte...
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
...0 bootdev=a0300000 junk=0 0 0 bootinfo=67ec4> > Relocated bootinfo (size=48) to 9fbb8 > Relocated arguments (size=18) to 9fba0 > BTX version is 1.01 > Relocated kernel (size=780) to 9000 > Client base address is a000 > Client format is ELF > text segment: offset=1000 vaddr=0 filesz=2a3b0 memsz=2a3b0 > data segment: offset=2c000 vaddr=2c000 filesz=53cc memsz=b4c0 > Loading complete > > int=0000000d err=00000000 efl=00010006 eip=000090ac > eax=00094c00 ebx=00202820 ecx=00000033 edx=0000a000 > esi=00209701 edi=00001f98 ebp=0000a000 esp=000017f0 > cs...
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF, adds PFN-GMFN table, HVM support, and adds experimental IA64 support. - ELF format Program header and note section are adopted. - HVM domain support To know the memory area to dump, XENMEM_set_memory_map is added. XENMEM_memory_map hypercall is for current domain, so new one is created. and hvm domain builder tell xen its
2004 Aug 06
3
Re: [icecast-dev] Hot Topic: Icecast in Macromedia Flash
Hi, <p>I moved this to icecast@, since none of these are icecast development related questions and issues. Macsym wrote: > I didn't know so many people in the Icecast-Dev list were running Linux PPC! Oh well, I'm neither a developer nor running Linux PPC. ;) > Anyway, I understand that you guys don't have the time to help me with that > because you wouldn't be
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2008 Jan 01
3
Tracking user's activity
Greetings, I've been looking for a proper way to to track down user's activity inside the shell as I'm helping my colleague to configure a web hosting and shell hosting server. Someone have referred me to this article -- http://bsdtips.utcorp.net/mediawiki/index.php/Snoop which is using 'watch' commands to view user's activity once they logged in to the server I found
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ] This series updates the boot protocol to 2.07 and uses it to implement paravirtual booting. This allows the bootloader to tell the kernel what kind of hardware/pseudo-hardware environment it's coming up under, and the kernel can use the appropriate boot sequence code. Specifically: - Update the boot protocol to 2.07, which
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ] This series updates the boot protocol to 2.07 and uses it to implement paravirtual booting. This allows the bootloader to tell the kernel what kind of hardware/pseudo-hardware environment it's coming up under, and the kernel can use the appropriate boot sequence code. Specifically: - Update the boot protocol to 2.07, which