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 04-23-2009, 03:48 PM   #1
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Rep: Reputation: 1
Debian squeeze software selection only shows standard system?


Hi, I'm installing debian squeeze on a laptop and I am at the software selection
Point. I was expecting to select base system, laptop, and desktop environment
from the guides I have seen. But it only gives me the "standard system" as a choice.
This is an amd64 netinst and it did detect my connection.
Is this normal?
 
Old 04-23-2009, 04:11 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
It may be a bug in the installer. Just like everything else in testing, the installer also gets upgrades and whatnot. You might try a previous daily or weekly build of the installer. Or I think if you use a Lenny installer in advanced mode that you can select testing as the source.
 
Old 04-23-2009, 04:17 PM   #3
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Okay, well I've gone and bought the farm.

Now I've got debian installed but no desktop environment.

su
apt-cache search gnome gets me nothing
apt-get install gnome gets me "E: couldn't find package gnome"
Is there a command to check my internet connection?
I pinged google.com and it said "15 packets transmitted, 15 received, o% loss"
Does this mean my connection is good?
I can't see why apt-get install is not working...

Yeah, I'm sorry. Didn't mean to be "one of those noobs"...

Edit:
Quote:
You might try a previous daily or weekly build of the installer.
I used my last cd to burn this iso I installed from...

Last edited by phohammer; 04-23-2009 at 04:18 PM.
 
Old 04-23-2009, 04:44 PM   #4
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
apt-cache search gnome should give you a lot of output.
have you had a look at /etc/apt/sources.list?
btw: i think the complete gnome-environment metapackage is called
gnome-desktop-environment, for sure its not just gnome.

if you wouldn`t have got a net-connection apt-get install
should give u an according error-message, so i guess the network is running.

Last edited by j1alu; 04-23-2009 at 04:46 PM.
 
Old 04-23-2009, 04:44 PM   #5
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Apt-get update gets me:

"Err http://security.debian.org squeeze/updates Release.gpg
Could not resolve 'security.debian.org'"

and 3 more errors of the same type for 'security.debian.org', and 'ftp.egr.msu.edu' twice.

What could that mean?
 
Old 04-23-2009, 04:46 PM   #6
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You probably need to add some nameservers to your /etc/resolv.conf file. Although, I guess you could ping google.com, so maybe not...

Maybe try a different mirror in your sources.list file?
 
Old 04-23-2009, 04:50 PM   #7
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
Originally Posted by phohammer View Post
Apt-get update gets me:

"Err http://security.debian.org squeeze/updates Release.gpg
Could not resolve 'security.debian.org'"

and 3 more errors of the same type for 'security.debian.org', and 'ftp.egr.msu.edu' twice.

What could that mean?
typo ?, in mine its:
Quote:
deb http://security.debian.org/ squeeze/updates main

Last edited by j1alu; 04-23-2009 at 04:56 PM.
 
Old 04-23-2009, 04:50 PM   #8
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by pljvaldez View Post
You probably need to add some nameservers to your /etc/resolv.conf file. Although, I guess you could ping google.com, so maybe not...

Maybe try a different mirror in your sources.list file?
Which namerservers should I add? It currently has:

"domain Belkin
search Belkin
nameserver (my IP address is here)"

Is that bad?
 
Old 04-23-2009, 04:52 PM   #9
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by j1alu View Post
typo ?, it in mine its:
Yes, in my /etc/apt/sources.list it matches yours...
 
Old 04-23-2009, 04:54 PM   #10
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by pljvaldez View Post

Maybe try a different mirror in your sources.list file?
I tried the ftp.us.debian.org mirror just now and it gives me the same
"could not resolve" error.
 
Old 04-23-2009, 05:02 PM   #11
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
i got two ideas:
copy and paste your sources.list to post it here.

comment out all mirrors whiche give you an error, run an apt-get update to see what will happen(the world will keep on running if you run without security-mirror for a few minutes :-); its just a check anyway).

backup your sources.list.

greetings

post-edit: yeah sure, i read your following post,
should have thought twice before writing, sorry.

Last edited by j1alu; 04-23-2009 at 05:12 PM.
 
Old 04-23-2009, 05:02 PM   #12
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
The name servers should probably be your router IP address and/or your ISP nameservers.
 
Old 04-23-2009, 05:10 PM   #13
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by j1alu View Post
i got two ideas:
copy and paste your sources.list to post it here.

comment out all mirrors whiche give you an error, run an apt-get update to see what will happen(the world will keep on running if you run without security-mirror for a few minutes :-); its just a check anyway).

backup your sources.list.

greetings
All I have is a terminal so I can't copy and past and then post in this
forum. I'm on a different computer. I'll do what you said with the
commenting out though.

Okay, with every source commented out it says: "Reading package lists...Done." and stops

Quote:
The name servers should probably be your router IP address and/or your ISP nameservers.
Hmm.. I wonder what my ISP nameserver is.. it doesn't look like its there in my resolv file though...

Last edited by phohammer; 04-23-2009 at 05:12 PM.
 
Old 04-23-2009, 06:07 PM   #14
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Well I think the name server is my routers IP address. I wouldn't be able
to ping google if it was wrong would I?
 
Old 04-23-2009, 06:28 PM   #15
phohammer
LQ Newbie
 
Registered: Apr 2009
Distribution: PCLinuxOS 2009.1
Posts: 15

Original Poster
Rep: Reputation: 1
Could both servers be down? Does anyone want to try downloading a package
from those servers (ftp.us.debian.org and the msu one)?
 
  


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
Debian Squeeze Repositories drakeman007 Linux - Newbie 15 11-19-2010 09:24 PM
Debian (squeeze) MadWifi D-Link wireless card DWL-G650 not recognizied tizak Linux - Networking 1 04-27-2009 09:20 AM
free -m shows 2GB used but gnome-system-monitor shows 1GB anjanesh Linux - General 1 03-04-2009 04:49 AM
openoffice 'Javaldx failed!" Debian lenny squeeze kaz2100 Debian 0 02-23-2009 06:27 AM
Software Selection carlosinfl Debian 7 06-02-2006 11:23 AM

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

All times are GMT -5. The time now is 08:14 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