i'm working to set up a local mirror so the machines on my intranet can apt-get from a local mirror. i've successfully set up the mirror at /misc/debian. ftp is disabled on this machine, but there is access through port 80. so, i've set up the following in each machine's /etc/apt/sources.list file:
deb http://192.168.1.10/debian woody main contrib non-free however, atp-get update returns the following. (i have a symlink in /www/httpd/debian which points to /misc/debian, and have set the permissions on /misc/debian to 777. my httpd.conf allows symlinks. any thoughts would be appreciated. [EMAIL PROTECTED]:~$ sudo apt-get update Password: Err http://192.168.1.10 woody/main Packages 403 Forbidden Ign http://192.168.1.10 woody/main Release Err http://192.168.1.10 woody/contrib Packages 403 Forbidden Ign http://192.168.1.10 woody/contrib Release Err http://192.168.1.10 woody/non-free Packages 403 Forbidden Ign http://192.168.1.10 woody/non-free Release Failed to fetch http://192.168.1.10/debian/dists/woody/main/binary-i386/Packages 403 Forbidden Failed to fetch http://192.168.1.10/debian/dists/woody/contrib/binary-i386/Packages 403 Forbidden Failed to fetch http://192.168.1.10/debian/dists/woody/non-free/binary-i386/Packages 403 Forbidden Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list http://192.168.1.10 woody/main Packages (/var/lib/apt/lists/192.168.1.10_debian_dists_woody_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://192.168.1.10 woody/contrib Packages (/var/lib/apt/lists/192.168.1.10_debian_dists_woody_contrib_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://192.168.1.10 woody/non-free Packages (/var/lib/apt/lists/192.168.1.10_debian_dists_woody_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. -- ____) ,_) ,_) (-(__ |_ _ _ |/ ____) | |(_)(_ |\ ( \_, _______________________________________________ | http://www.exitwound.org : hard to find | _______________________________________________ | "Who is General Failure and why is he | | reading my hard disk ?" Microsoft spel | | chekar vor sail, worgs grate !! (By | | [EMAIL PROTECTED], Felix von Leitner) | _______________________________________________ -------------BEGIN GEEK CODE BLOCK------------- | Version: 3.1 | | GJ/IT d- s: a C+++>$ UL++++ P+++ L+++ E--- W++| | N+@ o K- w O- M- V PS+ PE Y+ PGP++ t+@ 5@ X++ | | R tv+@ b+ DI++++ D+ G++ e++++ h---- r+++ y+++ | --------------END GEEK CODE BLOCK--------------