Displaying 20 results from an estimated 700 matches similar to: "PXELinux cannot load the config file"
2010 Jun 01
1
arrange data
Hi r-users,
I have a data below but I would like to rearrange my data so that it will be in the following format: year, month, day, rain. I also would like the data to be arranged so that it will be continues for example year 1939 it will go from january 1 to december 31 and continue with year 1940 from january 1st to 31st December and so on. What I have now is all january for all the years
2007 Aug 24
1
uneven list to matrix
Hello,
I am sure I am not the only person with this problem.
I have a list with n elements, each consisting of a single column matrix
with different row lengths. Each row has a name ranging from A to E. Here
is an example:
alph[[1]]
A 1
B 2
C 3
D 4
alph[[2]]
A 1
C 3
D 4
alph[[3]]
A 1
D 4
E 5
I would like to create a matrix from the elements in the list with n
columns such that the row names
2006 Jan 27
0
pgamma - inadequate algorithm design and poor coding (PR#8528)
R versions 2.1.0 to present.
Examples shown were computed under Windows R-devel, current SVN, but ix86
Linux shows similar behaviour (sometimes NaN or -Inf rather than Inf,
depending on the compiler and optimization level used).
The replacement pgamma algorithm used from R 2.1.0 has an inadequate
design and no supporting documentation whatsoever. There is no reference
given to support the
2006 Nov 06
2
Samba 3.0.10 / Solaris 8 / Windows 2003
Any help would be very much appreciated.
My Configuration-
Solaris 8 - hostname = vail
Samba 3.0.10 (downloaded from sunfreeware.com)
As per the instructions on sunfreeware, I have also installed the
following packages-
libgcc-3.3
libiconv-1.9.2
libintl-3.4.0
ncurses-5.4
popt 1.7
readline 5.1
Also on my network-
A Windows 2003 ES domain controller: hostname = SEEDS1 domain = SEEDS
A Windows
2010 May 02
2
Sendmail Configuration Problem - 550 5.1.1 - User unknown Problem
Hi,
I'm having this Sendmail configuration problem and stuck. I've been doing googling/reading posts and none of the solutions matched my problem.
I'm doing some testing, and have been getting this 550 5.1.1 ....User unknown error when I send the email to my company's email address. When I send it to an external email address, such as yahoo, the message delivered successfully.
2004 Oct 29
2
extraction of p-value
R-help,
I wish to get the p-values of anova model as numeric and not as part of
the standard output (print,summary,,,)
I have tried several commands but to not vail
Thank you
2007 Aug 31
0
Job openings at Boeing for data mining and machine learning
Boeing's Mathematics and Computing Technology (M&CT) organization,
located in Bellevue Washington USA, invites applications for applied
research positions in data mining and machine learning. We offer an
exciting opportunity to be a part of a diverse research group that
touches all parts of the Boeing company, from aircraft to spacecraft,
communications systems and worldwide customers. We
2011 Jul 07
2
kripp.alph error message
Hi! I fairly new to R, have only done pretty basic things so far, so this may
be a very basic question..... But I did search the forums and didn't see a
solution....
I'm trying to get going with kripp.alpha(). I'm loading data from a file,
like this:
> library(irr)
Loading required package: lpSolve
> x <- read.table("foo", comment.char="#", header=TRUE,
2018 Mar 12
1
Equivalent of gtools::mixedsort in R base
x <- c( "a1", "a10", "a2" )
y <- c( "b10", "b2", "a12", "ca1" )
DF <- expand.grid( x = x, y = y )
# randomize
set.seed( 42 )
DF <- DF[ sample( nrow( DF ) ), ]
# missing from gtools
mixedrank <- function( x ) {
seq.int( length( x ) )[ gtools::mixedorder(x) ]
}
o <- do.call( order, lapply( DF, mixedrank ) )
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 10:30 AM
To: lartc@mailman.ds9a.nl
Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From:
2000 Apr 06
1
/dev/random is on your Solaris CD
There was some discussion recently about the Solaris /dev/random
support that can be downloaded from Sun's patch archive as part of
a patch to the Sun Web Server 1.0 product. The SUNWski package
is the interesting bit that purports to provide /dev/random.
It was noted that domestic and international versions of the patch
existed and that only the international (no encryption) version
was
1997 Nov 29
0
NOT WANTED - SAMBA digest 1508
NOT WANTED
On Sun, 30 Nov 1997 samba@samba.anu.edu.au wrote:
> SAMBA Digest 1508
>
> For information on unsubscribing see http://samba.anu.edu.au/listproc
> Topics covered in this issue include:
>
> 1) How do I use multiple NT password servers
> by jurgessj@b1b.ok.boeing.com (John E. Jurgess )
> 2) Re: How do I use multiple NT password servers
> by Luke
2000 Sep 22
2
Agent forwarding with DSA keys?
Does agent forwarding work with DSA keys?
I'm using 2.2.0p1 on RedHat Linux 6.2 (Alpha) and Solaris 2.6 (SPARC).
If I ssh-add my RSA key into the local agent and ssh to another
machine, the agent connection is forwarded properly. (I can say
"ssh-add -l" and see my keys.) If I ssh-add my DSA key into the
local agent and "ssh -2" to another machine, the agent connection
2004 Oct 05
3
Confounded data frame column names
This is probably a know problem (problem for me anyway) in R but I
don't quite know what to search for in help archives. When I name a
column "x11" in a data frame R thinks a column named "x1" exists. In
my application I am trying to test for the existence of a column, then
add it if it's not there. Here is a simple example:
> temd <- data.frame(x11=c(0:10))
>
2012 Oct 24
2
Ceph samba size reporting troubles
Dear developement team,
I want to share a massive storage casted with Ceph by samba with
windows workstations.
All works well. My problem so is that in windows the ceph storage size
statistics are wrong. Instead of seeing a 44TB hard drive I see a 176GB
hard drive.
Under linux that issue doesn't show. The size are properly reported.
I investigated around and it seems that the problem
2009 Apr 06
2
Bonpower Crashes Trying Sparse Matrix (Igraph)
Hello All,
I have been trying to do bonpow for a while now.Bonpow works for few graphs
and for few others it goes out of memory.
I did see reply to one of the posting Alph Centrality Crashed in Igraph
memory error.
The solution in the posting was to use sparse matrix. This is the link of
the message.
http://lists.gnu.org/archive/html/igraph-help/2008-04/msg00071.html
I was able to obtain
1999 Mar 17
1
Copied files filled with zeros
I'm running Samba 2.0.0 on Solaris 2.5 and 2.6. I've had a report
that a user on a Wincenter machine (NT4 + Windows Terminal Server +
Citrix Metaframe + NCD stuff) dragged a Word document from his NT
fileserver onto one of my Samba servers and the result was filled
with zeros. We have been able to reproduce the problem from annother
account on the Wincenter machine, but cannot make it
2005 Feb 21
4
rnorm??
I am wondering whether there is a bug in rnorm.
When generating rnorm(1000000) and counting
the cases > 4 and the cases < (-4) I get rather
unexpectedly low counts for the latter. The problem goes away
when using qnorm(runif(1000000)).
Fritz Scholz, PhD
Applied Statistics Group
Boeing Phantom Works
fritz.scholz at pss.boeing.com
425-865-3623
Tu/We 206-542-6545 (most likely)
2010 Nov 26
1
[PATCH] new *br: Show handoff data
git://git.zytor.com/users/genec/syslinux.git
Branch handoff-mbr-for-hpa
This is a piece of code that can be used in place of a MBR or VBR/PBR
(master boot record; volume/partition) in order to examine the data
handed to the respective boot code. AX, SS, and SP are destroyed
before examining anything. I set an internal restriction that limits
it to 420 bytes such that it could be used with a
2015 Feb 08
2
[PATCH 0/1] dprintf: add debug console support
On Sun, 8 Feb 2015 17:41:58 +0100
Geert Stappers via Syslinux <syslinux at zytor.com> wrote:
> On Sun, Feb 08, 2015 at 09:13:02AM -0700, Jonathan Boeing via
> Syslinux wrote:
> > This patch adds support for printing messages through a debug
> > console. QEMU, for example, supports this through the debugcon
> > facility. The benefit is that it's *much* faster