[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

make-live behind a proxy



On Mon, Mar 05, 2007 at 12:03:08PM -0500, Nelson, Daniel B (GE Healthcare) wrote:
> How can I run make-live from behind a proxy?  It seems the fix for bug
> #390378 should allow me to do this with --proxy-http or LIVE_PROXY_HTTP
> variable. So I have tried it with both.
> 
> make-live --proxy-http "http://192.168.0.1:88";
> 
> What am I doing wrong?
> --Daniel

You may have the same issues that I am trying to figure out right now
(just for a different setting): Your configuration is written to
"${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_http-proxy.conf - and
aptitude seems to cheerfully ignore /etc/apt/apt.conf.d/*

Try changing the line in /usr/sbin/lh_configapt that says 

echo "Acquire::http::Proxy \"${LIVE_PROXY_HTTP}\";" >
"${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_http-proxy.conf

to 

echo "Acquire::http::Proxy \"${LIVE_PROXY_HTTP}\";" >>
"${LIVE_CHROOT}"/etc/apt/apt.conf

Worked for me, though it's a rather ugly hack and I'm still trying to
figure out how to do it the right way.

HTH,
--j

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/debian-live-devel/attachments/20070305/2b3744b9/attachment.pgp

Reply to: