Results 1 to 10 of 13
Hello,
I have followed all the instructions for upgrading.
I have changed my sources.list from etch to lenny - stable to testing
I have apt-get update which downloaded about 5mb ...
- 04-16-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
My upgrade from etch to lenny wont work!
Hello,
I have followed all the instructions for upgrading.
I have changed my sources.list from etch to lenny - stable to testing
I have apt-get update which downloaded about 5mb worth of stuff.
I then put in apt-get dist-upgrade and nothing happens.
It spits out:
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
And that us it.
I left out dist and just typed in apt-get upgrade and it did the same thing.
It doesnt want to upgrade.
I changed my mirrors and it didnt help.
- 04-16-2008 #2
Hi and Welcome !
Execute this :
Post output here.Code: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
- 04-16-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
4.0
Here is my sources.list
#security
deb Debian -- Security Information lenny/updates main contrib
#updates
deb ftp://ftp.iinet.net.au/debian/debian testing main contrib non-free
-----------------
Here is the output from "aptitude dist-upgrade"
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are unused and will be REMOVED:
libqt4-core libqt4-gui libqt4-qt3support libqt4-sql libsqlite0
qt4-qtconfig
0 packages upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 18.6MB will be freed.
Do you want to continue? [Y/n/?] n
- 04-16-2008 #4Press y and let aptitude install/remove packages. Check the contents of /etc/debian_version file. Is it listing Lenny?Do you want to continue? [Y/n/?] nIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-16-2008 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
It just says: 4.0Check the contents of /etc/debian_version file. Is it listing Lenny?
- 04-16-2008 #6
Its listing lenny/sid in my box.
Try replacing lenny with testing in sources.list file.
My sources.list :
Code:deb http://http.us.debian.org/debian testing main contrib non-free deb http://security.debian.org testing/updates main contrib non-free
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-16-2008 #7Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
And? I am running etch.Its listing lenny/sid in my box.
That does nothing. lenny and testing have the same files on the server.Try replacing lenny with testing in sources.list file.
- 04-16-2008 #8
thats weird, you should only need to change etch/stable to lenny or testing and then run, only sid would be different, since there are no security updates for sid
that should be enough, try runningCode:apt-get update apt-get dist-upgrade
maybe some cached files are causing some problems, you never knowCode:apt-get clean
- 04-16-2008 #9Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
Thanks

Tried that, didnt work..
- 04-16-2008 #10Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
Thanks all.
It turned out to be the preferences file in /etc/apt
I deleted it and it is now working
Cheers


Reply With Quote
