DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have 3 Etch boxes and was thinking to upgrade them to Testing, but I am not really sure on how to do it properly.
Here's my sources.list :
PHP Code:
deb http://ftp.br.debian.org/debian/ etch main
deb-src http://ftp.br.debian.org/debian/ etch main
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
#debian multimedia repository (http://lxer.com/module/forums/t/24283/)
deb ftp://linorg.usp.br/debian-marillat/ stable main
deb-src ftp://linorg.usp.br/debian-marillat/ stable main
# Official site for latest version of skype.
deb http://download.skype.com/linux/repos/debian/ stable non-free
# Google picasa
#deb http://dl.google.com/linux/deb/ stable non-free
### Opera Browser (http://deb.opera.com/) ###
deb http://deb.opera.com/opera/ etch non-free
###Java 6 JRE/SDK (From Official Debian Repository) ###
deb http://ftp.bononia.it/debian etch main contrib non-free
I have been thinking of upgrading from Etch to Lenny. I went from Sarge to Etch while Etch was still in testing. It was a good upgrade. But right now is there anything about Lenny that would make it worth my while to upgrade? Or should I wait some time to upgrade?
But right now is there anything about Lenny that would make it worth my while to upgrade? Or should I wait some time to upgrade?
Lenny may have some software you want that is not available in the Etch repos. Pidgin is available in Lenny.
It is up to you:-) I'm happy with Etch, but Lenny will have newer software.
I moved to Etch awhile before it became the stable release. It was pretty stable for me then and of course now. But now that Etch is stable, Lenny is the testing stage. Sid didn't take over the testing stage so where does Lenny come from?
I moved to Etch awhile before it became the stable release. It was pretty stable for me then and of course now. But now that Etch is stable, Lenny is the testing stage. Sid didn't take over the testing stage so where does Lenny come from?
Lenny came from the binoculars
Sid never changes, He will always be the kid next door that abuses the toys. Unstable will always be named sid
Is it possible I can update my repositories from Etch to Sidux? (since it's mainly Sid. I was thinking of upgrading to Sid and Sidux seems like a better deal.
i tried to upgrade from etch to lenny, and it didn't work properly.
this is the error message when i run 'aptitude safe-upgrade':
mac:/# aptitude safe-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages have been automatically kept back:
kdemultimedia libarts1-xine libsasl2-2 libsasl2-modules libxine1
The following packages have been kept back:
gcc
The following partially installed packages will be configured:
linux-image-2.6-powerpc linux-image-2.6.21-2-powerpc
0 packages upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up linux-image-2.6.21-2-powerpc (2.6.21-6) ...
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
mkinitramfs-kpkg failed to create initrd image.
Failed to create initrd image.
dpkg: error processing linux-image-2.6.21-2-powerpc (--configure):
subprocess post-installation script returned error exit status 9
dpkg: dependency problems prevent configuration of linux-image-2.6-powerpc:
linux-image-2.6-powerpc depends on linux-image-2.6.21-2-powerpc; however:
Package linux-image-2.6.21-2-powerpc is not configured yet.
dpkg: error processing linux-image-2.6-powerpc (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-2.6.21-2-powerpc
linux-image-2.6-powerpc
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up linux-image-2.6.21-2-powerpc (2.6.21-6) ...
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
mkinitramfs-kpkg failed to create initrd image.
Failed to create initrd image.
dpkg: error processing linux-image-2.6.21-2-powerpc (--configure):
subprocess post-installation script returned error exit status 9
dpkg: dependency problems prevent configuration of linux-image-2.6-powerpc:
linux-image-2.6-powerpc depends on linux-image-2.6.21-2-powerpc; however:
Package linux-image-2.6.21-2-powerpc is not configured yet.
dpkg: error processing linux-image-2.6-powerpc (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-2.6.21-2-powerpc
linux-image-2.6-powerpc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
mac:/#
i suspect there is a clue in the greened lines, but i have no idea how to fix this.
i tried to upgrade from etch to lenny, and it didn't work properly.
this is the error message when i run 'aptitude safe-upgrade':
mac:/# aptitude safe-upgrade
[...]
Setting up linux-image-2.6.21-2-powerpc (2.6.21-6) ...
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.
mkinitramfs-kpkg failed to create initrd image.
Failed to create initrd image.
dpkg: error processing linux-image-2.6.21-2-powerpc (--configure):
subprocess post-installation script returned error exit status 9
[...]
i suspect there is a clue in the greened lines, but i have no idea how to fix this.
No, your problem is with mkinitramfs-kpkg. Possibly you should make sure that initramfs-tools is the latest version and that its dependancies are ok.
On the command line, you can try to rerun when things have changed like this: "dpkg --configure linux-image-2.6.21-2-powerpc"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.