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 09-16-2006, 02:11 PM   #76
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210

It's great having people's sources.list here. Very helpful for finding where to get different applications. The main Debian repositories are mirrors that netselect-apt determined to be the fastest, of which I have one activated. I use Etch.

Code:
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060717)]/ etch contrib main

# the main Debian packages.
deb http://debian.mirrors.tds.net/debian/ testing main contrib non-free
# deb http://ftp.uwsg.indiana.edu/linux/debian/ testing main contrib non-free


# Uncomment the deb-src line if you want 'apt-get source'
# to work with most packages.
# regular Etch source:
deb-src http://debian.mirrors.tds.net/debian/ testing main contrib non-free
# deb-src http://ftp.uwsg.indiana.edu/linux/debian/ testing main contrib non-free

# uncommenting the following line will enable security updates
# deb http://security.debian.org/ stable/updates main contrib
deb http://security.debian.org/ testing/updates main contrib non-free

# multimedia
deb http://www.debian-multimedia.org etch main

# opera
# deb http://deb.opera.com/opera/ etch non-free

# tovid
deb http://packages.kirya.net/debian/ unstable main contrib non-free
deb-src http://packages.kirya.net/debian/ unstable main contrib non-free

# Official site for latest version of skype.
deb http://download.skype.com/linux/repos/debian/ stable non-free
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-17-2006, 10:17 AM   #77
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
I tried using that source list and recieved the following error...is there a quick resolution?

Code:
Reading package lists... Done
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: http://packages.kirya.net unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EEFB43B2FBABB737
W: You may want to run apt-get update to correct these problems
 
Old 09-17-2006, 10:57 AM   #78
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889

Original Poster
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Quote:
Originally Posted by Carlwill
I tried using that source list and recieved the following error...is there a quick resolution? You need the gpg keys for both repos.

Code:
Reading package lists... Done
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: http://packages.kirya.net unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EEFB43B2FBABB737
W: You may want to run apt-get update to correct these problems
Unofficial Debian packages
Quote:
You can check self-made packages integrity thanks to my gpg key (fingerprint: 97A0 69D9 A150 687E 599F F168 EEFB 43B2 FBAB B737). To use this key with secure-apt, do as root:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FBABB737
gpg --export -a FBABB737 | apt-key add -
FAQ::Multimedia Debian Packages
Quote:
Apparently you have never noticed but my packages can be checked with apt-check-sigs only with apt-get 0.5.x as explained here (chapter 7.4.3)

Here is my fingerprint :
1D7F C53F 80F8 52C1 88F4 ED0B 07DC 563D 1F41 B907

To import my key from a GPG server (needed for all case) :
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907

With apt-get >= 0.6 do the following (sudo is needed) :
gpg --armor --export 1F41B907 | sudo apt-key add -

With su (Thanks to Michael Gilbert) :

gpg --armor --export 1F41B907 > debian-multimedia.key
su -c "apt-key add debian-multimedia.key"

If you don't use sudo, do the following under root :
gpg --armor --export 1F41B907 | apt-key add -

Last edited by craigevil; 09-17-2006 at 11:04 AM.
 
Old 09-19-2006, 03:40 AM   #79
ballistic509
Member
 
Registered: Feb 2006
Distribution: CentOS
Posts: 114

Rep: Reputation: 15
#deb file:///cdrom/ sarge main

deb cdrom:[Debian GNU/Linux 3.1 r1a _Sarge_ - Official i386 Binary-1 (20051224)]/ unstable contrib main

deb http://ftp.debian.org/debian/ stable main
deb-src http://ftp.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main contrib
deb ftp://ftp.gplhost.com/debian stable main
 
Old 10-04-2006, 06:34 PM   #80
deepclutch
Member
 
Registered: Nov 2004
Location: Kerala, India
Distribution: Debian Bookworm
Posts: 773
Blog Entries: 1

Rep: Reputation: 34
my new sources.list for etch/sid hybrid
Code:
 prakash@etch:~$ cat /etc/apt/sources.list

# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060622)]/ etch main


deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20060622)]/ etch main

#Main repo
deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free


#Unstable
deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
#Experimental
deb ftp://ftp.us.debian.org/debian/ experimental main contrib non-free
#Security Updates
deb http://security.debian.org/ etch/updates main
# deb-src http://isecurity.debian.org/ etch/updates main

#Debian Multimedia
deb http://www.debian-multimedia.org/ etch main

#Opera
deb http://deb.opera.com/opera/ etch non-free

#Unofficial
deb http://ftp.debian-unofficial.org/debian/ etch main contrib non-free restricted

deb http://packages.kirya.net/debian/ unstable main contrib non-free
prakash@etch:~$
 
Old 10-09-2006, 10:36 AM   #81
brjoon1021
Member
 
