search for: jhutz

Displaying 20 results from an estimated 28 matches for "jhutz".

2014 Mar 07
2
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 4:00 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote: >> 1) Thinking about the responses again, I'm absolutely surprised that >> you can even boot PXELINUX. I would have expected the response from >> the Altiris server to override your attempts to bl...
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...ting a solid block in the desired background color, followed by XORing in the character to be displayed, using a color which is the XOR of the foreground and background colors. This depends on the existence of an all-pixels-set character at font position 0xDB. Signed-off-by: Jeffrey Hutzelman <jhutz at cmu.edu> --- core/conio.inc | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/core/conio.inc b/core/conio.inc index b450502..0784e65 100644 --- a/core/conio.inc +++ b/core/conio.inc @@ -100,9 +100,25 @@ msg_normal: call write_serial_displaymask ; Write...
2011 Feb 18
1
[PATCH] core: Allow pasting from a VMware host by typing Ctrl-P
When Syslinux is running in a VMWare virtual machine and Ctrl-P is typed while editing the boot command line, insert the contents of VMware's clipboard. This allows text to be copied from the host (or wherever the console client is running) into Syslinux. Signed-off-by: Jeffrey Hutzelman <jhutz at cmu.edu> --- core/ui.inc | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/core/ui.inc b/core/ui.inc index 2d44447..0e82779 100644 --- a/core/ui.inc +++ b/core/ui.inc @@ -125,6 +125,8 @@ not_ascii: je print_...
2014 Mar 08
1
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 6:01 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Fri, 2014-03-07 at 17:46 -0500, Gene Cumm wrote: >> On Fri, Mar 7, 2014 at 4:00 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: >> > On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote: >> >> >> 1) Thinking about the responses agai...
2014 Mar 07
0
Cannot chain to another PXE server on the same subnet
----- Original Message ----- From: Jeffrey Hutzelman <jhutz at cmu.edu> > The "bstrap.0" file is a small NBP that > handles the menu when booting from old PXE clients that don't implement > the menu-related parts of the protocol.? But even with bstrap.0, the > menu stuff doesn't work if the menu-related options weren't...
2014 Mar 07
0
Cannot chain to another PXE server on the same subnet
On Fri, 2014-03-07 at 17:46 -0500, Gene Cumm wrote: > On Fri, Mar 7, 2014 at 4:00 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > > On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote: > > >> 1) Thinking about the responses again, I'm absolutely surprised that > >> you can even boot PXELINUX. I would have expected the response from > >> the Altiris server to ove...
2014 Mar 19
0
Best way to deal with an idiosyncracy of Intel Boot Agent (IBA)...
...y Authority!") That would be the best solution. :-) But I know I work for a hardware vendor and I have *zero* pull with any internal firmware team. Spike > Date: Tue, 18 Mar 2014 12:02:54 -0700 > From: "H. Peter Anvin" <hpa at zytor.com> > To: Jeffrey Hutzelman <jhutz at cmu.edu>, Spike White > <spikewhitetx at gmail.com> > Cc: syslinux at zytor.com > Subject: Re: [syslinux] Best way to deal with an idiosyncracy of Intel > Boot Agent (IBA)... > Message-ID: <5328985E.4020808 at zytor.com> > Content-Type: text/plain...
2014 Dec 05
0
vesamenu back to text before booting
On Thu, Dec 4, 2014 at 11:40 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Thu, 2014-12-04 at 21:26 -0500, Gene Cumm wrote: > >> > Thanks, that works! How do I use that in the generic case? >> > The ?pxebsd.0? file can be called as? >> > >> > ? PXE loader >> > ? COMBOOT (16-bit) >> > ?...
2013 May 14
3
MEMDISK location in memory
Hi all, I am new to Syslinux and Memdisk. I setup a PXE boot server that services an image file via memdisk. This works very well. However, I am trying to figure out as to where memdisk the image puts in memory? On the wiki page it says: "MEMDISK simulates a disk by claiming a chunk of high memory for the disk and a (very small - 2K typical) chunk of low (DOS) memory for the driver itself,
2014 Mar 06
0
Cannot chain to another PXE server on the same subnet
On Thu, Mar 6, 2014 at 11:20 AM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote: > On Wed, 2014-03-05 at 13:18 -0500, Gene Cumm wrote: > >> Second, I notice the Altiris server specifies _3_ options of code 43, >> including one of length 253. The pack/unpack _should_ handle this but >> may split it differently. > > That's...
2014 Jan 11
1
USB boot problems on Gigabyte GA-M55Plus-S3G
...r your command window) to run with admin access, using the "Run as administrator" option. The following Microsoft TechNet topic describes how to get a command window running as administrator: http://technet.microsoft.com/en-us/library/cc947813.aspx -- Jeffrey T. Hutzelman (N3NHS) <jhutz+ at cmu.edu> Carnegie Mellon University - Pittsburgh, PA
2014 Dec 05
2
vesamenu back to text before booting
On Thu, 2014-12-04 at 21:26 -0500, Gene Cumm wrote: > > Thanks, that works! How do I use that in the generic case? > > The ?pxebsd.0? file can be called as? > > > > ? PXE loader > > ? COMBOOT (16-bit) > > ? DOS .COM > > ? Multiboot (although it switches back to 16-bit mode immediately) > > ? from its own bootsector, if installed on disc (blocklist)
2009 Mar 13
4
Custom .c32 module which can send tcp or udp packets
I need to write a custom .c32 module which can send information over to a separated service or tftp deamon. The goal is to send inventory information gathered in pxelinux to be transfered back to the inventory database without booting a kernel or os-image. Is this possible and if so, can you give me a hint how to realise this? Thanks, Daniel
2004 Jan 22
11
Pending OpenSSH release: contains Kerberos/GSSAPI changes
(I hope this message is appropriate for these lists. If not, please tell me and I won't do it again.) Hi All. There will be a new release of OpenSSH in a couple of weeks. This release contains Kerberos and GSSAPI related changes that we would like to get some feedback about (and hopefully address any issues with) before the release. I encourage anyone with an interest in
2003 Jun 27
3
Kerberos Support in OpenSSH
...ity with deployed implementations. Signed, Marshall Vale, on behalf of the MIT Kerberos Development Team <krbcore at mit.edu> Jeffrey Altman <jaltman at kermit-project.org> Douglas E. Engert <deengert at anl.gov> Joseph Galbraith <galb at vandyke.com> Jeffrey Hutzelman <jhutz at cmu.edu> Joseph Salowey <jsalowey at cisco.com> Von Welch <welch at mcs.anl.gov> Simon Wilkinson <sxw at inf.ed.ac.uk>
2014 Mar 06
2
Cannot chain to another PXE server on the same subnet
On Wed, 2014-03-05 at 13:18 -0500, Gene Cumm wrote: > Second, I notice the Altiris server specifies _3_ options of code 43, > including one of length 253. The pack/unpack _should_ handle this but > may split it differently. That's legal, and treated as if the values had been concatenated. See RFC2131, section 4.1, and particularly the second paragraph on page 24. Unfortunately, a
2014 Mar 06
3
Cannot chain to another PXE server on the same subnet
On Thu, 2014-03-06 at 16:52 -0500, Gene Cumm wrote: > > RFC2131, section 4.1, and particularly the second paragraph on page 24. > > Conditionally. "Options may appear only once, unless otherwise > specified in the options document." I don't see any indication of any > options that DO allow it unless "The information is an opaque object > of n
2014 Mar 07
4
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 2:33 AM, Vieri <rentorbuy at yahoo.com> wrote: > So I take it it's more of a DHCP hack in which: > 1- client boots and gets DHCP response from 10.215.144.7 with PXE syslinux info > 2- client loads pxelinux.0 menu and selects menu that chains to Altiris PXE menu except, instead of calling pxechain.com or pxechn.c32 with the Altiris server's IP address,
2013 Jun 12
1
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On Wed, 2013-06-12 at 16:31 +0100, Matt Fleming wrote: > Switch to using the space character to separate PATH entries instead, > which not only allows TFTP-style paths but also http and ftp urls. If we > ever support filenames containing spaces in config files, then we'll > have to introduce some means of quotation, to distinguish filenames > containing spaces from separate
2013 Jun 12
0
[5.10] PXE + dhcp opts 209, 210 and path issues in tftp/http
On Wed, 2013-06-12 at 15:40 +0100, Matt Fleming wrote: > On Wed, 12 Jun, at 05:01:13PM, Ady wrote: > > Perhaps the following is just a crazy idea... How about no > > path-separator in the cfg file, and instead use multiple PATH > > directives for each path in the cfg file? > > > > Instead of the previous: > > PATH first_path:2nd_path > > > >