LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-29-2012, 12:35 PM   #31
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297

Hi,

I second snowpine's remarks, your sources.list is only pointing to your cdrom which is being ignored. Nothing is going to be found or installed and apt is informing you correctly. Furthermore, even as root, by using sudo without the - some commands will not work since you didn't su with the environment settings for the root user which are a bit different then those of a regular user. If you don't have sudo configured and want to use su, then make it a good practice to run:
Code:
su -
The site pointed to is nice, thanks snowpine for pointing to it.

Kind regards,

Eric
 
1 members found this post helpful.
Old 03-29-2012, 12:37 PM   #32
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Your sources.list is excessive; I would trim it back to the essentials (the first two stanzas: "debian security updates" and "debian.org"), personally. (And then add additional repos as-needed.)

If you'd like to post some specific apt-get output, I'll take a look, but I can't help you with "still nothing from apt-get," that's just not enough information. Make sure you have used "apt-get update" to refresh with the new list, and that you have internet connectivity.

Last edited by snowday; 03-29-2012 at 12:43 PM.
 
1 members found this post helpful.
Old 03-29-2012, 12:38 PM   #33
barnac1e
Member
 
Registered: Jan 2012
Location: Moorhead, Minnesota, USA (birthplace of Slackware, ironically)
Distribution: openSUSE 42.2 LEAP- KDE
Posts: 241

Original Poster
Blog Entries: 1

Rep: Reputation: 9
Yes! Yes, brother Snowpine, I got it working! You ARE the man!

---------- Post added 03-29-12 at 12:39 PM ----------

Problem is solved everyone!!! Thank you all so much!!! I'm so happy now lol
 
Old 03-29-2012, 12:41 PM   #34
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
See? Debian's not that hard. Welcome aboard!
 
Old 03-29-2012, 12:42 PM   #35
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Nice! Congrats on getting it working.

Kind regards,

Eric
 
Old 03-29-2012, 12:43 PM   #36
barnac1e
Member
 
Registered: Jan 2012
Location: Moorhead, Minnesota, USA (birthplace of Slackware, ironically)
Distribution: openSUSE 42.2 LEAP- KDE
Posts: 241

Original Poster
Blog Entries: 1

Rep: Reputation: 9
For everyone's help and tolerance, I will go back with a reputation point to each one later today, just cause I'm so happy!! I appreciate it!!
 
Old 03-29-2012, 03:19 PM   #37
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
From page 1
Quote:
Check your sources.list file if you installed from a cd/dvd. I didn't activate a network on install from my dvd, so in result i had to edit my sources.list file before i could install anything off the internet because no mirror was selected.
Bamn! got it right first guess.

Just for clarification, It has been stated by another user that Debian Squeeze uses kde 4.6.5. This information is not correct. Debian Squeeze uses kde 4.4.5.

I'm glad you got Debian sorted out mate. may i suggest that you change your 'distribution' label in your user info, as you in fact do not use Gentoo, so it might be best to change it to Sabayon or to one of the distributions you actually use.

Good luck, i hope you enjoy Debian.
 
Old 03-29-2012, 03:38 PM   #38
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Definitely need to clean up your sources.list

You basically will most likely want 4 repos, main, security, updates, backports.

Something like this:
Code:
##################
## Debian Stable #
##################
#Stable
deb http://http.us.debian.org/debian/ squeeze main contrib non-free
#Stable Sources
deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free

#Security Updates  http://www.debian.org/security/
deb http://security.debian.org/ squeeze/updates main contrib non-free

# Squeeze-updates 
deb http://http.us.debian.org/debian/ squeeze-updates main contrib non-free

# Debian Stable Backports
# For information visit - http://backports.debian.org/
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
On main and updates, you can use a different Mirror, but you only need 1. Having more than one is just going to slow apt-get update down and waste bandwidth.

If you want a newer version of Iceweasel you can add the mozilla.debian.net repo
see the site for directions.

If you use Google Chrome, when you download and install it adds a repo so it stays updated, Opera does the same thing.
 
Old 03-29-2012, 05:48 PM   #39
barnac1e
Member
 
Registered: Jan 2012
Location: Moorhead, Minnesota, USA (birthplace of Slackware, ironically)
Distribution: openSUSE 42.2 LEAP- KDE
Posts: 241

Original Poster
Blog Entries: 1

Rep: Reputation: 9
As promised, everyone should have gotten a new reputation point added from me as it was pretty exhilarating actually getting Debian to work.

Now, a couple of minor but important side notes I thought I might ask any of you but here's a couple of things I need to tweak Debian to do. First, I love the kexec feature but can this be disabled easily with no side effects? What's most important about this is I am planning to use Linux From Scratch (LFS) and I need to be able to dual boot to a second linux distro easily and kexec doesn't allow this so easily but instead I have to shut the pc down completely first. 2nd, what is the best thing to do if I somehow mess my Grub config up from installing the 2nd distro. I have to do some research but Grub2 is different from Grub legacy plus wanting to use my computer's UEFI boot option and using a GPT disk, I have to figure out whether I need to mount a /boot partition for each distro I add or is the first and primary OS (Debian is this case) sufficient. You see, as it stands, two small partitions must be reserved, one of about 1 GB for bios_grub, and the other needs to be a 32mb vfat efi partition. Those never are touch. But the efi parition is setup so the boot flag is on. But this is seperate from a /boot mount partition. So then for the Debian distro, I create a ext3 boot partition of 500 mb but I have to find out if I need to create a /boot partition for each additional distro because if not and somehow Debian's /boot gets overwritten, there I will be needing to get into Debian. Theoretically, I think that any Grub2 if installed to /dev/sda will pick up all instances of a kernel in any distro but I'm not sure of this and research is hard to find. The other option is elilo but its somehow different from Grub2. So if anyone can just give me an idea of how to plan to get back into Debian if the bootloader is overwritten, that would be great. If you know about efi and guid partitions, feel free to add any pertinent info. Thanks!
 
  


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
LXer: How to add Debian Squeeze to your Debian Lenny FAI install server LXer Syndicated Linux News 0 09-08-2011 07:21 PM
Mounting a 2TB ee GPT partition with Busybox debian-installer/debian live? Xeratul Debian 0 08-15-2011 09:55 AM
LXer: How To Upgrade Debian Lenny (Debian 5.0) To Squeeze (Debian 6.0) On Xen VPS LXer Syndicated Linux News 0 03-09-2011 05:20 AM
Problem while apt-get update on debian etch, cannot reach security.debian.org sarajevo Debian 4 06-08-2008 11:59 AM
grub issues: dual boot Debian i386 & Debian amd64 ErrorBound Debian 1 03-09-2007 07:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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