Repositories in sources.list

 
Thread Tools Search this Thread
Operating Systems Linux Debian Repositories in sources.list
# 1  
Old 12-20-2011
Repositories in sources.list

I'm just interested to know how your sources.list look like. I got some repositories witch give some errors and I would like to clean it up.

and when I do apt-get update I get few lines showing errors like 404 , this is how my list look like:

Code:
# deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main

# deb cdrom:[Debian GNU/Linux 6.0.2.1 _Squeeze_ - Official i386 NETINST Binary-1 20110628-13:01]/ squeeze main

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

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

# squeeze-updates, previously known as 'volatile'
deb http://ftp.ba.debian.org/debian/ squeeze-updates main
deb-src http://ftp.ba.debian.org/debian/ squeeze-updates main

#non free and contrib

deb http://http.us.debian.org/debian squeeze main contrib non-free
 
deb http://http.us.debian.org/debian/ squeeze/updates main contrib non-free
deb http://download.skype.com/linux/repos/debian stable non-free
deb http://http.us.debian.org/debian/ squeeze-proposed-updates contrib non-free main
deb-src http://http.us.debian.org/debian/ squeeze-proposed-updates contrib non-free main

#wine
deb http://wine.sourceforge.net/apt/ binary/


Errors after apt-get update:
Quote:
Err Index of / squeeze/updates/main Sources
404 Not Found [IP: 128.30.2.36 80]
Err Index of / squeeze/updates/contrib Sources
404 Not Found [IP: 128.30.2.36 80]
Err Index of / squeeze/updates/non-free Sources
404 Not Found [IP: 128.30.2.36 80]
Err Index of / squeeze/updates/main i386 Packages
404 Not Found [IP: 128.30.2.36 80]
Err Index of / squeeze/updates/contrib i386 Packages
404 Not Found [IP: 128.30.2.36 80]
Err Index of / squeeze/updates/non-free i386 Packages
404 Not Found [IP: 128.30.2.36 80]
Fetched 2,759 B in 26s (102 B/s)
N: Ignoring file 'dropbox.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'lenny.non-free.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'opera.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'google-chrome.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
W: Failed to fetch http://http.us.debian.org/debian/dis...rce/Sources.gz 404 Not Found [IP: 128.30.2.36 80]

W: Failed to fetch http://http.us.debian.org/debian/dis...rce/Sources.gz 404 Not Found [IP: 128.30.2.36 80]

W: Failed to fetch http://http.us.debian.org/debian/dis...rce/Sources.gz 404 Not Found [IP: 128.30.2.36 80]

W: Failed to fetch http://http.us.debian.org/debian/dis...86/Packages.gz 404 Not Found [IP: 128.30.2.36 80]

W: Failed to fetch http://http.us.debian.org/debian/dis...86/Packages.gz 404 Not Found [IP: 128.30.2.36 80]

W: Failed to fetch http://http.us.debian.org/debian/dis...86/Packages.gz 404 Not Found [IP: 128.30.2.36 80]

E: Some index files failed to download, they have been ignored, or old ones used instead.



So if you have some recommendations how to fix these errors ( or show me your repositores list) I would be very grateful Smilie cheers;

Last edited by zdorian; 12-20-2011 at 05:03 PM.. Reason: title change
This User Gave Thanks to zdorian For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need assistance with an IF statement to compare a list of SHA keys between two repositories.

Hello. My first time here. What I am trying to do is this. FileA is located on a web server FileB is located on local storage Both files contain a large list of information of not only SHA keys but versions, and other information. I need a statement that can compare between FileA... (5 Replies)
Discussion started by: Query
5 Replies

2. What is on Your Mind?

Loading Animation for Large Man Page Repositories

Should have done this 10 years ago, so better late than never: Just added a "loading" animation to the the man page repositories when they load, especially since some are very large and take many seconds to load. See for example: https://www.unix.com/man-page-opensolaris-repository.php ... (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

Man Page Repositories - Added jQuery and Bootstrap

I added both jQuery and Bootstrap Javacript libs to all man page repository pages. TODO: I need to add pagination to these repos because most are very large and load to slow on a single page. For the first upgrade, I manually added one new CSS Class (repository) to the main repo tables and... (0 Replies)
Discussion started by: Neo
0 Replies

4. Shell Programming and Scripting

Create Repositories with the *.dump filetype

I've a bunch of repository dumps that I need to include in my shell script to restore from the dump, but first I need to create the repositories first. How do I extract the names of the repository and removing the *.dump for use of the following line? bash-3.00$ ls andromeda.dump alias.dump... (4 Replies)
Discussion started by: lynxlee
4 Replies

5. News, Links, Events and Announcements

Are the UnixWare 7.1.1 sources available?

So, I was browsing groklaw.net, and I was surprised to read that Pamela Jones was reading the copyright notices in the UnixWare 7.1.1 source code files... Groklaw - Santa Cruz Listed Novell as Owning the Copyrights in 1999 How can that be? Are the UnixWare 7.1.1 sources available to the... (1 Reply)
Discussion started by: pepinox
1 Replies

6. Shell Programming and Scripting

Modify sources.list from script

i'm looking for a way to enable and disable repositories from a script. i started with a sed command like this: sed '/*'"$REPO"'/,/'"$STOP"'/ s/^*//' /etc/apt/sources.list but this enables both the normal and the source repos. for example: # deb http://www.lamaresh.net/apt lenny main #... (7 Replies)
Discussion started by: Leppie
7 Replies

7. UNIX for Dummies Questions & Answers

Where are the repositories located in SUSE SLES 10 SP2

Hi, In SUSE SLES 10 SP2 where are the software repositories located? In CENTOS they are in /etc/yum.repositories or something like that. What does SLES use? (1 Reply)
Discussion started by: mojoman
1 Replies

8. Ubuntu

Universal Repositories for All Linux Distros

Is it possible to use Other Distro's ( i.e Debian's or Ubuntu's ) repositories in Fedora? If not then what should be done to make common repositories for all linux distros. regards, Arun Maurya (2 Replies)
Discussion started by: arun_maurya
2 Replies
Login or Register to Ask a Question