[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: APT-Update



Vielen Dank für die ausführliche Antwort. Du hast recht, ich bin ein Neuling. 

Ich habe jetzt das getan, was Du vorgeschlagen hast. Die Unstable Sourcen 
standen nur drin, da ich mir die Cyrus Pakete aus unstable installiert habe. 
Ich möchte möglich alles aus stabel haben und nur die Cyrus Pakete aus 
unstable. 

Also so sieht jetzt meine sources.list aus

#####################

server:/etc/apt# cat sources.list

deb ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/debian/ woody main 
non-free contrib
deb-src ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/debian/ woody main 
non-free contrib
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US woody/non-US main contrib 
non-free
deb ftp://security.debian.org woody/updates main contrib non-free
deb-src ftp://security.debian.org woody/updates main contrib non-free

##################

Leider brachte das nicht den Erfolg, den ich erhofft hatte:

###############

server:/etc/apt# apt-get update
Hit http://non-us.debian.org woody/non-US/main Packages
Hit http://non-us.debian.org woody/non-US/main Release
Hit http://non-us.debian.org woody/non-US/contrib Packages
Hit http://non-us.debian.org woody/non-US/contrib Release
Hit http://non-us.debian.org woody/non-US/non-free Packages
Hit http://non-us.debian.org woody/non-US/non-free Release
Hit http://non-us.debian.org woody/non-US/main Sources
Hit http://non-us.debian.org woody/non-US/main Release
Hit http://non-us.debian.org woody/non-US/contrib Sources
Hit http://non-us.debian.org woody/non-US/contrib Release
Hit http://non-us.debian.org woody/non-US/non-free Sources
Hit http://non-us.debian.org woody/non-US/non-free Release
Get:1 ftp://security.debian.org woody/updates/main Packages
Hit ftp://sunsite.informatik.rwth-aachen.de woody/main Packages
Hit ftp://sunsite.informatik.rwth-aachen.de woody/main Release
Hit ftp://sunsite.informatik.rwth-aachen.de woody/non-free Packages
Err ftp://security.debian.org woody/updates/main Packages
  Unable to fetch file, server said 'Failed to open file.  '
Hit ftp://sunsite.informatik.rwth-aachen.de woody/non-free Release
Get:2 ftp://security.debian.org woody/updates/main Release
Hit ftp://sunsite.informatik.rwth-aachen.de woody/contrib Packages
Hit ftp://sunsite.informatik.rwth-aachen.de woody/contrib Release
Ign ftp://security.debian.org woody/updates/main Release
Hit ftp://sunsite.informatik.rwth-aachen.de woody/main Sources
Get:3 ftp://security.debian.org woody/updates/contrib Packages
Hit ftp://sunsite.informatik.rwth-aachen.de woody/main Release
Err ftp://security.debian.org woody/updates/contrib Packages
  Unable to fetch file, server said 'Failed to open file.  '
Hit ftp://sunsite.informatik.rwth-aachen.de woody/non-free Sources
Get:4 ftp://security.debian.org woody/updates/contrib Release
Hit ftp://sunsite.informatik.rwth-aachen.de woody/non-free Release
Hit ftp://sunsite.informatik.rwth-aachen.de woody/contrib Sources
Ign ftp://security.debian.org woody/updates/contrib Release
Get:5 ftp://security.debian.org woody/updates/non-free Packages
Hit ftp://sunsite.informatik.rwth-aachen.de woody/contrib Release
Err ftp://security.debian.org woody/updates/non-free Packages
  Unable to fetch file, server said 'Failed to open file.  '
Get:6 ftp://security.debian.org woody/updates/non-free Release
Ign ftp://security.debian.org woody/updates/non-free Release
Get:7 ftp://security.debian.org woody/updates/main Sources
Err ftp://security.debian.org woody/updates/main Sources
  Unable to fetch file, server said 'Failed to open file.  '
Get:8 ftp://security.debian.org woody/updates/main Release
Ign ftp://security.debian.org woody/updates/main Release
Get:9 ftp://security.debian.org woody/updates/contrib Sources
Err ftp://security.debian.org woody/updates/contrib Sources
  Unable to fetch file, server said 'Failed to open file.  '
Get:10 ftp://security.debian.org woody/updates/contrib Release
Ign ftp://security.debian.org woody/updates/contrib Release
Get:11 ftp://security.debian.org woody/updates/non-free Sources
Err ftp://security.debian.org woody/updates/non-free Sources
  Unable to fetch file, server said 'Failed to open file.  '
Get:12 ftp://security.debian.org woody/updates/non-free Release
Ign ftp://security.debian.org woody/updates/non-free Release
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/main/binary-i386/Packages  
Unable to fetch file, server said 'Failed to open file.  '
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/contrib/binary-i386/Packages  
Unable to fetch file, server said 'Failed to open file.  '
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/non-free/binary-i386/Packages  
Unable to fetch file, server said 'Failed to open file.  '
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/main/source/Sources  Unable to 
fetch file, server said 'Failed to open file.  '
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/contrib/source/Sources  Unable 
to fetch file, server said 'Failed to open file.  '
Failed to fetch 
ftp://security.debian.org/dists/woody/updates/non-free/source/Sources  Unable 
to fetch file, server said 'Failed to open file.  '
Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list ftp://security.debian.org 
woody/updates/main Packages 
(/var/lib/apt/lists/security.debian.org_dists_woody_updates_main_binary-i386_Packages) 
- stat (2 No such file or directory)
W: Couldn't stat source package list ftp://security.debian.org 
woody/updates/contrib Packages 
(/var/lib/apt/lists/security.debian.org_dists_woody_updates_contrib_binary-i386_Packages) 
- stat (2 No such file or directory)
W: Couldn't stat source package list ftp://security.debian.org 
woody/updates/non-free Packages 
(/var/lib/apt/lists/security.debian.org_dists_woody_updates_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.

#################

Die Adresse scheint zu stimmen. Ich weiß nicht, wo der Fehler liegt. 
Vielleicht könnte mir jemand noch einen Tipp geben. Danke!

Gruß
Peter



Reply to: