search for: pokorny

Displaying 20 results from an estimated 34 matches for "pokorny".

2003 Mar 21
0
FreeBSD Security Advisory FreeBSD-SA-03:06.openssl
...Security Advisory The FreeBSD Project Topic: OpenSSL timing-based SSL/TLS attack Category: crypto Module: openssl Announced: 2003-03-21 Credits: Vlastimil Klima, Ondrej Pokorny, and Tomas Rosa Affects: All FreeBSD versions prior to 4.6-RELEASE-p12, 4.7-RELEASE-p9, 5.0-RELEASE-p6 Corrected: 2003-03-20 21:07:20 UTC (RELENG_4) 2003-03-21 16:12:34 UTC (RELENG_4_7) 2003-03-21 16:12:03 UTC (RELENG_4_6)...
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 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
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
...'t have 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 &gt...
2009 Nov 11
1
Does files-from work with --delete?
...o 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...
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
3
PATH directive searches in reverse order with wrong separator
...dules in subdirectories of the same parent expecting a PATH directive to find he right version. But that doesn't seem to work either. TLDR: If I could get a second pair of eyes on this, I'll turn them into a series of smaller commits in git and submit a pull request. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2015 Sep 21
2
[PATCH v2 5/6] virtio-gpu: add basic prime support
...O EVENT SHALL + * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER 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. + * + * Authors: Andreas Pokorny + */ + +#include "virtgpu_drv.h" + +/* Empty Implementations as there should not be any other driver for a virtual + * device that might share buffers with virtgpu */ + +int virtgpu_gem_prime_pin(struct drm_gem_object *obj) +{ + WARN_ONCE(1, "not implemented"); + return -ENOSYS;...
2015 Sep 21
2
[PATCH v2 5/6] virtio-gpu: add basic prime support
...O EVENT SHALL + * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR + * OTHER 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. + * + * Authors: Andreas Pokorny + */ + +#include "virtgpu_drv.h" + +/* Empty Implementations as there should not be any other driver for a virtual + * device that might share buffers with virtgpu */ + +int virtgpu_gem_prime_pin(struct drm_gem_object *obj) +{ + WARN_ONCE(1, "not implemented"); + return -ENOSYS;...
2018 May 02
0
[Bug 99889] nouveau preventing shutdown after suspend-resume
https://bugs.freedesktop.org/show_bug.cgi?id=99889 --- Comment #12 from pokorny.jan.94 at gmail.com --- Had same issues. Probably sloved by http://fedoraproject.org/wiki/Bumblebee. Tried at Linux john-gem 4.16.3-200.fc27.x86_64 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed......
2018 Jun 30
0
[Bug 99889] nouveau preventing shutdown after suspend-resume
https://bugs.freedesktop.org/show_bug.cgi?id=99889 --- Comment #13 from Ali <sunmooon15 at gmail.com> --- (In reply to pokorny.jan.94 from comment #12) > Had same issues. Probably sloved by http://fedoraproject.org/wiki/Bumblebee. > > Tried at Linux john-gem 4.16.3-200.fc27.x86_64 nouveau should work without bumblebee -- You are receiving this mail because: You are the assignee for the bug. -------------- next...
2015 Nov 20
0
Help with PXE over ISO
On Thu, Nov 19, 2015 at 8:20 PM, Phil Pokorny via Syslinux <syslinux at zytor.com> wrote: >> >> 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...
2016 Apr 22
0
UEFI syslinux.efi fails to download ldlinux.e64
...urther followup showed up on the list and Patrick's patch doesn't apply cleanly to my syslinux git repository. Would really like to see 6.04-pre2 or newer announced with a widely working syslinux.efi that can PXE and HTTP boot. How can I help make that happen? Thanks, Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2016 Aug 08
0
Syslinux Aarch64 porting
...nt > to hear if any other work on Aarch64 / arm64 has been done. > > Please CC me and perhaps we can work together. I'll put you in touch with my lab engineers who can also help. Penguin Computing has supported HPA in the past and would like to continue to do so. Phil P. -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2016 Nov 18
0
Syslinux Digest, Vol 164, Issue 2
On 11/07/16 14:27, Phil Pokorny via Syslinux wrote: > > EFI requires a FAT filesystem. Ideally FAT32 but that might be encumbered > by Microsoft patents? Maximum size of a FAT16 partition is 2GB. > > Use mkfs.vfat You can try the "-F 32" if you're not worried about being > sued by Microsoft....
2017 Jan 12
0
[tftp-hpa] [PATCH] support for named pipes
...omed host) Source TID/UDP port TFTP transfer mode (octect or netascii, or extension?) It's too bad we can't tell from the TFTP request if it's a UEFI or Legacy boot mode client. Could send either Legacy pxelinux.0 or UEFI syslinux through the same filename Just a thought, -- Philip Pokorny, RHCE Chief Technology Officer PENGUIN COMPUTING, Inc www.penguincomputing.com Changing the world through technical innovation
2011 Nov 14
0
Asterisk 1.6 AEL Macro vs GoSub
..."h" extension in different contexts. Only possible "workaround" that comes to my mind is a copy&paste of the code which practically ruins any advantage of using a macro. Any thoughts on how to do this in a nice way? Maybe I'm missing something... Thanks, Jiri Pokorny
2014 Jul 11
1
Setting up and helping debug EFI PXE booting
...s a request and how to configure the TFTP directory structure (what's required, etc.) I think I can get the basic setup configured and create a write up for the wiki. But if someone has notes already written to get me started testing quicker that would be helpful. Thanks, Phil P. -- Philip Pokorny, RHCE Chief Technical Officer PENGUIN COMPUTING, Inc www.penguincomputing.com
2018 Dec 12
0
[PATCH v2 16/18] drm/qxl: implement prime kmap/kunmap
...return; bo->kptr = NULL; ttm_bo_kunmap(&bo->kmap); } diff --git a/drivers/gpu/drm/qxl/qxl_prime.c b/drivers/gpu/drm/qxl/qxl_prime.c index a55dece118..708378844c 100644 --- a/drivers/gpu/drm/qxl/qxl_prime.c +++ b/drivers/gpu/drm/qxl/qxl_prime.c @@ -22,7 +22,7 @@ * Authors: Andreas Pokorny */ -#include "qxl_drv.h" +#include "qxl_object.h" /* Empty Implementations as there should not be any other driver for a virtual * device that might share buffers with qxl */ @@ -54,13 +54,22 @@ struct drm_gem_object *qxl_gem_prime_import_sg_table( void *qxl_gem_prim...