Sponsored Content
Full Discussion: AMD 1.2 Gentoo 1.4.3.8p1
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) Linux Benchmarks AMD 1.2 Gentoo 1.4.3.8p1 Post 41375 by tnorth on Saturday 4th of October 2003 08:47:22 AM
Old 10-04-2003
getting gentoo to run

By Default, gentoo uses the builtin bash 'time' which causes BYTE benchmarks to fail. fix this by:

emerge sys-apps/time
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX on AMD

Can Sun Soloaris be installed on AMD processor? Thanks in Advance (1 Reply)
Discussion started by: irehman
1 Replies

2. UNIX Benchmarks

AMD-K5 Benchmark

AMD-K5 Processor at 133Mhz 32MB RAM 5 GB Hard Drive 10MB NIC 1MB ARC Graphics Card PS/1 Keyboard CD-ROM Floppy Drive Kickin' Fast BABY! hehe BYTE UNIX Benchmarks (Version 3.11) System -- FreeBSD evil-linux.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003... (0 Replies)
Discussion started by: Phobos
0 Replies

3. Linux Benchmarks

Benchmark AMD 2200+MP system

Linux Bench SLES9.1 Amd 2200M+MP CPU/Speed: AMD 2000+MP (2 CPU's) Ram: 1Gb Motherboard: MSI K7D Bus: PCI Cache: 128 L2 Controller: IDE ATA133 Disk: 2 40Gb 7200Rpm ATA133 disk Load: 1 user, Oracle 10g, Mysql 5 Kernel: Linux 2.6 Kernel ELF?: pgms: N/A Results... (0 Replies)
Discussion started by: xstreur
0 Replies

4. SuSE

Linux suse for AMD

Hi everybody I have a SLES 8 on my own desktop and now I want to install oracle on it so I should install service pack3 on it, but when I setup it my linux Os can't start up and it say "Kernel panic". My desktop's components is 1-CPU:AMD Athlon 3200+ 64bit 2-Mainboard :Asus A8N SLES... (2 Replies)
Discussion started by: hkoolivand
2 Replies

5. UNIX for Advanced & Expert Users

Oracle on Debian AMD-64

I see following error during pkg update: shell>apt-get update Failed to fetch http://oss.oracle.com/debian/dists/unstable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Release file?) Reading package lists... Done W: Couldn't stat source... (0 Replies)
Discussion started by: mirusnet
0 Replies

6. Solaris

Solaris on AMD 770 chipset

hi is there anyone out there who has experience with installing Solaris on this chipset? there is one entry in the HCL doc about it (BigAdmin - HCL: Gigabyte GA-MA770-DS3 rev1.0 ) but that person apparently doesnt reply when another asks him some questions. im looking to install on... (3 Replies)
Discussion started by: Landser
3 Replies

7. Ubuntu

Not able to access wi-fi from ubuntu 9.04 -AMD 64-bit.

Hi, I am not able to access wi-fi network from my laptop HP-DV6-1111au. Please suggest how can i load a driver for the device and set the network right!! (3 Replies)
Discussion started by: guru_gyan
3 Replies

8. UNIX for Beginners Questions & Answers

How to update AMD drivers on mint 19?

i am searching and no lucky with it. Does anyone really know how to update AMD drivers on mint 19? It is HD540. I tried to download and Ubuntu and Linux 64 bit from Link ...... but only errors. i just extracted it and execute with bash amd..... and got this error error: Detected X Server... (0 Replies)
Discussion started by: tomislav91
0 Replies
SCANELF(1)						    Documentation for pax-utils 						SCANELF(1)

NAME
scanelf - user-space utility to scan ELF files SYNOPSIS
scanelf [options] ELFs or directories DESCRIPTION
scanelf is a user-space utility to quickly scan given ELFs, directories, or common system paths for different information. This may include ELF types, their PaX markings, TEXTRELs, etc... OPTIONS
-A, --archives Scan archives (.a files) -a, --all Print all useful/simple info -B, --nobanner Don't display the header -b, --bind Print symbol binding information (lazy or now) -D, --endian Print ELF endianness (big/little/...) -E, --etype ETYPE Print only ELF files matching specified etype (like ET_DYN, ET_EXEC, etc...) -e, --header Print GNU_STACK markings -F, --format FORMAT Use specified format for output; see the FORMAT section for more information -f, --from FILE Read input stream from specified filename -g, --gmatch Use strncmp to match libraries (use with -N). Or regexp with symbol matching -h, --help Show condensed usage and exit -I, --osabi Print OSABI -i, --interp Print the interpreter information (.interp/PT_INTERP) -k, --section SECTION Find ELFs with the specified section -L, --ldcache Utilize ld.so.cache information (use with -r/-n) -l, --ldpath Scan all directories in /etc/ld.so.conf -M, --bits BITS Print only ELF files matching specified numeric bits (like 32/64) -m, --mount Don't recursively cross mount points -N, --lib SONAME Find ELFs that need the specified SONAME -n, --needed Print libraries the ELF is linked against (DT_NEEDED) -O, --perms PERMS Print only ELF files with matching specified octal bits (like 755) -o, --file FILE Write output stream to specified filename -p, --path Scan all directories in PATH environment -q, --quiet Only output 'bad' things -R, --recursive Scan directories recursively -r, --rpath Print runpaths encoded in the ELF (DT_RPATH/DT_RUNPATH) -S, --soname Print the ELF's shared library name (DT_SONAME) -s, --symbol SYMBOL Find the specified symbol; see SYMBOL MATCHING for more info -T, --textrels Locate cause of TEXTRELs via objdump -t, --textrel Print TEXTREL information -V, --version Print version and exit -v, --verbose Be verbose (can be used more than once) -X, --fix Try and 'fix' bad things (use with -r/-e) -x, --pax Print PaX markings -Y, --eabi Print EABI (only matters for a few architectures) -y, --symlink Don't scan symlinks -Z, --size SIZE Print ELF file size -z, --setpax FLAGS Sets EI_PAX/PT_PAX_FLAGS to specified flags (use with -Xx) FORMAT
The format string is much like a printf string in that it is a literal string with flags requesting different information. For example, you could use a format string and expect the following results. # scanelf -BF "file %f needs %n; funky time" /bin/bash file bash needs libncurses.so.5,libdl.so.2,libc.so.6; funky time Note that when you use a format string, generally information related flags should be omitted. In other words, you do not want to try and request NEEDED output (-n) and try to specify a format output at the sametime as these operations are mutually exclusive. Each information related flag has an equivalent conversion specifier, so use those instead. You can of course continue to use non-information related flags (such as --verbose). There are three characters that introduce conversion specifiers. o % - replace with info o # - silent boolean match o + - verbose match And there are a number of conversion specifiers. We try to match up the specifier with corresponding option. o a - machine (EM) type o b - bind flags o e - program headers o D - endian o I - osabi o Y - eabi o F - long filename o f - short filename o i - interp o k - section o M - EI class o N - specified needed o n - needed libraries o p - filename (minus search) o o - etype o O - perms o r - runpaths o S - SONAME o s - symbol o T - all textrels o t - textrel status o x - pax flags SYMBOL MATCHING
A - prefix will only show undefined references while a + prefix will only show defined references while no prefix will show both. ELF ETYPES
You can narrow your search by specifying the ELF object file type (ETYPE). The commandline option takes the numeric value and or symbolic type. Multiple values can be passed comma separated. Example -E ET_EXEC,ET_DYN,1 Here is the normal list available for your pleasure. You of course are free to specify any numeric value you want. o 0 - ET_NONE - unknown type o 1 - ET_REL - relocatable file o 2 - ET_EXEC - executable file o 3 - ET_DYN - shared object o 4 - ET_CORE - core file ELF BITS
You can also narrow your search by specifying the ELF bitsize. Again, specify the numeric value or the symbolic define. o 32 - ELFCLASS32 - 32bit ELFs o 64 - ELFCLASS64 - 64bit ELFs HOMEPAGE
http://hardened.gentoo.org/pax-utils.xml REPORTING BUGS
Please include as much information as possible (using any available debugging options) and send bug reports to the maintainers (see the AUTHORS section). Please use the Gentoo bugzilla at http://bugs.gentoo.org/ if possible. SEE ALSO
chpax(1), dumpelf(1), paxctl(1), pspax(1), readelf(1), scanelf(1) AUTHORS
Ned Ludd <solar@gentoo.org> Maintainer Mike Frysinger <vapier@gentoo.org> Maintainer Fabian Groffen <grobian@gentoo.org> Mach-O Maintainer NOTES
1. http://hardened.gentoo.org/pax-utils.xml 2. http://bugs.gentoo.org/ pax-utils 0.2.3 03/03/2011 SCANELF(1)
All times are GMT -4. The time now is 09:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy