LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-08-2006, 06:40 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question Install Fails


When I am doing a netinstall of "Etch" AMD64, I only select one package to install after I set up my APT sources. The only package is "Base System". Everything else including "Desktop Environment" is de-selected. When it tries to install the base system - I got an "aptitude failed" error message.

I got this the past 2 days in a row and I don't know what is wrong. There are only 4 sources on the east coast for AMD64 and I am selecting the "csail.edu" source that shows up 1st.

Anyone know why this is happening. I think the package that fails is python and when I rebooted my machine, I get a whole bunch of errors while booting into my system but it evenually does load fine as I am posting from it now via Firefox.
 
Old 02-08-2006, 07:37 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Try from a root command line aptitude update && aptitude dist-upgrade
 
Old 02-08-2006, 07:57 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Here is what I see. I had to break out the digi cam so please don't laugh...

Source

Next Step

Next Step

Next Step
 
Old 02-08-2006, 08:46 PM   #4
victorh
Member
 
Registered: Jul 2005
Location: La Paz, Bolivia
Distribution: Debian Sarge - Sid, Slackware, Gentoo, openSuse, Fedora, Ubuntu, Mandriva
Posts: 241

Rep: Reputation: 30
If I saw correctly, in your sources.list you have enabled both Etch (testing) and Sid (unstable) repositories. When you mix these branches you'll probably end with a lot of unmet dependencies, as I believe your case.

If you want to have only Etch, comment the lines that points to Sid (unstable).
 
Old 02-09-2006, 07:57 AM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
It happens with either one and or both. If I just have 'Etch' repos, I get the same thing and if I just have 'unstable', still the same issue. I just happened to screenshot when both were un-commented.

- Carlos
 
Old 02-09-2006, 11:40 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
you should never mix like that, unless you know exactly what you are doing, and are setting your pin priorities.. http://jaqque.sbih.org/kplug/apt-pinning.html
http://www.argon.org/~roderick/apt-pinning.html

If you never set the pin priorities it's really uncertain as to how the system chose which tree to install packages from, and may have put your system in an unusable state. I don't know of any easy way to tell exactly what the current state of your system is...

I would recommend you re-install and choose either testing OR unstable for your sources, but not both
 
Old 02-09-2006, 11:59 AM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by farslayer
you should never mix like that, unless you know exactly what you are doing, and are setting your pin priorities.. http://jaqque.sbih.org/kplug/apt-pinning.html
http://www.argon.org/~roderick/apt-pinning.html

If you never set the pin priorities it's really uncertain as to how the system chose which tree to install packages from, and may have put your system in an unusable state. I don't know of any easy way to tell exactly what the current state of your system is...

I would recommend you re-install and choose either testing OR unstable for your sources, but not both
As I explained, I did reinstall with just Tesing or Unstable and not both.

I will try again, and hopefully see if it works.
 
Old 02-09-2006, 12:18 PM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by Carlwill
As I explained, I did reinstall with just Tesing or Unstable and not both.

I will try again, and hopefully see if it works.
I've never had the installer work with either testing or unstable as the source try using stable do the base install then change the sources.list and do a dist-upgrade to the branch you want.
 
Old 02-09-2006, 01:29 PM   #9
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
So let me try this and please try to follow along and let me know if this is good or if I need to change this install method.

After I set up APT in the Net Install to use "only" testing repo's. I should then not install anything from this screen, right?

Then I get to a bash shell and start to update my system...

Can you guys tell me if I am missing anything from my list below:

- apt-get update
- apt-get upgrade
- apt-get dist-upgrade
- apt-get install linux-image-2.6.15-1-amd64-k8
- apt-get install linux-headers-2.6.15-1-amd64-k8
- reboot and load the OS in the new kernel
- apt-get install shh
- apt-get install bzip2
- apt-get install x-window-system kdm kde-core
- start kdm
 
Old 02-09-2006, 01:56 PM   #10
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
That sounds about right, although you might start with stable at the net install. Then when you're done, nano /etc/apt/sources.list and change it to testing (not sure why it would matter, but the guy above said he had to do it that way). Then apt-get update && apt-get dist-upgrade.
 
Old 02-09-2006, 02:06 PM   #11
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Thanks. I will give that a shot on this AMD64 system!
 
Old 02-09-2006, 02:10 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
If I'm not mistaken I don't think you can do a stable install when you are running the AMD64 kernel.. I think the default option is testing.

Your setup looks fine. I was more concerned that you had both repositories uncommented and had done an apt-get update which would have done who knows what to your package list and could have been the cause of apts inability to resolve dependencies for the package you were trying to install.

and the final command would be
/etc/init.d/kdm start

That's a pretty bare system but theres nothing wrong with that..
 
Old 02-09-2006, 02:17 PM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Yeah - Testing is the only option and what I want for Debian so that's fine!

Thanks all!
 
  


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
pango install fails on make install Seph64 Linux From Scratch 1 10-15-2005 11:17 PM
KDE 3.4.2 fails to install Kramer Mandriva 22 10-04-2005 10:16 PM
dhcp fails at install shanenin Debian 2 10-13-2003 09:56 PM
9.1 install fails at end??? magicvash Mandriva 6 09-29-2003 08:28 AM
RH 7.2 Install Fails m4rkk Linux - Software 1 11-06-2001 06:24 PM

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

All times are GMT -5. The time now is 09:55 PM.

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