Just two more minor notes:
> wgetproxy="http://proxy-server:8080"
The quotes (") should not be necessary.
> # PCA using threading for optimal downloads install times
> threads=5
Using threads with a local caching proxy won't usually speed up things.
You'd better remove it, especially as long as you have problems getting
things to work.
Martin.