LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-28-2015, 06:35 AM   #1
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Requirements for ISO images for mirrors


Some of mirrors listed at http://mirrors.slackware.com/mirrorlist/ do not provide ISO images but some do. According to http://mirrors.slackware.com/ it's not actually definitely clear to me whether it's a requirement to provide ISO; on the bottom of this page it says:
Quote:
Mirror admins: if you want to have the ISO images but you are unable to find a reliable source to get them, contact me.
However, above that it's described how to get and provide ISO images and it's not mentioned whether it's optional or not. So it a requirement to provide ISO that some mirror admins do not conform to as it's easy to create ISO image locally or it isn't a requirement?
 
Old 07-28-2015, 07:50 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I think that having want in bold in the original text you quoted makes clear enough that it's not required form mirror admins to host ISO images.

I see this example of command (quoted from http://mirrors.slackware.com/guidelines/) as a confirmation as it obviously excludes the iso files:
Code:
  rsync -aPSH --delete \
     --exclude "*-iso/" \
     rsync://your-upstream-mirror/slackware/ \
     /your-toplevel-pub/slackware/
I am jut a Slackware user but if you need an official source of information I see on the bottom of the same page:
Quote:
Responses, feedback, and questions go to mirrors@slackware.com - thanks!

Last edited by Didier Spaier; 07-28-2015 at 07:52 AM. Reason: s/requested/required/
 
Old 07-28-2015, 08:02 AM   #3
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Original Poster
Rep: Reputation: 220Reputation: 220Reputation: 220
But in both 1) and 2) it says (bolding mine):
Quote:
This approach will work fine; you can add an
--exclude "*-iso/" line to your mirroring scripts, so long as you
are okay with manually grabbing ISOs after every release
.
Quote:
This will require you to exclude "slackware-iso/" in your rsync script,
and it would still require manually grabbing ISOs after every release.
For me it's contradictory to what it say at the bottom. Doesn't it mean that if someone excludes ISO in his rsync script he must download it manually and put on the server after every release?
 
Old 07-28-2015, 10:27 AM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
The only way to be sure is to ask the admins @ the aforementioned email address, as already stated.
 
Old 07-29-2015, 03:32 PM   #5
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Original Poster
Rep: Reputation: 220Reputation: 220Reputation: 220
I am not going to set up a new mirror. The problem is that I have my favorite mirror added as a bookmark to lftp but it does not provide ISOs. Just of curiosity, I thought that someone here might know the story.
 
Old 07-29-2015, 03:39 PM   #6
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
I will refrain to answer what came to my mind, as that wouldn't have been enough polite. Have a good night.
 
Old 07-29-2015, 03:56 PM   #7
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Rep: Reputation: 64
Quote:
Originally Posted by average_user View Post
Some of mirrors listed at http://mirrors.slackware.com/mirrorlist/ do not provide ISO images but some do. According to http://mirrors.slackware.com/ it's not actually definitely clear to me whether it's a requirement to provide ISO; on the bottom of this page it says:

However, above that it's described how to get and provide ISO images and it's not mentioned whether it's optional or not. So it a requirement to provide ISO that some mirror admins do not conform to as it's easy to create ISO image locally or it isn't a requirement?
I think primary target for mirroring is a source code, slackbuilds and packages. This components enough for network installation and for create ISO's itself.
Secondary target (if on your mirror server have enough free space) mirroring ISO.
 
1 members found this post helpful.
Old 07-29-2015, 06:12 PM   #8
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
You can always switch mirrors to one that does provide ISO images. Though the download speeds will probably be slower.

Alternatively, you could mirror your favorite remote repository to your hard drive and build your own ISO images using the following script:

http://www.slackware.com/~alien/tool...are-current.sh

Here is Alien's tutorial for this script:

http://alien.slackbook.org/blog/local-slackware-mirror/

As an added bonus to using this option, you can exclude what you want from the mirror and ISO image. You can also specify architecture and Slackware release.
 
Old 07-30-2015, 03:59 AM   #9
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Original Poster
Rep: Reputation: 220Reputation: 220Reputation: 220
Quote:
Originally Posted by Didier Spaier View Post
I will refrain to answer what came to my mind, as that wouldn't have been enough polite. Have a good night.
What made you so angry?
Quote:
Originally Posted by StreamThreader View Post
I think primary target for mirroring is a source code, slackbuilds and packages. This components enough for network installation and for create ISO's itself.
Secondary target (if on your mirror server have enough free space) mirroring ISO.
It's a correct explanation, I think.
 
Old 07-30-2015, 04:09 AM   #10
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by average_user View Post
What made you so angry?
That you did continue asking in the wrong place even knowing the good one.
 
1 members found this post helpful.
Old 07-30-2015, 04:10 AM   #11
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
The primary mirror does not have the iso's on it.

If you run rsync without the exclude setting it will delete iso images on the receiving mirror that have been acquired via other means.

The primary source for the iso's is via BT as it spreads the sudden load (at release time) better than a single ftp site can handle to get them out there.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to modify ISO image or How to create Bootable ISO images.. sampappachan_nyc Linux - Software 2 01-22-2014 03:42 PM
LXer: Mounting ISO Images With Furius ISO Mount On Ubuntu 8.04 Desktop LXer Syndicated Linux News 0 09-26-2008 04:30 PM
LXer: ISO Master - GUI Tool to edit ISO Images in openSUSE LXer Syndicated Linux News 0 08-15-2008 10:10 AM
How do you merge 4 CD ISO images into one DVD ISO image? nsydenham Linux - Software 6 01-15-2007 09:49 AM
ISO Files' Size NOT the same among mirrors TigerLinux SUSE / openSUSE 3 10-11-2005 09:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration