search for: masottaus

Displaying 20 results from an estimated 212 matches for "masottaus".

Did you mean: masotta
2015 Sep 12
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Sat, Aug 15, 2015 at 9:50 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Jul 27, 2015 12:30 PM, "Patrick Masotta" <masottaus at yahoo.com> wrote: >> >> >>> >> > I think these changes would solve the thing. >> > >> > ... >> > -EFI_SERVICE_BINDING *sbp; >> > +EFI_SERVICE_BINDING *sbp =NULL; >> > ... >> > >> > - if (st...
2015 Jan 18
0
DMARC test (request)
On Sun, Jan 18, 2015 at 8:18 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > Hi Gene: > Everything that comes from the list goes to my spam folder > because the message looks as spam to yahoo. A simple filter resolves this: Deliver to "Inbox" if To/CC contains "syslinux at zytor.com" > why is not the list sendin...
2015 Jul 27
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> > I think these changes would solve the thing. > > ... > -EFI_SERVICE_BINDING *sbp; > +EFI_SERVICE_BINDING *sbp =NULL; > ... > > -? ? if (status != EFI_SUCCESS) > +? ? if (status != EFI_SUCCESS || sbp == NULL) >? ? ? ? goto free_binding; > ... The presumption was that we'd see an error rather than non-error from LibLocateHandle()
2015 Sep 13
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Sun, Sep 13, 2015 at 4:38 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > > Patrick, Oscar, what specific build tools are you two using? > > GNU ld (GNU Binutils for Debian) 2.22 > gcc version 4.7.2 (Debian 4.7.2-5) > NASM version 2.10.01 > > Trying to recall if there's other utility packages. &g...
2015 Sep 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
Jeff Sloan Software Engineer - Computing Systems Schweitzer Engineering Laboratories, Inc. (509) 336-2098 jeff_sloan at selinc.com From: Gene Cumm <gene.cumm at gmail.com> To: Patrick Masotta <masottaus at yahoo.com>, jeff_sloan at selinc.com, Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com> Date: 09/12/2015 07:35 AM Subject: Re: [PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet >On Sat, Aug 15, 2015 at 9:50 AM, Ge...
2015 Jun 26
2
EFI: PXE: "My IP is 0.0.0.0"
On Thu, Jun 25, 2015 at 7:28 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Thu, Jun 25, 2015 at 11:54 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > >> Yes I know what you mean; >> "I think" the handle of the running image (our code) has a "path" telling us where >> was laded from. That would solve this thing. > > I just found we already found the handle before in a more r...
2015 Jan 18
4
DMARC test (request)
Hi Gene: Everything that comes from the list goes to my spam folder because the message looks as spam to yahoo. why is not the list sending the message as coming from the list e-mail account???? that's why Yahoo flags the messages as spam... Thanks, Patrick > Due to Yahoo!'s DMARC, you > probably didn't see the other two tests I > already sent as I didn't see this
2015 Jun 25
2
EFI: PXE: "My IP is 0.0.0.0"
>>> The key is that the handle _itself_ is the proper link between the EFI_PXE_BASE_CODE_PROTOCOL and EFI_UDP4_SERVICE_BINDING_PROTOCOL. _IT_ is the piece that must be stored and reused. I found this thanks to a Google search "EFI_PXE_BASE_CODE_PROTOCOL EFI_MANAGED_NETWORK_PROTOCOL" and http://sourceforge.net/p/edk2/mailman/message/31604654/ where Laszlo Ersek showed the
2015 Sep 13
2
EFI: HP + syslinux = crash [ brown paper bag update ]
On Sun, Sep 13, 2015 at 9:22 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > >>>> > > It is also working here; I think this particular PNG issue is fixed. > > > > It's worth to mention that the replaced code looks valid to me; that's why I think > > this is probably some sort of compiler bug. It wa...
2016 Mar 17
4
Updated status on UEFI compliant version of the pxechn-module
On Wed, Mar 16, 2016 at 7:21 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > I'd like to get UEFI chaining working first. > > > <<< > > I have sent in the past two patches; one allows SL to chainload to efi > executives and the other one > allows to link the gnu-efi layer to a com32 module in or...
2015 Jul 08
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
...Software Engineer - Computing Systems Schweitzer Engineering Laboratories, Inc. (509) 336-2098 jeff_sloan at selinc.com From: Gene Cumm <gene.cumm at gmail.com> To: jeff_sloan at selinc.com, Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>, masotta <masottaus at yahoo.com> Date: 07/08/2015 03:06 PM Subject: Re: [PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet On Wed, Jul 8, 2015 at 3:32 PM, <jeff_sloan at selinc.com> wrote: > from: Jeff Sloan <jeff_sloan at selinc.com> > > Based o...
2015 Sep 30
1
Problem with 90MB Initrd
76 MB would be less than the rollover threshold. On September 30, 2015 3:45:23 AM PDT, Gene Cumm <gene.cumm at gmail.com> wrote: >On Wed, Sep 23, 2015 at 4:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Wed, Sep 23, 2015 at 4:24 PM, Patrick Masotta ><masottaus at yahoo.com> wrote: >>>>>> >>> >>> > BTW if you take a minute and read the first report >>> > https://communities.vmware.com/message/2536774 >>> > You'll realize that VMWare TFTP "surprisingly" does not present >...
2015 Sep 23
4
Problem with 90MB Initrd
On Wed, Sep 23, 2015 at 4:24 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > > > BTW if you take a minute and read the first report > > https://communities.vmware.com/message/2536774 > > You'll realize that VMWare TFTP "surprisingly" does not present slow TFTP transfers > > when they are...
2015 Aug 28
6
HP EFI binaries
On Fri, Aug 28, 2015 at 4:22 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > Thanks Derrik; I got your efi-dh.txt > > I've found this: > > 252: SimpleNetwork PXEBaseCode LoadFile DevicePath(0000:0000:0000:0000:0000:0000)) > 267: SimpleNetwork PXEBaseCode LoadFile DevicePath(065F36E00EE,0x1)/IPv4(0.0.0.0)) > 27C: SimpleNetwo...
2015 Sep 30
4
Problem with 90MB Initrd
We can, and do, suspend a TFTP transfer simply by delaying the ACK packet as necessary. On September 29, 2015 7:45:27 PM PDT, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> >On 09/26/2015 10:36 AM, Patrick Masotta via Syslinux wrote: >> >> About PXEbc Peter has recently said: >>> The problem with the pxebc is that it only supports one concurrent >TFTP >>> connection, and Syslinux expects to...
2015 Jan 11
0
PXE Booting EFI
On Sun, Jan 11, 2015 at 10:32 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > >>First, I was looking for the actual values. >>For a VM with (among other values): > >> config.version = "8" >> virtualHW.version = "10" >> ethernet0.virtualDev = "e1000" >> guestOS = "rhel6-64&q...
2015 Jun 09
2
EFI and proxyDHCP: setups
On Sun, Jun 7, 2015 at 5:09 PM, Patrick Masotta <masottaus at yahoo.com> wrote: >>>> > Patrick, I think I've been able to figure out some missing details > about your VMware Workstation tests. For a proxyDHCP, > I'm using dnsmasq. Could you try to confirm your test was the > same basic setup? > > On VMware W...
2015 Jul 20
1
[PATCH 0/1] lss16 parser
...port as a tester and project reference is highly appreciated. At the moment I have other areas more related to my networking expertise that take most of my time. Hopefully some other coder will find value on this path an continue the job. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- -------------- next part -------------- A non-text attachment was scrubbed... Name: lss16.patch Type: application/octet-stream Size: 30334 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20150720/015332c4/attachment.obj>
2015 Sep 16
2
[PATCH 0/4] efi: Makefile improvement
...le) and just use the version installed in the system. I have > myself one use case. > > Unfortunately, it is not possible to do that with syslinux AFAIK > > Thomas > > Le 15/09/2015 19:52, Celelibi via Syslinux a ?crit : > > 2015-09-15 13:57 UTC+02:00, Patrick Masotta <masottaus at yahoo.com>: > >>>>> > >> > What's the default strategy for checking out new gnu-efi sources? > >> > We should have a way to set the version we want to work with > >> > and only update when we want to do so. > >> > >&g...
2015 Sep 13
5
EFI: HP + syslinux = crash [ brown paper bag update ]
On Sun, Sep 13, 2015 at 10:14 AM, Patrick Masotta <masottaus at yahoo.com> wrote: > >>>> > > > > The empty define should work; actually it did work for many years... > > > > Your just proposed change was my first attempt for solving this but for some > > reason it did not work. After testing a lot the only...