search for: ppokorny

Displaying 13 results from an estimated 13 matches for "ppokorny".

Did you mean: pokorny
2018 Nov 02
1
I heard the patch window was open? Two small patches
I see that there seems to be patches being accepted... Please consider committing these two: You should be able to cherry pick them from my syslinux repo at http://github.com/ppokorny/syslinux I would think? commit 64fb71b87a625d70ea8c6127f18fe96d3f4fdc89 Author: Philip Pokorny <ppokorny at penguincomputing.com> Date: Sun Mar 5 21:07:48 2017 -0800 Fix PATH parsing to match the documentation at http://www.syslinux.org/wiki/index.php?title=Config#PATH that th...
2014 Jul 12
0
Setting up and helping debug EFI PXE booting
...worked out all this content without the generous assistance from this mailing list. So Gene, HPA & team, if you see any value in any of these slides -- you're free to use them anyway you see fit. Spike > Message: 4 > Date: Fri, 11 Jul 2014 13:50:01 -0700 > From: Phil Pokorny <ppokorny at penguincomputing.com> > To: Syslinux at zytor.com > Subject: [syslinux] Setting up and helping debug EFI PXE booting > Message-ID: > < CAAek22H+wHUmY2ycMYXS6aDdtWm-DE1sLL8YLRez04Tc-yjV6Q at mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hello,...
2009 Nov 11
1
Does files-from work with --delete?
...no longer exists in the source), I get this: $ find src dst -print src src/a src/b src/c src/c/d src/c/a src/p dst dst/a dst/b dst/c dst/c/d dst/c/a dst/c/p $ cat list /p /c/p $ ./rsync-3.0.6/rsync -av -S --delete --files-from=list -n src/ dst/ building file list ... rsync: link_stat "/home/ppokorny/_work/_customers/_ga/_rsync_test/src/c/p" failed: No such file or directory (2) done p sent 61 bytes received 15 bytes 152.00 bytes/sec total size is 0 speedup is 0.00 (DRY RUN) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0...
2017 Mar 06
3
PATH directive searches in reverse order with wrong separator
I've been trying to get syslinux.efi working in my environment again... Found what look like a bunch of little bugs that are very frustrating... First, the documentation on the Wiki says that as of 5.11, the list separator is space, not colon. But I can find no evidence that 5.11 was ever officially released or that a commit to git was made to make this change. 6.00 and following still use
2016 Apr 22
0
UEFI syslinux.efi fails to download ldlinux.e64
Hello, I'm looking for and offering help. I know this has been an on-going problem and I thought I had seen a fix go by, but I'm compiling from the latest github.com/geneC/syslinux and syslinux.cz repositories and I've got a system which doesn't work. It does DHCP and gets a filename "efi/syslinux.efi" and downloads that correctly. It then executes it which clears the
2016 Aug 08
0
Syslinux Aarch64 porting
> > Date: Mon, 8 Aug 2016 15:05:17 +1000 > From: Michael Davies <nemykal at nrv-linux.io> > To: syslinux at zytor.com > Subject: [syslinux] Syslinux Aarch64 porting > Message-ID: <05476825-bf5e-9898-4aaa-3eaa927bbd0c at nrv-linux.io> > Content-Type: text/plain; charset=utf-8; format=flowed > > Hi, > > Is there any information available on porting
2016 Nov 07
2
Syslinux Digest, Vol 164, Issue 2
> > I need to create one bootable UEFI disk partition that contains all the > space on the disk. The steps must work in a shell script. Ideally with > syslinux/extlinux but if not possible then grub. > > > > echo format file system > sudo mkfs.ext4 -F /dev/${DISK_DEVICE_NAME_CURRENT_OS}1 > EFI requires a FAT filesystem. Ideally FAT32 but that might be encumbered
2017 Jan 12
0
[tftp-hpa] [PATCH] support for named pipes
> Attached is a patch for the latest tftp-hpa. > This patch add support for named pipes. > > Named pipes are 0 byte files which can be read by a PXE boot process. > They provide the necessary informations for the boot process and are > deleted afterwards. > This PXE boot is a single event and won't interact until another named > pipe is created for the client.
2017 Mar 26
1
isohybrid
Sounds like we should change the "and cx" mask to 5 so that if either EHDD support or LBA is announced by the bios, the correct EHDD path will be taken. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2014 Jul 11
1
Setting up and helping debug EFI PXE booting
Hello, I see lots of current activity trying to get EFI PXE working both with new and "old" kernels (RHEL 6.5) and lots of failures. I've got several real pieces of hardware (AMD APU, Intel E5-2600, etc.) with a variety of BIOS and NIC that have EFI PXE stacks to test with. But I find zero documentation that's up to date on the wiki of how to configure a DHCP server to send
2016 Apr 22
1
Confusion regarding cpu-arch values for EFI ByteCode and 64-bit
This document: http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml Has the same (plus expanded) list of cpu arch values for parameter 0x93. This list matches RFC 4578 except for values 7 and 9 which are EFI ByteCode and x86-64. Turns out RFC 4578 is wrong https://www.rfc-editor.org/errata_search.php?rfc=4578 And 00:07 *is* the correct value for 64-bit x86 clients and the
2015 Nov 20
2
Help with PXE over ISO
> > Here is a bit of an odd request... II'm in a large company with lots of > politics getting in the way of things. We were able to convince the main IT > team to let us take over a subnet and run our own DHCP server. This lets us > create a really nice PXE environment where we can build servers and ship > them out. However, now we are in need to rebuild servers already
2017 Mar 06
2
config_cwd can be killed?
I asked before about config_cwd and after some more digging, it looks like it could be removed... Specifically, the documentation http://www.syslinux.org/wiki/index.php?title=Config#CONFIG says: ---------- * CONFIG config_file [new_WD] Load a new configuration file. The new configuration file is read, the Working Directory is optionally changed (if specified via an optional second parameter),