search for: dhcpinfo

Displaying 15 results from an estimated 15 matches for "dhcpinfo".

2012 Jan 06
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
I have never tried submitting a patch for anything previously, didn't know how to go about it with this particular software project (since the website has been down) and know little to nothing about git since I am stuck in a ClearCase world with work. Please find the previous patch, as an attachment. Sorry it is against 4.04, I have had no specific reason to update but it should still work.
2007 Mar 16
2
SYSLINUX 3.40-pre15 -- more library work, Linux-loading demo module
...vel work, in particular it is specific to loading Linux kernels. This stuff allows manipulating initramfs on the fly, if desired. As a demo, I have written up a module which loads a Linux kernel with all the usual stuff, but optionally adds the DHCP packet from the PXE stack into a file named /dhcpinfo.dat in the initramfs. I really hope it is abstracted enough that it should be readily accessible to everyone; the main file is only 235 lines including comments. -hpa
2010 Mar 26
0
Availability of a variable of the TFTP server IPaddressto be used in pxelinux.cfg/default
...ght potentially be interested in linux.c32, as well. Whether you use IPAPPEND or linux.c32, either way I believe that you have to customize the distro to make use of the passed parameters. If you take a look at syslinux/com32/modules/linux.c, you will see that this COMBOOT32 module accepts "-dhcpinfo" as an argument. The behaviour here is that linux.c32 will dynamically append a "dhcpinfo.dat" file to the initramfs. Like /proc/cmdline, you can then access this information from the Linux' startup processes. LABEL foo COM32 linux.c32 INITRD my_initrd APPEND -dhcpinfo v...
2019 May 22
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...+0000, Ady Ady via Syslinux wrote: > You also need (at least) the "syslinux-common" package of the same > version Yeah my bad, that's what I used, I had all the c32 files... > I don't know how much relevant debug info you could actually get when > using the "-dhcpinfo" option of linux.c32 (see the wiki for details). I'll give it a shot nonetheless... > Probably what is needed here is someone with the relevant knowledge and > experience in this specific matter (genec? hpa? someone else?) in order > to guide you more specifically. Please! -...
2004 Dec 20
3
Bug#286532: dnsmasq: misses message for DHCPINFORM due to 283331 fix
Package: logcheck-database Version: 1.2.32 Severity: normal Tags: patch The fix for 283331 exposed a bug in the dnsmasq rules. The rule was looking for DHCPINFO, but the actual message is DHCPINFORM. Prior to the 283331 fix, the old rule worked, because the "[()[:alnum:]]+" part of the rule matched the "RM" at the end of DHCPINFORM. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing')...
2011 Oct 04
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
...ER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + * + * ----------------------------------------------------------------------- */ + +/* + * dhcp.c + * + * Adds DHCPINFO functionality to the lua.c32 binary + * + * gettable() returns a table of the BOOTP message fields returned by + * the DHCP server for use in a Lua pxeboot script + * See http://tools.ietf.org/html/rfc1542 + * + * lua key value RFC key + * -------------------------------------------------...
2019 May 22
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
Hello Ady, thanks for getting back to me. On Wed, May 22, 2019 at 01:33:50AM +0000, Ady Ady via Syslinux wrote: > > Is there something I could do > > A_ Instead of 6.03, try 6.04-pre1 (not pre2 and not pre3, but pre1). > Please remember to change _all_ related files to the same version, not > just lpxelinux.0. > > Alternatively (and in many cases, even better) you
2008 Jan 22
9
VNIC, non-global zone, dhcp & dns
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Bitstream Vera Sans"><br>     Hello,<br> <br>     I am trying to have dns <b>automatically</b> configured through
2019 May 22
0
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...latforms when you are testing lpxelinux.0). If you didn't use the relevant binary files from that package in your tests, then you probably were mixing binaries from different sources/builds/versions. I don't know how much relevant debug info you could actually get when using the "-dhcpinfo" option of linux.c32 (see the wiki for details). Probably what is needed here is someone with the relevant knowledge and experience in this specific matter (genec? hpa? someone else?) in order to guide you more specifically. Regards, Ady.
2019 Jun 18
0
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...ervers and there's not output when it happens. I can trigger it reliably on affected hardware. On Wed, May 22, 2019 at 05:45:20PM +0200, Mathieu Chouquet-Stringer via Syslinux wrote: > > I don't know how much relevant debug info you could actually get when > > using the "-dhcpinfo" option of linux.c32 (see the wiki for details). > > I'll give it a shot nonetheless... Reading the doc, it's kinda useless to me because I don't even boot the loaded kernel... -- Mathieu Chouquet-Stringer m+syslinux at thi.eu.com...
2010 Mar 26
3
Availability of a variable of the TFTP server IP addressto be used in pxelinux.cfg/default
Hello Shao, Thank you for your hint. I saw this one already earlier but I wanted to avoid it for two reasons: - One of my images uses a CPIO INITRD which I found rather complicated editing (like I wrote I'm quite new to all that Linux stuff). - For each new release I will need to do the changes to the prebuilt images again. I'm not the one who creates the images. I'm downloading
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
hi, I've written a start of an c32-module to do basic substition: add subst.c32 this is a start of a generic substition module --- commit 9a1f41a7e6599fe6a162197cd9ddc6610185e780 tree cfb799a0be9844926afe44e21b2eb96630666c44 parent 89478bdbfa7167bc1b627a478d042c99e46f06b7 author Maurice Massar <massar at unix-ag.uni-kl.de> Tue, 10 Apr 2007 20:13:39 +0200 committer Maurice Massar
2019 Jun 19
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...utput >when it happens. I can trigger it reliably on affected hardware. > >On Wed, May 22, 2019 at 05:45:20PM +0200, Mathieu Chouquet-Stringer via >Syslinux wrote: >> > I don't know how much relevant debug info you could actually get >when >> > using the "-dhcpinfo" option of linux.c32 (see the wiki for >details). >> >> I'll give it a shot nonetheless... > >Reading the doc, it's kinda useless to me because I don't even boot the >loaded kernel... Which servers, what threshold, what clients, what about pxelinux.0? --...
2010 Apr 27
4
Patch sensible callback framework
...otal) { + int percent = (int)(((float)cur / (float)total) * 100.0); + if (percent >= 100) + printf(" OK\n"); +} + int main(int argc, char *argv[]) { const char *kernel_name; @@ -118,11 +145,13 @@ int main(int argc, char *argv[]) size_t kernel_len; bool opt_dhcpinfo = false; bool opt_quiet = false; + bool opt_percent = false; void *dhcpdata; size_t dhcplen; char **argp, *arg, *p; - openconsole(&dev_null_r, &dev_stdcon_w); + + console_ansi_raw(); (void)argc; argp = argv + 1; @@ -157,16 +186,23 @@ int main(int a...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and