[opensuse] Repository Question
Hi Folks, My latest task is to set up an off-line openSuSE repository to serve a subnet without any connections to the outside. Updates to the repository will have to happen via "sneaker-net" with DVD or BlueRay data disks. I've got most of it done by first creating a local repository of the modules that I need. This has gone well using rsync, allowing me to download only the deltas going forward. But I'm having trouble downloading the nvidia repository. The public url as reported by zypper seems to be: http://download.nvidia.com/opensuse/13.2/ But there are no files there. download.nvidia.com also doesn't seem to be running the rsync daemon. Yast2 reports the repository as being here: obs://build.suse.de/home:sndirsch:drivers But I can't seem to find that anywhere either. How can I make a local mirror of the nvidia repo? Or, should I just download the binary-blob .run installs directly from nvidian.com? Or is there a better way to do this whole thing? Thanks, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Sun, 28 Jun 2015 09:43:30 -0700 Lew Wolfgang <wolfgang@sweet-haven.com> пишет:
Hi Folks,
My latest task is to set up an off-line openSuSE repository to serve a subnet without any connections to the outside. Updates to the repository will have to happen via "sneaker-net" with DVD or BlueRay data disks.
I've got most of it done by first creating a local repository of the modules that I need. This has gone well using rsync, allowing me to download only the deltas going forward. But I'm having trouble downloading the nvidia repository.
The public url as reported by zypper seems to be:
http://download.nvidia.com/opensuse/13.2/
But there are no files there.
There are, just directory listing is not possible. You can use FTP link ftp://download.nvidia.com/opensuse/13.2
download.nvidia.com also doesn't seem to be running the rsync daemon.
Yast2 reports the repository as being here:
obs://build.suse.de/home:sndirsch:drivers
But I can't seem to find that anywhere either.
How can I make a local mirror of the nvidia repo?
Or, should I just download the binary-blob .run installs directly from nvidian.com?
Or is there a better way to do this whole thing?
Thanks, Lew
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 06/28/2015 10:24 AM, Andrei Borzenkov wrote:
В Sun, 28 Jun 2015 09:43:30 -0700 Lew Wolfgang <wolfgang@sweet-haven.com> пишет:
Hi Folks,
My latest task is to set up an off-line openSuSE repository to serve a subnet without any connections to the outside. Updates to the repository will have to happen via "sneaker-net" with DVD or BlueRay data disks.
I've got most of it done by first creating a local repository of the modules that I need. This has gone well using rsync, allowing me to download only the deltas going forward. But I'm having trouble downloading the nvidia repository.
The public url as reported by zypper seems to be:
http://download.nvidia.com/opensuse/13.2/
But there are no files there. There are, just directory listing is not possible. You can use FTP link
ftp://download.nvidia.com/opensuse/13.2
Hi Andrei, Perfect! This is the next best thing to having rsync. wget -r -nH --cut-dirs=1 ftp://download.nvidia.com/opensuse/13.2 Thanks for the advice. Regards, Lew -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Or use a Squid cache. No worries about what to keep or not, it's automatic ! Beware to well configure Squid, by default it would not keep your nvidia files (not too big, filetype and so on). Dsant, from France On 06/28/2015 06:43 PM, Lew Wolfgang wrote:
Hi Folks,
My latest task is to set up an off-line openSuSE repository to serve a subnet without any connections to the outside. Updates to the repository will have to happen via "sneaker-net" with DVD or BlueRay data disks.
I've got most of it done by first creating a local repository of the modules that I need. This has gone well using rsync, allowing me to download only the deltas going forward. But I'm having trouble downloading the nvidia repository.
The public url as reported by zypper seems to be:
http://download.nvidia.com/opensuse/13.2/
But there are no files there. download.nvidia.com also doesn't seem to be running the rsync daemon.
Yast2 reports the repository as being here:
obs://build.suse.de/home:sndirsch:drivers
But I can't seem to find that anywhere either.
How can I make a local mirror of the nvidia repo?
Or, should I just download the binary-blob .run installs directly from nvidian.com?
Or is there a better way to do this whole thing?
Thanks, Lew
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2015-06-29 13:41, Dsant wrote:
Or use a Squid cache. No worries about what to keep or not, it's automatic !
He can't. No Internet. Hint: sneaker-net. - -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iF4EAREIAAYFAlWRL9QACgkQja8UbcUWM1wBJQD/dHUtkBe7ig5EQnUou/8xklHj MqJKCcpVgGZauuhoUoUA/RKh8SaKIKTAD+CQ49hVuwW93QpXgG4hMLlb1ZSCB6x3 =d4RP -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Andrei Borzenkov
-
Carlos E. R.
-
Dsant
-
Lew Wolfgang