search for: blanchette

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

2013 Jul 16
2
pxechn.c32: passing options to iPXE
On Tue, Jul 16, 2013 at 6:26 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Mon, Jul 15, 2013 at 11:57 PM, Alexandre Blanchette > <blanalex at gmail.com> wrote: > > In PXELinux 4.06 (the vanilla version, not gpxelinux.0), I'm trying to > use > > pxechn.c32 to call iPXE (undionly) with option 67 set to call an iPXE > > script. > > > > The relevant portion of my PXELinux config l...
2014 Jan 15
2
Windows Server DHCP + UEFI recipe
...ws DHCP servers would be welcome then :-) And as far as UEFI x86 system go, one would simply have to create another vendor class with the value PXEClient:Arch:00006 On Wed, Jan 15, 2014 at 12:05 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Jan 14, 2014 at 8:52 PM, Alexandre Blanchette > <blanalex at gmail.com> wrote: > > I've found a way to support PXE booting both UEFI and BIOS architectures > > with Windows Server DHCP. > > > > This method uses a feature introduced in WinServer 2012: DHCP policies. > > > > First, in the the DHCP...
2008 Nov 24
2
64bit R for Mac
...3Gb memory limit. I saw that there is a version available on the development mirrors, but I am not too excited to replace our very stable and reliable 32bit version with a 64bit binary that might not be that stable and with packages that would need to be 64bit compiled on site... Cheers -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2005 Dec 15
3
<no subject>
...", "CG_4", "CG_5"), diff=c(3,5,6,4,3)) table2 = list(CGID=c("CG_2","CG_3","CG_4", "CG_1", "CG_5"), diff=c(4,6,3,9,10)) How can link the two table trough the CGIDC column and plot the data from the 2 tables. Many tx Marco Blanchette, Ph.D. mblanche at berkeley.edu Donald C. Rio's lab Department of Molecular and Cell Biology 16 Barker Hall University of California Berkeley, CA 94720-3204 Tel: (510) 642-1084 Cell: (510) 847-0996 Fax: (510) 642-6062
2008 Nov 19
2
Transforming a list to a vector with associated levels
...I would like to get something like the following: t levels 4 1 1 1 4 1 3 2 7 2 9 2 2 2 I tried unlist without success. I also do remember that there is a corresponding function that create a list of t's according to the level from the matrix a draw but no luck to remember it. Thanks -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2014 Dec 10
3
Checking if host is on the same subnet
...to make a script so each client can determine if the mobile server is on the same subnet either with a ping with a zero TTL value, with the ip/netmask and a bit of binary logic, or any other mean. Currently, PXELINUX is calling an iPXE script, so the solution can be at either level. -- Alexandre Blanchette <blanalex at gmail.com>
2005 Jul 30
2
Premature termination of script
...rl=T) == -1){ cat ("The selected file does not seem to be of the right type\n") #Should be able to exit the script here } cat("File look good keep going\n") How do I prevent R from interpreting the rest of the script if the user don't input the right file? Marco Blanchette, Ph.D. mblanche at uclink.berkeley.edu Donald C. Rio's lab Department of Molecular and Cell Biology 16 Barker Hall University of California Berkeley, CA 94720-3204 Tel: (510) 642-1084 Cell: (510) 847-0996 Fax: (510) 642-6062
2014 Feb 22
2
showing informations in menu
On Fri, Feb 21, 2014 at 2:50 AM, Ferenc Wagner <wferi at niif.hu> wrote: > Alexandre Blanchette <blanalex at gmail.com> writes: > > > Is there a way to show some bits of information in the menu, like > > Syslinux version, MAC address and IP address? When the menu is loaded > > at startup, this information is quickly erased and is not easily > > readable. >...
2013 Jul 16
2
pxechn.c32: passing options to iPXE
...the script. I've tried with pxelinux.0 and pxechn.c32 from 6.01 with the same result. Also, while we're on the subject of pxechn.c32, in the documentation, the purpose and the usage of the -f option is unclear: what is a 'modifier'? There is no example of its usage. -- Alexandre Blanchette <blanalex at gmail.com>
2009 Mar 22
2
Following progress in a lapply() function
...st(x) return(list(p.value=tTest$p.value,t.stat=tTest$stat)) } Using an lapply statement, as in: myResults <- lapply(aList, myFnc) The goal would be to report on the progress of the lapply() function during processing. Any suggestion would be greatly appreciated. Thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2014 Dec 17
0
Checking if host is on the same subnet
Alexandre Blanchette <blanalex at gmail.com> writes: > On Wed, Dec 10, 2014 at 10:14 AM, Ferenc Wagner <wferi at niif.hu> wrote: > >> Alexandre Blanchette <blanalex at gmail.com> writes: >> >>> We are doing a deployment across many sites, we're doing one site at >&gt...
2005 Aug 03
2
regexpr and portability issue
...ions are: 1) Is there a more elegant way to deal with regular expressions (read here: more easier, more like perl style). 2) I have a portability problem when I extract the base.dir Windoz is using '\' instead of '/' to separate directories. Any suggestions/comments Many Tx Marco Blanchette, Ph.D. mblanche at uclink.berkeley.edu Donald C. Rio's lab Department of Molecular and Cell Biology 16 Barker Hall University of California Berkeley, CA 94720-3204 Tel: (510) 642-1084 Cell: (510) 847-0996 Fax: (510) 642-6062
2014 Jan 19
0
Windows Server DHCP + UEFI recipe
I successfully encapsulated option 210 inside 43 with Microsoft DHCP servers. I followed the template in the PXELINUX documentation, at the "using vendor options, handcrafted" heading. On Wed, Jan 15, 2014 at 6:45 AM, Alexandre Blanchette <blanalex at gmail.com>wrote: > A small how-to for encapsulating option 210 inside option 43 on Windows > DHCP servers would be welcome then :-) > On Wed, Jan 15, 2014 at 12:05 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > >> On Tue, Jan 14, 2014 at 8:52 PM, Alexand...
2014 Feb 22
0
showing informations in menu
Correction: Ctrl-J Bypasses labels and tries to load file So at the prompt if one inputs foo<Ctrl-J>, pxelinux looks for a file in the following order: foo.c32 foo.img foo.bss foo.bin foo.bs foo.0 foo On Sat, Feb 22, 2014 at 2:12 PM, Alexandre Blanchette <blanalex at gmail.com>wrote: > On Fri, Feb 21, 2014 at 2:50 AM, Ferenc Wagner <wferi at niif.hu> wrote: > >> Alexandre Blanchette <blanalex at gmail.com> writes: >> >> > Is there a way to show some bits of information in the menu, like >> > Sy...
2008 Nov 30
2
Snow and multi-processing
...mongous and that would cause way too much traffic on the network. I want the result of the function getData(), the object mArrayData, propagated to the cluster only once and be available to downstream functions. Hope this is clear and that a solution will be possible. Many thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2014 Jan 15
2
Windows Server DHCP + UEFI recipe
...DHCP server does not send option 210 (path prefix). Microsoft DHCP servers will only send options listed in the Parameter Request List in the DHCPDISCOVER packet. One could make a cleaner setup by creating a BIOS PXEClient vendor class and putting their options within a policy too. -- Alexandre Blanchette <blanalex at gmail.com>
2013 Aug 16
3
UEFI PXE boot & Microsoft DHCP
...e relevant scopes and it's all fine and dandy. However, UEFI machines won't initiate PXE boot, they don't seem to recognize the options. Is there another setting that need to be set? And how to I filter UEFI clients so I set option 67 to the right value (lpxelinux.efi)? -- Alexandre Blanchette <blanalex at gmail.com>
2014 Feb 21
3
showing informations in menu
Is there a way to show some bits of information in the menu, like Syslinux version, MAC address and IP address? When the menu is loaded at startup, this information is quickly erased and is not easily readable. -- Alexandre Blanchette <blanalex at gmail.com>
2008 Nov 21
1
Suppression anova message
Dear all, I am running anova(lm()) on a series of different data frame and I am getting the following message Using dataFrame$levels as id variables 1. Why am I getting that message 2. How do I suppress it (or correct it). Thanks Marco -- Marco Blanchette, Ph.D. Assistant Investigator Stowers Institute for Medical Research 1000 East 50th St. Kansas City, MO 64110 Tel: 816-926-4071 Cell: 816-726-8419 Fax: 816-926-2018
2013 Jul 16
0
pxechn.c32: passing options to iPXE
On Jul 16, 2013 2:01 PM, "Alexandre Blanchette" <blanalex at gmail.com> wrote: > > On Tue, Jul 16, 2013 at 6:26 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > > On Mon, Jul 15, 2013 at 11:57 PM, Alexandre Blanchette > > <blanalex at gmail.com> wrote: > > > In PXELinux 4.06 (the vanilla ver...