Displaying 18 results from an estimated 18 matches for "l95".
Did you mean:
95
2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
---
.../modules/ovirt/templates/ovirt-dns.conf.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installer/modules/ovirt/templates/ovirt-dns.conf.erb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
index ae3eb48..f4ee39b 100644
--- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb
+++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
@@ -1,7 +1,7
2013 Feb 20
2
xyplot help
I am ploting gridded time series data. I would like the actual lat and lon value appear on the graph-if possible inside the graph as numbers. If there is also more elegant ways to plot the graphs I will appreciate more suggestions.
#################################
library(ggplot2)
library(lattice)
month <- c("Jan", "Feb", "Mar", "Apr", "May",
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
...rver support for RFC 3030 CHUNKING (without
> BINARYMIME).
> ...
>
As far as I understand, Dovecot always adds certain capabilities. This
is the responsible code (I think):
https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L95
2008 Aug 25
5
How to do a meta-analysis plot
...ames=Name, subset=c(13,6,5,3,7,12,4,11,1,8,10,2))
summary(a)
plot(a)
(see attached file) by using my own OR (Odds Ratio) and 95% Confidence
Interval data set, which looks like
mydata=data.frame(OR=c(2.04545454545, 1.10434782609, 1.22588104401,
1.14102564103,
1.20579245527, 1.375, 1.16535433071),
L95=c(1.22839621997, 0.858106819302, 1.0964802088, 0.841934120955,
0.969786886818, 1.01498537023, 0.919391492382),
U95=c(3.40546755139, 1.42122051928, 1.37055308613, 1.54632513827,
1.49917372998, 1.86258857302, 1.47707220868)
)
rownames(mydata)=c(paste("Study",1:6,sep=""),'Summa...
2012 May 15
1
R-devel on FreeBSD: new C99 functions don't build
...s/math/R-devel/work/R-devel.
*** [do-build] Error code 1
Stop in /usr/ports/math/R-devel.
*** [build] Error code 1
Stop in /usr/ports/math/R-devel.
===>>> make failed for math/R-devel
It seems, that at least one new C99 function (log1pl) is introduced in
R-devel, see
src/nmath/pnbeta.c:l95
return (double) (log_p ? log1pl(-ans) : (1 - ans));
for which there is only a declaration in FreeBSDs math.h, but no full
implementation in libm (see http://wiki.freebsd.org/MissingMathStuff).
Is there any chance to get at least rudimentary replacement functions in
R-devel for systems with miss...
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...t;annotation" points plotted in the graphic
I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) when I use the panel=function argument the confidence intervals of the original plot are gone.
This is my (simplified) code:
Dotplot(
resultrow ~ Cbind(ESTIM, L95, U95),
data=results,
abline=list(v=0),
scales=list(
y=list(
labels=paste(as.character(foo$bar),
at=results$nranalysis,
cex=0.5
)
),
xlab="some label",
ylab="",
xlim=c(-10,10),
main=paste("a title"),
subscripts = T,
panel=fu...
2015 Dec 01
2
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
...ich also removes the need to chroot out in the
> parent.
The CHROOT_IN/OUT business does need to be rewritten. Every
instance where we currently do something like:
CHROOT_IN;
r = stat (fd, &statbuf);
CHROOT_OUT
[https://github.com/libguestfs/libguestfs/blob/master/daemon/stat.c#L93-L95]
should instead be forking a subprocess, chrooting in the subprocess,
and doing the system call in the subprocess.
The problem which makes it not so easy is that instead of using a nice
local variable, we would have to pass back the result from a
subprocess to the parent process (the pair (r, sta...
2018 Sep 28
1
Dovecot submission announces CHUNKING but backend Postfix does not support it
...ME).
>>> ...
>>>
>>
>> As far as I understand, Dovecot always adds certain capabilities. This
>> is the responsible code (I think):
>>
>> https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L95
>>
>
> Dovecot adds the capability to the server side (facing the client), but
> not on the proxy client side (facing Postfix). If Postfix doesn't
> support CHUNKING, Dovecot will translate between BDAT from client and
> DATA towards Postfix. That's the way it is s...
2015 Dec 01
0
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
...does need to be rewritten. Every
> instance where we currently do something like:
>
> CHROOT_IN;
> r = stat (fd, &statbuf);
> CHROOT_OUT
>
Ouch. Fortunately commandvf change should be easy.
> [https://github.com/libguestfs/libguestfs/blob/master/daemon/stat.c#L93-L95]
>
> should instead be forking a subprocess, chrooting in the subprocess,
> and doing the system call in the subprocess.
>
> The problem which makes it not so easy is that instead of using a nice
> local variable, we would have to pass back the result from a
> subprocess to t...
2018 Sep 20
0
Dovecot submission announces CHUNKING but backend Postfix does not support it
...(without
>> BINARYMIME).
>> ...
>>
>
> As far as I understand, Dovecot always adds certain capabilities. This
> is the responsible code (I think):
>
> https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L95
>
Dovecot adds the capability to the server side (facing the client), but
not on the proxy client side (facing Postfix). If Postfix doesn't
support CHUNKING, Dovecot will translate between BDAT from client and
DATA towards Postfix. That's the way it is supposed to work anyway. I
ca...
2013 Jun 03
0
interpretation of flexsurvreg output from flexsurv package
...cribe the hazard function
and I want to compare two groups. The model is very simple:
flexsurvreg(formula = Surv(day, censored) ~ group, dist = "gompertz")
and the output is also quite simple:
Maximum likelihood estimates:
est L95%
U95%
shape 0.44600 0.40000
0.49200
rate 0.00406 0.00263
0.00628
group B -0.31800 -0.61700
-0.01820
N = 407, Events: 174, Censored: 233
Total time at risk:...
2002 Oct 29
1
samba compiling error
...:6YG('-M8F0O8V]N;BYC#0I#
M;VUP:6QI;F<@<VUB9"]F:6QE:6\N8PT*0V]M<&EL:6YG('-M8F0O:7!C+F,-
M"D-O;7!I;&EN9R!S;6)D+VQA;FUA;BYC#0I#;VUP:6QI;F<@<VUB9"]M86YG
M;&4N8PT*0V]M<&EL:6YG('-M8F0O;6%N9VQE7VAA<V@R+F,-"D-O;7!I;&EN
M9R!S;6)D+VUA;F=L95]H87-H+F,-"D-O;7!I;&EN9R!S;6)D+VUA;F=L95]M
M87 N8PT*0V]M<&EL:6YG('-M8F0O;F5G<')O="YC#0I#;VUP:6QI;F<@<VUB
M9"]M97-S86=E+F,-"D-O;7!I;&EN9R!S;6)D+VYT=')A;G,N8PT*0V]M<&EL
M:6YG('-M8F0O<&EP97,N8PT*0V]M<&EL:6YG('-M8F0O<...
2013 Feb 23
0
make install fails on Solaris 10
....libs/libdovecot.so: attempted multiple inclusion of file
Undefined first referenced
symbol in file
$XBKaiwbjOCHRV5w.array_append_array_i..L93 dsync/libdsync.a(dsync-brain.o)
$XBKaiwbjOCHRV5w.array_append_array_i..L94 dsync/libdsync.a(dsync-brain.o)
$XBKaiwbjOCHRV5w.array_append_array_i..L95 dsync/libdsync.a(dsync-brain.o)
ld: fatal: symbol referencing errors. No output written to .libs/doveadm
*** Error code 2
make: Fatal error: Command failed for target `doveadm'
Current working directory /home/henrikj/Build/dovecot-2.1.15/src/doveadm
*** Error code 1
Any suggestions?
Thanks
H...
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
Hello,
I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix
backend server. Dovecot announces CHUNKING, but the Postfix backend does
not support (or announce) it.
HELO from Postfix:
220 backend.mydomain.com ESMTP Postfix (Ubuntu)
ehlo test
250-backend.mydomain.com
250-PIPELINING
250-SIZE 104857600
250-VRFY
250-ETRN
250-STARTTLS
2015 Nov 19
5
[PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
When running commands in the mounted guest (using the "command" API, and
APIs based on it), provide the /dev/null from the appliance as open fd
for stdin. Commands usually assume stdin is open if they didn't close
it explicitly, so this should avoid crashes or misbehavings due to that.
---
daemon/command.c | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
2006 Mar 15
0
Samba + Cups -> PPD Options problem - 1 attachment
...1"U!9&]B93H@(C0N,R(-"BHE($%D;V)E(%-Y<W1E;7,@4&]S=%-C<FEP
M="A2*2!0<FEN=&5R($1E<V-R:7!T:6]N($9I;&4-"BHE($-R96%T960@0GD@
M4%!$0G5I;&1E<B!O;B!T:&4@,C,O,#@O,C`P-2P@5&EM93H@.3HU-#HR."!!
M30T**D9O<FUA=%9E<G-I;VXZ("(T+C,B#0HJ1FEL959E<G-I;VXZ("(Q+C`B
M#0HJ3&%N9W5A9V5%;F-O9&EN9SH@25-/3&%T:6XQ#0HJ3&%N9W5A9V5697)S
M:6]N.B!%;F=L:7-H#0HJ4')O9'5C=#H@(BA38VET97@@4W1A=&EO;BDB#0HJ
M4%-697)S:6]N.B`B*#,P,34N,3`R*2`P(@T**DUO9&5L3F%M93H@(D-214\@
M0U@R-3`@=C$N,"(-"BI3:&]R=$YI8VM.86UE.B`B...
2005 Dec 21
9
question about changejournal
Hi,
I''ve got a newbie question--sorry if this is covered elsewhere, I parsed
through the archives for awhile and didn''t see it.
I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old)
and then magically change it back. This sounds odd, but I''m working with a
stubborn application and this will actually make things work nice.
So, if I do:
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...t;annotation" points plotted in the graphic
I can easily achieve (1) by constructing an appropriate object with Cbind.
But for (2) when I use the panel=function argument the confidence intervals
of the original plot are gone.
This is my (simplified) code:
Dotplot(
resultrow ~ Cbind(ESTIM, L95, U95),
data=results,
abline=list(v=0),
scales=list(
y=list(
labels=paste(as.character(foo$bar),
at=results$nranalysis,
cex=0.5
)
),
xlab="some label",
ylab="",
xlim=c(-10,10),
main=paste("a title"),
subscripts = T,
panel=fu...