search for: multinic

Displaying 20 results from an estimated 66 matches for "multinic".

2015 Sep 02
2
BUG: confusion between next-server and gateway
Hello, I'am trying to efi-netboot a HP ProLiant DL120 Gen9[1], that has multiple NICs, one embedded 2-port and an extra 4-port, so I got to the HP/EFI/multinic problem. I read through the multinic mailthreads and using current master[2], it booted successfully to syslinux but then another problem manifested: Syslinux for some reason asks the gateway and not next-server about ldlinux.e64 (I got this through tcpdumping the gw) Our setup is the following:...
2015 Aug 07
2
EFI: HP + syslinux = crash [ brown paper bag update ]
>>> So.. my conclusion for now: 8702009 crashed because of some http pathprefix bug 8702009 contains the multinic bug so wouldn't work anyway e466d24 solves the mutlinic bug AND the http pathprefix bug e466d24 kept crashing on me because I mixed up libraries from 8702009 e466d24 still has an issue with png's in vesalinux causing crashes <<< This is a good report. Thanks ! Anyone there...
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 Aug 01
3
EFI: HP + syslinux = crash
...rg/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.git To use it, git checkout github-genec/efi-multinic Oscar, I'd love to hear y...
2015 Sep 02
0
BUG: confusion between next-server and gateway
On Wed, Sep 2, 2015 at 5:54 AM, Costas Drogos via Syslinux <syslinux at zytor.com> wrote: > Hello, > > I'am trying to efi-netboot a HP ProLiant DL120 Gen9[1], that has > multiple NICs, one embedded 2-port and an extra 4-port, so I got to the > HP/EFI/multinic problem. HP DL120 G9 versus HP DL160 G9. Sounds like they'll be awfully similar. > I read through the multinic mailthreads and using current master[2], it > booted successfully to syslinux but then another problem manifested: > Syslinux for some reason asks the gateway and not next-...
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
...Author: Patrick Masotta <masottaus at yahoo.com> | Date: Sat Aug 1 07:40:16 2015 -0400 This is (unoffical?) repository on git://github.com/geneC/syslinux.git to which I was referred by Gene in this mail: http://www.syslinux.org/archives/2015-August/023893.html This commit solves the multinic bug that affected my test machine. === end === I made some progress on the crashing issue. You all were right, they are not related. After the fix for multinic, vesalinux was the culprit. I probably messed up by mixing various versions of *.c32 modules, but right now commit e466d24 only crash...
2015 Aug 05
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Wed, Aug 5, 2015 at 3:03 PM, Oscar Roozen via Syslinux <syslinux at zytor.com> wrote: > Unfortunately I can't test anymore until Friday. Maybe gnu-efi got > updated? I seem to remember seeing a shell script pulling in the > newest version during compilation... It's version locked to a certain commit ID. -- -Gene
2015 Jul 31
2
EFI: HP + syslinux = crash
> 5) upload handles.txt somewhere It's waiting at http://okkie.nu/tmp/handles.txt
2015 Aug 05
1
EFI: HP + syslinux = crash
...of Exceptions reported in red on black. Due to the randomness of the crashes my bet would be on an overwritten return address or longjmp address somewhere. In both cases there should be some error message or an exit back to the firmware bootloader indicating a failure to startup. So, while the multinic issue is solved (thanks!!!), there still is something wrong. And it could be the same issue in both cases.
2015 Aug 05
2
EFI: HP + syslinux = crash [ brown paper bag update ]
Update: I added my debugging stuff (just a bunch of Print()s and dprintf()s) to the branch without the multinic fix to see if I could find a common cause somewhere. This is based on commit 8702009f. Where I expected the machine to crash again, it just exited back to the bootloader without crashing. So.. somehow adding this debug code solved the crashing problem? Or did it? Then I went back to the latest...
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
On 07-08-15 18:29, Patrick Masotta wrote: >>>> > So.. my conclusion for now: > > 8702009 crashed because of some http pathprefix bug > 8702009 contains the multinic bug so wouldn't work anyway > e466d24 solves the mutlinic bug AND the http pathprefix bug > e466d24 kept crashing on me because I mixed up libraries from 8702009 > e466d24 still has an issue with png's in vesalinux causing crashes > <<< > > This is a good...
2008 Apr 11
1
Legacy db and hyphen on column name issue.
Hi I have a table called active and another one called authreg I did a one to one relation but it turns out that one of this legacy database column name has an hyphen!!! "-" now im screw how can I tell rails to use it? or make an alias of some sort like with table names.? @active = Active.new( :collection-owner => authreg.username, :time =>
2015 Jul 20
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> Jeff, Patrick: Could you try my code from my github repo branch efi-multinic?? It's derived from Patrick's code and I finally see good responses with a VMware VM's e1000e NIC (never saw ANYTHING good from it until now). git://github.com/geneC/syslinux.git https://github.com/geneC/syslinux.git -- -Gene <<<< I've seen your code. You...
2015 Jul 22
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>> Jeff, Patrick: Could you try my code from my github repo branch efi-multinic?? It's derived from Patrick's code and I finally see good responses with a VMware VM's e1000e NIC (never saw ANYTHING good from it until now). git://github.com/geneC/syslinux.git https://github.com/geneC/syslinux.git -- -Gene <<< Hi there I think in the case of a p...
2009 Jun 19
1
Error "the condition has length > 1 and only the first element will be used"
Ahoy. I'm trying to run a function for each country in a multinational dataset. Keeping it simple, an example is for(j in 11:14) { if(data$country_str == "j") { mu <- mean(data$ecdfs1) } else { mu <- 0 } } The number of countries is greater and the functions are more complex, but this fails just the same. The consistent error is In if (data$country_str ==
2015 Aug 03
2
EFI: HP + syslinux = crash
...o HP it's actually one nic with four ports. I cannot disable them individually. <<< I see. From an EFI point of view you have 4 NICs >>> > git://git.zytor.com/users/genec/syslinux.git > git://github.com/geneC/syslinux.git > > Commit e466d24 on branch efi-multinic >[...] > Oscar, I'd love to hear your feedback on this commit.? If it still > fails with the General Protection Exception, I'd like to try sending > you some binaries, just to rule out your build system. Can you please send me the binaries as I still have no luck. Still I...
2008 Feb 23
1
Re : Web Forums
Kind regards, Sylvain Petreolle (aka Usurp) Support artists, not multinationals - http://Iwouldntsteal.net Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net Free music you can listen to everywhere : http://www.jamendo.com ----- Message d'origine ---- > De : L. Rahyen <research at science.su> > ? : wine-users at winehq.org > Cc : Jeremy Newman
2010 Mar 10
2
Using R in a corporate envinronment
Dear r-useRs, After a couple of years in a 'R exile' of sorts, I've recently changed jobs and my current employer (an American multinational in the food manufacturing industry) is much more open than my past employer (which wouldn't even want to hear about anything that didn't begin with SAS...). So, after my insistence corporate IT is now considering adopting R as part of our
2010 Mar 10
2
Using R in a corporate envinronment
Dear r-useRs, After a couple of years in a 'R exile' of sorts, I've recently changed jobs and my current employer (an American multinational in the food manufacturing industry) is much more open than my past employer (which wouldn't even want to hear about anything that didn't begin with SAS...). So, after my insistence corporate IT is now considering adopting R as part of our
2004 Aug 06
2
Icecast2 Web Admin Interface
Well, it's not my native language so I'm not pretty sure of my english. :) Did somebody try the xsls ? > Poor english? Where? :D > Deven > On Sun, 2004-01-25 at 11:08, Gilles Dartiguelongue wrote: />> Hi all, I had a look at the web interface yesterday and I was a little / />> bit disappointed / />> by the code I found. So I started to make modifications