gpg segmentation faults

helllo everyone

i was upgrading my opensuse 11.2 text mode into 11.4
no problem at first . until when i add and refresh some repositories

Retrieving repository 'openSUSE-11.4 Non-OSS' metadata [error]
Repository 'openSUSE-11.4 Non-OSS' is invalid.
File /var/tmp/TmpFile.gak498 doesn't contain public key data
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'openSUSE-11.4 Non-OSS' because of the above error.

and then i check with run gpg

gpg
Segmentation fault

i think i was run zypper dup after upgrade,
was searching but no help . there was something with glibc 2.3.6

any help i would appreciate it . sorry for less information to explain

thanks :slight_smile:

On 2012-03-20 01:06, garzar wrote:
>
> helllo everyone
>
> i was upgrading my opensuse 11.2 text mode into 11.4
> no problem at first . until when i add and refresh some repositories

What upgrade method? Online or offline?

Online upgrade method
Offline upgrade method

When did you add those repos, after the upgrade is done, in the middle, before?

I think you may have a mixture of libraries from 11.2 and 11.4.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

i’m using online, before and after the repo was there .

On 2012-03-20 03:36, garzar wrote:

> i’m using online, before and after the repo was there .

The online method does not support a jump across two versions. It may work,
or perhaps not.

You will have to identify what rpms you have from the wrong versions and
manually replace them.

I suggest you use one of the following queries:


rpm -q -a --queryformat "%{INSTALLTIME};%{INSTALLTIME:day}; \
%{BUILDTIME:day}; %{NAME};%{VERSION}-%-7{RELEASE};%{arch}; \
%{VENDOR};%{PACKAGER};%{DISTRIBUTION};%{DISTTAG}
" \
| sort | cut --fields="2-" --delimiter=\; \
| tee rpmlist.csv | less -S

or

rpm -q -a --queryformat "%{INSTALLTIME}	%{INSTALLTIME:day} \
%{BUILDTIME:day} %-30{NAME}	%15{VERSION}-%-7{RELEASE}	%{arch} \
%25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}
" \
| sort | cut --fields="2-" > rpmlist

If this is impossible, because the rpm program fails, you may succeed doing
an offline upgrade on top.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

thanks for your advice .
'cause i can’t wait i downgrade using DVD to version 11.3 and back dup --download “in-advance” to 11.4

On 2012-03-21 05:56, garzar wrote:
>
> thanks for your advice .
> 'cause i can’t wait i downgrade using DVD to version 11.3 and back dup
> --download “in-advance” to 11.4

I don’t know what you intend to do, but I don’t think it is wise. Perhaps a
DVD upgrade to 11.4


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)