[Bug 827705] Re: PXE boot requests non-standard config filename

2011-09-27 Thread Dave Walker
@Tobin, can you add a comment why the u-boot ubuntu package is Invalid - did this package not suffer from this bug? Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/827705 Title:

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-09-27 Thread Loïc Minier
I believe u-boot is just used to provide mkimage in Ubuntu; u-boot- linaro is the binary package providing the binaries in use for Ubuntu images for beagle/panda etc. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-09-08 Thread Tobin Davis
** Changed in: u-boot-linaro (Ubuntu) Status: Confirmed = Fix Released ** Changed in: u-boot-linaro Status: Fix Committed = Fix Released ** Changed in: u-boot (Ubuntu) Status: New = Invalid ** Changed in: u-boot Status: New = Invalid -- You received this bug

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-25 Thread Launchpad Bug Tracker
** Branch linked: lp:u-boot-linaro -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/827705 Title: PXE boot requests non-standard config filename To manage notifications about this bug

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-18 Thread John Rigby
** Changed in: u-boot-linaro Assignee: John Rigby (jcrigby) = Loïc Minier (lool) ** Changed in: u-boot-linaro Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report.

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
I had a look at what the spec says and what pxelinux and u-boot-linaro do in practice. == pxelinux == Looking at pxelinux 4.04 as found in Ubuntu oneiric syslinux source package version 2:4.04+dfsg-1ubuntu1. syslinux/core/fs/pxe/pxe.c:network_init() calls into the PXE ROM to get the DHCPACK

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
Attached patch seems to produce desired effect for me; I get this output: U-Boot SPL 2011.06-dirty (Aug 17 2011 - 14:34:54) Texas Instruments OMAP4430 ES2.1 OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2011.06-dirty (Aug 17 2011 - 14:34:54) CPU : OMAP4430 Board: OMAP4 Panda I2C:

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Andres Rodriguez
Howdy Loic, Please, also make sure that the tftp test server you are using, is looking for 01-mac (in lowercase) files, as the standard specifies that files in the tftp should be in lowercase. Cause, AFAIK, and how it seems in your example (01-MAC uppercase), if it looks for a file in uppercase

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/827705 Title: PXE boot requests non-standard config filename To manage notifications about this bug go to:

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
Andres, good catch, thanks for the reminder; I had skipped over that part of the original bug report. The additional attached patch lower cases the MAC address too; maybe the code would be rewritten to have two vars and a loop instead of calling sprintf, I'll check with Jason what he prefers.

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-17 Thread Loïc Minier
[ John filed bug #828168 about the lower casing, where I clarified that this is pxelinux specific and only concerns MAC addresses (not IPs which should be uppercased as u-boot and pxelinux currently always do); the spec doesn't seem to recommend any treatment of UUID, so I suppose its case should

[Bug 827705] Re: PXE boot requests non-standard config filename

2011-08-16 Thread Ricardo Salveti
** Changed in: u-boot-linaro (Ubuntu) Assignee: (unassigned) = John Rigby (jcrigby) ** Changed in: u-boot-linaro (Ubuntu) Status: New = Confirmed ** Changed in: u-boot-linaro (Ubuntu) Importance: Undecided = Medium ** Also affects: u-boot-linaro Importance: Undecided