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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to