I just took a brand new CentOS 4.2 x86_64 install, updated all of the base packages with yum, and then added the csgfs repo and attempted to install those packages. When I do the installation, I have a problem with one package: # yum install perl-Net-Telnet [ snip ] =========================================================================== Package Arch Version Repository Size =========================================================================== Installing: perl-Net-Telnet noarch 3.03-3 csgfs 51 k [ snip ] Package perl-Net-Telnet-3.03-3.noarch.rpm is not signed I know I can set gpgcheck=0 in the repo definition, but shouldn't this be fixed in the repo? Is there another way to specifically allow this one package to install without turning off gpg checks for the entire repo? Bowie
Bowie Bailey wrote:> I just took a brand new CentOS 4.2 x86_64 install, updated all of the > base packages with yum, and then added the csgfs repo and attempted to > install those packages. > > When I do the installation, I have a problem with one package: > > # yum install perl-Net-Telnet > > [ snip ] > > > ===========================================================================> > Package Arch Version Repository > Size > > ===========================================================================> > Installing: > perl-Net-Telnet noarch 3.03-3 csgfs > 51 k > > [ snip ] > > Package perl-Net-Telnet-3.03-3.noarch.rpm is not signed > > I know I can set gpgcheck=0 in the repo definition, but shouldn't this > be fixed in the repo? Is there another way to specifically allow this > one package to install without turning off gpg checks for the entire > repo? >Couple of packages had this issue - all fixed now, try again. Depending on what mirror you are using - it might take a few hours for the updates to propagate through the mirror network. -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq
From: Karanbir Singh [mailto:mail-lists at karan.org]> > Bowie Bailey wrote: > > I just took a brand new CentOS 4.2 x86_64 install, updated all of > > the base packages with yum, and then added the csgfs repo and > > attempted to install those packages. > > > > When I do the installation, I have a problem with one package: > > > > Package perl-Net-Telnet-3.03-3.noarch.rpm is not signed > > > > I know I can set gpgcheck=0 in the repo definition, but shouldn't > > this be fixed in the repo? Is there another way to specifically > > allow this one package to install without turning off gpg checks > > for the entire repo? > > > > Couple of packages had this issue - all fixed now, try again. > Depending on what mirror you are using - it might take a few hours > for the updates to propagate through the mirror network.Thanks. I have already bypassed the problem on this install, but hopefully this will make things go smoother on the next one. Bowie