[CentOS-es] Error instalar cliente mySQL

2012-02-29 Thread Sergio Villalba
Hola a tod@s,

mirad que error me sale al instalar el cliente mySQL:

yum install mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.free.fr
 * epel: ftp.cica.es
 * extras: ftp.free.fr
 * updates: ftp.free.fr
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
-- Processing Dependency: perl(DBI) for package: mysql
--- Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
-- Running transaction check
--- Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
-- Finished Dependency Resolution

Dependencies Resolved


 Package Arch
Version Repository
 Size

Installing:
 mysql   i386
5.0.95-1.el5_7.1updates
4.9 M
 mysql   x86_64
5.0.95-1.el5_7.1updates
4.9 M
Installing for dependencies:
 perl-DBIx86_64
1.52-2.el5  base
600 k

Transaction Summary

Install   3 Package(s)
Upgrade   0 Package(s)

Total size: 10 M
Is this ok [y/N]: n
Exiting on user Command
Complete!
[root@latamsrv www_status]# yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.free.fr
 * epel: ftp.cica.es
 * extras: ftp.free.fr
 * updates: ftp.free.fr
Setting up Update Process
No Packages marked for Update
[root@latamsrv www_status]# yum install mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.free.fr
 * epel: ftp.cica.es
 * extras: ftp.free.fr
 * updates: ftp.free.fr
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
-- Processing Dependency: perl(DBI) for package: mysql
--- Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
-- Running transaction check
--- Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
-- Finished Dependency Resolution

Dependencies Resolved


 Package Arch
Version Repository
 Size

Installing:
 mysql   i386
5.0.95-1.el5_7.1updates
4.9 M
 mysql   x86_64
5.0.95-1.el5_7.1updates
4.9 M
Installing for dependencies:
 perl-DBIx86_64
1.52-2.el5  base
600 k

Transaction Summary

Install   3 Package(s)
Upgrade   0 Package(s)

Total size: 10 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /etc/my.cnf from install of mysql-5.0.95-1.el5_7.1.x86_64
conflicts with file from package mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/Index.xml from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/cp1250.xml from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/cp1251.xml from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/czech/errmsg.sys from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/danish/errmsg.sys from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/dutch/errmsg.sys from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/english/errmsg.sys from install of
mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from 

Re: [CentOS-es] Error instalar cliente mySQL

2012-02-29 Thread Javier Basisty
Primero desinstala la biblioteca que te esta causando conflicto (rpm -qa 
| grep -i mysql) y despues instalate la que quieras. Sugerencia, 
especificale la arquitectura cuando elegis el paquete.



On 02/29/2012 11:38 AM, Sergio Villalba wrote:
 Hola a tod@s,

 mirad que error me sale al instalar el cliente mySQL:

 yum install mysql
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
   * base: ftp.free.fr
   * epel: ftp.cica.es
   * extras: ftp.free.fr
   * updates: ftp.free.fr
 Setting up Install Process
 Resolving Dependencies
 --  Running transaction check
 ---  Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
 --  Processing Dependency: perl(DBI) for package: mysql
 ---  Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
 --  Running transaction check
 ---  Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
 --  Finished Dependency Resolution

 Dependencies Resolved

 
   Package Arch
 Version Repository
   Size
 
 Installing:
   mysql   i386
 5.0.95-1.el5_7.1updates
  4.9 M
   mysql   x86_64
 5.0.95-1.el5_7.1updates
  4.9 M
 Installing for dependencies:
   perl-DBIx86_64
 1.52-2.el5  base
  600 k

 Transaction Summary
 
 Install   3 Package(s)
 Upgrade   0 Package(s)

 Total size: 10 M
 Is this ok [y/N]: n
 Exiting on user Command
 Complete!
 [root@latamsrv www_status]# yum update
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
   * base: ftp.free.fr
   * epel: ftp.cica.es
   * extras: ftp.free.fr
   * updates: ftp.free.fr
 Setting up Update Process
 No Packages marked for Update
 [root@latamsrv www_status]# yum install mysql
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
   * base: ftp.free.fr
   * epel: ftp.cica.es
   * extras: ftp.free.fr
   * updates: ftp.free.fr
 Setting up Install Process
 Resolving Dependencies
 --  Running transaction check
 ---  Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
 --  Processing Dependency: perl(DBI) for package: mysql
 ---  Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
 --  Running transaction check
 ---  Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
 --  Finished Dependency Resolution

 Dependencies Resolved

 
   Package Arch
 Version Repository
   Size
 
 Installing:
   mysql   i386
 5.0.95-1.el5_7.1updates
  4.9 M
   mysql   x86_64
 5.0.95-1.el5_7.1updates
  4.9 M
 Installing for dependencies:
   perl-DBIx86_64
 1.52-2.el5  base
  600 k

 Transaction Summary
 
 Install   3 Package(s)
 Upgrade   0 Package(s)

 Total size: 10 M
 Is this ok [y/N]: y
 Downloading Packages:
 Running rpm_check_debug
 Running Transaction Test
 Finished Transaction Test


 Transaction Check Error:
