Sponsored Content
Operating Systems Linux Nagios Installation in CentOS is having "Error #2 " Post 302589824 by lovesaikrishna on Thursday 12th of January 2012 06:06:00 PM
Old 01-12-2012
Hi Mark,

Those rpms were not found in the yum repository as well as centOS cd, could you please let me know if there is any similar packages that I can use.


[root@nagiospoc Packages]# yum list | grep kernel
abrt-addon-kerneloops.x86_64 1.1.13-4.el6 @anaconda-CentOS-201106060106.x86_64/6.0
dracut-kernel.noarch 004-32.el6 @anaconda-CentOS-201106060106.x86_64/6.0
kernel.x86_64 2.6.32-71.el6 @anaconda-CentOS-201106060106.x86_64/6.0
kernel-firmware.noarch 2.6.32-71.el6 @anaconda-CentOS-201106060106.x86_64/6.0
kernel-headers.x86_64 2.6.32-220.2.1.el6 @updates
abrt-addon-kerneloops.x86_64 2.0.4-14.el6.centos base
dracut-kernel.noarch 004-256.el6 base
kernel.x86_64 2.6.32-220.2.1.el6 updates
kernel-debug.x86_64 2.6.32-220.2.1.el6 updates
kernel-debug-devel.x86_64 2.6.32-220.2.1.el6 updates
kernel-devel.x86_64 2.6.32-220.2.1.el6 updates
kernel-doc.noarch 2.6.32-220.2.1.el6 updates
kernel-firmware.noarch 2.6.32-220.2.1.el6 updates
libreport-plugin-kerneloops.x86_64 2.0.5-20.el6 base



[root@nagiospoc Packages]# pwd
/mnt/Packages
[root@nagiospoc Packages]# ls -ltr | grep kernel
-rw-r--r-- 2 deploy deploy 61352 Jul 3 2011 abrt-addon-kerneloops-1.1.13-4.el6.x86_64.rpm
-rw-r--r-- 2 deploy deploy 14936 Jul 3 2011 dracut-kernel-004-32.el6.noarch.rpm
-rw-r--r-- 2 deploy deploy 8807112 Jul 3 2011 kernel-doc-2.6.32-71.el6.noarch.rpm
-rw-r--r-- 2 deploy deploy 1181760 Jul 3 2011 kernel-firmware-2.6.32-71.el6.noarch.rpm
-rw-r--r-- 2 deploy deploy 23430964 Jul 3 2011 kernel-2.6.32-71.el6.x86_64.rpm
-rw-r--r-- 2 deploy deploy 23459212 Jul 3 2011 kernel-debug-2.6.32-71.el6.x86_64.rpm
-rw-r--r-- 2 deploy deploy 6769584 Jul 3 2011 kernel-debug-devel-2.6.32-71.el6.x86_64.rpm
-rw-r--r-- 2 deploy deploy 6731308 Jul 3 2011 kernel-devel-2.6.32-71.el6.x86_64.rpm
-rw-r--r-- 2 deploy deploy 988588 Jul 3 2011 kernel-headers-2.6.32-71.el6.x86_64.rpm
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

2. Red Hat

"No Drives Found" error during Redhat Linux AS 4 installation

I'm trying to install Redhat LInux AS 4 update 4 on an IBM x306 series server. I keep getting following error: "No Drives Found. An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem." I called IBM and... (2 Replies)
Discussion started by: pieman8080
2 Replies

3. HP-UX

ERROR: more than one instance of overloaded function "vprintf" has "C" linkage

Hi people! I've got this own library: -------------------------------------------- Personal.h -------------------------------------------- #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> #include <string.h> ... (0 Replies)
Discussion started by: donatoll
0 Replies

4. AIX

Ssh installation error "RSA key generation failed"

While trying to upgrade ssh from v4.7 to v5.0 on AIX 5.3 TL9, I end up with the following error. Has anyone come across this? Note: openssl has been upgraded to 0.9.8.840 before this upgrade Bala (0 Replies)
Discussion started by: balaji_prk
0 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

7. Red Hat

Nagios is sending "Service Alert: CentOS 5/HTTP is WARNING"

Hello All, I have setup Nagios 3.2.3 on CentOS release 5.7 (Final) with the default config files and added 1 host to it and it is sending "Service Alert: CentOS 5/HTTP is WARNING" frequently, how do you fix this one? what are the additional files that need to be added so that I can monitor the... (0 Replies)
Discussion started by: lovesaikrishna
0 Replies

8. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

9. Linux

Read only access for Group called "Developers" to all folders on the Centos 6.6

Linux Gurus, I need to provide Read only access for particular group of users, they should have Read only access to entire server except their Home directory. I tried using setfacl that's not helping. Can you please suggest is there any other alternate way to address this request. Your help is... (5 Replies)
Discussion started by: shekar777
5 Replies

10. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
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). -V, --version Output version information and exit. --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). --4gb Ignored (for backward compatibility only). --list List architectures that can be set. -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 Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils /util-linux/>. util-linux September 2011 SETARCH(8)
All times are GMT -4. The time now is 03:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy