[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2014-07-02 Thread Metin OSMAN
Hi all,

sorry to reopen this old ticket (maybe I should open a new ticket, I
don't know the correct workflow), I am facing the same issue on Ubuntu
14.04.

I am trying to netboot using cobbler + PXE + TFTP, everything works fine except 
that DHCP auto configuration fails.
I can see on the logs that every DHCP offers is rejected with DHCP decline.

I have tried to modify /sbin/dhclient-script as initially proposed by
Jacob Strauss without success.

Please let me know what relevant data you need to help me.

Thanks

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2013-10-22 Thread Launchpad Bug Tracker
This bug was fixed in the package netcfg - 1.111ubuntu1

---
netcfg (1.111ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. Remaining changes:
- Set default hostname to 'ubuntu'.
- Set priority for get_domain to high for static configurations.
- Set priority for get_domain to medium for non-static configurations.
- Use 'auto ' for all interfaces, dropping allow-hotplug
  which doesn't work with current udev.
- Set DHCP and DHCPv6 timeout to 30s.
- Use isc-dhcp-client-udeb on all architectures.
- Flush all addresses and routes before configuring interfaces
  (LP: #848072)
- Don't copy /etc/resolv.conf to target if resolvconf is installed.
  (We already write resolvconf configuration to /etc/network/interfaces.)
- Add a post-base-install hook to detect resolvconf and copy
  /run/resolvconf/resolv.conf to outside the target so that when /run
  is bind-mounted DNS resolving continues to work. (LP: #926447)
- Apply patch from Alec Warner making netcfg respect netcfg/dhcpv6_timeout
  and running dhclient in one-shot mode (-1). (LP: #917905)
  * Fix FTBFS by checking the return value of fgets and fscanf.
  * Fix nm-conf to generate a valid NetworkManager static configuration file.

netcfg (1.111) unstable; urgency=high

  [ Dmitrijs Ledkovs ]
  * Bump debhelper compat level to 9.
  * Set Vcs-* to canonical format.

  [ Samuel Thibault ]
  * Add -lm after -lcheck, since libcheck.a needs some maths functions.
(Closes: Bug#713616)

  [ Cyril Brulebois ]
  * Also add -lpthread and -lrt.
  * Set urgency to high for the bugfix below and the upcoming d-i release.

  [ Philipp Kern ]
  * Wrap dpkg-query call to check for network-manager with sh.
Thanks to Michael Biebl for the patch. (Closes: #717449)

netcfg (1.110) unstable; urgency=low

  [ Colin Watson ]
  * Use correct compiler when cross-building.

netcfg (1.109) unstable; urgency=low

  [ Samuel Thibault ]
  * Fix build on hurd-i386.

  [ Updated translations ]
  * Croatian (hr.po) by Tomislav Krznar

netcfg (1.108) unstable; urgency=low

  [ Samuel Thibault ]
  * Do not set netcfg/use_autoconfig to true just because netcfg/disable_dhcp
is false (which is the default), otherwise netcfg/disable_autoconfig has no
effect. (Closes: #703747, #688273)

  [ Philipp Kern ]
  * Install iw whenever wireless-tools is installed on the target.
Patch by Charles Plessy. (Closes: #697890)

  [ Updated translations ]
  * Amharic (am.po) by Tegegne Tefera
  * Croatian (hr.po) by Tomislav Krznar
  * Tamil (ta.po) by Dr.T.Vasudevan

netcfg (1.107) unstable; urgency=low

  * finish-install.d/55netcfg-copy-config: Do not rely on dpkg -l
to check if a package is installed; use dpkg-query -s instead
and check status explicitly. (Closes: #700939)

netcfg (1.106) unstable; urgency=low

  * finish-install.d/55netcfg-copy-config: Exit if connection type
information was not written by netcfg. This preserves the
generated /etc/network/interfaces on kFreeBSD. It will also
preserved files generated by users between base install and
finishing. (Closes: #698626)

netcfg (1.105) unstable; urgency=low

  [ Christian Perrier ]
  * Fix mistranslation in French translation.
Closes: #699192

  [ Steven Chamberlain ]
  * Fix FTBFS when PATH ends up with ":/bin" because of an off-by-2 bug
in srunner_mock_path function in test/srunner.c

netcfg (1.104) unstable; urgency=low

  [ Julien Cristau ]
  * debug: use gai_strerror() on getnameinfo() failure

netcfg (1.103) unstable; urgency=low

  [ Philipp Kern ]
  * netcfg-common.c: Re-enable debug output for IPv4 DNS resolution in
get_hostname_from_dns.
  * netcfg.c: Only write out NM configuration if at least one interface
was found. (Closes: #695486)

  [ Updated translations ]
  * Hungarian (hu.po) by Dr. Nagy Elemér Károly

netcfg (1.102) unstable; urgency=low

  [ Sorina Sandu ]
  * On Linux: Write a network-manager configuration file in preference
to ifupdown if network-manager is found in the installed system.
Configure wired networking with ifupdown if not. Do not configure
wireless networking through ifupdown.

  [ Philipp Kern ]
  * nm-conf: Use Linux's random/uuid proc entry.
  * Write out network-manager configuration files with mode 0600.
  * Reword target_network_config template; do not ask the question.
  * nm-conf: use ESSID as connection name
  * finish-install: Do not set /etc/network/interfaces to mode 0600.
  * nm-conf: Allow both IPv4 and IPv6 to be activated post-installation.
  * nm-conf: Only write out MAC addresses on static configurations.
  * Do not compile in network-manager support on kFreeBSD & Hurd.

  [ Cyril Brulebois ]
  * finish-install: Fix bashisms; equality tests are done with '='.

  [ Updated translations ]
  * Belarusian (be.po) by Viktar Siarheichyk

netcfg (1.101) unstable; urgency=low

  * Skip reachability test for empty gateway. (Closes: #690868)
  * Obey net

[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2013-03-22 Thread Jorge O. Castro
Reopening since this seems to affect 12.04.

** Changed in: netcfg (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2013-03-21 Thread Keshav Prabhakar
and it happens with 11.10 i386 as well. looks like it works fine with
hardy -
http://archive.ubuntu.com/ubuntu/dists/hardy/main/installer-i386/current/images/netboot/netboot.tar.gz

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2013-03-20 Thread Keshav Prabhakar
I'm seeing the same issue on 12.04 i386. 
I tried patching dhclient-script as jaiber-john did but couldn't succeed. would 
you mind sharing the diff please?

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2012-07-10 Thread jaiber.j...@gmail.com
This problem exists in Ubuntu 12.04 amd64 version. Had to fiddle with
dhcp-client-script to get the installation going./

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2012-07-10 Thread jaiber.j...@gmail.com
I forgot to mention it was the server edition Ubuntu 12.04 amd64, and
the filename I modified within the initrd.gz was /sbin/dhcpclient-script

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-11-02 Thread Jacob Strauss
I wasn't trying to use DNS names in the name of the kickstart server
before the problems mentioned above were fixed, but I just tried doing
that now and it works for me.

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-10-27 Thread Jason Sharp
I'm still seeing a problem doing DNS look up even after this seems to be
'fixed'

If, when trying to download a kickstart config by DNS, it immediately
fails. I can see it go through the process of getting an IP, then it
attempts to get another IP again.  I know if i swap to a different tty
and run udhcp everything comes back to life, but by then its too late

Can you walk me through the steps to see if this is actually my issue or
if i've uncovered another bug some where?

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package netcfg - 1.68ubuntu6

---
netcfg (1.68ubuntu6) oneiric; urgency=low

  [ Colin Watson ]
  * Backport from trunk:
- Don't log "Starting netcfg" messages when invoked as ptom.

  [ Stéphane Graber ]
  * Flush all addresses and routes before configuring interfaces (LP: #848072)
 -- Stephane GraberThu, 29 Sep 2011 13:46:34 -0400

** Changed in: netcfg (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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

[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-29 Thread Stéphane Graber
** Changed in: netcfg (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Just done running a few tests and didn't find any regression, though that was 
just with a standard:
 - Start the installer
 - Let netcfg run automatically
 - Download components
 - End of test

I only tried once to get back to netcfg from a later point and it seemed
to work fine too.

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Ubuntu QA's Bug Bot
The attachment "netcfg-flush-addresses-and-routes.diff" of this bug
report has been identified as being a patch.  The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-sponsors please also unsubscribe the team
from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Attaching the diff of the fix itself.

Will now run a bunch of tests to ensure we don't get regressions,
specifically with ipv6.

** Patch added: "netcfg-flush-addresses-and-routes.diff"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2470930/+files/netcfg-flush-addresses-and-routes.diff

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Jacob Strauss
Yes, the new newinitrd does indeed work.  syslog attached.

** Attachment added: "syslog-newinit-works.txt"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2470832/+files/syslog-newinit-works.txt

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Here's the new initrd. Running it here I see it correctly flushing
everything before autoconfig starts.

Let me know if it works for you.

** Attachment added: "newinitrd.gz"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2470676/+files/newinitrd.gz

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Oops, my bad, my patch would only work with > 1 network card. Will have
a new one in a few minutes for you to test.

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Jacob Strauss
Okay, still fails the same way.  Here's the syslog of booting the vm
with the newinitrd.gz

** Attachment added: "syslog-from-newinitrd"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2470244/+files/syslog-from-newinitrd

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Can you try with this initrd.gz?

It's the amd64 initrd patched with a custom netcfg that will give a
slightly different debug output as well as try to flush all addresses
and routes on all interfaces prior to setup.

Would be great if you could test it and post the syslog.

Thanks

** Attachment added: "newinitrd.gz"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2470155/+files/newinitrd.gz

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Jacob Strauss
Yes, I do still see the same problem with the current kernel and initrd.

I also tried creating a VM here and pxe-booting it.  I do see the same
problem in the new VM.

The relevant portions of the dhcpd.conf for the new VM are as follows.
The dhcp server is an old CentOS box.

allow booting;
allow bootp;
option domain-name "qrclab.com";
option domain-name-servers 172.17.0.111,172.17.0.101;
default-lease-time 3600;
max-lease-time 7200;
get-lease-hostnames true;
authoritative;

subnet 172.18.0.0 netmask 255.255.255.0 {
   option routers 172.18.0.1;

   host dunsel {
hardware ethernet 52:54:00:18:00:80;
fixed-address dunsel;
next-server 172.18.0.11;
filename "/pxelinux.0";
   }
}

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Jacob Strauss
Here is a tcpdump trace of the dhcp interactions from boot through the
beginning of the declines.

** Attachment added: "tcpdump-dhcp-through-first-decline.txt"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2469835/+files/tcpdump-dhcp-through-first-decline.txt

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Stéphane Graber
Hmm, I tried reproducing the issue here with Oneiric 64bit but don't
seem to get the same issue as you did.

I'm using your ubuntu-minimal.cfg hosted at
http://www.stgraber.org/download/ubuntu-minimal.cfg and booting the
current kernel and initrd from
http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-
amd64/current/images/netboot/ubuntu-installer/amd64/ using pxelinux in a
VM using the etherboot boot rom.

I first see d-i starting up and doing basic network configuration, then
restarting once it's parsed the kickstart file, then doing dhcp
configuration again, succeeding and starting to download installer
components.

Can you confirm you still have that issue with what's currently on
http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-
amd64/current/images/netboot/ubuntu-installer/amd64/ and if so, could
you share your dhcp configuration?

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: netcfg (Ubuntu)
   Status: New => Confirmed

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-26 Thread Jacob Strauss
** Attachment added: "syslog with failure"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2466024/+files/syslog

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-26 Thread Jacob Strauss
Yes, I have a PXE & DHCP server serving out the netboot kernel and
initrd.gz file, as copied from the mirrors in ubuntu/dists/oneiric/main
/installer-amd64/current/images/netboot/ubuntu-installer/amd64/.

I created a stripped down kickstart file to demonstrate, and will attach
the kickstart config file and a resulting syslog.  Yes, it's the network
configuration step that's failing.

The commented-out %pre section in the kickstart file is how I worked
around it as previously mentioned.

The pxe server is using the following to serve out the boot images:

label ubuntu-minimal
menu label ^Ubuntu Minimal
ipappend 2
kernel ubuntu-installer-11.10/amd64/linux
append initrd=ubuntu-installer-11.10/amd64/initrd.gz DEBCONF_DEBUG=5 
ks=http://172.18.0.11/ks/ubuntu-minimal.cfg console=ttyS1,115200n8

** Attachment added: "kickstart file"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+attachment/2466023/+files/ubuntu-minimal.cfg

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-26 Thread Stéphane Graber
Ok, so just to make sure I understood your setup correctly.

You have a PXE server (DHCP + TFTP) serving the content of
netboot.tar.gz with I'm guessing a kickstart/preseed value set on the
kernel command line pointing to a kickstart file available on the
internet?

Can you attach your /var/log/syslog from the installer environment and
confirm that it's the network configuration step that's indeed failing
in d-i?

Assuming you can fix your network by hand, netcat should work to send
your syslog to another machine where you can then attach it to the bug.

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-14 Thread Colin Watson
A possible cause that comes to mind would be the IPv6 support changes in
isc-dhcp 4.1.1-P1-17ubuntu7.

** Package changed: base-installer (Ubuntu) => netcfg (Ubuntu)

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072/+subscriptions

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


[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-14 Thread Steve Langasek
Stéphane, this sounds right up your alley.  Can you take a look at this?

** Changed in: base-installer (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) => Stéphane 
Graber (stgraber)

** Changed in: base-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/848072

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

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

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

[Bug 848072] Re: [oneiric] net-installer dhcp client fails with a DHCPDECLINE

2011-09-12 Thread Brian Murray
** Changed in: base-installer (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

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

Title:
  [oneiric] net-installer dhcp client fails with a DHCPDECLINE

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

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