Registered: Dec 2003
Posts: 173

Rep: Reputation: 16
Newbie hopes you seasoned guys will give some recommendations

I am moving my post, it belongs elsewhere

Last edited by brjoon1021; 10-09-2006 at 02:52 PM.
 
Old 10-18-2006, 06:39 PM   #82
RedNovember
Member
 
Registered: Oct 2005
Distribution: Debian etch
Posts: 103

Rep: Reputation: 15
Question

Interesting, I'm getting these errors:

Quote:
Could not download all repository indexes

The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.

http://http.us.debian.org/debian/dis.../Packages.bz2: MD5Sum mismatch
http://http.us.debian.org/debian/dis.../Packages.bz2: MD5Sum mismatch
http://http.us.debian.org/debian/dis.../Packages.bz2: MD5Sum mismatch
Quote:
W: Couldn't stat source package list http://http.us.debian.org etch/main Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://http.us.debian.org etch/contrib Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_etch_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://http.us.debian.org etch/non-free Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_etch_non-free_binary-i386_Packages) - stat (2 No such file or directory)
Are the Debian.org repos down?
 
Old 10-22-2006, 06:43 PM   #83
mwjcox
LQ Newbie
 
Registered: Oct 2002
Location: Kansas City
Distribution: Debian Sid
Posts: 15

Rep: Reputation: 0
deb file:/var/cache/apt-build/repository apt-build main
# deb http://mirrors.kernel.org/debian/ etch main

# deb http://mirrors.kernel.org/debian/ etch main contrib non-free
# deb-src http://mirrors.kernel.org/debian/ etch main contrib non-free


# deb http://security.debian.org/ etch/updates main
# deb-src http://security.debian.org/ etch/updates main

# Unstable Sid
deb http://mirrors.kernel.org/debian/ sid main contrib non-free
# Unstable Sources
deb-src http://mirrors.kernel.org/debian/ sid main contrib non-free

deb http://www.debian-multimedia.org sid main

#mplayer,acroread.various packages

deb http://linuxappfinder.com/debian/ latest main contrib non-free
deb http://pkg-gnome.alioth.debian.org/debian sid main
deb http://packages.kirya.net/debian/ unstable main contrib non-free
deb-src http://packages.kirya.net/debian/ unstable main contrib non-free
 
Old 10-28-2006, 09:11 AM   #84
C4bo
Member
 
Registered: Feb 2005
Posts: 51

Rep: Reputation: 15
If you get a key error, copy and paste this
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys<key from apt-get update>
hit enter, then copy and paste this
apt-key add /root/.gnupg/pubring.gpg

hit enter again
Then apt-get update again
now it will work
bertil
 
Old 11-14-2006, 03:25 PM   #85
Crushing Belial
Member
 
Registered: Mar 2005
Location: University of Massachusetts - Lowell
Distribution: Ubuntu, Win 7 Pro, Win 7 Enterprise
Posts: 126

Rep: Reputation: 15
This is from my Etch system

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

deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main

deb http://ftp.debian-unofficial.org/debian etch main contrib non-free restricted                                                                                             
deb-src http://ftp.debian-unofficial.org/debian etch main contrib non-free restric                                                                                            ted

deb http://www.debian-multimedia.org etch main
 
Old 11-15-2006, 09:44 PM   #86
Uncle Spellbinder
LQ Newbie
 
Registered: Nov 2006
Posts: 3

Rep: Reputation: 0
Here's mine. Using Debian Etch:

Code:
###############################
##### From Debian Install #####
###############################

# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 (20061111)]/ etch main

deb http://ftp.at.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.at.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

######################
##### Multimedia #####
######################

##### Multimedia
#gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907
#gpg --armor --export 1F41B907 | apt-key add -

# TESTING
deb http://www.debian-multimedia.org/ etch main
deb-src http://www.debian-multimedia.org/ etch main

# UNSTABLE (SID)
#deb http://www.debian-multimedia.org sid main
#deb-src http://www.debian-multimedia.org sid main

#######################
##### Unofficial ######
#######################

##### Debian Unofficial
#gpg --keyserver subkeys.pgp.net --recv-keys 6823D007
#gpg --armor --export 6823D007 | apt-key add -

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


##### Unofficial Debian packages from Kirya.net
# UNSTABLE
#gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FBABB737
#gpg --export -a FBABB737 | apt-key add -

deb http://packages.kirya.net/debian/ unstable main contrib non-free
deb-src http://packages.kirya.net/debian/ unstable main contrib non-free
 
Old 12-22-2006, 02:35 AM   #87
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Quote:
Originally Posted by craigevil
Everyone seems to use this multimedia repo:

deb http://www.debian-multimedia.org/ etch main

Even when I install craigevil's GPG key I get:

