-
apt-mirror can easily run for a considerable length of time during large updates. for those who use kerberized file services, such as AFS, ticket expiration can be a problem. This patch addresses the problem by adding some configuration variables, and re-writes the child process harvester from blocking wait() to a non-blocking waitpid(), allowing the master process to perform tasks while the...
2009-10-07 23:47:41 UTC by tbriggs6
-
OK. So I guess I'll need to temporarily remove 9.10 as well as 8.10, run the script and then clean. After the clean, which will have removed 8.10, I can re-add 9.10.
Sounds like it'll work, just seems kind of roundabout.
2009-10-01 21:51:41 UTC by kuyaedz
-
just certain packages really is out of scope for apt-mirror but you could use something like "falcon" repo manager for just certain pakages, but it would be all manual.
2009-10-01 21:05:28 UTC by imbrandon
-
as soon as you remove the 8.10 from the mirror.list , the next run should add those files to the clean.sh script for when it is run to clean out the non mirrored files.
2009-10-01 21:03:04 UTC by imbrandon
-
I've got an apt-mirror running that has mirrored Ubuntu 8.04, 8.10 and 9.04. I'd now like to remove 8.10 and basically replace it with 9.10 but it is not removing the 8.10 stuff.
Can anyone tell me how to achieve this? I don't have the drive space to keep all releases.
2009-10-01 20:10:28 UTC by kuyaedz
-
apt-mirror (0.4.4 debian lenny) fails to mirror
deb ftp://user:password@site
this patch fixes this problem (i believe :)
2009-08-29 09:05:59 UTC by nobody
-
Apt-mirror is great!
We use it to provide a local upgrade source for our whole network.
We implemented apt-mirror back at 6.06LTS, and we've got repositories up to Intrepid. What we'd like to do is archive off 6.06LTS in a way that we could plug it back in at a later date if needed.
If theres no way to archive, we would like to delete it.
Is there any way to do this?
Also, is...
2009-08-06 19:21:23 UTC by joeculbreth
-
another option is to send something to the logs...
2009-07-08 03:17:55 UTC by lreyes6
-
hi,
apt-mirror was getting stalled while it was remaining only 241Kb and never finished.
~$ sudo apt-mirror /etc/apt/mirror.list
Downloading 130 index files using 10 threads...
Begin time: Fri Jun 12 16:37:48 2009
[10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Fri Jun 12 16:39:11 2009
Proceed indexes: [SSSSSSSSSSPPPPPPPPPP]
224.1 KiB will...
2009-06-12 08:46:31 UTC by salimane
-
Problem solved. Apparently there is a line to use proxy server in /etc/apt/apt.conf.
Remove the line,
Acquire::http::Proxy "http://proxy.host:port/";.
2009-05-29 10:40:15 UTC by yewchoong