Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-19-2011, 10:50 PM
|
#241
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
Original Poster
|
@replica9000
does http://www.prodeia.de/mms/ have an English page? If it does can you post it so I can add it to my Giant list.
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
10-19-2011, 11:59 PM
|
#242
|
|
Member
Registered: Jul 2006
Location: Quahog, Rhode Island
Distribution: Debian 'Sid', Android
Posts: 455
Rep:
|
|
|
|
|
04-07-2012, 09:09 AM
|
#244
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,793
|
A very sparse one from me.
Code:
deb http://ftp.uk.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ sid main contrib non-free
#Added by me
deb http://www.debian-multimedia.org sid main non-free
deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free
deb http://deb.opera.com/opera-beta/ sid non-free
|
|
|
|
05-15-2012, 02:17 PM
|
#246
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
Original Poster
|
DutchGlory get rid of all of that crap.
You only need one Debian mirror, and if you are running Stable/Squeeze you should NOT have anything but stable/squeeze in your sources.list sure as hell shouldn't have lines for sid or experimental.
Do NOT mix Debian releases unless you are trying to break your install.
|
|
|
|
06-03-2012, 01:24 AM
|
#247
|
|
Member
Registered: Dec 2005
Distribution: Debian KDE / Fluxbox
Posts: 213
Rep:
|
New domain name deb-multimedia.org
Heads up.
If using debian-multimedia.org,
the repository had been changed deb-multimedia.org (together with deb-multimedia-keyring)
Details can be found at http://debian-multimedia.org which will redirect you to http://www.deb-multimedia.org/
|
|
|
3 members found this post helpful.
|
06-03-2012, 12:50 PM
|
#248
|
|
Member
Registered: Jul 2006
Location: Quahog, Rhode Island
Distribution: Debian 'Sid', Android
Posts: 455
Rep:
|
Quote:
Originally Posted by michalng
|
Thanks for the heads up!
Are people really confused between official Debian packages and d-m.o packages? I know in Synaptic official packages have the Debian logo to show they are official. Also, most people should already be aware of the "risk" of using 3rd party repositories. I don't think the name change was necessary.
|
|
|
|
06-03-2012, 03:21 PM
|
#250
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,793
|
I must admit that at first I thought the Debian-Multimedia repositories were official but separate and hosted somewhere else for DMCA type reasons. So I can well understand that the Debian developers wanted to make sure that nobody mistakes the multimedia repositories for official ones.
Oh, and thanks to michalng for the heads-up.
|
|
|
|
06-03-2012, 05:26 PM
|
#251
|
|
Member
Registered: Dec 2005
Distribution: Debian KDE / Fluxbox
Posts: 213
Rep:
|
Quote:
Originally Posted by craigevil
The problem was mostly people filing bug reports on packages from dmo, on the Debian BTS.
I have yet to run into any problems using Christian's repo. The majority of my multimedia packages are from dmo including mplayer, vlc, ffmpeg, flashplayer-mozilla and the depends.
....
|
I agree with craigevil,
Christian's repo have been very useful to me and I believed many others.
|
|
|
|
06-03-2012, 05:41 PM
|
#252
|
|
Member
Registered: May 2012
Posts: 426
Rep: 
|
Same here, never had any issues with dmo stuff.
|
|
|
|
06-22-2012, 08:11 AM
|
#253
|
|
Senior Member
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,104
Rep: 
|
http.debian.net - new redirector
Quote:
About http.debian.net
Brought to you by Raphael Geissert, it aims to solve the problem of choosing a Debian mirror, among other issues. The redirector uses the geo and network location of the user and the mirrors, the architecture of the requested files, IP address family, the availability and freshness of the mirrors, and a few other things. It is constantly improved.
The result: it selects the best mirror that can serve the file. Give the demonstration a try!
If you are familiar with cdn.debian.net you should think of http.debian.net as a superior replacement.
|
http://http.debian.net/
http://lists.debian.org/debian-devel.../msg00007.html
|
|
|
|
06-22-2012, 01:47 PM
|
#254
|
|
Member
Registered: Jun 2003
Location: Socorro, New Mexico
Distribution: Debian ("lenny", "squeeze"), Ubuntu ("karmic", "oneiric")
Posts: 214
Rep:
|
Example of adjusting sources.list to use http.debian.net
Thanks for the informative post jens. I provide my own sources.list as a worked example.
See if I've got it right.
Before using http.debian.net
Code:
deb http://ftp.utexas.edu/debian/ squeeze main non-free contrib
deb-src http://ftp.utexas.edu/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
# squeeze-updates, previously known as 'volatile'
deb http://ftp.utexas.edu/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.utexas.edu/debian/ squeeze-updates main contrib non-free
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
Adjusted to use http.debian.net
Code:
deb http://http.debian.net/debian squeeze main non-free contrib
deb-src http://http.debian.net/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
# squeeze-updates, previously known as 'volatile'
deb http://http.debian.net/debian/ squeeze-updates main contrib non-free
deb-src http://http.debian.net/debian/ squeeze-updates main contrib non-free
Changes:
Updated binary repos.
Updated "updates" repos.
No change to security repos.
Deleted what appears to be an unneeded second repository deb ftp.debian.org/debian/ squeeze main contrib non-free.
What happens if you use multiple repositories, BTW? Can you get version conflicts? Does the last depository
override the earlier ones?
|
|
|
|
06-23-2012, 02:01 PM
|
#255
|
|
Member
Registered: Jul 2006
Location: Quahog, Rhode Island
Distribution: Debian 'Sid', Android
Posts: 455
Rep:
|
Quote:
Originally Posted by pcardout
What happens if you use multiple repositories, BTW? Can you get version conflicts? Does the last depository
override the earlier ones?
|
If you have multiple repositories, such as Debian testing and Debian unstable, the unstable packages will most likely be newer and override the testing packages, assuming you don't have any APT pinning configured. Same thing if you have a 3rd party repository with the same package as the official repo, the newer version will be shown.
If you have duplicate entries of the same repository, same or different mirrors, but both the same release (ie. both unstable), then you may get an error like this:
Code:
W: Duplicate sources.list entry http://debian.lcs.mit.edu/debian/ unstable/main amd64 Packages (/var/lib/apt/lists/debian.lcs.mit.edu_debian_dists_unstable_main_binary-amd64_Packages)
Everything should work just fine though.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:54 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|