file /etc/my.cnf from install of mysql-5.0.95-1.el5_7.1.x86_64
 conflicts with file from package mysql-libs-5.5.18-1.el5.remi.x86_64
file /usr/share/mysql/charsets/Index.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
file /usr/share/mysql/charsets/cp1250.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
file /usr/share/mysql/charsets/cp1251.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
file /usr/share/mysql/czech/errmsg.sys from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
file 

Re: [CentOS-es] Error instalar cliente mySQL

2012-02-29 Thread victor santana
Pueden convivir las 2 versiones 86 y 64 en un mismo servidor?
El 29/02/2012 14:38, Sergio Villalba svillal...@gmail.com escribió:

 Hola a tod@s,

 mirad que error me sale al instalar el cliente mySQL:

 yum install mysql
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * base: ftp.free.fr
  * epel: ftp.cica.es
  * extras: ftp.free.fr
  * updates: ftp.free.fr
 Setting up Install Process
 Resolving Dependencies
 -- Running transaction check
 --- Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
 -- Processing Dependency: perl(DBI) for package: mysql
 --- Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
 -- Running transaction check
 --- Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
 -- Finished Dependency Resolution

 Dependencies Resolved



  Package Arch
 Version Repository
 Size


 Installing:
  mysql   i386
 5.0.95-1.el5_7.1updates
4.9 M
  mysql   x86_64
 5.0.95-1.el5_7.1updates
4.9 M
 Installing for dependencies:
  perl-DBIx86_64
 1.52-2.el5  base
600 k

 Transaction Summary


 Install   3 Package(s)
 Upgrade   0 Package(s)

 Total size: 10 M
 Is this ok [y/N]: n
 Exiting on user Command
 Complete!
 [root@latamsrv www_status]# yum update
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * base: ftp.free.fr
  * epel: ftp.cica.es
  * extras: ftp.free.fr
  * updates: ftp.free.fr
 Setting up Update Process
 No Packages marked for Update
 [root@latamsrv www_status]# yum install mysql
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * base: ftp.free.fr
  * epel: ftp.cica.es
  * extras: ftp.free.fr
  * updates: ftp.free.fr
 Setting up Install Process
 Resolving Dependencies
 -- Running transaction check
 --- Package mysql.i386 0:5.0.95-1.el5_7.1 set to be updated
 -- Processing Dependency: perl(DBI) for package: mysql
 --- Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated
 -- Running transaction check
 --- Package perl-DBI.x86_64 0:1.52-2.el5 set to be updated
 -- Finished Dependency Resolution

 Dependencies Resolved



  Package Arch
 Version Repository
 Size


 Installing:
  mysql   i386
 5.0.95-1.el5_7.1updates
4.9 M
  mysql   x86_64
 5.0.95-1.el5_7.1updates
4.9 M
 Installing for dependencies:
  perl-DBIx86_64
 1.52-2.el5  base
600 k

 Transaction Summary


 Install   3 Package(s)
 Upgrade   0 Package(s)

 Total size: 10 M
 Is this ok [y/N]: y
 Downloading Packages:
 Running rpm_check_debug
 Running Transaction Test
 Finished Transaction Test


 Transaction Check Error:
  file /etc/my.cnf from install of mysql-5.0.95-1.el5_7.1.x86_64
 conflicts with file from package mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/Index.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/cp1250.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/charsets/cp1251.xml from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/czech/errmsg.sys from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/danish/errmsg.sys from install of
 mysql-5.0.95-1.el5_7.1.x86_64 conflicts with file from package
 mysql-libs-5.5.18-1.el5.remi.x86_64
  file /usr/share/mysql/dutch/errmsg.sys from 

Re: [CentOS] strange cron message

2012-02-29 Thread John Doe
From: Michael Schumacher michael.schumac...@pamas.de

 environment: new Centos 6 installation out of the box.
 somebody has an idea what causes this error mail to be sent?
 This pops up every three minutes. There is no ascservicemonitor on
 that machine, I cannot find any reference to a file with this name and
 I cannot find a cron job that would be running every three minutes.

Maybe try:
grep -ri asc /etc/cron*/var/spool/cron

But it is strange that a brand new installation has some references 
to /usr/local...

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


Re: [CentOS] Software RAID1 with CentOS-6.2

2012-02-29 Thread William Warren
first off..if you are using the on bios raid turn it off.  Secondly 
black drives form WD intentionally put themselves into deep cycle diags 
every so often.  This makes them impossible to use in hardware and FRAID 
setups.  I have 4 of them in raid 10 under mdraid and i had to disable 
bios raid for them to not go nuts.  I still get the occasional error but 
usually the kernel is smart enough to let them take their breather they 
want to take.  unfortunately the only drives that don't do this are 
their enterprise drives.  this is the primary reason i have 
discontinued my use of all western digital products.

On 2/28/2012 8:08 PM, Kahlil Hodgson wrote:
 Hi Scott,

 On Tue, 2012-02-28 at 16:48 -0800, Scott Silva wrote:
 First thing... Are they green drives? Green drives power down randomly and 
 can
 cause these types of errors...
 These are 'Black' drives.

 Also, maybe the 6GB sata isn't fully supported
 by linux and that board... Try the 3 GB channels
 Yer, I was thinking that might be the case.  I'll give that a go.

 Thanks,

 Kal


 ___
 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] OT: Sysadmin position

2012-02-29 Thread Giles Coochey
On 2012-02-28 19:04, Markus Falb wrote:
 On 28.2.2012 19:49, Rajagopal Swaminathan wrote:
 Greetings,

 On Tue, Feb 28, 2012 at 7:23 PM, Tony Placilla 
 aplacilla-4gnrotwu...@public.gmane.org wrote:

 I have an opening for a full-time Systems Administrator.

 Please contact me off list for details

 Is this applicable for Indian Citizens who do have work visas as 
 yet?

 Not for whatever citizens who do not understand contact me off list 
 for
 details I suppose ;-)

Maybe not, but it does illustrate that (whatever the list policy might 
be), it's not too smart to just ask for a Systems Administrator - it 
is a very broad field and you will want specific requirements and 
technology exposure. Let alone georgraphic and political restrictions. 
The OP could at least have put in a link to a reasonably details job 
spec!

I didn't answer as I assumed they wouldn't be paying me enough if they 
just thought they needed _a_ System Administrator.

Giles Coochey
+44 (0) 7983 877438
CCNAS, CCNA, CCENT
NetSecSpec Ltd
-- 
Message sent via my webmail account.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] build rpm from tar.xz tarball

2012-02-29 Thread Marc Deop
On Wednesday 29 February 2012 02:11:25 fakessh @ wrote:
 What is the correct procedure to build an rpm with this type of package
 tar.xz

AFAIK the %setup macro should be able to handle the decompression.

If not, just do it yourself within the %prep section

Regards

PS: there's an rpm-list ( rpm-l...@lists.rpm.org )
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is there a way to _remove_ dependencies from an RPM built from source?

2012-02-29 Thread Marc Deop
On Sunday 26 February 2012 20:39:03 Michael Lampe wrote:
 So I can build, but the resulting RPM cannot be installed -- if not 
 forced. (No problems then as everything is there.)

Why don't you add the files needed as dependencies to the spec file? (it's one 
of the beautis of the rpm system over deb)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos4 and rhel4 upstream effective eol

