[CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Andre Charbonneau
Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software patches. But I get the following error when I try to run 'yum update': Package libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signed and yum update exits

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Brunner, Brian T.
centos-boun...@centos.org wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software patches. But I get the following error when I try to run 'yum update': Package

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Andre Charbonneau
Brunner, Brian T. wrote: centos-boun...@centos.org wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software patches. But I get the following error when I try to run 'yum update': Package

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Filipe Rosset
On 04/20/2011 04:53 PM, Andre Charbonneau wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software patches. But I get the following error when I try to run 'yum update': Package

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Mathieu Baudier
   Package libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signed You could use --nogpgcheck but this is really weird that some packages are not signed. It may mean that the package is not from the trusted source, so you should not use --nogpgcheck on a serious environment.

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Andre Charbonneau
Mathieu Baudier wrote: Package libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signed You could use --nogpgcheck but this is really weird that some packages are not signed. It may mean that the package is not from the trusted source, so you should not use --nogpgcheck on a serious

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Akemi Yagi
On Wed, Apr 20, 2011 at 1:03 PM, Filipe Rosset rosset.fil...@gmail.com wrote: On 04/20/2011 04:53 PM, Andre Charbonneau wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software patches. But I get the

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Andre Charbonneau
Akemi Yagi wrote: On Wed, Apr 20, 2011 at 1:03 PM, Filipe Rosset rosset.fil...@gmail.com wrote: On 04/20/2011 04:53 PM, Andre Charbonneau wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do after the install is to apply the software

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Marcel Beerli
: [CentOS] yum update after fresh 5.6 install fails Akemi Yagi wrote: On Wed, Apr 20, 2011 at 1:03 PM, Filipe Rosset rosset.fil...@gmail.com wrote: On 04/20/2011 04:53 PM, Andre Charbonneau wrote: Hi, I just finished installing a CentOS 5.6 x86_64 system and the first thing I wanted to do

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Kai Schaetzl
These packages are quite new (only a few hours old). They must have been accidentally not signed. Skip them for the time being. Kai ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum update after fresh 5.6 install fails

2011-04-20 Thread Akemi Yagi
On Wed, Apr 20, 2011 at 1:19 PM, Marcel Beerli m.bee...@awid.com wrote: Another option is to exclude it on the command line yum -x libuser update /Marcel Ah, yes. One note is that adding a * ( libuser* ) is recommended because libuser-devel is also not signed. :( Akemi