Displaying 20 results from an estimated 4000 matches similar to: "pxelinux : filenames without prefix"
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3.
The call to configure was:
CFLAGS="-I/client/include -L/usr/ruf/lib" \
./configure --with-egd-pool=/dev/urandom \
--with-afs=/usr/afsws \
--with-kerberos4=/client \
--with-tcp-wrappers \
--with-pid-dir=/etc \
--sysconfdir=/etc \
--with-ipv4-default \
2007 Feb 13
0
Research Position Statistical Computing in Biostatistics
X-Mailer: VM 7.17 under 21.4 (patch 18) "Social Property" XEmacs Lucid
FCC: ~/mail/sent-mail
From: Jan.Beyersmann at fdm.uni-freiburg.de
--text follows this line--
hi everyone,
please find below a job advert for a research position statistical
computing in biostatistics, emphasis is on R and survival
analysis. see also wangler et al., p. 31-35 in
2011 Mar 30
1
wrong calculation of R-squared in summary.lm
Dear all,
I just stumbled upon the fact, that when I perform a regression on
multivariate responses, that are not centred, I get a ricilulously high
R-squared value. After reading the code of summary.lm, I found a bug in
the function summary.lm:
mss is calculated by:
mss <-sum((f - mean(f))^2) - where f are the fitted values.
This works only for a single response variable, because
2015 Oct 05
1
DFS-R (Replication) ??
Hello,
I read that replication with DFS-R requires NTFS filesystem on both
sides, because it accesses the "change journal".
(https://technet.microsoft.com/en-us/library/cc773238%28v=ws.10%29.aspx)
Can I use DFS-R between samba4 and windows if I use ntfs-3g?
If not is it planned to support DFS-R in a future version of samba?
thanks,
Klaus
--
Klaus Hartnegg, Universität Freiburg,
2011 Mar 15
2
how to set the starting value in lme
Hi,
When I fit the mixed-effects model by lme, I got the convergence error code = 1
message = iteration limit reached without convergence (9). Even after I increase the iteration numbers, it still did not work. The only way I found to avoid the error message is to increase the number of iterations for the EM algorithm, which need to be at least 1100. But the weird thing is that the correlation
2001 Jul 23
2
hang-up with log="x" and segments (PR#1030)
I experienced the following problem with R 1.3.0 which is probably a
bug. The program hangs-up if 1.) a coordinate of segments is outside the
ploting region and 2.) the option log="x" is used.
##
## works fine
##
plot(1,1, xlim=c(0.5, 2), ylim=c(0.5, 2))
segments(0.5 , 1.2, 1, 0.6)
segments(0.25, 1.2, 1, 0.6)
segments(1 , 1.2, 1, 0.6)
##
## hang-up
##
plot(1,1, xlim=c(0.5, 2),
2011 Mar 15
2
Calculate monthly means
I am trying to calculate monthly means by year of phosphates and nitrates from a multi year data set. Can anybody help me out with the most effective way to do this?
My data looks like this:
Collection_Date Test.Name Value
2000-01-24 17:00:00 Phosphate 0.108
2000-01-24 17:00:00 Nitrate 0.037
2001-11-12
2012 Mar 28
0
Major update: meta version 2.0-0
Version 2.0-0 of meta (an R package for meta-analysis) is now available
on CRAN. Changes are described below.
Yours,
Guido
Major revision
R package meta linked to R package metafor by Wolfgang Viechtbauer to
provide additional statistical methods, e.g. meta-regression and other
estimates for tau-squared (REML, ...)
New functions:
- metareg (meta-regression)
- metabias
2012 Mar 28
0
Major update: meta version 2.0-0
Version 2.0-0 of meta (an R package for meta-analysis) is now available
on CRAN. Changes are described below.
Yours,
Guido
Major revision
R package meta linked to R package metafor by Wolfgang Viechtbauer to
provide additional statistical methods, e.g. meta-regression and other
estimates for tau-squared (REML, ...)
New functions:
- metareg (meta-regression)
- metabias
2011 Mar 18
1
Problem with Slope.test function
Hi all,
I need to test the significnce of difference between slopes of two regression lines and regression line with theoretical line. I try to use Slope.test function from emu package,
but an error occured...
library(emu)
d1<-data.frame(P1=c(1,2,3,5,7,8,9,13,14,15),
P2=c(1,2,5,8,11,13,15,15,18,24),
R=c(2,7,8,9,16,21,27,31,33,36)) # First data set
m1<-lm(R~P1+P2+P1*P2,data=d1) # Regr.
2005 Jun 29
2
pxelinux 3.09 LOCALBOOT does not work (v3.07 does)
Hi,
when trying to boot from local disk with PXELINUX v 3.09, the
systems just beeps and hangs. The last message appearing on the
screen is "Booting from local disk..."
Running PXELINUX v 3.07 works for me (but I'd like to use v.3.09
because of the increased max command line size.
The BIOS boot priority configuration is PXE/Disk/Disabled.
Grub is installed in the MBR of the
2005 Sep 13
2
Fw: Issue with pxelinux
I've been working with Matt Burgess here on this problem, and have found
the following:
syslinux 3.08-pre10 ? broken
>>> config.inc:max_cmd_len=255
syslinux 3.08-pre11 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.08 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre1 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre2 ? broken
2002 Jun 06
3
pxelinux and image selection?
Hi!
I've been working with pxelinux for quite some time now, and I'd like to
use PXE and a simple kind of selection menu (like syslinux does).
But I couldn't get it to work. I can enter several "label" sections to
my pxelinux.cfg/<something> but it'll never ask, just boot the
first/default one ...
Is this currently supported at all? Or did I miss something?
2002 Jun 16
1
pxelinux and image selection? (fwd)
> Marcel Ritter wrote:
> >
> > I had a stupid config error in my pxelinux.cfg files - my fault.
> > Works fine now.
> >
> > But there's still one question:
> >
> > Is it possible to use shortcut keys to load a certain image?
> >
> > Something like:
> >
> > Press 1 for option one
> > Press 2 for option two
> >
2002 Jul 10
1
PXE UNDI Options in PXELINUX
Hello
I wonder, if you know any more about the possibilities of having a
standard Network driver for most cards. Is there any such thing for
linux? Where do I get it? Is there possibly something for DOS? A UNDI
Packetdriver would be cool, because then I could use DosSCP on every
Network card I would ever be using with MemDisk (which in turn is very
cool.)
bye
Christian (thinking about writing
2013 May 13
0
DSPs which are suitable for porting OPUS
Dear Christian van Bijleveld,
You can use any of the below DSPs of Texas Instruments
1. TMS320C674x - This supports floating point implementation of opus
2. TMS320C66x - This supports both floating and fixed point implementations
3. TMS320C64x - This supports only fixed point implementation
Regards,
Mahantesh
On Mon, May 13, 2013 at 10:12 PM, <opus-request at xiph.org> wrote:
>
2004 Aug 06
0
Re: Please confirm your message
speex-dev@xiph.org wrote:
>Hello, this is the mailing list anti-spam filter at Xiph.Org.
>We need you to confirm your e-mail message with the subject of
>"realtime encoding".
>
>Please send a message to the following address, or simply use your
>mailer's "Reply" feature.
>
> speex-dev+confirm+1052924039.22499.5a39af@xiph.org
>
>Rather
2011 Dec 22
0
Decoding only a certain frame results in different values than when decoding the entire file
HI Hermann,
I am not sure I understand exactly what you are trying to do.
Let me try to describe what I understood (I assumed your byte array starts
@ 1 and not 0 as it is supposed to be in C) :
##############################
CASE 1: (output is good)
##############################
- INITILIAZE_DECODER (reset state memory)
- READ bytes 1 to 124
- SpxDecode(DinBuf, DoutBuf, unsigned int
2010 Jun 03
1
R upgrade fails on r-cran-class
Hello all,
I encountered a problem using the recommended backport method to
upgrade R from 2.7.1 to 2.11.1 in a Debian lenny system.
r-base cannot install, and I tracked it down to a r-cran-class
dependency:
# apt-get install r-cran-class
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package r-cran-class is not available, but is referred to by
2008 Aug 04
0
[Bug 1163] new option: --show-config or similar to show configuration state (?)
https://bugzilla.mindrot.org/show_bug.cgi?id=1163
Uwe Hermann <uwe at hermann-uwe.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
CC|