Sponsored Content
Operating Systems Linux Red Hat Download kernel-uek-headers-2.6.32-100.28.5.el6.x86_64 Post 302764105 by rehantayyab82 on Thursday 31st of January 2013 02:20:27 AM
Old 01-31-2013
Download kernel-uek-headers-2.6.32-100.28.5.el6.x86_64

i am in process to fullfill pre-requisites to install R12.1.1 on redhat 6.1

i have to install this rpm kernel-uek-headers-2.6.32-100.28.5.el6.x86_64

i could not find this in source media and not in some other place.

please help me to install this rpm.
 

10 More Discussions You Might Find Interesting

1. Red Hat

kernel-headers rpm

All, Does the (kernel-headers) rpm required for recompiling the Linux 2.6.11.6 kernel? Knowing that the base OS is RedHat 9 with kernel 2.4.20-8. (rpm -q kernel-headers) shows that it is not installed however (kernel-source) rpm is installed. If so, can you please provide from... (2 Replies)
Discussion started by: Negm
2 Replies

2. Linux

confused X86_64 and AIX

hello everybody i want to install some package on AIX 5.3 the name of rpm is something like libaio-0.3.106-4.2.x86_64.rpm is it a good rpm for AIX 5.3 my question is is AIX and x86_64 mean the same thing ! thanks (2 Replies)
Discussion started by: eternalflame
2 Replies

3. Shell Programming and Scripting

Remove text between headers while leaving headers intact

Hi, I'm trying to strip all lines between two headers in a file: ### BEGIN ### Text to remove, contains all kinds of characters ... Antispyware-Downloadserver.com (Germany)=http://www.antispyware-downloadserver.c om/updates/ Antispyware-Downloadserver.com #2... (3 Replies)
Discussion started by: Trones
3 Replies

4. Shell Programming and Scripting

Merging of files with different headers to make combined headers file

Hi , I have a typical situation. I have 4 files and with different headers (number of headers is varible ). I need to make such a merged file which will have headers combined from all files (comman coluns should appear once only). For example - File 1 H1|H2|H3|H4 11|12|13|14 21|22|23|23... (1 Reply)
Discussion started by: marut_ashu
1 Replies

5. Red Hat

Need help to create netboot image for EL6 kernel

We use netboot to boot our RedHat Linux kernels. We usually use mknbi tool to create netboot image from Red Hat Linux kernel. However, I can't get this to work with the new Red Hat EL6 kernel. One online document I found seems to say mknbi should not be used for Linux 2.6 or newer kernels any... (1 Reply)
Discussion started by: jyao02459
1 Replies

6. Solaris

Is there a Solaris 10 x86_64

I have always seen a Solaris 10 32 bit version..Is there an x86_64?? (2 Replies)
Discussion started by: kirtikjr
2 Replies

7. Debian

Headers for kernel 2.6.26-2-xen-686

Hello, I am having hard time finding 2.6.26-2-xen-686 headers. Anyone know where i can find them ? Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies

8. Red Hat

Issue installing pam-1.1.1-10.el6.i686 using yum

When trying to install pam-1.1.1-10.el6.i686 package using yum, we are getting the following error message. We also noticed that there is an existing pam-1.1.1-10.el6.x86_64 is already installed (checked through "rpm -qa | grep pam-1.1.1-10.el6"). Is there a way to resolve/work around this issue. ... (4 Replies)
Discussion started by: talk1234
4 Replies

9. UNIX for Dummies Questions & Answers

VMWare kernel headers not found

This is the error: http://imgur.com/1ywCKac I've tried Googling forever. I've tried this command: sudo apt-get install linux-headers-$(uname -r) It says the package is not found. Nothing works. Please help. (9 Replies)
Discussion started by: plsbbg
9 Replies

10. Red Hat

Right to left language support, in Red Hat EL6

i need for a right to left language support, in red hat EL6 , for repository problem, i never could to use from yum-solution, is there a rpm-solution or config-solution? (1 Reply)
Discussion started by: alwaystudent
1 Replies
SETARCH(8)						       System Administration							SETARCH(8)

NAME
setarch - change reported architecture in new program environment and set personality flags SYNOPSIS
setarch arch [options] [program [arguments]] arch [options] [program [arguments]] DESCRIPTION
setarch This utility currently only affects the output of uname -m. For example, on an AMD64 system, running 'setarch i386 program' will cause 'program' to see i686 (or other relevant arch) instead of x86_64 as machine type. It also allows to set various personality options. The default program is /bin/sh. OPTIONS
-v, --verbose Be verbose. -h, --help Display help (it is also displayed when setarch takes no arguments). --uname-2.6 Causes the program to see a kernel version number beginning with 2.6. -3, --3gb Specifies that processes should use a maximum of 3GB of address space on systems where it is supported (ADDR_LIMIT_3GB). -B, --32bit Turns on ADDR_LIMIT_32BIT. -F, --fdpic-funcptrs Userspace function pointers point to descriptors (turns on FDPIC_FUNCPTRS). -I, --short-inode Turns on SHORT_INODE. -L, --addr-compat-layout Changes the way virtual memory is allocated (turns on the ADDR_COMPAT_LAYOUT). -R, --addr-no-randomize Disables randomization of the virtual address space (turns on ADDR_NO_RANDOMIZE). -S, --whole-seconds Turns on WHOLE_SECONDS. -T, --sticky-timeouts Turns on STICKY_TIMEOUTS. -X --read-implies-exec Turns on READ_IMPLIES_EXEC. -Z, mmap-page-zero Turns on MMAP_PAGE_ZERO. EXAMPLES
setarch ppc32 rpmbuild --target=ppc --rebuild foo.src.rpm setarch ppc32 -v -vL3 rpmbuild --target=ppc --rebuild bar.src.rpm setarch ppc32 --32bit rpmbuild --target=ppc --rebuild foo.src.rpm AUTHOR
Elliot Lee <sopwith@redhat.com> Jindrich Novy <jnovy@redhat.com> AVAILABILITY
The setarch command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux June 2007 SETARCH(8)
All times are GMT -4. The time now is 08:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy