You are not logged in.
hi guys, after toying arround a lot I have decided to instal crunchbang on something like between 12 to 20 old pcs (talking amd dual, p4, etc).
On some I¡ll go with testing on some stable.
BUT I cant seem to finde the "ideal" repo list for each. I need to have multimedia codecs free and non free, mplayer, libre office, gnome office, google earth, etc, the usual
Can anyone point me to a complete repo list for each please? sort of that I can copy and paste and aptget udpdate? please?
Thanks a bunch, and terrific work"""
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
have you checked the debian-multimedia repo?
Don't know how to do that. On my test system I have an original 20111125 image, I did a dist-upgrade but apt update says now that some repos cant be found (last night at least) they are:
W: Failed to fetch http://security.debian.org/dists/squeez … -en_US.bz2 Bad header line [IP: 149.20.20.6 80]
W: Failed to fetch http://security.debian.org/dists/squeez … ion-en.bz2 Bad header line [IP: 149.20.20.6 80]
W: Failed to fetch http://backports.debian.org/debian-back … -en_US.bz2 Bad header line [IP: 206.12.19.9 80]
W: Failed to fetch http://backports.debian.org/debian-back … ion-en.bz2 Bad header line [IP: 206.12.19.9 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
My sources are:
## CRUNCHBANG
## Compatible with Debian Squeeze, but use at your own risk.
deb http://packages.crunchbang.org/statler statler main
# deb-src http://packages.crunchbang.org/statler statler main## CRUNCHBANG MULTIMEDIA
## Debian Multimedia Mirror
deb http://packages.crunchbang.org/statler-mm squeeze main non-free
# deb-src http://packages.crunchbang.org/statler-mm squeeze main non-free## CRUNCHBANG MOZILLA
## Debian Mozilla Mirror
deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
# deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release## DEBIAN
deb http://http.us.debian.org/debian/ squeeze main contrib non-free
# deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main contrib non-free
# deb-src http://security.debian.org/ squeeze/updates main## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
deb http://http.us.debian.org/debian/ squeeze main
deb http://http.us.debian.org/debian/ squeeze main contrib non-free
# deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
I NEED HELP FOR:
1- to correct the failures indicated above
2-some generous soul that can give me a complete testing and stable repo source.list to copy and paste that includes multimedia, non free, libre office and all productivity apps.
THANKS :-)
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
What is you output for
apt-config dump
It's:
APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "true";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/cdrom";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom";
Aptitude "";
Aptitude::Get-Root-Command "sudo:/usr/bin/sudo";
Unattended-Upgrade "";
Unattended-Upgrade::Allowed-Origins "";
Unattended-Upgrade::Allowed-Origins:: "${distro_id} stable";
Unattended-Upgrade::Allowed-Origins:: "${distro_id} ${distro_codename}-security";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
CommandLine "";
CommandLine::AsString "apt-config dump";
pablo@cbang-openbox:~$
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
Do you always get the errors or randomly?
W: Failed to fetch....
lately always ... but I dont apt update every day....
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
Here is the complete apt-get update output as of now:
root@cbang-openbox:/home/pablo# apt-get update
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/contrib Translation-en
Ign http://security.debian.org/ squeeze/updates/contrib Translation-en_US
Get:1 http://backports.debian.org squeeze-backports Release.gpg [836 B]
Ign http://backports.debian.org/debian-backports/ squeeze-backports/contrib Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Err http://security.debian.org/ squeeze/updates/main Translation-en_US
Bad header line [IP: 149.20.20.6 80]
Ign http://backports.debian.org/debian-backports/ squeeze-backports/contrib Translation-en_US
Err http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
Bad header line [IP: 206.12.19.9 80]
Err http://security.debian.org/ squeeze/updates/non-free Translation-en
Bad header line [IP: 149.20.20.6 80]
Err http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en_US
Bad header line [IP: 206.12.19.9 80]
Hit http://packages.crunchbang.org statler Release.gpg
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en_US
Hit http://http.us.debian.org squeeze Release.gpg
Ign http://http.us.debian.org/debian/ squeeze/contrib Translation-en
Ign http://http.us.debian.org/debian/ squeeze/contrib Translation-en_US
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en_US
Ign http://http.us.debian.org/debian/ squeeze/non-free Translation-en
Ign http://http.us.debian.org/debian/ squeeze/non-free Translation-en_US
Hit http://packages.crunchbang.org squeeze Release.gpg
Ign http://packages.crunchbang.org/statler-mm/ squeeze/main Translation-en
Ign http://packages.crunchbang.org/statler-mm/ squeeze/main Translation-en_US
Ign http://packages.crunchbang.org/statler-mm/ squeeze/non-free Translation-en
Ign http://packages.crunchbang.org/statler-mm/ squeeze/non-free Translation-en_US
Hit http://packages.crunchbang.org squeeze-backports Release.gpg
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en_US
Hit http://http.us.debian.org squeeze Release
Hit http://packages.crunchbang.org statler Release
Hit http://packages.crunchbang.org squeeze Release
Hit http://http.us.debian.org squeeze/main amd64 Packages
Hit http://http.us.debian.org squeeze/contrib amd64 Packages
Hit http://http.us.debian.org squeeze/non-free amd64 Packages
Ign http://security.debian.org/ squeeze/updates/non-free Translation-en_US
Hit http://security.debian.org squeeze/updates Release
Hit http://security.debian.org squeeze/updates/main amd64 Packages
Hit http://packages.crunchbang.org squeeze-backports Release
Hit http://security.debian.org squeeze/updates/contrib amd64 Packages
Hit http://packages.crunchbang.org statler/main amd64 Packages
Hit http://security.debian.org squeeze/updates/non-free amd64 Packages
Ign http://packages.crunchbang.org squeeze/main amd64 Packages/DiffIndex
Ign http://packages.crunchbang.org squeeze/non-free amd64 Packages/DiffIndex
Hit http://packages.crunchbang.org squeeze-backports/iceweasel-release amd64 Packages
Hit http://packages.crunchbang.org squeeze/main amd64 Packages
Hit http://packages.crunchbang.org squeeze/non-free amd64 Packages
Ign http://backports.debian.org/debian-backports/ squeeze-backports/non-free Translation-en
Ign http://backports.debian.org/debian-backports/ squeeze-backports/non-free Translation-en_US
Get:2 http://backports.debian.org squeeze-backports Release [77.6 kB]
Get:3 http://backports.debian.org squeeze-backports/main amd64 Packages/DiffIndex [6,991 B]
Hit http://backports.debian.org squeeze-backports/contrib amd64 Packages/DiffIndex
Hit http://backports.debian.org squeeze-backports/non-free amd64 Packages/DiffIndex
Hit http://backports.debian.org squeeze-backports/main amd64 Packages
Fetched 85.4 kB in 2min 5s (682 B/s)
W: Failed to fetch http://security.debian.org/dists/squeez … -en_US.bz2 Bad header line [IP: 149.20.20.6 80]W: Failed to fetch http://security.debian.org/dists/squeez … ion-en.bz2 Bad header line [IP: 149.20.20.6 80]
W: Failed to fetch http://backports.debian.org/debian-back … ion-en.bz2 Bad header line [IP: 206.12.19.9 80]
W: Failed to fetch http://backports.debian.org/debian-back … -en_US.bz2 Bad header line [IP: 206.12.19.9 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
root@cbang-openbox:/home/pablo#
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
No connectivity problems. I am on cablemodem broadband.
FORGOT: this crunchbang is in a virtualbox vm, but I have other 7 distros, 2 of them debian based also in vm and they dont have problems...
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
SORRY only one debian (2 including CB,) the other is a Linux Mint XFCE LMDE
EDIT: just finished downloading a full DVD iso @ full speed (6m) no problems with connectivity. speed and qualty test give very good results for my connection. And I dont think its a vbox problem either, it's NAT for all VM's, and all of them, even a windows 2000, an XP, pcbsd, and 11 linux distros work OK, its something in CBang, maybe something I "touched"????
The problem is that linux mint uses its own repos, cant compare...
Last edited by ElQuia (2012-03-03 14:56:54)
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
What has changed: APT::Default-Release "statler"; is missing from an apt-dump comparison?
APT::Never-MarkAuto-Sections:: "universe/oldlibs"; APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs"; APT::Never-MarkAuto-Sections::"multiverse/oldlibs";
APT::Default-Release "statler"; <
Dir "/"; Dir "/";
Dir::State "var/lib/apt/"; Dir::State "var/lib/apt/";
Offline
What has changed: APT::Default-Release "statler"; is missing from an apt-dump comparison?
APT::Never-MarkAuto-Sections:: "universe/oldlibs"; APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs"; APT::Never-MarkAuto-Sections::"multiverse/oldlibs";
APT::Default-Release "statler"; <
Dir "/"; Dir "/";
Dir::State "var/lib/apt/"; Dir::State "var/lib/apt/";
uuuu
sorry but I dont understand... could you explain some more or tell me what to do?
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
It looks like something is mixed up in /etc/apt/sources.list - try this as a suitable replacement:
## CRUNCHBANG
## Compatible with Debian Squeeze, but use at your own risk.
deb http://packages.crunchbang.org/statler statler main
#deb-src http://packages.crunchbang.org/statler statler main## CRUNCHBANG MULTIMEDIA
## Debian Multimedia Mirror
#deb http://packages.crunchbang.org/statler-mm squeeze main non-free
#deb-src http://packages.crunchbang.org/statler-mm squeeze main non-free
deb http://www.debian-multimedia.org squeeze main non-free## CRUNCHBANG MOZILLA
## Debian Mozilla Mirror
deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
#deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release## DEBIAN
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
#deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main
#deb-src http://security.debian.org/ squeeze/updates main## DEBIAN BACKPORTS
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
Offline
SORRY only one debian (2 including CB,) the other is a Linux Mint XFCE LMDE
EDIT: just finished downloading a full DVD iso @ full speed (6m) no problems with connectivity. speed and qualty test give very good results for my connection. And I dont think its a vbox problem either, it's NAT for all VM's, and all of them, even a windows 2000, an XP, pcbsd, and 11 linux distros work OK, its something in CBang, maybe something I "touched"????
The problem is that linux mint uses its own repos, cant compare...
Just glancing at the sources.list here, it looks like you have the main Squeeze repo listed three times. Maybe if you deleted the two lines you inserted under Debian Backports?
EDIT: Also, I noticed your Debian sources are all Squeeze + Backports. Should I go ahead and move this thread to the Stable section so nobody assumes you want Testing/Unstable and starts muddying the waters with apt-pinning?
Last edited by pvsage (2012-03-03 18:07:20)
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
@ElQuia
## CRUNCHBANG MULTIMEDIA
## Debian Multimedia Mirror
deb http://packages.crunchbang.org/statler-mm squeeze main non-free
# deb-src http://packages.crunchbang.org/statler-mm squeeze main non-free
+ your missing the Debian Multimedia, if that matters
Offline
for Vansgo: ok will try this repos you suggest, previous backup of mine just in case
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
ElQuia wrote:SORRY only one debian (2 including CB,) the other is a Linux Mint XFCE LMDE
EDIT: just finished downloading a full DVD iso @ full speed (6m) no problems with connectivity. speed and qualty test give very good results for my connection. And I dont think its a vbox problem either, it's NAT for all VM's, and all of them, even a windows 2000, an XP, pcbsd, and 11 linux distros work OK, its something in CBang, maybe something I "touched"????
The problem is that linux mint uses its own repos, cant compare...
Just glancing at the sources.list here, it looks like you have the main Squeeze repo listed three times. Maybe if you deleted the two lines you inserted under Debian Backports?
EDIT: Also, I noticed your Debian sources are all Squeeze + Backports. Should I go ahead and move this thread to the Stable section so nobody assumes you want Testing/Unstable and starts muddying the waters with apt-pinning?
uuu pvsage, I need TWO class of repos:
1- Stable, for some machines that neet that: stability :-)
2-Testing + unstable to play and test for other users. I have to install @least 4 pc's this way.
So VANSGO, the repos you posted for me in what cat do they fall?
Thanks to all for your help!! really cool.
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
@Vansgo:
Tried the repos you suggest, still get errors, full apt-get update output:
root@cbang-openbox:/home/pablo# apt-get update
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20120207-11:50] squeeze Release.gpg
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20120207-11:50]/ squeeze/main Translation-en
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20120207-11:50]/ squeeze/main Translation-en_US
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20120207-11:50] squeeze Release
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20120207-11:50] squeeze/main amd64 Packages/DiffIndex
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Hit http://backports.debian.org squeeze-backports Release.gpg
Ign http://backports.debian.org/debian-backports/ squeeze-backports/contrib Translation-en
Ign http://backports.debian.org/debian-backports/ squeeze-backports/contrib Translation-en_US
Hit http://ftp.debian.org squeeze Release.gpg
Ign http://ftp.debian.org/debian/ squeeze/contrib Translation-en
Ign http://ftp.debian.org/debian/ squeeze/contrib Translation-en_US
Hit http://packages.crunchbang.org statler Release.gpg
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en_US
Hit http://www.debian-multimedia.org squeeze Release.gpg
Ign http://www.debian-multimedia.org/ squeeze/main Translation-en
Ign http://www.debian-multimedia.org/ squeeze/main Translation-en_US
Ign http://www.debian-multimedia.org/ squeeze/non-free Translation-en
Ign http://www.debian-multimedia.org/ squeeze/non-free Translation-en_US
Hit http://security.debian.org squeeze/updates Release
Ign http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en
Err http://backports.debian.org/debian-backports/ squeeze-backports/main Translation-en_US
Bad header line [IP: 206.12.19.9 80]
Err http://backports.debian.org/debian-backports/ squeeze-backports/non-free Translation-en
Bad header line [IP: 206.12.19.9 80]
Ign http://ftp.debian.org/debian/ squeeze/main Translation-en
Err http://ftp.debian.org/debian/ squeeze/main Translation-en_US
Bad header line [IP: 130.89.148.12 80]
Err http://ftp.debian.org/debian/ squeeze/non-free Translation-en
Bad header line [IP: 130.89.148.12 80]
Hit http://packages.crunchbang.org squeeze Release.gpg
Ign http://packages.crunchbang.org/statler-mm/ squeeze/main Translation-en
Ign http://packages.crunchbang.org/statler-mm/ squeeze/main Translation-en_US
Ign http://packages.crunchbang.org/statler-mm/ squeeze/non-free Translation-en
Ign http://packages.crunchbang.org/statler-mm/ squeeze/non-free Translation-en_US
Hit http://packages.crunchbang.org squeeze-backports Release.gpg
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en_US
Hit http://security.debian.org squeeze/updates/main amd64 Packages
Hit http://www.debian-multimedia.org squeeze Release
Hit http://packages.crunchbang.org statler Release
Hit http://packages.crunchbang.org squeeze Release
Hit http://packages.crunchbang.org squeeze-backports Release
Get:1 http://www.debian-multimedia.org squeeze/main amd64 Packages/DiffIndex [2,023 B]
Hit http://packages.crunchbang.org statler/main amd64 Packages
Get:2 http://www.debian-multimedia.org squeeze/non-free amd64 Packages/DiffIndex [2,023 B]
Ign http://packages.crunchbang.org squeeze/main amd64 Packages/DiffIndex
Ign http://packages.crunchbang.org squeeze/non-free amd64 Packages/DiffIndex
Hit http://packages.crunchbang.org squeeze-backports/iceweasel-release amd64 Packages
Hit http://packages.crunchbang.org squeeze/main amd64 Packages
Hit http://packages.crunchbang.org squeeze/non-free amd64 Packages
Ign http://ftp.debian.org/debian/ squeeze/non-free Translation-en_US
Hit http://ftp.debian.org squeeze Release
Hit http://ftp.debian.org squeeze/main amd64 Packages
Hit http://ftp.debian.org squeeze/contrib amd64 Packages
Hit http://ftp.debian.org squeeze/non-free amd64 Packages
Ign http://backports.debian.org/debian-backports/ squeeze-backports/non-free Translation-en_US
Hit http://backports.debian.org squeeze-backports Release
Hit http://backports.debian.org squeeze-backports/main amd64 Packages/DiffIndex
Hit http://backports.debian.org squeeze-backports/contrib amd64 Packages/DiffIndex
Hit http://backports.debian.org squeeze-backports/non-free amd64 Packages/DiffIndex
Hit http://backports.debian.org squeeze-backports/main amd64 Packages
Fetched 4,046 B in 17s (232 B/s)
W: Failed to fetch http://ftp.debian.org/debian/dists/sque … -en_US.bz2 Bad header line [IP: 130.89.148.12 80]W: Failed to fetch http://ftp.debian.org/debian/dists/sque … ion-en.bz2 Bad header line [IP: 130.89.148.12 80]
W: Failed to fetch http://backports.debian.org/debian-back … -en_US.bz2 Bad header line [IP: 206.12.19.9 80]
W: Failed to fetch http://backports.debian.org/debian-back … ion-en.bz2 Bad header line [IP: 206.12.19.9 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
root@cbang-openbox:/home/pablo#
Ideeassssss? :-(
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
Put this in your sources.list
## CRUNCHBANG
## Compatible with Debian Squeeze, but use at your own risk.
deb http://packages.crunchbang.org/statler statler main
# deb-src http://packages.crunchbang.org/statler statler main
## CRUNCHBANG MOZILLA
## Debian Mozilla Mirror
deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
# deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release
## DEBIAN MULTIMEDIA
deb http://www.debian-multimedia.org squeeze main non-free
## DEBIAN
deb http://http.de.debian.org/debian/ squeeze main contrib non-free
# deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ squeeze/updates main contrib non-free
# deb-src http://security.debian.org/ squeeze/updates main
## DEBIAN BACKPORTS
deb ftp://ftp.at.debian.org/debian-backports squeeze-backports main contrib non-free
# deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-freeThen run these commands:
sudo apt-get update
sudo apt-get install debian-multimedia-keyring
sudo apt-get dist-upgradeLast edited by el_koraco (2012-03-03 23:31:12)
Offline
uuu pvsage, I need TWO class of repos:
1- Stable, for some machines that neet that: stability :-)
2-Testing + unstable to play and test for other users. I have to install @least 4 pc's this way.
But, in the sources.list you posted in this thread, you only have stable + backports.
I see some references to a CDROM...do you have a sources.list.d that may be causing this?
The "failed to fetch" errors are quite familiar, and can be caused by anything from connectivity issues to a traffic jam on the information superhighway.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Put this in your sources.list
## CRUNCHBANG ## Compatible with Debian Squeeze, but use at your own risk. deb http://packages.crunchbang.org/statler statler main # deb-src http://packages.crunchbang.org/statler statler main ## CRUNCHBANG MOZILLA ## Debian Mozilla Mirror deb http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release # deb-src http://packages.crunchbang.org/statler-mozilla squeeze-backports iceweasel-release ## DEBIAN MULTIMEDIA deb http://www.debian-multimedia.org squeeze main non-free @ ## DEBIAN deb http://http.de.debian.org/debian/ squeeze main contrib non-free # deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free ## DEBIAN SECURITY deb http://security.debian.org/ squeeze/updates main contrib non-free # deb-src http://security.debian.org/ squeeze/updates main ## DEBIAN BACKPORTS deb ftp://ftp.at.debian.org/debian-backports squeeze-backports main contrib non-free # deb-src http://backports.debian.org/debian-backports squeeze-backports main contrib non-freeThen run these commands:
sudo apt-get update sudo apt-get install debian-multimedia-keyring sudo apt-get dist-upgrade
@el koraco:
pablo@cbang-openbox:~$ geany /etc/apt/sources.list
pablo@cbang-openbox:~$ sudo su
[sudo] password for pablo:
root@cbang-openbox:/home/pablo# geany /etc/apt/sources.list
root@cbang-openbox:/home/pablo# apt-get update
Err http://http.de.debian.org squeeze Release.gpg
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/contrib Translation-en
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/contrib Translation-en_US
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/main Translation-en
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/main Translation-en_US
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/non-free Translation-en
Could not resolve 'http.de.debian.org'
Err http://http.de.debian.org/debian/ squeeze/non-free Translation-en_US
Could not resolve 'http.de.debian.org'
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/contrib Translation-en
Ign http://security.debian.org/ squeeze/updates/contrib Translation-en_US
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Err http://security.debian.org/ squeeze/updates/main Translation-en_US
Bad header line [IP: 149.20.20.6 80]
Err http://security.debian.org/ squeeze/updates/non-free Translation-en
Bad header line [IP: 149.20.20.6 80]
Hit http://packages.crunchbang.org statler Release.gpg
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en
Ign http://packages.crunchbang.org/statler/ statler/main Translation-en_US
Hit http://www.debian-multimedia.org squeeze Release.gpg
Ign http://www.debian-multimedia.org/ squeeze/main Translation-en
Ign http://www.debian-multimedia.org/ squeeze/main Translation-en_US
Ign http://www.debian-multimedia.org/ squeeze/non-free Translation-en
Ign http://www.debian-multimedia.org/ squeeze/non-free Translation-en_US
Hit http://packages.crunchbang.org squeeze-backports Release.gpg
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en
Ign http://packages.crunchbang.org/statler-mozilla/ squeeze-backports/iceweasel-release Translation-en_US
Hit http://packages.crunchbang.org statler Release
Hit http://packages.crunchbang.org squeeze-backports Release
Hit http://www.debian-multimedia.org squeeze Release
Hit http://packages.crunchbang.org statler/main amd64 Packages
Hit http://www.debian-multimedia.org squeeze/main amd64 Packages/DiffIndex
Hit http://packages.crunchbang.org squeeze-backports/iceweasel-release amd64 Packages
Hit http://www.debian-multimedia.org squeeze/non-free amd64 Packages/DiffIndex
Get:1 ftp://ftp.at.debian.org squeeze-backports Release.gpg [836 B]
Get:2 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/contrib Translation-en
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/contrib Translation-en
Get:3 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/contrib Translation-en_US
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/contrib Translation-en_US
Get:4 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/main Translation-en
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/main Translation-en
Get:5 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/main Translation-en_US
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/main Translation-en_US
Get:6 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/non-free Translation-en
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/non-free Translation-en
Get:7 ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/non-free Translation-en_US
Ign ftp://ftp.at.debian.org/debian-backports/ squeeze-backports/non-free Translation-en_US
Get:8 ftp://ftp.at.debian.org squeeze-backports Release [77.6 kB]
Get:9 ftp://ftp.at.debian.org squeeze-backports/main amd64 Packages [375 kB]
Ign http://security.debian.org/ squeeze/updates/non-free Translation-en_US
Hit http://security.debian.org squeeze/updates Release
Hit http://security.debian.org squeeze/updates/main amd64 Packages
Get:10 http://security.debian.org squeeze/updates/contrib amd64 Packages [674 B]
Get:11 http://security.debian.org squeeze/updates/non-free amd64 Packages [14 B]
Get:12 ftp://ftp.at.debian.org squeeze-backports/contrib amd64 Packages [3,994 B]
Get:13 ftp://ftp.at.debian.org squeeze-backports/non-free amd64 Packages [15.3 kB]
Fetched 474 kB in 24s (19.1 kB/s)
Reading package lists... Done
W: Failed to fetch http://http.de.debian.org/debian/dists/ … elease.gpg Could not resolve 'http.de.debian.org'W: Failed to fetch http://http.de.debian.org/debian/dists/ … ion-en.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://http.de.debian.org/debian/dists/ … -en_US.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://http.de.debian.org/debian/dists/ … ion-en.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://http.de.debian.org/debian/dists/ … -en_US.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://http.de.debian.org/debian/dists/ … ion-en.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://http.de.debian.org/debian/dists/ … -en_US.bz2 Could not resolve 'http.de.debian.org'
W: Failed to fetch http://security.debian.org/dists/squeez … -en_US.bz2 Bad header line [IP: 149.20.20.6 80]
W: Failed to fetch http://security.debian.org/dists/squeez … ion-en.bz2 Bad header line [IP: 149.20.20.6 80]
W: Some index files failed to download, they have been ignored, or old ones used instead.
root@cbang-openbox:/home/pablo#
a windows ping to http://http.de.debian.org says it does not exist
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
ElQuia wrote:uuu pvsage, I need TWO class of repos:
1- Stable, for some machines that neet that: stability :-)
2-Testing + unstable to play and test for other users. I have to install @least 4 pc's this way.But, in the sources.list you posted in this thread, you only have stable + backports.
I see some references to a CDROM...do you have a sources.list.d that may be causing this?
The "failed to fetch" errors are quite familiar, and can be caused by anything from connectivity issues to a traffic jam on the information superhighway.
I tried updating from cd rom, synaptic says system is up to date but I still get the apt errors
*Think Different!: Imagination is more important than Knowledge.
*Death smiles at us all. All a man can do is smile back.
Offline
You messed with your sources list and before I repeat what @el K said and @pvsage, make a complete new sources list for Stable and if you want then also for Testing/Unstable using this cool sources list generator:
Choose also the adequate repos for your location.
And take the suggested sources by @el K for CrunchBang.
Offline
As for "adequate repos for your location", may I suggest Brazil? Should be able to just replace "de" with "br" for the primary Squeeze repo.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.