LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-02-2010, 09:58 AM   #1
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Fedora 12 EOL


Does end of life for Fedora 12 mean no more updates (as the announcement said) or does it really mean all the existing updates that preceeded the EOL date will be deleted? If the latter, where can I get a copy of all the old packages?
 
Old 12-02-2010, 04:14 PM   #2
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
Yes the updates will be deleted. Server space is limited so the files must go. However, if you're quick you can check a local mirror for the updates directory and download the complete set of updates up to the last issued.
Simply drill down to the f12 directory under updates -
http://mirrors.fedoraproject.org/publiclist/Fedora/14/
Then use the url from the address bar in the command below.

Here's the code I used for f12 from an Irish ISP.
Code:
wget -b -r -l1 -N -nH -np -A.rpm --cut-dirs=6 --limit-rate=400k http://ftp.heanet.ie/pub/fedora/linux/updates/12/i386/
That should be run from within the desired download directory. (so create your i386 directory first and create a separate x86_64 directory)
Bear in mind that each version (i386 or x86_64) will use over 8GB of disk space.

Last edited by smoker; 12-02-2010 at 04:19 PM.
 
Old 12-02-2010, 04:33 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if you NEED to use OLD versions of fedora rpm's then you should NOT be using fedora in the first place
But a long life distro like RHEL or SELS/SELD


it will take time for the no longer supported versions of old programs to be removed from servers
but one by one the old EOL fedora 12 repos will fall .

the fedora 12 rpm's will NEVER be updates ever again
and NO security updates will ever be back ported to them -- for all intent they are DEAD. ( worm food)
 
Old 12-02-2010, 08:55 PM   #4
Skaperen
Senior Member
 
Registered: May 2009
Location: center of singularity
Distribution: Xubuntu, Ubuntu, Slackware, Amazon Linux, OpenBSD, LFS (on Sparc_32 and i386)
Posts: 2,684

Original Poster
Blog Entries: 31

Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by John VV View Post
if you NEED to use OLD versions of fedora rpm's then you should NOT be using fedora in the first place
This is not my decision. However, I am using this information to help justify to those making the decision that either Fedora should not be used, or upgrades should be performed frequently.

An upgrade was in fact intended. Fedora 13 didn't work. I don't recall the issue but was said to wait for Fedora 14. Fedora 14 does work. But right now we don't have the time to make that change (it's more than just installing a new version ... there is such a thing as regression testing).

Quote:
Originally Posted by John VV View Post
it will take time for the no longer supported versions of old programs to be removed from servers
but one by one the old EOL fedora 12 repos will fall .
Apparently that is already happening. One of the programmers trying to make some changes that needed another package got a 404 error in Yum. He ended up getting source and building.

Quote:
Originally Posted by John VV View Post
the fedora 12 rpm's will NEVER be updates ever again
and NO security updates will ever be back ported to them -- for all intent they are DEAD. ( worm food)
Understood. Hopefully an upgrade will be soon. All that is needed right now is some occaisional packages so this round of application development can proceed. I was just hoping for something easier than building from source. Downloading 8GB of packages is not an option. I do have the DVD ISO for F12, but it didn't have the package they needed today.
 
Old 12-02-2010, 10:06 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I was just hoping for something easier than building from source
unfortunately with fedora, using a EOL version the ONLY way to install anything is from source.
HOWEVER at some point a newer version of some lib or something will require so many prerequisites ,to be built from source ,that you will end up building the current version of fedora from scratch .

don't get me wrong i like fedora BUT it is a very fast moving target and any project built around it MUST move just as fast .
 
Old 12-02-2010, 11:22 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 2
Quote:
Yes the updates will be deleted.
No. That's not correct. Old saved updates Fedora 7....12 here
http://download.fedora.redhat.com/pu...linux/updates/

And : Old saved updates Fedora 1....6
http://download.fedora.redhat.com/pu.../core/updates/
..

The original F12 repo is still working. In say six months,
when it stops, just make "baseurl=" point to the old archive 'url'.
And # 'yum install' will work "forever".
..

Last edited by knudfl; 12-02-2010 at 11:31 PM.
 
1 members found this post helpful.
Old 12-03-2010, 12:03 AM   #7
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
Quote:
Originally Posted by knudfl View Post
Post # 2

No. That's not correct. Old saved updates Fedora 7....12 here
http://download.fedora.redhat.com/pu...linux/updates/

And : Old saved updates Fedora 1....6
http://download.fedora.redhat.com/pu.../core/updates/
..

The original F12 repo is still working. In say six months,
when it stops, just make "baseurl=" point to the old archive 'url'.
And # 'yum install' will work "forever".
..
Which is pretty pointless if there are no new updates. The full install DVDs and up to current updates are there now.
And it's not necessary to download all the update packages from a mirror as you can browse for the package you want, but they will get deleted from the mirrors, and downloading individual update packages is not recommended as you will then enter dependency hell.

BTW, I didn't download all the updates for my own future purposes. I originally did it as a more convenient way to install/update machines on slow net connections, by making a DL DVD of updates available together with an install DVD. My own machine is up to date.

I don't believe any yum update will work once the repodata itself is moved to archive.
 
Old 12-03-2010, 07:35 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
I don't believe any yum update will work once the repodata
itself is moved to archive.
Even Fedora 10 will show "Update messages" with the 'baseurl'
pointing to the archive.

..
 
Old 12-03-2010, 08:09 AM   #9
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
While the base (from Fedora proper) packages will stick around (sometimes moved) packages from other repos (atrpsm, rpmforge, etc) are generally deleted within six months(some sooner).
 
  


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
EOL Slackware-10.1 thenob Slackware 2 04-02-2010 02:07 AM
IBM p-series EOL list. xhlseet AIX 1 07-16-2009 10:32 AM
writing in terminal: when reaching EOL, no linefeed. Instead overwriting same line SlackerJack Linux - Newbie 2 01-24-2008 11:34 AM
Mandriva 2006 (official) nearing EOL ernie Mandriva 2 04-04-2007 10:10 AM
L2TP/IPEC VPN for EOL GPRS linx win Linux - Networking 0 02-06-2004 01:26 AM

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

All times are GMT -5. The time now is 10:09 AM.

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