Hello,
I created a mirror with apt-mirror with the help of this howto:
http://www.howtoforge.com/local_debian_ubuntu_mirror
My problem is, that apt-mirror mirrors only the normal packages of the distributions but the updates or security packages wont be mirrored.
Here is the output of apt-mirror:
Code:
openssh-server:~# su - apt-mirror -c apt-mirror
Downloading 51 index files using 20 threads...
Begin time: Mon Mar 23 09:54:48 2009
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Mon Mar 23 09:54:48 2009
Proceed indexes: [PPsh: security.debian.org/debian-security//dists/lenny/updates/main/binary-i386/Packages.gz: Datei oder Verzeichnis nicht gefunden
apt-mirror: can't open index in proceed_index_gz at /usr/bin/apt-mirror line 382.
The problem are the double slashes in front of dists but I don't know how I can change this
And this is my mirror.list
Code:
############# config ##################
#
set base_path /mirror
#
# if you change the base path you must create the directories below with write privlages
#
set mirror_path /mirror
set skel_path /mirror/skel
set var_path /mirror/var
# set cleanscript $var_path/clean.sh
# set defaultarch <running host architecture>
set nthreads 20
set _tilde 0
#
############# end config ##############
deb http://ftp.de.debian.org/debian lenny main contrib non-free
deb http://security.debian.org/debian-security lenny/updates main contrib non-free
deb http://de.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
clean http://ftp.de.debian.org/
clean http://security.debian.org/
clean http://de.archive.ubuntu.com/
I hope you can help me
Thanks a lot!
Zodiak
###########################################
My Problem is solved.
My PC didn't find the Mirrorserver because the default gateway wasnt configured.
Greetz
ZoDiaK
Recent comments
1 day 7 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 12 hours ago
2 days 14 hours ago