[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2020-03-13 Thread Noah
I also have this issue on 18.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2019-10-22 Thread Lupin
So far it is still unfixed in debian stretch. So I just want to add more 
workarounds especially for using wget in the late_command section:
in-target wget --no-proxy -O /tmp/bootstrap-salt.sh 
https://bootstrap.saltstack.com; \
in-target /bin/sh /tmp/bootstrap-salt.sh; \
I have this from a github repo of a working preseed file: 
https://gist.github.com/eldondev/33366c2842df9d1b4a0e
Another option could be if someone is using in-target for wget:
in-target unset http_proxy; \
in-target wget -O /tmp/bootstrap-salt.sh https://bootstrap.saltstack.com; \
in-target /bin/sh /tmp/bootstrap-salt.sh; \

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2017-07-04 Thread Thomas Antepoth
This issue is still the case using 16.04.

Worked around this using:

#
# d-i proxy sets the proxy globally and not for pkgs only
# see also: 
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704
#
unset http_proxy

quite on top of the %POST section of my kickstart file. Thanks for the
original poster who gave the inspiration for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2017-05-18 Thread ladiko
It's offtopic but might help some people having issues with preseed:

I went over to use mksquashfs to get an image of one machine which is up
to date and mount it on another system and use rsync to update the other
machine to the exact same state. I use rsync --exclude /etc/hostname
--exclude /etc/hosts --exclude /mount and more exclusions and get the
same system with specific files unchanged. on new systems I use a
minimal linux from minimal.linux-bg.org on a memory drive and partion
the hard disk, rsync the files to the disk and chroot update-grub etc.

5 minutes installation / update and no need to preseed or download
everthing on each system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2016-03-31 Thread Barry Morrison
Also experiencing this with 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2016-02-01 Thread Deepak
I'm trying to automate 14.04 LTS installations and I still see this
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2013-12-07 Thread Javier P.L.
The issue still exist in Ubuntu 14.04 (currently in development), as a
side effect if a user decides to use:

mirror/http/proxy=http://domain.tld:3142 in the APPEND line in a pxe
environment, eg.

APPEND priority=critical locale=en_US interface=auto
mirror/http/proxy=http://domain.tld:3142  url=http://another-
domain.tld/ubuntu.preseed  initrd=ubuntu/1404/i386/initrd.gz

The installer will fail to request the remote preseed file (as it'll try
to get it through the mirror url). A work around if you still want to
define the mirror in the append line (and not in the remote preseed
file) is to configure it at preseed/run or at preseed/early_command.

http://serverfault.com/questions/528582/debian-ubuntu-set-preseed-
mirror-variable-via-early-run-command

Configuring the mirror at the APPEND line is useful when you want to use
a master preseed file from every machine but want to have control when
to use cache.

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2013-05-06 Thread ladiko
i have the same issue in 12.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2011-10-12 Thread Bug Watch Updater
** Changed in: debian-installer (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2011-10-12 Thread Daniel Hahler
** Changed in: debian-installer (Ubuntu)
   Status: New => Triaged

** Changed in: debian-installer (Ubuntu)
   Importance: Undecided => Wishlist

** Bug watch added: Debian Bug tracker #642159
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642159

** Also affects: debian-installer (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642159
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568704] Re: debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

2011-09-19 Thread MattW (seattle)
I am also seeing this error on Debian Squeeze (debian 6) on i386 when I use 
Debian Installer.

If the Debian / Ubuntu folks want to save a lot of traffic on their public 
mirrors,  it makes sense to fix this bug.
I am about to run hundreds of nodes worth of installs with about 600 packages - 
if you'd like me to hit your
ftp.us.debian.org an order of magnitude less, give me a way to do so with 
preseed!!!

thanks,
Matt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/568704

Title:
  debian-installer preseed "d-i mirror/http/proxy" sets env http_proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/568704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs