Displaying 20 results from an estimated 1000 matches similar to: "PXE booting Dell diagnostics"
2008 May 09
2
Stepwise regression
I am using stepAIC for stepwise regression modeling.
Is there a way to change the entry and exit alpha levels for the
stepwise regression using stepAIC ?
Many thanks,
Berthold
Berthold Stegemann
Bakken Research Center
Maastricht
The Netherlands
[[alternative HTML version deleted]]
2007 May 07
3
PXELinux 3.11 vs 3.36
Hi,
Apologies in advance if this is rather long winded ...
I have a Windows 2000 DHCP/FTP/TFTP server, serving up a
linux-based diags package using PXELinux. Everything is
working fine, just like I'd expect.
I also have some WinImage images of DOS floppy disks that
I'd also like to serve via PXE. So I made up some simple
menus using menu.c32 to serve both the floppy image and the
2010 Apr 27
1
Maps: Country coding
Hello,
I am using the maps library for plotting maps.
To build new geograhical sets such as Europe I use
europe = c('Germany','Netherlands',...)
Is there a list of county codes used by the map function.
Thanks,
Berthold
--
Berthold Stegemann
Brunssumstrasse 21a
52074 Aachen
Germany
Tel: +49 241 401 8909
Mobile: +31 6 2041 4824
2015 Feb 20
18
[Bug 2355] New: general protection / segfaults when PermitOpen=none
https://bugzilla.mindrot.org/show_bug.cgi?id=2355
Bug ID: 2355
Summary: general protection / segfaults when PermitOpen=none
Product: Portable OpenSSH
Version: 6.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2001 Nov 27
2
accessing information in data.frame
After reading a data.frame using, such as a <- read.spss("data.sav")
I want to give the column index 'i', or a[i] to a function, which after
some calculation, should print out the results to the standard output.
I am struggling how to access the data itself, as e.g. sum(a[i]) does
not work in this context. In addition I need to know the name of the
variable within the
2004 Mar 19
1
Spatial Statistics: surf.gls
In an experimental setup we obtain z-data samples at equidistant grid points.
The surf.gls (Kriging) algorithm produces an error under this circumstance when performing the Choleski decomposition.
A workaround is to dither the grid coordinates using (x <- rnorm(length(x)) ; y<- rnowm(length(y))).
Question: Is this an expected behaviour of the surf.gls function ?
Regards,
Berthold
2001 Oct 26
1
step function for glm()
Hi,
is there a possibility using the step() function together with a glm()
model, to force keeping some of the covariates in the model ?? and not
having them dropped ??
Thanks,
Berthold
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2013 Nov 15
5
[LLVMdev] [PATCH] Prevent clang from throwing the diagnostics twice.
Hi All,
Clang pop up with the "error: invalid integral value" diagnostics twice
,when you enable the optimization through -O with a non-integer value
i.e -O<non integer> as show below
$ clang -Of -S test.c
error: invalid integral value 'f' in '-Of'
error: invalid integral value 'f' in '-Of'
Attached patch fix the issue as
$ clang -Of -S
2012 Apr 04
1
memdisk speed diagnostics?
Would it be a usefull addition to memdisk's "pause" parameter if it
showed the loading speed for the specified disk image file?
The idea is to verify if a device is really loading an operating
system's data at the intended device/controller/interface/bus (etc)
speed. My own system has a habit of setting usb2.0 interface to
1.1-speeds for example.
With (hopefully) bootable
2010 Aug 18
1
[LLVMdev] clang: call extern function using JIT
Heres my full code listing, im totally stuck.
// Whistle.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "clang/CodeGen/CodeGenAction.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/Tool.h"
#include
2015 Apr 29
3
[LLVMdev] AArch64 bot unstable
On Wed, Apr 29, 2015 at 11:19 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Wed, Apr 29, 2015 at 10:55 AM, Teresa Johnson <tejohnson at google.com>
> wrote:
>>
>> On Wed, Apr 29, 2015 at 10:05 AM, David Blaikie <dblaikie at gmail.com>
>> wrote:
>> >
>> >
>> > On Wed, Apr 29, 2015 at 9:48 AM, Teresa Johnson
2006 Feb 27
1
booting dell diagnostic hd image with isolinux
Dell has an ISO image (Dell version 5061A0, A5061) available here
http://support.euro.dell.com/support/downloads/download.aspx?releaseid=R102625&fileid=132637
which contains an ISO with an hard disk image and no-emulation boot.
I've estracted the hard disk image (size=2048000) and I'd like to boot it
with isolinux.
I tried
kernel memdisk
append initrd=dell5061.img
The Dell/Dos os
2010 Aug 14
2
[LLVMdev] clang: compile c code from char array?
Hi, how do I compile c code from a char array in clang?
Im using code from the interpreter example.
Thanks.
char *cCode; // the char array
// fill array with code goes here...
// Initialize a compiler invocation object from the clang (-cc1) arguments.
const driver::ArgStringList &CCArgs = Cmd->getArguments();
llvm::OwningPtr<CompilerInvocation> CI(new CompilerInvocation);
2023 Jan 23
1
Attach a GPS in preboot mode
Hello everyone and best wishes for 2023 :)
I have an old *Garmin Drive Smart 50 GPS* and I want to be able to
attach it when it is in preboot mode to a VM hosted by a *Debian 11 host*.
From what I understand, the preboot mode allows us to flash a firmware
before the GPS actually starts (used among other things when the GPS is
soft bricked).
When I connect the GPS to the host it gives:
2009 Jan 28
3
[LLVMdev] [cfe-commits] r63168 - /cfe/trunk/Driver/clang.cpp
2009/1/28 Mike Stump <mrs at apple.com>:
> Author: mrs
> Date: Tue Jan 27 20:43:35 2009
> New Revision: 63168
>
> URL: http://llvm.org/viewvc/llvm-project?rev=63168&view=rev
> Log:
> Add a preliminary version number.
>
> Modified:
> cfe/trunk/Driver/clang.cpp
>
> Modified: cfe/trunk/Driver/clang.cpp
> URL:
2008 Jul 27
1
Floppy boot disc w/ lspci
Anyone know where I can get this?
I need to deduce what type of nic is a proprietary CNC machine that I don't want to
dismantle so I can make a gpxe floppy for so I can run some diags of my tftp server.
Thanks!
jlc
2011 Feb 25
1
Accessing sub diagonals / spdiag in R ?
Hello, I'm attempting to access a specific number of sub diagonals in a
MATRIX and have been accustomed to using spdiags in MATLAB or Octave. I've
got a solution pieced together using for loops and it works though isn't
vectorized and liable to run very slow
for large matrices.
As an example:
A =
1 2 3 4 5
9 8 7 6 5
4 5 6 7 8
5 4 3 2 1
8 7 6 0 1
The subdiagonals are: 9,5,3,0 4,4,6
2002 Mar 06
2
failing test 3 - smbclient -L BIGSERVER
Any help appreciated.
I am failing test 3 of the diags.
It says to check hosts allow, This one is commented out in smb.conf
It says to check hosts deny, There is no entry in my smb.conf
It says to check valid users, My valid users = %S in my smb.conf
It says to check my guest account, I am using the default nobody. (I am confused by this option, I can't follow the
language in
2010 Aug 15
2
[LLVMdev] clang: compile c code from char array?
no, does not help, ive already looked at it.
none none-17 wrote:
>
> This thread may help:
> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html
>
> On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote:
>
>>
>> Hi, how do I compile c code from a char array in clang?
>>
>> Im using code from the interpreter
2010 Aug 15
0
[LLVMdev] clang: compile c code from char array?
This thread may help:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html
On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote:
>
> Hi, how do I compile c code from a char array in clang?
>
> Im using code from the interpreter example.
> Thanks.
>
> char *cCode; // the char array
> // fill array with code goes here...
>
>
>