Re: Installing patch on XO-4

2012-10-26 Thread Daniel Drake
On Fri, Oct 26, 2012 at 12:04 AM, Peter Robinson  wrote:
> On Fri, Oct 26, 2012 at 6:10 AM, Jerry Vonau  wrote:
>>
>> As a workaround, maybe edit /etc/yum.repos.d/*.repos and toggle
>> gpgcheck= to 0? OOB could do that till the issue is resolved upstream.
>
> It's an ongoing issue, basically we're building packages quicker than
> we can sign them. Signing is a manual process because it needs someone
> to unlock the key and begin the process to ensure security. I believe
> we're slowly catching up but it tends to be a moving target at the
> moment, but should start to slow down now that we're in pre beta
> freeze.

Peter is right, but if I remember correctly, the "this package is not
signed" error is different from the one seen here.

I just checked, build 8 freshly installed on XO-1.75 and XO-4.

"yum -y install patch" downloads patch-2.6.1-13.fc18 from the fedora repository.
On XO-1.75 it succeeds, and on XO-4 it fails. So this does seem to be
an XO4-specific issue.

Maybe Shawn L is interested in diagnosing this? :)

Updated http://dev.laptop.org/ticket/12164 accordingly.

Thanks
Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Installing patch on XO-4

2012-10-25 Thread Peter Robinson
On Fri, Oct 26, 2012 at 6:10 AM, Jerry Vonau  wrote:
>
> As a workaround, maybe edit /etc/yum.repos.d/*.repos and toggle
> gpgcheck= to 0? OOB could do that till the issue is resolved upstream.

It's an ongoing issue, basically we're building packages quicker than
we can sign them. Signing is a manual process because it needs someone
to unlock the key and begin the process to ensure security. I believe
we're slowly catching up but it tends to be a moving target at the
moment, but should start to slow down now that we're in pre beta
freeze.

Peter


> On Fri, 2012-10-26 at 00:55 -0400, Chris Leonard wrote:
>> AFAICT, no GPG keys are checking out.
>>
>> Try
>>
>> sudo yum install patch --nogpg
>>
>> I have seen the same error type on every yum attempt and the --nogpg
>> gets around it.
>>
>> cjl
>>
>> On Fri, Oct 26, 2012 at 12:50 AM,   wrote:
>> > Hi
>> >
>> > I tried installing patch on a XO-4, sudo yum install patch
>> >
>> > I got a checksum error so I deleted 
>> > /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm 
>> > and tried again, it still fails
>> >
>> > Any suggestions?
>> > thanks
>> > Tony
>> >
>> > Total download size: 94 k
>> > Installed size: 174 k
>> > Is this ok [y/N]: y
>> > Downloading Packages:
>> > warning: 
>> > /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm: 
>> > Header V3 RSA/SHA1 Signature, key ID a4d647e9: NOKEY
>> > Public key for patch-2.6.1-13.fc18.armv7hl.rpm is not installed
>> > patch-2.6.1-13.fc18.armv7hl.rpm|  94 kB   00:04
>> > Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp
>> >
>> >
>> > Invalid GPG Key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp: 
>> > bad checksum on pgp message
>> >
>> > ___
>> > Devel mailing list
>> > Devel@lists.laptop.org
>> > http://lists.laptop.org/listinfo/devel
>> ___
>> Devel mailing list
>> Devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/devel
>
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Re: Installing patch on XO-4

2012-10-25 Thread forster
thanks Chris, Jerry & James for your quick replies
Tony
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Installing patch on XO-4

2012-10-25 Thread Jerry Vonau

As a workaround, maybe edit /etc/yum.repos.d/*.repos and toggle
gpgcheck= to 0? OOB could do that till the issue is resolved upstream.

Jerry

On Fri, 2012-10-26 at 00:55 -0400, Chris Leonard wrote:
> AFAICT, no GPG keys are checking out.
> 
> Try
> 
> sudo yum install patch --nogpg
> 
> I have seen the same error type on every yum attempt and the --nogpg
> gets around it.
> 
> cjl
> 
> On Fri, Oct 26, 2012 at 12:50 AM,   wrote:
> > Hi
> >
> > I tried installing patch on a XO-4, sudo yum install patch
> >
> > I got a checksum error so I deleted 
> > /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm 
> > and tried again, it still fails
> >
> > Any suggestions?
> > thanks
> > Tony
> >
> > Total download size: 94 k
> > Installed size: 174 k
> > Is this ok [y/N]: y
> > Downloading Packages:
> > warning: 
> > /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm: 
> > Header V3 RSA/SHA1 Signature, key ID a4d647e9: NOKEY
> > Public key for patch-2.6.1-13.fc18.armv7hl.rpm is not installed
> > patch-2.6.1-13.fc18.armv7hl.rpm|  94 kB   00:04
> > Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp
> >
> >
> > Invalid GPG Key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp: bad 
> > checksum on pgp message
> >
> > ___
> > Devel mailing list
> > Devel@lists.laptop.org
> > http://lists.laptop.org/listinfo/devel
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Installing patch on XO-4

2012-10-25 Thread James Cameron
Seconded, #12164.

-- 
James Cameron
http://quozl.linux.org.au/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Installing patch on XO-4

2012-10-25 Thread Chris Leonard
AFAICT, no GPG keys are checking out.

Try

sudo yum install patch --nogpg

I have seen the same error type on every yum attempt and the --nogpg
gets around it.

cjl

On Fri, Oct 26, 2012 at 12:50 AM,   wrote:
> Hi
>
> I tried installing patch on a XO-4, sudo yum install patch
>
> I got a checksum error so I deleted 
> /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm and 
> tried again, it still fails
>
> Any suggestions?
> thanks
> Tony
>
> Total download size: 94 k
> Installed size: 174 k
> Is this ok [y/N]: y
> Downloading Packages:
> warning: 
> /var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm: 
> Header V3 RSA/SHA1 Signature, key ID a4d647e9: NOKEY
> Public key for patch-2.6.1-13.fc18.armv7hl.rpm is not installed
> patch-2.6.1-13.fc18.armv7hl.rpm|  94 kB   00:04
> Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp
>
>
> Invalid GPG Key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp: bad 
> checksum on pgp message
>
> ___
> Devel mailing list
> Devel@lists.laptop.org
> http://lists.laptop.org/listinfo/devel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Installing patch on XO-4

2012-10-25 Thread forster
Hi

I tried installing patch on a XO-4, sudo yum install patch

I got a checksum error so I deleted 
/var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm and 
tried again, it still fails

Any suggestions?
thanks 
Tony

Total download size: 94 k
Installed size: 174 k
Is this ok [y/N]: y
Downloading Packages:
warning: 
/var/cache/yum/armhfp/18/fedora/packages/patch-2.6.1-13.fc18.armv7hl.rpm: 
Header V3 RSA/SHA1 Signature, key ID a4d647e9: NOKEY
Public key for patch-2.6.1-13.fc18.armv7hl.rpm is not installed
patch-2.6.1-13.fc18.armv7hl.rpm|  94 kB   00:04 
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp


Invalid GPG Key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-armhfp: bad 
checksum on pgp message

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel