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
Bio::Chado::Schema::Test(3pm)				User Contributed Perl Documentation			     Bio::Chado::Schema::Test(3pm)

NAME
Bio::Chado::Schema::Test - Library to be used by Bio::Chado::Schema test scripts. SYNOPSIS
use lib qw(t/lib); use Bio::Chado::Schema::Test; use Test::More; my $schema = Bio::Chado::Schema::Test->init_schema(); DESCRIPTION
This module provides the basic utilities to write tests against Bio::Chado::Schema. METHODS
init_schema my $schema = Bio::Chado::Schema::Test->init_schema( deploy => 1, populate => 1, storage_type => '::DBI::Replicated', storage_type_args => { balancer_type=>'DBIx::Class::Storage::DBI::Replicated::Balancer::Random' }, ); This method removes the test SQLite database in t/var/BCS.db and then creates a new, empty database. This method will call deploy_schema() by default, unless the deploy flag is set to 0. This method will call populate_schema() if the populate argument is set to a true value. has_custom_dsn Returns true if the BCS_TEST_DSN environment variable is set. deploy_schema Bio::Chado::Schema::Test->deploy_schema( $schema ); This method does one of two things to the schema. It can either call the experimental $schema->deploy() if the BCSTEST_SQLT_DEPLOY environment variable is set, otherwise the default is to read in the t/lib/sqlite.sql file and execute the SQL within. Either way you end up with a fresh set of tables for testing. populate_schema Bio::Chado::Schema::Test->populate_schema( $schema ); After you deploy your schema you can use this method to populate the tables with test data. perl v5.14.2 2011-11-08 Bio::Chado::Schema::Test(3pm)
All times are GMT -4. The time now is 12:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy