Results 1 to 10 of 10
After having replaced all instances of "etch" to "lenny" in my sources.list file and executing apt-get update and apt-get dist-upgrade nothing happens.
Code:
Reading package lists... Done
Building dependency tree... ...
- 11-01-2008 #1Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
Upgrade from etch to lenny
After having replaced all instances of "etch" to "lenny" in my sources.list file and executing apt-get update and apt-get dist-upgrade nothing happens.
I've also attempted merely "apt-get upgrade" with the same result.Code:Reading package lists... Done Building dependency tree... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
apt-get update gives no errors and seems to work, but still no packages are installed, I'm seemingly still stuck with etch.
How can this issue be resolved?
- 11-01-2008 #2
Put the content of the source.list file here, please.
Debian GNU/Linux -- You know you want it.
- 11-01-2008 #3Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
Code:deb http://ftp.uk.debian.org/debian/ lenny main contrib non-free deb-src http://ftp.uk.debian.org/debian/ lenny main contrib non-free deb http://security.debian.org/ lenny/updates main contrib non-free deb-src http://security.debian.org/ lenny/updates main contrib non-free
- 11-01-2008 #4
Execute this
Code:su - apt-get clean all apt-get update apt-get dist-upgrade
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-01-2008 #5Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
I have executed the specified commands, result:
Code:x86-1# apt-get clean all x86-1# apt-get update Get:1 http://ftp.uk.debian.org lenny Release.gpg [189B] Get:2 http://security.debian.org lenny/updates Release.gpg [189B] Hit http://ftp.uk.debian.org lenny Release Hit http://ftp.uk.debian.org lenny/main Packages/DiffIndex Hit http://security.debian.org lenny/updates Release Hit http://ftp.uk.debian.org lenny/contrib Packages/DiffIndex Hit http://ftp.uk.debian.org lenny/non-free Packages/DiffIndex Hit http://ftp.uk.debian.org lenny/main Sources/DiffIndex Hit http://ftp.uk.debian.org lenny/contrib Sources/DiffIndex Hit http://ftp.uk.debian.org lenny/non-free Sources/DiffIndex Ign http://security.debian.org lenny/updates/main Packages/DiffIndex Ign http://security.debian.org lenny/updates/contrib Packages/DiffIndex Ign http://security.debian.org lenny/updates/non-free Packages/DiffIndex Ign http://security.debian.org lenny/updates/main Sources/DiffIndex Ign http://security.debian.org lenny/updates/contrib Sources/DiffIndex Ign http://security.debian.org lenny/updates/non-free Sources/DiffIndex Hit http://security.debian.org lenny/updates/main Packages Hit http://security.debian.org lenny/updates/contrib Packages Hit http://security.debian.org lenny/updates/non-free Packages Hit http://security.debian.org lenny/updates/main Sources Hit http://security.debian.org lenny/updates/contrib Sources Hit http://security.debian.org lenny/updates/non-free Sources Fetched 2B in 1s (1B/s) Reading package lists... Done x86-1# apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. x86-1#
- 11-02-2008 #6
Execute this
Post output here.Code:uname -a cat /etc/debian-version
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-02-2008 #7Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
As a sidenote, I've used apt-get and apt-cache a lot on this install, and they seemingly work perfectly fine for general use.Code:x86-1$ uname -a Linux x86-1 2.6.18-6-k7 #1 SMP Mon Aug 18 09:20:26 UTC 2008 i686 GNU/Linux x86-1$ cat /etc/debian_version 4.0
Thanks for the help too.
- 11-11-2008 #8Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
Doesn't anyone have any ideas for this issue? Surely upgrading from etch to lenny shouldn't be that difficult?
- 11-11-2008 #9
how about
to see if it will upgrade itCode:apt-get install apt
you could also try a different mirror, that one could be having problems
- 11-13-2008 #10Linux Newbie
- Join Date
- Jul 2007
- Posts
- 104
I know the mirror works, because a different computer can use this mirror to do an upgrade from etch to lenny with no issues whatsoever.
This doesn't seem to do anything, sadly.
Code:x86-1# apt-get install apt Reading package lists... Done Building dependency tree... Done apt is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. x86-1#


Reply With Quote

