LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-29-2005, 10:00 PM   #46
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30

it doesnt exit.
 
Old 06-29-2005, 10:05 PM   #47
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
of course it does... when you edit the file as I told you in nano at the bottom of the screen you see the commands. After editing the file you type CONTROL+O(the letter) to save and CONTROL+X(to exit nano) <-- you don't type the '+' of course ;-)
the idea is to change your list of repositories and then save the change, exit the editor, and then update with the new source (doing apt-get update) and upgrade (apt-get upgrade) and then continuing the installation...
I know it may seem frustrating the command line but you are almost there once you finish install kde you'll be ok (for now...)...
and also I am still wondering if you have a connection becasue without it it won't work...
do all that and let me know how it goes...
Good luck!
A.
 
Old 06-29-2005, 10:13 PM   #48
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
ok after i did that i found the problem dum me lol i pressed enter then ctrl x
ok know i apt-get update
came done sayin with error's
know i tried apt-get upgrade did not work same with error's.
 
Old 06-29-2005, 10:16 PM   #49
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
So from what I understand you made the necessary change to your file right? now when you type nano /etc/apt/sources.list you see the file *with* your modifications?
ok and what about these errors? it says that you are not connected? doyou see an interface when you type that?
#route
you should see 2 lines and at the right eth0 probably... is it the case?
if not try:
#ifup eth0
A.
 
Old 06-29-2005, 10:18 PM   #50
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
ok hold on one seci was to have a space between the contrib and non-free am i right if not then i have a space in between them.
 
Old 06-29-2005, 10:23 PM   #51
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
of sh*t actually it was just the security of debian... I did not read well ok.. make your file look EXACTLY LIKE THAT:
------------
#deb file:///cdrom/ sarge main

# deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ -Official i386 Binary-1 (20050607)$

deb http://security.debain.org/stable/updates main contrib

deb http://http.us.debian.org/debian stable main contrib non-free
deb-src http://http.us.debian.org/debian stable main contrib non-free
----------

and the apt-get update and tell me what route says please...
A.
 
Old 06-29-2005, 10:28 PM   #52
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
lol, dam it i did the way you wrote and it still will the error.
 
Old 06-29-2005, 10:30 PM   #53
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
yea but if yu saved that like that it's ok.. the error is probably related to your connection no?
give me the output of
#route
and if there is nothing type
#ifup eth0
tell me what happen now...
A.
 
Old 06-29-2005, 10:33 PM   #54
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
i typed route
Kernel IP routing table
Destination Gateway GenMask Flags Metric Ref Use Iface

i only tyoed the update not upgrade just so you know.
 
Old 06-29-2005, 10:34 PM   #55
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
it's all you see in route? then try #ifup eth0
A.
 
Old 06-29-2005, 10:38 PM   #56
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
it says Igoring unknown interface eth0=eth0
 
Old 06-29-2005, 10:42 PM   #57
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
wow.. shit you don't have connection then... do:
$nano /etc/network/interfaces and tell me if you see a interface name besides lo
mine for instance looks like that:
you shold have the loopback interface but do you have primary network interface?

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
manual eth0
iface eth0 inet dhcp

# the WLAN network interface
auto eth1
iface eth1 inet dhcp
wireless_essid #######################
wireless_key #######################
 
Old 06-29-2005, 10:43 PM   #58
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
did you check during the installation as I told you to see if the module of your ethernet card was loaded??
by the way your computer is phisically connected to the internet no?????
A.
 
Old 06-29-2005, 10:49 PM   #59
Dark_Sniper*
Member
 
Registered: May 2005
Location: Greenvile, Texas
Distribution: Debian
Posts: 214

Original Poster
Rep: Reputation: 30
ok just so you know when i had i hope i still do have my xandros setup i had the network install. Its off LAN cat5 cable to the back of my router to this computer.

ok

# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /user/share/doc/ifupdown/examples for more information
 
Old 06-29-2005, 10:52 PM   #60
Arnaud_B
Member
 
Registered: Jun 2004
Location: New York
Distribution: Debian
Posts: 219

Rep: Reputation: 30
I don't understand... you are connected or not ( I mean phisically)
and there is nothing in your /etc/network/interfaces file?
mmm...
do you see something looking like eth0 when you type
$dmesg | grep eth
?
A.
 
  


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
What's the difference between debian and other debian-based distro like knoppix? Akhran Debian 11 08-28-2005 06:07 PM
Which distro is best for newbie netsoft2005 Linux - Newbie 10 08-02-2005 09:25 AM
Which distro is best for newbie moborichard Linux - Newbie 5 06-15-2005 02:47 AM
NEWBIE having trouble loading debian distro on new hard drive xtreem33 Debian 4 01-19-2005 09:49 PM
What distro for a newbie? sdpeelejr Linux - General 3 03-18-2004 05:23 AM

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

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