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-05-2014, 04:22 PM   #1
agooodname
LQ Newbie
 
Registered: Jun 2013
Location: Chicago IL USA
Distribution: debian
Posts: 23

Rep: Reputation: Disabled
Question can you post your sources.list file?


Hey everyone, im having a problem with downloading from repositories and i was wondering if someone would post the contense of their sources.list file so i can use it as a template. preferrably someone in the US and if you live in illinos even better. Thanks
 
Old 06-05-2014, 04:50 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Well, you posted in Debian. Your browser logo says Ubuntu. Now what does

Code:
cat os-release
from terminal spit out so people know what you are running so they can answer intelligently.
 
Old 06-05-2014, 04:56 PM   #3
agooodname
LQ Newbie
 
Registered: Jun 2013
Location: Chicago IL USA
Distribution: debian
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
Well, you posted in Debian. Your browser logo says Ubuntu. Now what does

Code:
cat os-release
from terminal spit out so people know what you are running so they can answer intelligently.
yeah sorry im posting from my ubuntu laptob but im trying to fix a server running debian, as for the command cat os-release it just says no such file or directory im still learning linux so i might be doing something wrong.
 
Old 06-05-2014, 05:00 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
fix a server running debian
Hmmmm My bad. I went too fast because I am doing some testing.

Code:
harry@biker:~
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
$ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list.d/antix.list
           deb http://antix.daveserver.info/stable stable main
           Active apt sources in file: /etc/apt/sources.list.d/debian.list
           deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
           deb http://security.debian.org/ wheezy/updates main contrib non-free
           Active apt sources in file: /etc/apt/sources.list.d/various.list
           deb http://www.duinsoft.nl/pkg debs all
Edit: if running wheezy. ignore my duinsoft and daveserver entries and just use the 2 wheezy which are usa mirrors or go with Debain sources list generator. Google search will tell you where that is at.

Last edited by rokytnji; 06-05-2014 at 05:04 PM.
 
Old 06-05-2014, 07:53 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Debian Sid. I've deleted the lines that were "remarked out":

Code:
# cat /etc/apt/sources.list

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

deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

deb http://ftp.us.debian.org/debian/ testing-proposed-updates contrib non-free main
deb-src http://ftp.us.debian.org/debian/ testing-proposed-updates contrib non-free main
 
Old 06-05-2014, 08:42 PM   #6
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
That is not a sources.list for Sid. Sid is "unstable". Yours reads "testing". This is Jessie, the next Debian release; Debian 8.

If you look at the Debian Questions index here on LQ the very first thread listed, on of the stickies, is "Post your sources.list. Been there a long time, since Etch I think.
http://www.linuxquestions.org/questi...13/page18.html

Will take you to the last page and you can go back from there if needed.

That said;
Code:
deb http://ftp.us.debian.org/debian/ testing main non-free contrib
## deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free

deb http://security.debian.org/ testing/updates main non-free contrib
## deb-src http://security.debian.org/ testing/updates main
I have never felt the need to use the "proposed" repo. The packages are not as stable as the ones in the testing repo as they have not really migrated from the Sid repos yet.

But then I run Sid on another install.
 
Old 06-05-2014, 10:46 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Check this out: http://debgen.simplylinux.ch/
 
  


Reply

Tags
repositories, sources.list



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
Using multiple mirrors in sources.list file rng Debian 4 02-24-2013 10:45 PM
Can someone please post the _default_ sources.list for sid? fahadsadah Debian 5 08-31-2008 10:51 AM
Post your sources.list el amigo* Ubuntu 1 06-24-2007 07:57 PM
Need Recommendation for Debian Etch sources.list ( /etc/apt/sources.list ) forgox Debian 6 05-05-2007 01:57 PM
How does your /etc/apt/sources.list file looks like? sud_crow SUSE / openSUSE 1 10-30-2004 05:25 AM

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

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