2012-02-29 Thread Johnny Hughes
On 02/28/2012 10:49 AM, R - elists wrote:
 what exactly is the planned day and time that centos4 will be moved removed
 from working yum update  current mirrored functionality ??

 march 1st or a day or two later please?

  - rh


CentOS 4.9 is currently (and will remain forever) at:

http://vault.centos.org/4.9/

There will be no more updates added to that after Red Hat stops
releasing updates (if they release any more before they stop support, we
will add those), but it will remain fully functional with some changes
to your CentOS-Base.repo file.

Specifically, remark out all the mirrorlist and baseurl functions and
use this:

baseurl=http://vault.centos.org/4.9/repo/arch/

so these baseurls would be used on an i386 machine in the various
sections instead of what is there:

baseurl=http://vault.centos.org/4.9/os/i386/
baseurl=http://vault.centos.org/4.9/updates/i386/
baseurl=http://vault.centos.org/4.9/extras/i386/
baseurl=http://vault.centos.org/4.9/centosplus/i386/

Now, of course, we highly recommend moving off CentOS-4, as there will
be no more security fixes ... but you can use vault.centos.org as
necessary even after removal from the main mirrors.

As to the timing for the removal of CentOS-4.x from the master mirror
(and therefore all of mirror.centos.org, then the remote sites), I am
not 100% sure yet when we will move it off.  We may not remove it for
the CentOS-5.8 release ... we might, but probably not.  We will almost
certainly remove CentOS-4.x when we remove CentOS-5.7 (probably a week
or so after the 5.8 release) ... so likely around March 10th, 2012.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos6: Boot from usb 3.0ls /

2012-02-29 Thread Volker Poplawski
On 23.02.2012 14:25, Lamar Owen wrote:
 On Wednesday, February 22, 2012 09:52:54 AM Volker Poplawski wrote:
 Hi all,

 I'm booting Centos6 from a usb 3.0 stick.

 This works fine as long as the usb-stick is connected to a usb 2.0 port.
 Once I plug the the usb-stick into a blue usb 3.0 port centos fails on
 mounting the root filesystem.

 Any hints on that?

 Which version of CentOS?  6.0, 6.1, or 6.2?  Which kernel?

 USB3 support isn't as robust as it should be, prior to 6.2, but I've not 
 tried booting with USB3.0.

Hi Lamar.

Centos 6.2 x86_64,  2.6.32-220

Got the problem (partialy) solved.

The required xhci_hcd kernel module is not part of the 260 modules in 
the initrd for some reason. Sony Memory-Stick is included, if you happen 
to have one of these...

I was able to rebuild the initrd plus the xhci_hdc module:

mkinitrd -v --with=xhci_hdc 
/boot/initramfs-2.6.32-220.4.2.el6.x86_64.img `uname -r`


Now, how do I tell centos to add the module everytime a new kernel is 
installed/updated?
OpenSuse offers a setting called INITRD_MODULES=... in /etc/sysconfig 
which is used by mkinitrd. Is there something similar in Centos?



Regards
Volker

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


Re: [CentOS] Centos6: Boot from usb 3.0ls /

2012-02-29 Thread John Doe
From: Volker Poplawski vol...@openbios.org

 The required xhci_hcd kernel module is not part of the 260 modules in 
 the initrd for some reason. Sony Memory-Stick is included, if you happen 
 to have one of these...
 I was able to rebuild the initrd plus the xhci_hdc module:
 mkinitrd -v --with=xhci_hdc 
 /boot/initramfs-2.6.32-220.4.2.el6.x86_64.img `uname -r`
 Now, how do I tell centos to add the module everytime a new kernel is 
 installed/updated?

Isn't mkinitrd looking at /etc/modprobe.conf?
Or is it only limited to fs, ide/scsi and raid modules?

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


Re: [CentOS] Software RAID1 with CentOS-6.2

2012-02-29 Thread Miguel Medalha

A few months ago I had an enormous amount of grief trying to understand 
why a RAID array in a new server kept getting corrupted and suddenly 
changing configuration. After a lot of despair and head scratching it 
turned out to be the SATA cables. This was a rack server from Asus with 
a SATA backplane. The cables, made by Foxconn, came pre-installed.

