[opensuse] new issue with 42.3 oss repo
So, as I wrote on the other thread, here is something new that came up. I am trying to install a limited version of 42.3 in a virtual machine, and there was a problem with one of the repositories. It was the OSS repository at this location: http://download.opensuse.org/distribution/leap/42.3/repo/oss/ Specifically, whenever it would get to this file, it would time out: http://download.opensuse.org/distribution/leap/42.3/repo/oss/suse/setup/desc... I couldn't get it to get past this. So I followed Carlos' suggestion from my other thread, and in the repos.d file for this, I changed it to the following mirror: http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/ Then I ran zypper ref and it all updated. I have since changed it back to the original, and zypper ref works now. Is there anything wrong with what I did here? On 07/26/2017 01:59 AM, Carlos E. R. wrote:
You can write a mirror in the config. The easiest manner (IMO) is editing the file:
/etc/zypp/repos.d/download.opensuse.org-oss.repo:
[download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ path=/ type=yast2 keeppackages=0
Just comment out the "baseurl" line and write your own. This is not detected as a repo change by yast/zypper.
I knew of a way to alter that and use your own local redirector, using a local apache server - but I don't recall how, I used that two years ago, I think, for packman. I may be able to find that out another day if you are interested.
-- George Box: 42.2 | KDE Plasma 5.8 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: 42.2 | KDE Plasma 5.8 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: 42.2 | KDE Plasma 5.8 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [08-07-17 07:42]:
So, as I wrote on the other thread, here is something new that came up.
I am trying to install a limited version of 42.3 in a virtual machine, and there was a problem with one of the repositories. It was the OSS repository at this location: http://download.opensuse.org/distribution/leap/42.3/repo/oss/
Specifically, whenever it would get to this file, it would time out: http://download.opensuse.org/distribution/leap/42.3/repo/oss/suse/setup/desc...
I couldn't get it to get past this.
So I followed Carlos' suggestion from my other thread, and in the repos.d file for this, I changed it to the following mirror: http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/
Then I ran zypper ref and it all updated. I have since changed it back to the original, and zypper ref works now.
Is there anything wrong with what I did here?
On 07/26/2017 01:59 AM, Carlos E. R. wrote:
You can write a mirror in the config. The easiest manner (IMO) is editing the file:
/etc/zypp/repos.d/download.opensuse.org-oss.repo:
[download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ path=/ type=yast2 keeppackages=0
Just comment out the "baseurl" line and write your own. This is not detected as a repo change by yast/zypper.
I knew of a way to alter that and use your own local redirector, using a local apache server - but I don't recall how, I used that two years ago, I think, for packman. I may be able to find that out another day if you are interested.
you might try this way: [download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/ path=/ type=yast2 keeppackages=0 -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/07/2017 07:46 PM, Patrick Shanahan wrote:
you might try this way:
[download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/ path=/ type=yast2 keeppackages=0
So you could put a list there of any number of mirrors? -- George Box: 42.2 | KDE Plasma 5.8 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: 42.2 | KDE Plasma 5.8 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: 42.2 | KDE Plasma 5.8 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* George from the tribe <tech@reachthetribes.org> [08-07-17 08:04]:
On 08/07/2017 07:46 PM, Patrick Shanahan wrote:
you might try this way:
[download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/ path=/ type=yast2 keeppackages=0
So you could put a list there of any number of mirrors?
yes same applies for gpgkey. appears the access/search will fall over to next entry if it cannot satisfy itself with the current one. I would not believe it considers quality of the connection, but I have not seen documentation, yet... -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/07/2017 08:29 PM, Patrick Shanahan wrote:
* George from the tribe <tech@reachthetribes.org> [08-07-17 08:04]:
On 08/07/2017 07:46 PM, Patrick Shanahan wrote:
you might try this way:
[download.opensuse.org-oss] name=Main Repository (OSS) enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/distribution/leap/42.2/repo/oss/ http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/leap/42.3/repo/oss/ path=/ type=yast2 keeppackages=0
So you could put a list there of any number of mirrors? yes
same applies for gpgkey. appears the access/search will fall over to next entry if it cannot satisfy itself with the current one.
I would not believe it considers quality of the connection, but I have not seen documentation, yet...
good to know, tnx -- George Box: 42.2 | KDE Plasma 5.8 | AMD Phenom IIX4 | 64 | 32GB Laptop #1: 42.2 | KDE Plasma 5.8 | AMD FX 7TH GEN | 64 | 32GB Laptop #2: 42.2 | KDE Plasma 5.8 | Core i5 | 64 | 8GB -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Patrick Shanahan wrote:
* George from the tribe <tech@reachthetribes.org> [08-07-17 08:04]:
So you could put a list there of any number of mirrors?
yes
same applies for gpgkey. appears the access/search will fall over to next entry if it cannot satisfy itself with the current one.
I would not believe it considers quality of the connection, but I have not seen documentation, yet...
Very helpful indeed! I had the issue already several times that some repo file on a mirror was missing/bad, and refused to refresh... I'll for sure make use of this :D -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-08-07 13:40, George from the tribe wrote: ...
Then I ran zypper ref and it all updated. I have since changed it back to the original, and zypper ref works now.
Is there anything wrong with what I did here?
Nothing. But the syntax that Pattrick mentions seems even better :-) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
participants (4)
-
Carlos E. R.
-
George from the tribe
-
Patrick Shanahan
-
Peter Suetterlin