[Bug 659632] Re: netinstall refuses to use local mirror

2012-08-15 Thread Leonardo Borda
experiencing same behaviour in 12.04.1 LTS

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

Title:
  netinstall refuses to use local mirror

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

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


[Bug 659632] Re: netinstall refuses to use local mirror

2012-07-01 Thread Paul Nijjar
I ran into the following today too. Looking at the debian installer
source (http://wiki.debian.org/DebianInstaller/CheckOut) it looks like
support for the enter information manually strings have been removed
in favour of manual . So the example from William at response #8
should be:

d-i mirror/country string manual
d-i mirror/http/countries string manual
d-i mirror/http/hostname string yourmirror-here.org
d-i mirror/http/mirror  string yourmirror-here.org
d-i mirror/http/directory string /ubuntu
d-i mirror/suite string natty
d-i mirror/http/proxy string

And Christian Orth (#9) would not work because the string should be
manual and not manual de.

I am attaching the contents of git show 
bb1bdcaa4eecfc47b69420c0687eb3c2bc8e1d01 from the source. The changelog 
message was: 'Drop backwards compatibility for preseeding manual mirror 
selection. Change was introduced in Lenny. 
One release is enough for backwards compatibility support.'

I am guessing that there is a lot of documentation out there that needs
to be changed now.

** Attachment added: bb1bdcaa4eecfc47b69420c0687eb3c2bc8e1d01.txt
   
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/659632/+attachment/3209527/+files/bb1bdcaa4eecfc47b69420c0687eb3c2bc8e1d01.txt

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

Title:
  netinstall refuses to use local mirror

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

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


[Bug 659632] Re: netinstall refuses to use local mirror

2012-06-06 Thread Christian Orth
I use the following settings. The local server isn't used. Affects 12.04

d-i mirror/protocol string http
d-i mirror/country string manual de
d-i mirror/suitestring precise
d-i mirror/http/hostnamestring 172.20.0.2
d-i mirror/http/mirror  string 172.20.0.2
d-i mirror/http/directory   string /ubuntu/
d-i mirror/http/proxy   string

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

Title:
  netinstall refuses to use local mirror

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

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


[Bug 659632] Re: netinstall refuses to use local mirror

2011-09-09 Thread William
Hi,

i have the exact same issue.
As a workaround i added two entries

d-i mirror/country  string enter information manually
 d-i mirror/http/countries   string enter information manually
d-i mirror/http/hostnamestring yourmirror-here.org
 d-i mirror/http/mirror  string yourmirror-here.org
d-i mirror/http/directory   string /ubuntu
d-i mirror/suitestring natty
d-i mirror/http/proxy   string

This seems to work but it's not a nice clean solution :)

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

Title:
  netinstall refuses to use local mirror

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

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-12-13 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in debian-installer.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected.  You can learn more about
this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = debian-installer (Ubuntu)

** Changed in: debian-installer (Ubuntu)
   Status: New = Confirmed

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

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

Title:
  netinstall refuses to use local mirror

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-11-18 Thread SteveM
I believe I have the same issue.
We have been deploying Ubuntu by pointing the Ubuntu mirror to an internal 
mirror with a preseed file. This has been working for us since Ubuntu 7.04. I 
use the same preseed file and just change the directory. Now it's trying to 
install from gb.archive.ubuntu.com. The d-i installer stops with the error:
Bad archive mirror. An error has been detected while trying to use the 
specified Ubuntu archive mirror.

my preseed file mirror section:
d-i mirror/country  string manual
d-i mirror/http/hostnamestring {our internal http server}
d-i mirror/http/directory   string /ubuntu/1010-64
d-i mirror/suitestring maverick
d-i mirror/http/proxy   string

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-11-11 Thread Rafael Luque
I solve this issue add

d-i mirror/country   string  manual

to preseed file and select in ks de mirror (url --url http...) (in my
case, one copy ubuntu alternate cd)

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-11-11 Thread Chris Stark
Hi Rafael,

Thank you for your response. However, it appears I may not have made
myself clear. My organization is trying to deploy Ubuntu using an
internal mirror of the Ubuntu repositories. We do NOT want to connect to
the Internet at all during a kickstart installation. Even if I replace
all instances of references to external Internet mirrors with our own
private mirror, the installer still insists upon accessing the Internet,
thus drastically slowing down the installation process.

Thanks,
Chris

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-10-12 Thread Chris Stark

** Attachment added: Kickstart file
   
https://bugs.launchpad.net/bugs/659632/+attachment/1689902/+files/u1010c-64.cfg

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-10-12 Thread Chris Stark
The PXE boot entry for this installation is:

label u1010c-64
MENU LABEL Ubuntu 10.10 64-bit
kernel bootfiles/ubuntu/10.10/x86_64/vmlinuz
append vga=normal initrd=bootfiles/ubuntu/10.10/x86_64/initrd.gz 
ks=http://linuxmirror/pub/ks/u1010c-64.cfg ksdevice=eth0 
preseed/url=http://linuxmirror/pub/ks/u1010c-64.seed ramdisk_size=65536 
root=/dev/rd/0 devfs=mount,dall rw nomodeset --

...and attached is the preseed file

** Attachment added: Preseed file
   
https://bugs.launchpad.net/ubuntu/+bug/659632/+attachment/1689904/+files/u1010c-64.seed

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 659632] Re: netinstall refuses to use local mirror

2010-10-12 Thread Chris Stark

** Attachment added: Preseed file
   
https://bugs.launchpad.net/ubuntu/+bug/659632/+attachment/1689905/+files/u1010c-64.seed

-- 
netinstall refuses to use local mirror
https://bugs.launchpad.net/bugs/659632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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