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 without applying any of the patches. I tried clearing the cache and re-running the update command but I get the same error. Any help with this would be much appreciated. Best regards, Andre
centos-bounces at 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 libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signed > > and yum update exits without applying any of the patches.yum --skip-broken update Insert spiffy .sig here: Life is complex: it has both real and imaginary parts. //me ******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.Hubbell.com - Hubbell Incorporated**
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 libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signed > > and yum update exits without applying any of the patches. > > > I tried clearing the cache and re-running the update command but I get > the same error. >You can disable the gpg signature check with --nogpgcheck (not recommended) or wait for a fixed package. -- Filipe Rio Grande do Sul, Brazil
> ? ?Package libuser-0.54.7-2.1.el5_5.2.x86_64.rpm is not signedYou 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.