search for: emmerich

Displaying 14 results from an estimated 14 matches for "emmerich".

2016 Nov 04
4
[PATCH 0/2] improve Lua API for files and initramfs objects
From: Paul Emmerich <p.emmerich at first-colo.net> Hi, the new API for initramfs and files in master lacked the ability to build initramfs objects from files loaded via HTTP/TFTP in Lua. The documentation indicated that it should be possible (and I believe I did that in an older version). I implemented a few n...
2016 Nov 10
3
[PATCH 0/2] improve Lua API for files and initramfs objects
Hi, > Ferenc W?gner <wferi at niif.hu>: > for reading configuration files from disk. Does it not work with HTTP/ > TFTP for you? Using that, load_file could be implemented in Lua as: that does work, yes. It just looked like a file object should have a some way to get the contents. I'm actually not using it in our scripts. > All in all, I can't see the need for new
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
...re is already disk.c32, hdt.c32 and other modules that detect disks? A: Automation. We?d like to use a Lua script that is executed on all of our servers on boot to collect hardware data, install systems, etc. The Lua API did not expose information about disks yet, so I wrote this module. -- Paul Emmerich First Colo GmbH Freseniusstra?e 31h 81247 M?nchen www.first-colo.de <http://www.first-colo.de/> Tel: +49 69 120069 0 (09:00 - 18:00) Fax: +49 69 120069 55 (00:00 - 24:00) Gesch?ftsf?hrer: Martin Verges, Jerome Evans Handelsregister: Amtsgericht M?nchen HRB 156578 USt-IdNr: DE814355796
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
...ESTFILES = OBJS = lua.o diff --git a/com32/lua/src/ldisk.c b/com32/lua/src/ldisk.c new file mode 100644 index 0000000..43ba8ff --- /dev/null +++ b/com32/lua/src/ldisk.c @@ -0,0 +1,103 @@ +/* ----------------------------------------------------------------------- * + * + * Copyright 2014 Paul Emmerich, First Colo GmbH - All Rights Reserved + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation t...
2016 Nov 19
2
[PATCH 0/2] improve Lua API for files and initramfs objects
"H. Peter Anvin" <hpa at zytor.com> writes: > On 11/10/16 04:38, Paul Emmerich via Syslinux wrote: > >> Ferenc W?gner <wferi at niif.hu>: >> >>> for reading configuration files from disk. Does it not work with HTTP/ >>> TFTP for you? Using that, load_file could be implemented in Lua as: >> >> that does work, yes. It just...
2016 Nov 10
0
[PATCH 0/2] improve Lua API for files and initramfs objects
Paul Emmerich <P.Emmerich at first-colo.net> writes: > initramfs:load_file() is basically a memory optimization over your > solution. It calls initramfs_load_file() directly, this loads the > file exactly once into memory. True. > Going through a Lua string loads the file, then copies it in...
2016 Nov 10
0
[PATCH 0/2] improve Lua API for files and initramfs objects
"p.emmerich--- via Syslinux" <syslinux at zytor.com> writes: > the new API for initramfs and files in master lacked the ability to build > initramfs objects from files loaded via HTTP/TFTP in Lua. Hi, Standard Lua file I/O should work for that. For example, I use local function readAll (f...
2016 Nov 18
0
[PATCH 0/2] improve Lua API for files and initramfs objects
On 11/10/16 04:38, Paul Emmerich via Syslinux wrote: > Hi, > >> Ferenc W?gner <wferi at niif.hu>: >> for reading configuration files from disk. Does it not work with HTTP/ >> TFTP for you? Using that, load_file could be implemented in Lua as: > > that does work, yes. It just looked like a fi...
2016 Nov 20
0
[PATCH 0/2] improve Lua API for files and initramfs objects
On November 19, 2016 6:06:43 AM PST, wferi at niif.hu wrote: >"H. Peter Anvin" <hpa at zytor.com> writes: > >> On 11/10/16 04:38, Paul Emmerich via Syslinux wrote: >> >>> Ferenc W?gner <wferi at niif.hu>: >>> >>>> for reading configuration files from disk. Does it not work with >HTTP/ >>>> TFTP for you? Using that, load_file could be implemented in Lua >as: >>> >&g...
2017 Feb 11
1
Extlinux & PXE Booting...
...ce that option was in place, I am now back to Syslinux perfection. I have to confess, this area of SA is some of the most fun, as it is a foundational piece to the Internet puzzle. The work done here is truly amazing, well written, and documented. Thank you all. Luke On Fri, 10 Feb 2017, Paul Emmerich wrote: > Hi, > >> Luke Hassell via Syslinux <syslinux at zytor.com>: >> I have a situation where a remote network of computers that normally PXE boot Linux has been powered off so long, the BIOS boot order is forgotten, reverting to the HD only. >> >> With the m...
1999 Sep 14
0
session setup rejected by PDC and BDCs (NT4 SP5)
...date: machine 10.1.10.5 rejected the session setup. Error was : code 131. [1999/09/14 11:18:32, 0] smbd/password.c:domain_client_validate(1330) domain_client_validate: Domain password server not available. [1999/09/14 11:18:32, 1] smbd/password.c:pass_check_smb(504) Couldn't find user 'memmerich' in smb_passwd file. [1999/09/14 11:18:32, 2] smbd/reply.c:reply_sesssetup_and_X(830) NT Password did not match for user 'memmerich' ! Defaulting to Lanman [1999/09/14 11:18:32, 1] smbd/password.c:pass_check_smb(504) Couldn't find user 'memmerich' in smb_passwd file. [19...
2017 Feb 10
2
Extlinux & PXE Booting...
Hi All, I have a situation where a remote network of computers that normally PXE boot Linux has been powered off so long, the BIOS boot order is forgotten, reverting to the HD only. With the machines PXE booted (manually) now thanks to a colleague, I have an opportunity to install Syslinux on the hard drive. I would like to install it on a small active partition, sda1, so that it then PXE
2016 Nov 20
2
[PATCH 0/2] improve Lua API for files and initramfs objects
hpa at zytor.com writes: > On November 19, 2016 6:06:43 AM PST, wferi at niif.hu wrote: > >>"H. Peter Anvin" <hpa at zytor.com> writes: >> >>> On 11/10/16 04:38, Paul Emmerich via Syslinux wrote: >>> >>>> Ferenc W?gner <wferi at niif.hu>: >>>> >>>>> for reading configuration files from disk. Does it not work with >>>>> HTTP/ TFTP for you? Using that, load_file could be implemented in >>>>...
2017 Feb 10
0
Extlinux & PXE Booting...
Hi, > Luke Hassell via Syslinux <syslinux at zytor.com>: > I have a situation where a remote network of computers that normally PXE boot Linux has been powered off so long, the BIOS boot order is forgotten, reverting to the HD only. > > With the machines PXE booted (manually) now thanks to a colleague, I have an opportunity to install Syslinux on the hard drive. I would like