LinuxQuestions.org
Review your favorite Linux distribution.
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 04-16-2007, 05:36 PM   #1
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Rep: Reputation: 33
Problems with sources.list


When I run aptitude update, for the following entries in my sources.list I'm getting error messages as shown below:

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

deb http://download.videolan.org/pub/videolan/debian/ etch main
deb-src http://download.videolan.org/pub/videolan/debian/ etch main

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: Couldn't stat source package list http://download.videolan.org etch/main Packages (/var/lib/apt/lists/download.videolan.org_pub_videolan_debian_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

Running apt-get update merely gives me the same error messages. These repos used to work. Can anyone help?
 
Old 04-16-2007, 06:16 PM   #2
budword
Member
 
Registered: Apr 2003
Location: Wisconsin
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675

Rep: Reputation: 31
This ought to fix it. Looks like you need the public key for www.debian-multimedia.org. The link below should fix that for you, if you follow the directions. You might want to update the apt source and key for videolan.org as well.

http://lxer.com/module/forums/t/24283/

Let us know if that worked. If it doesn't, try this

http://beranger.org/index.php?article=954

Good luck...

David

Last edited by budword; 04-16-2007 at 06:22 PM.
 
Old 04-17-2007, 01:36 PM   #3
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Original Poster
Rep: Reputation: 33
Originally posted by budword:
Quote:
Let us know if that worked.
Yep! That seems to have done the trick for www.debian-multimedia.org. Many thanks for that.

Quote:
You might want to update the apt source and key for videolan.org as well.
I've googled around but can't find reference to a key for videolan.org.

The error message for videolan.org seems to suggest that the url is wrong but I've been to the videolan download page, http://www.videolan.org/vlc/download-debian.html, and the example given for Sarge looks identical to my entry, except that it states sarge instead of etch. No example is given for Etch (or Lenny) but there is one for Sid.

This might sound daft, but does this mean that there is actually no entry on that url for Etch? This would explain why apt can't find it. There seems to be an entry for Sid. Would it be problematic if I used that or indeed used the Sarge entry? WDYT?
 
Old 04-17-2007, 02:56 PM   #4
budword
Member
 
Registered: Apr 2003
Location: Wisconsin
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675

Rep: Reputation: 31
I don't really follow debian all that closely, but I think etch just went stable. I think sid is always going to be unstable. I don't think there would be a huge problem if you used sid for just this one application, but it's not my system either. I wouldn't have a problem using it on my home desktop. Wouldn't risk it on a server though. Wouldn't need it there anyway, but sometimes people do strange things. And you are right, I couldn't find a key for the vlc apt source, I think they don't bother with one. I think that vlc's apt sources are just a little behind the times, because debian etch just went stable. You might want to just try the sid source, if it's just for vlc. That's what I would do.

Good luck....

David
 
Old 04-17-2007, 02:56 PM   #5
DeanLinkous
Member
 
Registered: Jun 2006
Posts: 111

Rep: Reputation: 15
That isn't going to stop you from using those repos. Just is a warning that you may not wish to trust them since the packages aren't verified. You can still use them like normal - just you will be asked if you want to install packages that cannot be verified.
 
Old 04-17-2007, 05:28 PM   #6
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Original Poster
Rep: Reputation: 33
Originally posted by DeanLinkous:
Quote:
That isn't going to stop you from using those repos. Just is a warning that you may not wish to trust them since the packages aren't verified. You can still use them like normal - just you will be asked if you want to install packages that cannot be verified.
Although I knew that as far as the key was concerned, I didn't realise that was the case with "couldn't stat" etc. I've now managed to install a couple of packages from those repos that I wanted, so thanks. I'm still bemused, though, that I get the error message from videolan.org. All looks OK in my sources.list!
 
Old 04-17-2007, 05:42 PM   #7
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Don't quite understand the issue here. You can get the videolan player from any debian repo. I think even Sarge had it. Maybe even Woody.

# aptitude install vlc

Last edited by rickh; 04-17-2007 at 05:43 PM.
 
Old 04-17-2007, 06:10 PM   #8
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Original Poster
Rep: Reputation: 33
@ rickh:

My misunderstanding. I took it that the error message would prevent me from downloading the package and, as I said, I never had it before the dist-upgrade from Sarge (I had used the repo for libdvdcss2 for Totem). Hence I queried it. Anyway, thanks for taking an interest.
 
Old 04-18-2007, 01:56 PM   #9
el amigo*
Member
 
Registered: Dec 2006
Location: República Dominicana
Distribution: CentOS, Scientific Linux
Posts: 122

Rep: Reputation: 15
Here's my sources.list for a working desktop :

Try this, it works fine for me :

deb http://ftp.br.debian.org/debian/ etch main
deb-src http://ftp.br.debian.org/debian/ etch main

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

#debian multimedia repository (http://lxer.com/module/forums/t/24283/)
deb ftp://linorg.usp.br/debian-marillat/ stable main
deb-src ftp://linorg.usp.br/debian-marillat/ stable main

# Official site for latest version of skype.
deb http://download.skype.com/linux/repos/debian/ stable non-free

# Google picasa
deb http://dl.google.com/linux/deb/ stable non-free

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

###Java 6 JRE/SDK (From Official Debian Repository) ###
deb http://ftp.bononia.it/debian etch main contrib non-free
 
  


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
Need Recommendation for Debian Etch sources.list ( /etc/apt/sources.list ) forgox Debian 6 05-05-2007 01:57 PM
Problems with apt/sources.list and security.debian.org grmoen Debian 2 01-04-2006 06:56 AM
problems updating sources.list precision Debian 5 11-23-2005 02:31 PM
Ubuntu Sources List! I need some great sources lists! Jengo Linux - Newbie 1 06-24-2005 04:50 PM
Problems/Errors with Sources.List shodekiagari Debian 2 05-01-2004 03:00 AM

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

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