Displaying 20 results from an estimated 66 matches for "multinationals".
Did you mean:
multinational
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
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
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
On Fri, Jul 31, 2015 at 12:37 PM, Patrick Masotta via Syslinux
<syslinux at zytor.com> wrote:
>>>>
> > 5) upload handles.txt somewhere
>
> It's waiting at http://okkie.nu/tmp/handles.txt
> <<<
>
>
> OK your HP has 4 NICs
>
> DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
> DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
>
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
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>> 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.
Okay, so that's good. No worries there.
=== preamble ===
In this mail I talk about two different commits. To identify them
furhter,
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
On 05-08-15 02:27, Gene Cumm wrote:
>> tried without Gene's latest patches crashing before even beginning to load
>> the first stage: ldlinux.e64?
>
> It _probably_ had issues finding the NIC properly.
Of course, and your latest patches solved this problem. But I should
have been more clear. What happened was:
1 - HP ROM FW: Download syslinux.efi
2 - HP ROM FW: Run
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
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
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.
Your
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 particular
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
>>>
>> OK your HP has 4 NICs
>>
>> DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
>> DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
>> DevicePath(0x0,0x2)/MAC(ECB1D775E526,0x0))
>> DevicePath(0x0,0x3)/MAC(ECB1D775E527,0x0))
According to HP it's actually one nic with four ports. I cannot disable
them individually.
<<<
I see. From an EFI
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 : J...
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