After I replaced the SATA cables with new ones, all problems were gone 
and the array is now rock solid.

Many SATA cables on the market are pieces of junk either incapable of 
coping with the high frequencies involved in SATA 3Gb/s or 6Gb/s or 
their connector are made of bad quality plastics unable to keep the 
necessary pressure on the contacts.

I had already found this problem with desktop machines, I simply 
wouldn't believe that such a class of hardware would exhibit it also.

So, I would advise you to replace the SATA cables with good quality ones.


As an additional information, I quote from the Caviar Black range datasheet:

Desktop / Consumer RAID Environments - WD Caviar Black Hard Drives are 
tested and recommended for use in consumer-type RAID applications 
(RAID-0 /RAID-1).
- Business Critical RAID Environments – WD Caviar Black Hard Drives are 
not recommended for and are not warranted for use in RAID environments 
utilizing Enterprise HBAs and/or expanders and in multi-bay chassis, as 
they are not designed for, nor tested in, these specific types of RAID 
applications. For all Business Critical RAID applications, please 
consider WD’s Enterprise Hard Drives that are specifically designed with 
RAID-specific, time-limited error recovery (TLER), are tested 
extensively in 24x7 RAID applications, and include features like 
enhanced RAFF technology and thermal extended burn-in testing.

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


Re: [CentOS] build rpm from tar.xz tarball

2012-02-29 Thread Frank Cox
On Wed, 29 Feb 2012 20:52:09 +0100
fakessh @ wrote:

 any idees

My idee would be to de-archive your xz file and create a new tar.gz (or
tar.bz) file using the result, then use that to build the rpm.

unxz gnutls-3.0.9.tar.xz
bzip2 gnutls-3.0.9.tar

Now you have a gnutls-3.0.9.tar.bz2

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Software RAID1 with CentOS-6.2

2012-02-29 Thread m . roth
Miguel Medalha wrote:

 A few months ago I had an enormous amount of grief trying to understand
 why a RAID array in a new server kept getting corrupted and suddenly
 changing configuration. After a lot of despair and head scratching it
 turned out to be the SATA cables. This was a rack server from Asus with
 a SATA backplane. The cables, made by Foxconn, came pre-installed.

 After I replaced the SATA cables with new ones, all problems were gone
 and the array is now rock solid.

Thanks for this info, Miguel.
snip
 As an additional information, I quote from the Caviar Black range
 datasheet:

 Desktop / Consumer RAID Environments - WD Caviar Black Hard Drives are
 tested and recommended for use in consumer-type RAID applications
 (RAID-0 /RAID-1).
 - Business Critical RAID Environments – WD Caviar Black Hard Drives are
 not recommended for and are not warranted for use in RAID environments
 utilizing Enterprise HBAs and/or expanders and in multi-bay chassis, as
 they are not designed for, nor tested in, these specific types of RAID
 applications. For all Business Critical RAID applications, please
 consider WD’s Enterprise Hard Drives that are specifically designed with
 RAID-specific, time-limited error recovery (TLER), are tested
 extensively in 24x7 RAID applications, and include features like
 enhanced RAFF technology and thermal extended burn-in testing.

Wonderful... NOT. We've got a number of Caviar Green, so I looked up its
datasheet... and it says the same.

That rebuild of my system at home? I think I'll look at commercial grade
drives

   mark

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


Re: [CentOS] Is there a way to _remove_ dependencies from an RPM built from source?

2012-02-29 Thread Michael Lampe
Marc Deop wrote:
 On Sunday 26 February 2012 20:39:03 Michael Lampe wrote:
 So I can build, but the resulting RPM cannot be installed -- if not
 forced. (No problems then as everything is there.)

 Why don't you add the files needed as dependencies to the spec file? (it's 
 one of the beautis of the rpm system over deb)

Duplicate them, or what? They are already there. Only not registered 
with rpm. (Intel's compiler comes with several runtime libs, and openmpi 
is not a program, but an additional runtime for building one's own 
programs.)

The best approximation is to remove the intel deps. Can be done. Other's 
did it before, and I did it too. Only I don't even have a borderline 
addiction to rpm.


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