Re: [CentOS] script

2008-07-27 Thread Mogens Kjaer

Mad Unix wrote:
...

df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' |


Try changing "df -H" into "df -H -P"

Mogens
--
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] script

2008-07-27 Thread Mad Unix
Hi ALL


#!/bin/sh
# Shell script to monitor or watch the disk space
# It will send an email to $ADMIN, if the (free avilable) percentage
# of space is >= 90%
# -
# Copyright (c) 2005 nixCraft project 
# This script is licensed under GNU GPL version 2.0 or above
# -
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information.
# --
# Linux shell script to watch disk space (should work on other UNIX oses )
# SEE URL:
http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
# set admin email so that you can get email
ADMIN="[EMAIL PROTECTED]"
# set alert level 90% is default
ALERT=90
df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' |
while read output;
do
  #echo $output
  usep=$(echo $output | awk '{ print $1}' | cut -d'%' -f1  )
  partition=$(echo $output | awk '{ print $2 }' )
  if [ $usep -ge $ALERT ]; then
echo "Running out of space \"$partition ($usep%)\" on $(hostname) as on
$(date)" |
 mail -s "Alert: Almost out of disk space $usep" $ADMIN
  fi
done


Am trying to run the above script on my machine, it gave the following error
[EMAIL PROTECTED] script]# ./disk_monitor.sh
./disk_monitor.sh: line 23: [: /dev/mapper/VolGroup00-LogVol00: integer
expression expected
./disk_monitor.sh: line 23: [: /: integer expression expected

Any help?

-- 
Your search - madunix - did not match any documents.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PF_RING crashed the CentOS5 - BUG: soft lockup - CPU#7

2008-07-27 Thread Ian jonhson
> CentOS 5 uses kernel 2.6.18-xx ...  If this PF_RING thing requires a 
> different kernel, I think a more accurate statement would be, .
> PF_RING is not supported on CentOS.

Indeed. I wonder whether there exists some difference between CentOS
kernel and genral kernel from www.kernel.org?
If so, maybe I should download the CentOS kernel source code and patch
it to run PF_RING.

Any help?

>
> PowerEdge is Dell's brand name for ALL their Server products.   That Ubuntu
> bug was specific to the i450NX chipset, which was new in 1999 and obsoleted
> circa 2001, and supported dual Xeon Pentium II/III processors, around
> 300-800Mhz..   How old is your server??!?
>

My machine used to be installed PF_RING is exactly DELL PowerEdge 1950,
with 8-core CPUs and 4G RAM, 80G disk.  I don't think it is out of date.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PF_RING crashed the CentOS5 - BUG: soft lockup - CPU#7

2008-07-27 Thread John R Pierce

Ian jonhson wrote:

I googled the internet and found similar bug occurred in Ubuntu
on the same hardware platform: Dell poweredge. 

...

PowerEdge is Dell's brand name for ALL their Server products.   That 
Ubuntu bug was specific to the i450NX chipset, which was new in 1999 and 
obsoleted circa 2001, and supported dual Xeon Pentium II/III processors, 
around 300-800Mhz..   How old is your server??!?



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PF_RING crashed the CentOS5 - BUG: soft lockup - CPU#7

2008-07-27 Thread John R Pierce

Ian jonhson wrote:

Hi all,

The PF_RING seems not to work smoothly in CentOS 5.
Several day before, I patched the kernel 2.6.25.3 




CentOS 5 uses kernel 2.6.18-xx ...  If this PF_RING thing requires a 
different kernel, I think a more accurate statement would be, PF_RING is 
not supported on CentOS.





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] PF_RING crashed the CentOS5 - BUG: soft lockup - CPU#7

2008-07-27 Thread Ian jonhson
Hi all,

The PF_RING seems not to work smoothly in CentOS 5.
Several day before, I patched the kernel 2.6.25.3 and
installed the PF_RING-patched kernel in my CentOS5.
Based on the PF_RING, I developed my program to capture
the network packages. I wished it can work until the
machine power is off. Unforturnately, no matter how to
adjust my program, whole system can not run more than
48 hours. Finally, whole system crashed and syslogd said
it found the following kernel output.

I have contacted CentOS people, but they said they had not
met the same problem in their operating system before.

I googled the internet and found similar bug occurred in Ubuntu
on the same hardware platform: Dell poweredge. However, the
fixing has to patch current kernel source code.

https://bugs.launchpad.net/ubuntu/hardy/+source/linux/+bug/214814

Also, I don't know what kernel they used. I downloaded the kernel
source codes from www.kernel.org and patched it with PF_RING. Then,
I setup the pathed kernel to run CentOS 5.

I would like to know whether I can avoid the bug if I used the
original CentOS kernel code, not the one from www.kernel.org.

Are there anyone who meet the similar trouble?

Thanks a lot.


--  part dump of /var/log/messages  --

.
Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
Jul 25 02:15:02 vega2008 kernel:  [] ? flush_old_exec+0x4f8/0x777
Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
Jul 25 02:15:02 vega2008 kernel:  [] ? load_elf_binary+0x359/0x1152
Jul 25 02:15:02 vega2008 kernel:  [] ? get_user_pages+0x2d5/0x35c
Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
Jul 25 02:15:02 vega2008 kernel:  [] ?
search_binary_handler+0x8f/0x1af
Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
Jul 25 02:15:02 vega2008 kernel:  ===
Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#7 stuck for
61s! [sshd:24188]
Jul 25 02:15:02 vega2008 kernel:
Jul 25 02:15:02 vega2008 kernel: Pid: 24188, comm: sshd Not tainted
(2.6.25.3 #3)
Jul 25 02:15:02 vega2008 kernel: EIP: 0060:[] EFLAGS: 00200293 CPU: 7
Jul 25 02:15:02 vega2008 kernel: EIP is at _spin_lock+0xa/0x15
Jul 25 02:15:02 vega2008 kernel: EAX: c079349c EBX: f79ec580 ECX:
 EDX: 8381
Jul 25 02:15:02 vega2008 kernel: ESI:  EDI: f79ec580 EBP:
f68a6580 ESP: f1824e50
Jul 25 02:15:02 vega2008 kernel:  DS: 007b ES: 007b FS: 00d8 GS:  SS: 0068
Jul 25 02:15:02 vega2008 kernel: CR0: 8005003b CR2: b7ebf978 CR3:
32996000 CR4: 06f0
Jul 25 02:15:02 vega2008 kernel: DR0:  DR1:  DR2:
 DR3: 
Jul 25 02:15:02 vega2008 kernel: DR6: 0ff0 DR7: 0400
Jul 25 02:15:02 vega2008 kernel:  [] ?
native_flush_tlb_others+0x49/0x9b
Jul 25 02:15:02 vega2008 kernel:  [] ? flush_tlb_mm+0x51/0x54
Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
Jul 25 02:15:02 vega2008 kernel:  [] ? flush_old_exec+0x4f8/0x777
Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
Jul 25 02:15:02 vega2008 kernel:  [] ? load_elf_binary+0x359/0x1152
Jul 25 02:15:02 vega2008 kernel:  [] ? get_user_pages+0x2d5/0x35c
Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
Jul 25 02:15:02 vega2008 kernel:  [] ?
search_binary_handler+0x8f/0x1af
Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
Jul 25 02:15:02 vega2008 kernel:  ===
Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#1 stuck for
61s! [http_cap:12228]
.
---
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] BUG: soft lockup - CPU#1 stuck for 61s!

2008-07-27 Thread Ian jonhson
BTW, the patched kernel by PF_RING is version 2.6.25.3.

On Sun, Jul 27, 2008 at 12:45 AM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
> Ian jonhson wrote:
>>
>> Dear All,
>>
>> I selected CentOS5 in my works and installed them in two DELL
>> PowerEdge1950.
>> However, a trouble blocked me during the machines run after two days.
>> The machines
>> crashed and the syslog said it got the following messages:
>>
>> --  part dump of /var/log/messages  --
>>
>> .
>> Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
>> Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> flush_old_exec+0x4f8/0x777
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> load_elf_binary+0x359/0x1152
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> get_user_pages+0x2d5/0x35c
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> search_binary_handler+0x8f/0x1af
>> Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
>> Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
>> Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
>> Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
>> Jul 25 02:15:02 vega2008 kernel:  ===
>> Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#7 stuck for
>> 61s! [sshd:24188]
>> Jul 25 02:15:02 vega2008 kernel:
>> Jul 25 02:15:02 vega2008 kernel: Pid: 24188, comm: sshd Not tainted
>> (2.6.25.3 #3)
>> Jul 25 02:15:02 vega2008 kernel: EIP: 0060:[] EFLAGS: 00200293
>> CPU: 7
>> Jul 25 02:15:02 vega2008 kernel: EIP is at _spin_lock+0xa/0x15
>> Jul 25 02:15:02 vega2008 kernel: EAX: c079349c EBX: f79ec580 ECX:
>>  EDX: 8381
>> Jul 25 02:15:02 vega2008 kernel: ESI:  EDI: f79ec580 EBP:
>> f68a6580 ESP: f1824e50
>> Jul 25 02:15:02 vega2008 kernel:  DS: 007b ES: 007b FS: 00d8 GS:  SS:
>> 0068
>> Jul 25 02:15:02 vega2008 kernel: CR0: 8005003b CR2: b7ebf978 CR3:
>> 32996000 CR4: 06f0
>> Jul 25 02:15:02 vega2008 kernel: DR0:  DR1:  DR2:
>>  DR3: 
>> Jul 25 02:15:02 vega2008 kernel: DR6: 0ff0 DR7: 0400
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> native_flush_tlb_others+0x49/0x9b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? flush_tlb_mm+0x51/0x54
>> Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
>> Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> flush_old_exec+0x4f8/0x777
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> load_elf_binary+0x359/0x1152
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> get_user_pages+0x2d5/0x35c
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> search_binary_handler+0x8f/0x1af
>> Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
>> Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
>> Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
>> Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
>> Jul 25 02:15:02 vega2008 kernel:  ===
>> Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#1 stuck for
>> 61s! [http_cap:12228]
>> .
>>
>> ---
>>
>>
>> I choose CentOS because I believe it is the most stable OS in
>> commodity machines.
>> But I don't know how to do when facing the trouble.
>>
>> The difference lies in that I patched a PF_RING patch in original
>> kernel and recompiled
>> the kernel to run my machines. I wonder whether the patched kernel
>> crashes the CentOS
>> because PF_RING automatically downloads the kernel codes from
>> www.kernel.org, but not
>> the one from www.centos.org? Or, the centOS holds the bugs in its
>> distribution?
>>
>
> This is very common, a google search for:
>
> 'poweredge 1950' 'BUG: soft lockup' 'stuck'
>
> produces almost 2000 results.  It seems to be something to do with the on
> board network ports.
>
> I do not seen this problem ... has anyone else?
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Cyrus + Ldap...

2008-07-27 Thread Sergio Belkin
Hi,

I have a server running with Centos 5.1  and:

Cyrus: Lan POP and IMAP server  both with SSL and plain and login mechanisms

LDAP with SSL + SASL

User passwords in LDAP are encrypted.

Everything works fine. But I'd want to reduce overhead due SSL and
change to Cyrus with md5 mechanism (or another nonplain mechanism) Can
I do that? Please bear in mind, that I don't want to use
non-encrypyted passwords on LDAP.

Thanks in advance!

-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread D Steward
> Well I missed something and I overwrote the encrypted bootloader on the 
> hard drive.

If the purpose of the encrypted bootloader was to load an encrypted
filesystem/s, then there must be a spare MBR on your drive somewhere.
Its not standard to have more than one MBR, but my spidey sense is
tingling and telling me any half-decent software encryption software
wouldnt rely on a single fragile point of failure such as an mbr which
is easily overwritten by viruses and installations.

Providing you are still on the net, send an email to one of your tech
guys asking for either the location of the spare MBR, or if there isnt
one, a new MBR to replace yours - they should have a copy of your
original.
Alternatively, if you know the name of the software package doing all
this, you may be able to find (if you have a spare MBR) out on the net.
FWIW, I wouldnt bother any PHB's with this - they will definitely not be
amused.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] BUG: soft lockup - CPU#1 stuck for 61s!

2008-07-27 Thread Ian jonhson
google said that is a bug of kernel in network driver.

And, someone seems to present a patch to fix the bug, however
I would like to know whether it can work from others' works becuause
reinstalling a new kernel may let us cost a lot.


On Sun, Jul 27, 2008 at 12:45 AM, Johnny Hughes <[EMAIL PROTECTED]> wrote:
> Ian jonhson wrote:
>>
>> Dear All,
>>
>> I selected CentOS5 in my works and installed them in two DELL
>> PowerEdge1950.
>> However, a trouble blocked me during the machines run after two days.
>> The machines
>> crashed and the syslog said it got the following messages:
>>
>> --  part dump of /var/log/messages  --
>>
>> .
>> Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
>> Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> flush_old_exec+0x4f8/0x777
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> load_elf_binary+0x359/0x1152
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> get_user_pages+0x2d5/0x35c
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> search_binary_handler+0x8f/0x1af
>> Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
>> Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
>> Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
>> Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
>> Jul 25 02:15:02 vega2008 kernel:  ===
>> Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#7 stuck for
>> 61s! [sshd:24188]
>> Jul 25 02:15:02 vega2008 kernel:
>> Jul 25 02:15:02 vega2008 kernel: Pid: 24188, comm: sshd Not tainted
>> (2.6.25.3 #3)
>> Jul 25 02:15:02 vega2008 kernel: EIP: 0060:[] EFLAGS: 00200293
>> CPU: 7
>> Jul 25 02:15:02 vega2008 kernel: EIP is at _spin_lock+0xa/0x15
>> Jul 25 02:15:02 vega2008 kernel: EAX: c079349c EBX: f79ec580 ECX:
>>  EDX: 8381
>> Jul 25 02:15:02 vega2008 kernel: ESI:  EDI: f79ec580 EBP:
>> f68a6580 ESP: f1824e50
>> Jul 25 02:15:02 vega2008 kernel:  DS: 007b ES: 007b FS: 00d8 GS:  SS:
>> 0068
>> Jul 25 02:15:02 vega2008 kernel: CR0: 8005003b CR2: b7ebf978 CR3:
>> 32996000 CR4: 06f0
>> Jul 25 02:15:02 vega2008 kernel: DR0:  DR1:  DR2:
>>  DR3: 
>> Jul 25 02:15:02 vega2008 kernel: DR6: 0ff0 DR7: 0400
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> native_flush_tlb_others+0x49/0x9b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? flush_tlb_mm+0x51/0x54
>> Jul 25 02:15:02 vega2008 kernel:  [] ? exit_mmap+0x93/0xc9
>> Jul 25 02:15:02 vega2008 kernel:  [] ? mmput+0x25/0x68
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> flush_old_exec+0x4f8/0x777
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kernel_read+0x32/0x43
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> load_elf_binary+0x359/0x1152
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> get_user_pages+0x2d5/0x35c
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? kmap_high+0x19/0x16b
>> Jul 25 02:15:02 vega2008 kernel:  [] ? page_address+0x78/0x98
>> Jul 25 02:15:02 vega2008 kernel:  [] ? copy_strings+0x169/0x173
>> Jul 25 02:15:02 vega2008 kernel:  [] ?
>> search_binary_handler+0x8f/0x1af
>> Jul 25 02:15:02 vega2008 kernel:  [] ? do_execve+0x133/0x194
>> Jul 25 02:15:02 vega2008 kernel:  [] ? sys_execve+0x2a/0x4a
>> Jul 25 02:15:02 vega2008 kernel:  [] ? syscall_call+0x7/0xb
>> Jul 25 02:15:02 vega2008 kernel:  [] ? early_init_intel+0x0/0x3c
>> Jul 25 02:15:02 vega2008 kernel:  ===
>> Jul 25 02:15:02 vega2008 kernel: BUG: soft lockup - CPU#1 stuck for
>> 61s! [http_cap:12228]
>> .
>>
>> ---
>>
>>
>> I choose CentOS because I believe it is the most stable OS in
>> commodity machines.
>> But I don't know how to do when facing the trouble.
>>
>> The difference lies in that I patched a PF_RING patch in original
>> kernel and recompiled
>> the kernel to run my machines. I wonder whether the patched kernel
>> crashes the CentOS
>> because PF_RING automatically downloads the kernel codes from
>> www.kernel.org, but not
>> the one from www.centos.org? Or, the centOS holds the bugs in its
>> distribution?
>>
>
> This is very common, a google search for:
>
> 'poweredge 1950' 'BUG: soft lockup' 'stuck'
>
> produces almost 2000 results.  It seems to be something to do with the on
> board network ports.
>
> I do not seen this problem ... has anyone else?
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
Cen

Re: [CentOS] Now you did it Olly

2008-07-27 Thread Rainer Duffner


Am 27.07.2008 um 16:36 schrieb Robert Moskowitz:


Oh, Boy.  I am in trouble now

I just installed Centos on a USB drive on my corp notebook.  To not  
TOUCH my corp drive.


I spent time with the drive partitioner to make sure that nothing  
was done to the internal hard drive...


Well I missed something and I overwrote the encrypted bootloader on  
the hard drive.


Now what?  Can I rescue things?



Your corporate IT departement may be able to do that.
They should have a 2nd key and maybe even a copy of the MBR.
If they don't have, then your lost.

What do you use? SafeBoot?



cheers,
Rainer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Rainer Duffner


Am 27.07.2008 um 20:31 schrieb Kai Schaetzl:


Robert - elists wrote on Sun, 27 Jul 2008 08:35:24 -0700:


/dev/ida/c0d0
/dev/cciss/c0d0


I looked around, but none of these  :-( /dev/disk points to pci ids  
and then
to /dev/sda etc. It's a PCI-based controller that HP calls "HP 8  
Port HBA

Controller" or so. In a DL140 G3.





For HP, you should get the data if you install the Insight Manager  
agents.

For Dell - I don't know.




cu,
Rainer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] nspluginwrapper included in CentOS 5.2 fails completely

2008-07-27 Thread MHR
On Sat, Jul 26, 2008 at 12:59 PM, Lanny Marcus <[EMAIL PROTECTED]> wrote:
>
> Good luck with that! Have you tried it on a VMWare Server?

No, why would I do that?

I uninstalled nspluginwrapper and mplayerplug-in reinstalled the
64-bit Seamonkey, then reinstalled all the plugins.  Everything is
installed and working EXCEPT nppdf.so (the Adobe Read plugin) and
Adobe's flash plugin - they're all in the right places, there are
nswrappers for 32_64 and 64_64 for both of them in the plugin-wrapper
directory, but they neither register nor work in the browser.

I have run mozilla-plugin-config several times, and it lists both of
these plugins, but they don't show up in the About Plugins and they
don't work.

What next?

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Gnumeric rpm

2008-07-27 Thread MHR
Would you please trim your replies?

Thank you.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Floppy boot disc w/ lspci

2008-07-27 Thread Joseph L. Casale
>you can't boot a CD?   any distribution of centos, disk 1, boot it
>and specify `linux single` at the grub prompt and get a shell prompt...

No cd/dvd on it, I would have to disassemble it to get one on :(
Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Floppy boot disc w/ lspci

2008-07-27 Thread John R Pierce

Joseph L. Casale wrote:

Anyone know where I can get this?
I need to deduce what type of nic is a proprietary CNC machine that I don't 
want to
dismantle so I can make a gpxe floppy for so I can run some diags of my tftp 
server.
  



you can't boot a CD?   any distribution of centos, disk 1, boot it 
and specify `linux single` at the grub prompt and get a shell prompt...



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Floppy boot disc w/ lspci

2008-07-27 Thread Joseph L. Casale
Anyone know where I can get this?
I need to deduce what type of nic is a proprietary CNC machine that I don't 
want to
dismantle so I can make a gpxe floppy for so I can run some diags of my tftp 
server.

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread John R Pierce

Matt wrote:

...

Do I just "rpm -e" the older ones?  Which ones dont I remove?

I see something like this in grub.conf:

default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-67.0.20.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.20.EL ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.20.EL.img
title CentOS (2.6.9-67.0.20.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.20.ELsmp ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.20.ELsmp.img
title CentOS (2.6.9-67.0.15.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.15.ELsmp ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.15.ELsmp.img
title CentOS (2.6.9-67.0.15.EL)
...
  



I'd probably remove everything older than 2.6.9-67   your grub currently 
specifies default=1 (numbered from 0) so thats 2.6.9-67.0.20.ELsmp

which `uname -a` should confirm.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Frank Cox
On Sun, 27 Jul 2008 14:55:13 -0500
Matt <[EMAIL PROTECTED]> wrote:

> How do I know 'for sure' what ones I am using?

uname -a

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Matt
>>> I see this:
>>
>> That would be the problem.
>>
>>> Do I just "rpm -e" the older ones?
>>
>> Yes.
>>
>>>  Which ones dont I remove?
>>
>> The one(s) that you're using.
>
> How do I know 'for sure' what ones I am using?
>
> Matt
>

Found out uname does this.

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Matt
>> I see this:
>
> That would be the problem.
>
>> Do I just "rpm -e" the older ones?
>
> Yes.
>
>>  Which ones dont I remove?
>
> The one(s) that you're using.

How do I know 'for sure' what ones I am using?

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Frank Cox
On Sun, 27 Jul 2008 14:32:29 -0500
Matt <[EMAIL PROTECTED]> wrote:

> I see this:

That would be the problem.

> Do I just "rpm -e" the older ones?

Yes.

>  Which ones dont I remove?

The one(s) that you're using.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Matt
>> Um, er, what now?
>
> Delete obsolete kernels that are still on your system.

I see this:

[EMAIL PROTECTED] cron.daily]# rpm -qa | grep kernel -i
kernel-smp-2.6.9-42.0.8.EL
kernel-2.6.9-55.EL
kernel-smp-2.6.9-55.0.2.EL
kernel-smp-2.6.9-55.0.6.EL
kernel-2.6.9-55.0.12.EL
kernel-smp-2.6.9-67.0.1.EL
kernel-utils-2.4-13.1.105
kernel-smp-2.6.9-67.0.4.EL
kernel-2.6.9-67.0.4.EL
kernel-smp-2.6.9-67.0.7.EL
kernel-smp-2.6.9-67.0.15.EL
kernel-smp-2.6.9-42.EL
kernel-2.6.9-42.0.10.EL
kernel-smp-2.6.9-55.EL
kernel-2.6.9-55.0.2.EL
kernel-2.6.9-55.0.6.EL
kernel-2.6.9-55.0.9.EL
kernel-2.6.9-67.0.7.EL
kernel-2.6.9-67.0.15.EL
kernel-2.6.9-67.0.20.EL
kernel-smp-2.6.9-67.0.22.EL
kernel-2.6.9-67.0.1.EL
kernel-2.6.9-42.EL
kernel-2.6.9-42.0.8.EL
kernel-smp-2.6.9-42.0.10.EL
kernel-smp-2.6.9-55.0.9.EL
kernel-smp-2.6.9-55.0.12.EL
kernel-smp-2.6.9-67.0.20.EL

Do I just "rpm -e" the older ones?  Which ones dont I remove?

I see something like this in grub.conf:

default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-67.0.20.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.20.EL ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.20.EL.img
title CentOS (2.6.9-67.0.20.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.20.ELsmp ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.20.ELsmp.img
title CentOS (2.6.9-67.0.15.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-67.0.15.ELsmp ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.9-67.0.15.ELsmp.img
title CentOS (2.6.9-67.0.15.EL)
...

Thanks

Matt
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Frank Cox
On Sun, 27 Jul 2008 14:06:48 -0500
Matt <[EMAIL PROTECTED]> wrote:

> Um, er, what now?

Delete obsolete kernels that are still on your system.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Matt
> If /boot is it's own partition does it have enough free space?
>
> Shawn

I think you hit it on the head.

[EMAIL PROTECTED] cron.daily]# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
 478581664  38083104 416187984   9% /
/dev/sda1   101086101086 0 100% /boot
none   2057672 0   2057672   0% /dev/shm
/dev/sdb1384578164  47291812 317750912  13% /drv2

Um, er, what now?

Thanks.

Matt


>> Could anyone tell me whats going wrong here?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum Troubles

2008-07-27 Thread Shawn Everett
Just a quick thought...

If /boot is it's own partition does it have enough free space?

Shawn

On Sunday 27 July 2008, Matt wrote:
> Could anyone tell me whats going wrong here?
>
> Matt
>
> 
>= Package Arch   Version  Repository 
>   Size
> 
>= Installing:
>  kernel  i686   2.6.9-67.0.22.EL  update
> 12 M
>
> Transaction Summary
> 
>= Install  1 Package(s)
> Update   0 Package(s)
> Remove   0 Package(s)
> Total download size: 12 M
> Is this ok [y/N]: y
> Downloading Packages:
> (1/1): kernel-2.6.9-67.0. 100% |=|  12 MB   
> 01:43 Running Transaction Test
> Finished Transaction Test
> Transaction Test Succeeded
> Running Transaction
>   Installing: kernel   #
> [1/1] error: unpacking of archive failed on file
> /boot/System.map-2.6.9-67.0.22.EL;488cb6dd: cpio: write
>
> Installed: kernel.i686 0:2.6.9-67.0.22.EL
> Complete!
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread John R Pierce

Ned Slider wrote:
You haven't lost any data thought, just your ability to boot. A trip 
to corporate IT may be in order.


pssst.  he said ENCRYPTED boot loader.this is probably involved with 
some sort of full disk encryption scheme. this could potentially be 
so bad as to mean he's lost the encryption keys for the entire drive.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Ideas for stopping ssh brute force attacks

2008-07-27 Thread Ralph Angenendt
nightduke wrote:
> Visit offical site to grab latest OpenSSH 5.1

Great idea. Why not do that for all software on your system? And then
track all security updates for yourself instead on relying on the
distributor to do so?

Ralph


pgpnyGLWbjSiR.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Kai Schaetzl
Robert - elists wrote on Sun, 27 Jul 2008 08:35:24 -0700:

> /dev/ida/c0d0
> /dev/cciss/c0d0

I looked around, but none of these  :-( /dev/disk points to pci ids and then 
to /dev/sda etc. It's a PCI-based controller that HP calls "HP 8 Port HBA 
Controller" or so. In a DL140 G3.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Kai Schaetzl
Rainer Duffner wrote on Sun, 27 Jul 2008 15:39:34 +0200:

> What controller would that be?

It's Dell SAS 6iR and HP "8 Port HBA Host Controller" (as they call it). 
Both are LSI 1068-based, not sure if exactly the same chip. 

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Kai Schaetzl
Jim Perrin wrote on Sun, 27 Jul 2008 09:07:19 -0400:

> This depends on the raid controller.

Ah, I see. I listed them in the reply to Rainer.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum Troubles

2008-07-27 Thread Matt
Could anyone tell me whats going wrong here?

Matt

=
 Package Arch   Version  RepositorySize
=
Installing:
 kernel  i686   2.6.9-67.0.22.EL  update 12 M

Transaction Summary
=
Install  1 Package(s)
Update   0 Package(s)
Remove   0 Package(s)
Total download size: 12 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): kernel-2.6.9-67.0. 100% |=|  12 MB01:43
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: kernel   # [1/1]
error: unpacking of archive failed on file
/boot/System.map-2.6.9-67.0.22.EL;488cb6dd: cpio: write

Installed: kernel.i686 0:2.6.9-67.0.22.EL
Complete!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread Robert Moskowitz

Ned Slider wrote:

Robert Moskowitz wrote:

Craig White wrote:

On Sun, 2008-07-27 at 10:36 -0400, Robert Moskowitz wrote:


Oh, Boy. I am in trouble now

I just installed Centos on a USB drive on my corp notebook. To not 
TOUCH my corp drive.


I spent time with the drive partitioner to make sure that nothing 
was done to the internal hard drive...


Well I missed something and I overwrote the encrypted bootloader on 
the hard drive.


Now what? Can I rescue things?

I am leaving for my flight in a couple hours to Dublin for IETF 
meeting. I have to get this working on my own.


I hope there is another copy of the old boot loader somewhere on 
that system and some way to copy it?


Nope

whose bootloader was it?
Microsoft? You can re-install by booting installation CD and going to
recovery console and running 'fixmbr'

Yes. XP. But with the corp encrypted bootloader

No install CD. Well I do have an XP install CD here. Also Ghost 9.0 
that has some sort of bootloader fixer?


I seem to recall that there are two copies of either the bootloader 
or partition table, one as a backup? But which is it?




Nope, I don't believe there is a backup of the mbr anywhere - that it 
the partition table that has two copies.


Interestingly, the recent mbr boot sector virus doing the rounds last 
year made a backup copy of the mbr at sector 62, so if you'd happened 
to have been infected then you could have recovered your original mbr 
from that, but I guess you're out of luck.


You haven't lost any data thought, just your ability to boot. A trip 
to corporate IT may be in order. 
Kind of figured that. Where I missed the beat was at the bootloader 
install. I was NOT paying attention.


And I am off to Europe with no helpdesk contact info. And I only get to 
my office (I am in Detroit, my office outside of Harrisburg PA) once a 
quarter. So I am trying to contact a colleague in the local office to 
get me the tech support guy. He straighted out the boot loader on this 
box once when the auto encypt install failed


Thanks anyway gang.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread Ned Slider

Robert Moskowitz wrote:

Craig White wrote:

On Sun, 2008-07-27 at 10:36 -0400, Robert Moskowitz wrote:
 

Oh, Boy.  I am in trouble now

I just installed Centos on a USB drive on my corp notebook.  To not 
TOUCH my corp drive.


I spent time with the drive partitioner to make sure that nothing was 
done to the internal hard drive...


Well I missed something and I overwrote the encrypted bootloader on 
the hard drive.


Now what?  Can I rescue things?

I am leaving for my flight in a couple hours to Dublin for IETF 
meeting.  I have to get this working on my own.


I hope there is another copy of the old boot loader somewhere on that 
system and some way to copy it?



Nope

whose bootloader was it?
Microsoft? You can re-install by booting installation CD and going to
recovery console and running 'fixmbr'
  

Yes.  XP.  But with the corp encrypted bootloader

No install CD.  Well I do have an XP install CD here.  Also Ghost 9.0 
that has some sort of bootloader fixer?


I seem to recall that there are two copies of either the bootloader or 
partition table, one as a backup?  But which is it?




Nope, I don't believe there is a backup of the mbr anywhere - that it 
the partition table that has two copies.


Interestingly, the recent mbr boot sector virus doing the rounds last 
year made a backup copy of the mbr at sector 62, so if you'd happened to 
have been infected then you could have recovered your original mbr from 
that, but I guess you're out of luck.


You haven't lost any data thought, just your ability to boot. A trip to 
corporate IT may be in order.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Robert - elists

> 
> /dev/sda is the virtual disk as it appears to CentOS as I can access it
> with hdparm.
> Do I need to use another device for the RAID array (which?) or is it
> impossible to smart monitor "thru" a RAID controller?
> 
> Kai
> 

Kai

Shouldn't there be another "layer" ?

Is this a real hardware raid controller?

I do not remember the specifics, yet when we did this on HP proliant boxes
with hardware raid, we had to play with the config files and setup for the
raid *drivers* so to speak

On old boxes with raid5 we would be monitoring something like

/dev/ida/c0d0

And on newer boxes with raid1 or raid5 we would be monitoring something like

/dev/cciss/c0d0

 - rh


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread Robert Moskowitz

Craig White wrote:

On Sun, 2008-07-27 at 10:36 -0400, Robert Moskowitz wrote:
  

Oh, Boy.  I am in trouble now

I just installed Centos on a USB drive on my corp notebook.  To not 
TOUCH my corp drive.


I spent time with the drive partitioner to make sure that nothing was 
done to the internal hard drive...


Well I missed something and I overwrote the encrypted bootloader on the 
hard drive.


Now what?  Can I rescue things?

I am leaving for my flight in a couple hours to Dublin for IETF 
meeting.  I have to get this working on my own.


I hope there is another copy of the old boot loader somewhere on that 
system and some way to copy it?



Nope

whose bootloader was it? 


Microsoft? You can re-install by booting installation CD and going to
recovery console and running 'fixmbr'
  

Yes.  XP.  But with the corp encrypted bootloader

No install CD.  Well I do have an XP install CD here.  Also Ghost 9.0 
that has some sort of bootloader fixer?


I seem to recall that there are two copies of either the bootloader or 
partition table, one as a backup?  But which is it?



Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Now you did it Olly

2008-07-27 Thread Craig White
On Sun, 2008-07-27 at 10:36 -0400, Robert Moskowitz wrote:
> Oh, Boy.  I am in trouble now
> 
> I just installed Centos on a USB drive on my corp notebook.  To not 
> TOUCH my corp drive.
> 
> I spent time with the drive partitioner to make sure that nothing was 
> done to the internal hard drive...
> 
> Well I missed something and I overwrote the encrypted bootloader on the 
> hard drive.
> 
> Now what?  Can I rescue things?
> 
> I am leaving for my flight in a couple hours to Dublin for IETF 
> meeting.  I have to get this working on my own.
> 
> I hope there is another copy of the old boot loader somewhere on that 
> system and some way to copy it?

Nope

whose bootloader was it? 

Microsoft? You can re-install by booting installation CD and going to
recovery console and running 'fixmbr'

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Ideas for stopping ssh brute force attacks

2008-07-27 Thread nightduke
Visit offical site to grab latest OpenSSH 5.1

2008/7/23 Bowie Bailey <[EMAIL PROTECTED]>:
> Florin Andrei wrote:
>> Bowie Bailey wrote:
>> >
>> > I know it's "security through obscurity"
>>
>> That's not necessarily a bad thing.
>>
>> It is bad if it's the _only_ protection.
>
> Right.  I was just trying to head off the inevitable objections.
>
> Not that it worked...  :)
>
> --
> Bowie
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Now you did it Olly

2008-07-27 Thread Robert Moskowitz

Oh, Boy.  I am in trouble now

I just installed Centos on a USB drive on my corp notebook.  To not 
TOUCH my corp drive.


I spent time with the drive partitioner to make sure that nothing was 
done to the internal hard drive...


Well I missed something and I overwrote the encrypted bootloader on the 
hard drive.


Now what?  Can I rescue things?

I am leaving for my flight in a couple hours to Dublin for IETF 
meeting.  I have to get this working on my own.


I hope there is another copy of the old boot loader somewhere on that 
system and some way to copy it?



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Rainer Duffner


Am 27.07.2008 um 14:51 schrieb Kai Schaetzl:


It seems I can't smarm monitor disks on RAID controllers? I tried on
several machines with two different controllers and on all I get  
this when

starting up smartd:

Jul 27 14:36:43 c1 smartd[5944]: Opened configuration file
/etc/smartd.conf
Jul 27 14:36:43 c1 smartd[5944]: Configuration file /etc/smartd.conf
parsed.
Jul 27 14:36:43 c1 smartd[5944]: Device: /dev/sda, opened
Jul 27 14:36:43 c1 smartd[5944]: Device: /dev/sda, Bad IEC (SMART)  
mode

page, err=4, skip device
Jul 27 14:36:43 c1 smartd[5944]: Unable to register SCSI device /dev/ 
sda

at line 32 of file /etc/smartd.conf
Jul 27 14:36:43 c1 smartd[5944]: Device /dev/sda not available

/dev/sda is the virtual disk as it appears to CentOS as I can access  
it

with hdparm.
Do I need to use another device for the RAID array (which?) or is it
impossible to smart monitor "thru" a RAID controller?




What controller would that be?


Rainer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] problems with update of perl-5.8.8-10.el5_2.3

2008-07-27 Thread Gregory P. Ennis
On Sun, 2008-07-27 at 11:02 +0100, Ned Slider wrote:
> Johnny Hughes wrote:
> > Gregory P. Ennis wrote:
> >> List,
> >>
> >> I have an 2.6.18-92.1.6.el5xen X86_64 machine that is failing to update
> >> perl.  I did not see any bugs reported on the list and was wondering if
> >> anyone else had the same problem with a solution.
> >>
> >> Thanks,
> >>
> >> Greg Ennis
> >>
> >>
> >> Updating:
> >>  perlx86_64 4:5.8.8-10.el5_2.3  updates
> >> 12 M
> >>
> >> Transaction Summary
> >> =
> >>  
> >>
> >> Install  0 Package(s)
> >> Update   1 Package(s)
> >> Remove   0 Package(s)
> >>
> >> Total download size: 12 M
> >> Downloading Packages:
> >> Running rpm_check_debug
> >> Running Transaction Test
> >> Finished Transaction Test
> >>
> >>
> >> Transaction Check Error:
> >>   file /usr/lib/perl5/5.8.8/pod/perldiag.pod from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/c2ph.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/cpan.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/dprofpp.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/enc2xs.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/find2perl.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/h2ph.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/h2xs.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/instmodsh.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/libnetcfg.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/perlbug.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/perlcc.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/perldiag.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/perlivp.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/piconv.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pl2pm.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pod2html.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pod2latex.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pod2man.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pod2text.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pod2usage.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/podchecker.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/podselect.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/prove.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/psed.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/pstruct.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/s2p.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >> perl-5.8.8-10.el5_0.2
> >>   file /usr/share/man/man1/splain.1.gz from install of
> >> perl-5.8.8-10.el5_2.3 conflicts with file from package
> >

Re: [CentOS] problems with update of perl-5.8.8-10.el5_2.3

2008-07-27 Thread Gregory P. Ennis
On Sat, 2008-07-26 at 22:45 -0500, Johnny Hughes wrote:
> Gregory P. Ennis wrote:
> > List,
> > 
> > I have an 2.6.18-92.1.6.el5xen X86_64 machine that is failing to update
> > perl.  I did not see any bugs reported on the list and was wondering if
> > anyone else had the same problem with a solution.
> > 
> > Thanks,
> > 
> > Greg Ennis
> > 
> > 
> > Updating:
> >  perlx86_64 4:5.8.8-10.el5_2.3  updates
> > 12 M
> > 
> > Transaction Summary
> > =
> > Install  0 Package(s)
> > Update   1 Package(s)EcCare_uJ6786
> > Remove   0 Package(s)
> > 
> > Total download size: 12 M
> > Downloading Packages:
> > Running rpm_check_debug
> > Running Transaction Test
> > Finished Transaction Test
> > 
> > 
> > Transaction Check Error:
> >   file /usr/lib/perl5/5.8.8/pod/perldiag.pod from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/c2ph.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/cpan.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/dprofpp.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/enc2xs.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/find2perl.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/h2ph.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/h2xs.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/instmodsh.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/libnetcfg.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/perlbug.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/perlcc.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/perldiag.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/perlivp.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/piconv.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pl2pm.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pod2html.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pod2latex.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pod2man.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pod2text.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pod2usage.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/podchecker.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/podselect.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/prove.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/psed.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/pstruct.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/s2p.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/splain.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with file from package
> > perl-5.8.8-10.el5_0.2
> >   file /usr/share/man/man1/xsubpp.1.gz from install of
> > perl-5.8.8-10.el5_2.3 conflicts with f

Re: [CentOS] smartd on RAID controllers?

2008-07-27 Thread Jim Perrin
On Sun, Jul 27, 2008 at 8:51 AM, Kai Schaetzl <[EMAIL PROTECTED]> wrote:
> It seems I can't smarm monitor disks on RAID controllers? I tried on
> several machines with two different controllers and on all I get this when
> starting up smartd:

> /dev/sda is the virtual disk as it appears to CentOS as I can access it
> with hdparm.
> Do I need to use another device for the RAID array (which?) or is it
> impossible to smart monitor "thru" a RAID controller?

This depends on the raid controller. 3ware and a few others will pass
info, though you have to tell smart about them in the config. Many
hardware raid controllers will not pass smart info, as it's not just
one drive you're watching, and the vendor has their own solution for
that.




-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] smartd on RAID controllers?

2008-07-27 Thread Kai Schaetzl
It seems I can't smarm monitor disks on RAID controllers? I tried on 
several machines with two different controllers and on all I get this when 
starting up smartd:

Jul 27 14:36:43 c1 smartd[5944]: Opened configuration file 
/etc/smartd.conf
Jul 27 14:36:43 c1 smartd[5944]: Configuration file /etc/smartd.conf 
parsed.
Jul 27 14:36:43 c1 smartd[5944]: Device: /dev/sda, opened
Jul 27 14:36:43 c1 smartd[5944]: Device: /dev/sda, Bad IEC (SMART) mode 
page, err=4, skip device
Jul 27 14:36:43 c1 smartd[5944]: Unable to register SCSI device /dev/sda 
at line 32 of file /etc/smartd.conf
Jul 27 14:36:43 c1 smartd[5944]: Device /dev/sda not available

/dev/sda is the virtual disk as it appears to CentOS as I can access it 
with hdparm.
Do I need to use another device for the RAID array (which?) or is it 
impossible to smart monitor "thru" a RAID controller?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 41, Issue 12

2008-07-27 Thread centos-announce-request
postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20080726/db6c0c2a/attachment-0001.bin

--

Message: 5
Date: Sat, 26 Jul 2008 22:42:17 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0607 Important CentOS 4 ia64
kernel -security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0607

https://rhn.redhat.com/errata/RHSA-2008-0607.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

ia64:
updates/ia64/RPMS/kernel-2.6.9-67.0.22.EL.ia64.rpm
updates/ia64/RPMS/kernel-devel-2.6.9-67.0.22.EL.ia64.rpm
updates/ia64/RPMS/kernel-largesmp-2.6.9-67.0.22.EL.ia64.rpm
updates/ia64/RPMS/kernel-largesmp-devel-2.6.9-67.0.22.EL.ia64.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20080726/38f0437c/attachment-0001.bin

--

Message: 6
Date: Sat, 26 Jul 2008 22:48:52 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0607 Important CentOS 4 s390(x)
kernel  - security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0607

https://rhn.redhat.com/errata/RHSA-2008-0607.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

s390:
updates/s390/RPMS/kernel-2.6.9-67.0.22.EL.s390.rpm
updates/s390/RPMS/kernel-devel-2.6.9-67.0.22.EL.s390.rpm

s390x:
updates/s390x/RPMS/kernel-2.6.9-67.0.22.EL.s390x.rpm
updates/s390x/RPMS/kernel-devel-2.6.9-67.0.22.EL.s390x.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20080726/28ee3a5c/attachment-0001.bin

--

Message: 7
Date: Sun, 27 Jul 2008 00:26:50 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0616 Moderate CentOS 4 ia64
thunderbird - security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0616

https://rhn.redhat.com/errata/RHSA-2008-0616.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

ia64:
updates/ia64/RPMS/thunderbird-1.5.0.12-14.el4.centos.ia64.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20080727/d01f309e/attachment-0001.bin

--

Message: 8
Date: Sun, 27 Jul 2008 13:22:26 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: [CentOS-announce] CESA-2008:0616 Moderate CentOS 4 s390(x)
thunderbird - security update
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory 2008:0616

https://rhn.redhat.com/errata/RHSA-2008-0616.html

The following updated files have been uploaded and are currently
syncing to the mirrors:

s390:
updates/s390/RPMS/thunderbird-1.5.0.12-14.el4.centos.s390.rpm

s390x:
updates/s390x/RPMS/thunderbird-1.5.0.12-14.el4.centos.s390x.rpm


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20080727/03ebcd86/attachment-0001.bin

--

___
CentOS-announce mailing list
[EMAIL PROTECTED]
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 41, Issue 12
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] problems with update of perl-5.8.8-10.el5_2.3

2008-07-27 Thread Ned Slider

Johnny Hughes wrote:

Gregory P. Ennis wrote:

List,

I have an 2.6.18-92.1.6.el5xen X86_64 machine that is failing to update
perl.  I did not see any bugs reported on the list and was wondering if
anyone else had the same problem with a solution.

Thanks,

Greg Ennis


Updating:
 perlx86_64 4:5.8.8-10.el5_2.3  updates
12 M

Transaction Summary
= 


Install  0 Package(s)
Update   1 Package(s)
Remove   0 Package(s)

Total download size: 12 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /usr/lib/perl5/5.8.8/pod/perldiag.pod from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/c2ph.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/cpan.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/dprofpp.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/enc2xs.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/find2perl.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/h2ph.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/h2xs.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/instmodsh.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/libnetcfg.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/perlbug.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/perlcc.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/perldiag.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/perlivp.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/piconv.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pl2pm.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pod2html.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pod2latex.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pod2man.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pod2text.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pod2usage.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/podchecker.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/podselect.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/prove.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/psed.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/pstruct.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/s2p.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/splain.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2
  file /usr/share/man/man1/xsubpp.1.gz from install of
perl-5.8.8-10.el5_2.3 conflicts with file from package
perl-5.8.8-10.el5_0.2


looks like you have both perl i386 and x86_64 installed ... do you need 
both?


If so, make sure extras is also enabled.




Just saw the same issue here:

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14897&forum=37

Removing perl.i386 fixed it.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos