Hello! I'm getting a strange error when trying to apt-get install gnome-panel2, etc.:
boston:/home/fbreuer# apt-get install gnome-panel2 gnome-terminal2 Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: gnome-panel-data2 gnome-session2 libgnome-desktop-0 libpanel-applet2-0 libwnck-1 libzvt2-0 The following packages will be REMOVED: gnome-applets gnome-core gnome-games gnome-help gnome-media gnome-panel gnome-panel-data gnome-session gnome-terminal gnome-utils gtm The following NEW packages will be installed: gnome-panel-data2 gnome-panel2 gnome-session2 gnome-terminal2 libgnome-desktop-0 libpanel-applet2-0 libwnck-1 libzvt2-0 0 packages upgraded, 8 newly installed, 11 to remove and 13 not upgraded. Need to get 1413kB/1615kB of archives. After unpacking 34.3MB will be freed. Do you want to continue? [Y/n] y Get:1 ftp://ftp.debian.org ./ libpanel-applet2-0 1.5.11-1 [26.8kB] Err ftp://ftp.debian.org ./ libpanel-applet2-0 1.5.11-1 Unable to fetch file, server said 'Failed to open file. ' Get:2 ftp://ftp.debian.org ./ gnome-panel2 1.5.11-1 [245kB] Err ftp://ftp.debian.org ./ gnome-panel2 1.5.11-1 Unable to fetch file, server said 'Failed to open file. ' Get:3 ftp://ftp.debian.org ./ gnome-panel-data2 1.5.11-1 [738kB] Err ftp://ftp.debian.org ./ gnome-panel-data2 1.5.11-1 Unable to fetch file, server said 'Failed to open file. ' Get:4 ftp://ftp.debian.org ./ gnome-session2 1.5.11-1 [404kB] Err ftp://ftp.debian.org ./ gnome-session2 1.5.11-1 Unable to fetch file, server said 'Failed to open file. ' Failed to fetch ftp://ftp.debian.org/debian/project/experimental/main/binary-i386/pool/main/g/gnome-panel2/libpanel-applet2-0_1.5.11-1_i386.deb Unable to fetch file, server said 'Failed to open file. ' Failed to fetch ftp://ftp.debian.org/debian/project/experimental/main/binary-i386/pool/main/g/gnome-panel2/gnome-panel2_1.5.11-1_i386.deb Unable to fetch file, server said 'Failed to open file. ' Failed to fetch ftp://ftp.debian.org/debian/project/experimental/main/binary-i386/pool/main/g/gnome-panel2/gnome-panel-data2_1.5.11-1_all.deb Unable to fetch file, server said 'Failed to open file. ' Failed to fetch ftp://ftp.debian.org/debian/project/experimental/main/binary-i386/pool/main/g/gnome-session2/gnome-session2_1.5.11-1_i386.deb Unable to fetch file, server said 'Failed to open file. ' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? However, I did run apt-get update repeatedly before. My sources.list looks like this: deb http://ftp.de.debian.org/debian unstable main contrib non-free deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free deb ftp://ftp.debian.org/debian/project/experimental/main/binary-i386 ./ deb http://marillat.free.fr/ unstable main A look at the ftp server revealed that there is no subdirectory "pool" in ftp://ftp.debian.org/debian/project/experimental/main/binary-i386, so what's going on? Thanks, Felix

