Hi,

I work with proxy and had this problem as well.
Changing to latest version (24) solved it...

Hadar

On 3/5/07, Juergen Fiedler <[EMAIL PROTECTED]> wrote:

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


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFF7HlTvKOJTPSBKa0RAipNAKCbu6dWY3ncYuvXsgALZh4UP3nj3QCfXYyf
3MFCIkD4h/1k/26F7nWwwJk=
=IYIS
-----END PGP SIGNATURE-----

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

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

Reply via email to