Re: Background task to download FC14 isos

2010-11-12 Thread Robert Moskowitz
On 11/12/2010 03:46 AM, Kam Leo wrote: > So I tried: > > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ > Try: wget ftp:///mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/Fedora-14-i386-

Re: Background task to download FC14 isos

2010-11-12 Thread Robert Moskowitz
On 11/11/2010 09:53 PM, Suvayu Ali wrote: > On Thursday 11 November 2010 05:14 PM, Robert Moskowitz wrote: > >> wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" >> http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ >> >> and this only got the index.txt file >> >> So I a

Re: Background task to download FC14 isos

2010-11-12 Thread Andras Simon
On 11/12/10, Kam Leo wrote: > On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote: > >> On 11/12/10, Robert Moskowitz wrote: >> >> > So I tried: >> > >> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" >> > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ >> > >> >

Re: Background task to download FC14 isos

2010-11-12 Thread Kam Leo
On Fri, Nov 12, 2010 at 12:48 AM, Kam Leo wrote: > > > On Fri, Nov 12, 2010 at 12:46 AM, Kam Leo wrote: > >> On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote: >> >>> On 11/12/10, Robert Moskowitz wrote: >>> >>> > So I tried: >>> > >>> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "d

Re: Background task to download FC14 isos

2010-11-12 Thread Kam Leo
On Fri, Nov 12, 2010 at 12:46 AM, Kam Leo wrote: > On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote: > >> On 11/12/10, Robert Moskowitz wrote: >> >> > So I tried: >> > >> > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" >> > http://mirrors.kernel.org/fedora/releases/14/Fedor

Re: Background task to download FC14 isos

2010-11-12 Thread Kam Leo
On Fri, Nov 12, 2010 at 12:29 AM, Andras Simon wrote: > On 11/12/10, Robert Moskowitz wrote: > > > So I tried: > > > > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" > > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ > > > > and this only got the index.txt file > >

Re: Background task to download FC14 isos

2010-11-12 Thread Andras Simon
On 11/12/10, Robert Moskowitz wrote: > So I tried: > > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ > > and this only got the index.txt file > > So I am trying to figure out the right format for the -A option... In

Re: Background task to download FC14 isos

2010-11-11 Thread Robert M. Witkop
I used the at command to execute scripts that would pull files from csv, and make changes to each file, and put them back into the repository. I ran the at command on Friday before leaving with the start time after everyone should be out enjoying a cold beer, and it ran over the week end with the o

Re: Background task to download FC14 isos

2010-11-11 Thread Suvayu Ali
On Thursday 11 November 2010 05:14 PM, Robert Moskowitz wrote: > wget -b -nv -r -l1 --no-parent -nH --cut-dirs=6 -A "disc?.iso" > http://mirrors.kernel.org/fedora/releases/14/Fedora/i386/iso/ > > and this only got the index.txt file > > So I am trying to figure out the right format for the -A optio

Re: Background task to download FC14 isos

2010-11-11 Thread Robert Moskowitz
On 11/11/2010 06:50 PM, Travis Fraser wrote: > On Thu, 2010-11-11 at 05:56 -0500, Andre Robatino wrote: > >> Robert Moskowitz wrote: >> >> >>> In the past I have always gotten on the terminal of a server and >>> executed a script that did a bunch of wgets to get the CD isos for a >>> rele

Re: Background task to download FC14 isos

2010-11-11 Thread Travis Fraser
On Thu, 2010-11-11 at 05:56 -0500, Andre Robatino wrote: > Robert Moskowitz wrote: > > > In the past I have always gotten on the terminal of a server and > > executed a script that did a bunch of wgets to get the CD isos for a > > release. > > > Well I want to grab the FC14 isos, and I am not hom

Background task to download FC14 isos

2010-11-11 Thread Andre Robatino
Robert Moskowitz wrote: > In the past I have always gotten on the terminal of a server and > executed a script that did a bunch of wgets to get the CD isos for a > release. > Well I want to grab the FC14 isos, and I am not home for a few days. > I can't do it in a SSH session to a server at home

Re: Background task to download FC14 isos

2010-11-10 Thread suvayu ali
On 10 November 2010 14:18, Robert Moskowitz wrote: > Only problem with this is that the wget log file is getting hugh with all > the progress output.  I will have to look into progress control next > time Try wget -b -q or wget -b -nv -- Suvayu Open source is the future. It sets us free.

Re: Background task to download FC14 isos

2010-11-10 Thread Cameron Simpson
On 10Nov2010 16:19, Robert Moskowitz wrote: | On 11/10/2010 03:07 PM, Andras Simon wrote: | > On 11/10/10, Robert Moskowitz wrote: | >> # man screen | >> No manual entry for screen. | >> | >> What do I have to install | > screen | > (# yum install screen) | | Always helps to spell it right w

Re: Background task to download FC14 isos

2010-11-10 Thread Joe Zeff
On 11/10/2010 12:28 PM, Robert Moskowitz wrote: > Well I want to grab the FC14 isos, and I am not home for a few days. I > can't do it in a SSH session to a server at home as I will drop my > session before all the images are downloaded. Use nohup to run the command. That will make it ignore you

Re: Background task to download FC14 isos

2010-11-10 Thread Chris Smart
On Thu, Nov 11, 2010 at 7:28 AM, Robert Moskowitz wrote: > > Well I want to grab the FC14 isos, and I am not home for a few days.  I > can't do it in a SSH session to a server at home as I will drop my > session before all the images are downloaded. > Maybe take a look at screen.. -c -- users m

Re: Background task to download FC14 isos

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 03:07 PM, Andras Simon wrote: > On 11/10/10, Robert Moskowitz wrote: > > >> # man screen >> No manual entry for screen. >> >> What do I have to install >> >> > screen > > (# yum install screen) > Always helps to spell it right which is why this guess did not work

Re: Background task to download FC14 isos

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 03:32 PM, suvayu ali wrote: > On 10 November 2010 13:06, Robert Moskowitz wrote: > >> On 11/10/2010 02:50 PM, suvayu ali wrote: >> >>> On 10 November 2010 12:28, Robert Moskowitzwrote: >>> >>> Well I want to grab the FC14 isos, and I am not home for a few d

Re: Background task to download FC14 isos

2010-11-10 Thread suvayu ali
On 10 November 2010 13:06, Robert Moskowitz wrote: > On 11/10/2010 02:50 PM, suvayu ali wrote: >> On 10 November 2010 12:28, Robert Moskowitz  wrote: >> >>> Well I want to grab the FC14 isos, and I am not home for a few days.  I >>> can't do it in a SSH session to a server at home as I will drop m

Re: Background task to download FC14 isos

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 02:50 PM, suvayu ali wrote: > On 10 November 2010 12:28, Robert Moskowitz wrote: > >> Well I want to grab the FC14 isos, and I am not home for a few days. I >> can't do it in a SSH session to a server at home as I will drop my >> session before all the images are downloaded. >>

Re: Background task to download FC14 isos

2010-11-10 Thread Andras Simon
On 11/10/10, Robert Moskowitz wrote: > # man screen > No manual entry for screen. > > What do I have to install > screen (# yum install screen) Andras -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: Background task to download FC14 isos

2010-11-10 Thread Robert Moskowitz
n 11/10/2010 02:46 PM, Cameron Simpson wrote: > On 10Nov2010 14:28, Robert Moskowitz wrote: > | In the past I have always gotten on the terminal of a server and > | executed a script that did a bunch of wgets to get the CD isos for a > | release. > | > | Well I want to grab the FC14 isos, and I am

Re: Background task to download FC14 isos

2010-11-10 Thread suvayu ali
On 10 November 2010 12:28, Robert Moskowitz wrote: > Well I want to grab the FC14 isos, and I am not home for a few days.  I > can't do it in a SSH session to a server at home as I will drop my > session before all the images are downloaded. wget -b -- Suvayu Open source is the future. It sets

Re: Background task to download FC14 isos

2010-11-10 Thread Andras Simon
On 11/10/10, Robert Moskowitz wrote: > In the past I have always gotten on the terminal of a server and > executed a script that did a bunch of wgets to get the CD isos for a > release. > > Well I want to grab the FC14 isos, and I am not home for a few days. I > can't do it in a SSH session to a

Re: Background task to download FC14 isos

2010-11-10 Thread Cameron Simpson
On 10Nov2010 14:28, Robert Moskowitz wrote: | In the past I have always gotten on the terminal of a server and | executed a script that did a bunch of wgets to get the CD isos for a | release. | | Well I want to grab the FC14 isos, and I am not home for a few days. I | can't do it in a SSH se

Background task to download FC14 isos

2010-11-10 Thread Robert Moskowitz
In the past I have always gotten on the terminal of a server and executed a script that did a bunch of wgets to get the CD isos for a release. Well I want to grab the FC14 isos, and I am not home for a few days. I can't do it in a SSH session to a server at home as I will drop my session befo