I tend to only remember to “zypper up” occasionally. I feel good about myself if I
remember to do so on a monthly basis. But sometimes it’s more like quarterly {sigh}
However even though my enabled repositories are set to auto ref, I habitually run a
zypper ref before updating or installing new packages. A couple days ago I wanted to
update my opensuse leap 42.1 installation. But when I run zypper ref from a virtual
console I get the following error. {Note GPM not set up on virtual console, and error
differs slightly from when I run it from X inside a Konsole window. So the first
error example was manually reproduced:}
Download (curl) error for 'http://packman.inode.at/suse/openSUSE_Leap_42.1/repodata/repomd.xml':
Error code: Unrecognized error
Error message: Recv failure: Connection reset by peer
and when I run zypper ref in a Konsole window I get:
Timeout exceeded when accessing 'http://packman.inode.at/suse/openSUSE_Leap_42.1/repodata/repomd.xml'.
I have no idea why the error would be different in a virtual console AKA tty1
But I noticed that in both cases zypper is trying to access packman at
http://packman.inode.at/suse/openSUSE_Leap_42.1/
Which didn’t quite look right to me. So I checked and both
https://www.reddit.com/r/openSUSE/comments/3qxvg1/how_to_add_packman_repository_in_leap_421/
and
https://en.opensuse.org/Additional_package_repositories#Packman
indicate that I should have used:
http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/
When I added packman…??? I have no clue how I did that, but until now it’s been working.
I’m thinking of removing packman, and re-adding it using the recommended URL
zypper rr packman
zypper ar -f -g http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ packman
But even if that change solves the timeout/curl error problem, I’m not sure if I would
then need to also do a new vendor change to the new URL:
zypper dup --from packman
Or if the previous vendor change to the other packman URL would still be in effect
for the packages involved???
Any/all suggestions welcome.
–
Joe