Get:12 http://www.debian-multimedia.org etch/main Packages [43.3kB]
78% [12 Packages bzip2 0] [Waiting for headers] [11 Release 11261/79.6kB 14%] [Waiting for headers] [Waiting for headers]
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://www.debian-multimedia.org etch/main Packages
Sub-process bzip2 returned an error code (2)


And:

Failed to fetch http://www.debian-multimedia.org/dis...6/Packages.bz2 Sub-process bzip2 returned an error code (2)
Reading package lists... Done
W: Couldn't stat source package list http://www.debian-multimedia.org etch/main Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

And:

# bzip2recover http://www.debian-multimedia.org/dis...6/Packages.bz2
bzip2recover 1.0.3: extracts blocks from damaged .bz2 files.
bzip2recover: can't read `http://www.debian-multimedia.org/dists/etch/main/binary-i386/Packages.bz2'

Any idea how to fix???
 
Old 12-22-2006, 03:38 AM   #88
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Quote:
Originally Posted by mwjcox
deb file:/var/cache/apt-build/repository apt-build main
# deb http://mirrors.kernel.org/debian/ etch main

# deb http://mirrors.kernel.org/debian/ etch main contrib non-free
# deb-src http://mirrors.kernel.org/debian/ etch main contrib non-free


# deb http://security.debian.org/ etch/updates main
# deb-src http://security.debian.org/ etch/updates main

# Unstable Sid
deb http://mirrors.kernel.org/debian/ sid main contrib non-free
# Unstable Sources
deb-src http://mirrors.kernel.org/debian/ sid main contrib non-free

deb http://www.debian-multimedia.org sid main

#mplayer,acroread.various packages

deb http://linuxappfinder.com/debian/ latest main contrib non-free
deb http://pkg-gnome.alioth.debian.org/debian sid main
deb http://packages.kirya.net/debian/ unstable main contrib non-free
deb-src http://packages.kirya.net/debian/ unstable main contrib non-free
The 'linusappfinder.org' one results in this error:

W: Couldn't stat source package list http://linuxappfinder.com latest/main Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://linuxappfinder.com latest/contrib Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://linuxappfinder.com latest/non-free Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://linuxappfinder.com latest/main Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://linuxappfinder.com latest/contrib Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://linuxappfinder.com latest/non-free Packages (/var/lib/apt/lists/linuxappfinder.com_debian_dists_latest_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

How to correct?
 
Old 12-22-2006, 03:55 AM   #89
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Smile

Quote:
Originally Posted by Red Knuckles
Everyone seems to use this multimedia repo:

deb http://www.debian-multimedia.org/ etch main

Even when I install craigevil's GPG key I get:

Get:12 http://www.debian-multimedia.org etch/main Packages [43.3kB]
78% [12 Packages bzip2 0] [Waiting for headers] [11 Release 11261/79.6kB 14%] [Waiting for headers] [Waiting for headers]
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://www.debian-multimedia.org etch/main Packages
Sub-process bzip2 returned an error code (2)


And:

Failed to fetch http://www.debian-multimedia.org/dis...6/Packages.bz2 Sub-process bzip2 returned an error code (2)
Reading package lists... Done
W: Couldn't stat source package list http://www.debian-multimedia.org etch/main Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

And:

# bzip2recover http://www.debian-multimedia.org/dis...6/Packages.bz2
bzip2recover 1.0.3: extracts blocks from damaged .bz2 files.
bzip2recover: can't read `http://www.debian-multimedia.org/dists/etch/main/binary-i386/Packages.bz2'

Any idea how to fix???
Well, it's working now and I have no idea why... Whatever works I guess.
 
Old 12-22-2006, 05:11 AM   #90
Red Knuckles
Member
 
Registered: Jan 2006
Location: Colorado USA
Distribution: Debian AMD 64 Testing, Sabayon Linux x86-64 3.4, and Ubuntu AMD 64 7.04
Posts: 235

Rep: Reputation: 30
Exclamation

Posted elsewhere. I don't see how to remove an incorrect post.

Last edited by Red Knuckles; 12-22-2006 at 05:21 AM.
 
  


Reply

Tags
apt, aptitude, aptpinning, debian, debiansid, repositories, sid, sourceslist, synaptic



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
First Post! Unable to compile source code J--Lew Linux - Newbie 5 08-16-2005 03:17 PM
2005 LE Post-install todo list Steel Shepherd Mandriva 7 05-02-2005 01:44 AM
what is the best source to put on apt-get source list j.vilon Debian 3 09-28-2004 08:49 PM
can you post your WORKING contrib source for 9.2 JadeWolf324 Mandriva 1 12-11-2003 10:33 AM
How to post a thread in mailing list? Xiangbuilder General 0 09-06-2003 09:26 PM

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

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