Displaying 20 results from an estimated 199 matches for "genec".
Did you mean:
genet
2014 Jan 11
0
EFI build problems
Gene Cumm <gene.cumm at gmail.com> writes:
> Could you try gnuefi-script-for-wferi-test branch on my repos at
>
> git://git.zytor.com/users/genec/syslinux.git
> git://github.com/geneC/syslinux.git
>
> These changes fixed my issues (aside from the concurrency issue which
> 2-3 passes solves for me).
Now this shows me something I haven't ever seen. Build continuing in
the background after the main process exits?
wferi at l...
2014 Jan 10
2
EFI build problems
...u perhaps be building on an x86_64 OS (as shown by 'gcc
>> -dumpmachine') but not have gcc-multilib installed?
>
> Absolutely! Now I installed gcc-multilib, and make still fails with:
Could you try gnuefi-script-for-wferi-test branch on my repos at
git://git.zytor.com/users/genec/syslinux.git
git://github.com/geneC/syslinux.git
These changes fixed my issues (aside from the concurrency issue which
2-3 passes solves for me). We still should get a check and warning
about multilib in there.
--
-Gene
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
...difficulties of both a single subnet and
> > multiple subnets?
>
> What is the URL of the git repository?
>
>
> Groeten
> Geert Stappers
> who was triggered on "my branch"
Sorry about that. The same as usual and mentioned earlier this week.
git://github.com/geneC/syslinux.git efi-fixes
--Gene
2013 Nov 11
2
syslinux.efi pxeboot across multiple subnets
...gateways it's going through.
>> 10.16.233.20
>> > goes through 10.16.233.1 and 10.16.195.178 goes through 10.16.194.1. All
>> > the switch magic after that is hidden from me.
>>
>> Any chance you could try this git branch:
>>
>> git://github.com/geneC/syslinux.git efi-fixes-2-for-mfleming
>>
>> --
>> -Gene
>>
>
> I took a clone of that, but it confuses me. The only reference I can find
> to efi are in gpxe and I can't get that to build (syntax errors in
> util/geniso). The version is listed as 4.07. I was...
2015 Aug 01
3
EFI: HP + syslinux = crash
...to try to make things work and I'd forget about 6.03.
> http://www.syslinux.org/archives/2015-July/023875.html
> This particular thread ends up with the code that today we believe is able to deal with
> the above mentioned problems (multi-NIC, multi-handle).
git://git.zytor.com/users/genec/syslinux.git
git://github.com/geneC/syslinux.git
Commit e466d24 on branch efi-multinic
To add one of these remotes to an existing repo, the following
commands will help.
git clone -o github-genec git://github.com/geneC/syslinux.git
git remote add github-genec git://github.com/geneC/syslinux....
2015 Jul 31
2
EFI: HP + syslinux = crash
> 5) upload handles.txt somewhere
It's waiting at http://okkie.nu/tmp/handles.txt
2015 Oct 02
6
UEFI: Failed to load ldlinux.e64/ldlinux.e32
...a32 platform).
The basics are that we try to enable UseDefaultAddress as it helps
certain clients with routing and works on numerous other clients. If
we timeout on receiving a packet and have never received any packets,
disable UseDefaultAddress and set the addresses manually.
git://github.com/geneC/syslinux.git
https://github.com/geneC/syslinux.git
Branch 1efipxe
My test x86-64 binaries:
https://sites.google.com/site/genecsyslinux/sl604p0g17-x64.tgz?attredirects=0&d=1
--
-Gene
2015 Jan 03
1
efi build dependent on git update
...re the youngst patch is three month old.
> >>
> >> So where is the patch to not call git when not present?
> >
> > It is the `git clone` URL that I'm looking for ...
>
> https://git.kernel.org/cgit/boot/syslinux/syslinux.git/
>
> git clone -o github-genec git://github.com/geneC/syslinux.git
> git remote add github-genec git://github.com/geneC/syslinux.git
>
> branch syslinux-6.04-prep
commit bd05078db307f16f3c40dd318f562c66dfe47268
Author: Gene Cumm <gene.cumm at gmail.com>
Date: Tue Dec 23 12:07:40 2014 -0500
efi: prevent...
2015 Jan 01
0
efi build dependent on git update
...inux/syslinux.git/
>>
>> Where the youngst patch is three month old.
>>
>> So where is the patch to not call git when not present?
>
> It is the `git clone` URL that I'm looking for ...
https://git.kernel.org/cgit/boot/syslinux/syslinux.git/
git clone -o github-genec git://github.com/geneC/syslinux.git
git remote add github-genec git://github.com/geneC/syslinux.git
branch syslinux-6.04-prep though I'm planning on doing the master
branch (including the one behind the currently broken git daemon at
git.zytor.com) in the next few days and review the patches...
2015 Jul 18
5
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Wed, Jul 8, 2015 at 7:34 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> What about the observed symptoms? Have you performed an inline packet
Jeff, there's specific code that creates specific responses that if
you had mentioned what you saw, I'd expect we could have seen
something sooner.
--
-Gene
2015 Jan 01
2
efi build dependent on git update
Happy New Year!
On Tue, Dec 30, 2014 at 05:29:29PM +0100, Geert Stappers wrote:
> On Tue, Dec 30, 2014 at 09:34:57AM -0500, Michael Sumulong wrote:
> > On Mon, Dec 29, 2014 at 8:36 PM, Gene Cumm wrote:
> > >
> > > 1) patch to not call git when not present has been prepared for after
> > > 6.03 along with multiple other patches.
> >
> > 1) Sorry I
2013 Nov 10
2
syslinux.efi pxeboot across multiple subnets
...configs of the TOR
> switches so I can't say how many gateways it's going through. 10.16.233.20
> goes through 10.16.233.1 and 10.16.195.178 goes through 10.16.194.1. All
> the switch magic after that is hidden from me.
Any chance you could try this git branch:
git://github.com/geneC/syslinux.git efi-fixes-2-for-mfleming
--
-Gene
2011 Apr 30
2
[PATCH][git-pull] diag/geodsp
git://git.zytor.com/users/genec/syslinux.git
Branch diag-geodsp-for-hpa
http://git.zytor.com/?p=users/genec/syslinux.git;a=shortlog;h=refs/heads/diag-geodsp-for-hpa
Updates to diag/geodsp/Makefile and an additional variable (XZ) in
mk/syslinux.mk. This removes unnecessary parts and makes the recipes
more generic by using make...
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
I've changed my repo from git://github.com/geneC1/syslinux.git to
git://github.com/geneC/syslinux.git and still have several git-pull
requests pending.
Change from native compiled C application to Perl to remove the
platform association:
git://github.com/geneC/syslinux.git diag-geodsp-perl-for-hpa
Add AsciiDoc documentation and minor fixes to...
2013 Jun 26
2
[PATCH][git] IPAPPEND: standardize and document
The following changes since commit 4ff8fcac8e7b5046987dee15592ab510ab343aa8:
Matt Fleming (1):
Merge branch 'menu-ipappend-1-for-mfleming' of
git://github.com/geneC/syslinux into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git ipappend-fix-for-mfleming
Gene Cumm (2):
core & menu: fix IPAPPEND/SYSAPPEND conversion
doc/ & txt/: Document IPAPPEND/SYSAPPEND format
com32/elflink/ldlinux/readconfig.c |...
2016 Mar 20
3
[PATCH 0/1] EFI image booting capabilities
>>>
<syslinux at zytor.com> wrote:
> This patch adds to the core EFI image booting capabilities.
> It was tested on VMware EFI clients and HP Elitebook EFI notebooks,
> only on PXE environments but it should work on non-PXE scenarios as well.
>
> Feedback appreciated.
If you've made any changes to this, I'd definitely like to see it. If
you have any
2013 Nov 13
0
syslinux.efi pxeboot across multiple subnets
...t;> 10.16.233.20
> >> > goes through 10.16.233.1 and 10.16.195.178 goes through 10.16.194.1.
> All
> >> > the switch magic after that is hidden from me.
> >>
> >> Any chance you could try this git branch:
> >>
> >> git://github.com/geneC/syslinux.git efi-fixes-2-for-mfleming
> >>
> >> --
> >> -Gene
> >>
> >
> > I took a clone of that, but it confuses me. The only reference I can find
> > to efi are in gpxe and I can't get that to build (syntax errors in
> > util/geniso...
2016 Mar 27
1
[PATCH 0/1] EFI image booting capabilities
On Fri, Mar 25, 2016 at 03:03:07PM -0400, Gene Cumm via Syslinux wrote:
>
> git/https: https://github.com/geneC/syslinux.git
> branches: ppatpat-efi-1 ppatpat-efi-3
>
> https://github.com/geneC/syslinux/tree/ppatpat-efi-1
> https://github.com/geneC/syslinux/tree/ppatpat-efi-3
>
> The first demonstrates my micro-commit preference. The second shows
> how I can use git-rebase to collapse...
2014 Jul 24
2
DELL E6510 pxelinux issues
...that won't solve your original problem, but at least it will
>> make lpxelinux.0 more robust, and perhaps even give a workaround if
>> lpxelinux.0 then happens to bypass your original problem.)
>
> I'm glad to help.
>
> Philipp
>
> PS: <http://www.zytor.com/~genec/lpxelinux-6.03p18g3.tgz> did not work.
As expected. You have a different OUI (the first 3 octets of the MAC
address). Try everything from 6.03-pre18 and then lpxelinux.0 from
here: http://www.zytor.com/~genec/lpxelinux-6.03p18g4.tgz
--
-Gene
2013 Oct 20
2
[PATCH][git-pull] efi: fix verison/date
The following changes since commit c647008831aed653e54c4c8470e3a9db5d0a140a:
efi/: Fix displayed version; add DATE (2013-10-20 10:45:53 -0400)
are available in the git repository at:
git://github.com/geneC/syslinux.git firmware
for you to fetch changes up to c647008831aed653e54c4c8470e3a9db5d0a140a:
efi/: Fix displayed version; add DATE (2013-10-20 10:45:53 -0400)
----------------------------------------------------------------
efi/Makefile | 11 +++++++++++
efi/main.c | 5 +++--
2 files...