Displaying 20 results from an estimated 10000 matches similar to: "Difference"
2011 Jan 28
3
Dovecot2 + Sieve
Hi,
i'm new on sieve, but want to use ist with sogo.
The Problem is, that when i set a redirect or vacation rule like:
redirect "email at example.com"; (real Adress is different)
the sieve says the mail would be forwarded, but no mail is sent. (No
Action in /var/log/maillog)
And because there is no Error-Message it's difficult to search for...
Dovecot log
-------
Jan 28
2005 Jan 19
2
[Fwd: Re: strange ucom (uplcom) error]
Emanuel Strobl wrote:
> Am Dienstag, 18. Januar 2005 16:17 schrieb Andrew L. Neporada:
> > On Tue, Jan 18, 2005 at 01:06:43PM +0100, Emanuel Strobl wrote:
> > > Dear experts,
> > >
> > > I have two USB-RS232 Adaptors, both with PL2303 chipset. One is working
> > > the other one not (I hate to say it but both are working under win).
> > >
>
2012 May 30
3
Boot hangs on v9 system at CD device probe
I sent a note about this a couple of weeks ago, but have not heard
anything. I'm really getting a bit desperate.
I have a system that I am trying to upgrade from 8.2 to 9.0. I have
built it and installed the kernel, but it fails to boot. The boot
freezes after probing for my hard drives during the probe of the
CDROM. It just sits there, seemingly forever, though I have never
waited longer
2007 Sep 03
3
When 1+2 != 3 (PR#9895)
Full_Name: Marco Vicentini, University of Verona
Version: 2.4.1 & 2.5.1
OS: OsX & WinXP
Submission from: (NULL) (157.27.253.46)
When I proceed to test the following equation 1 + 2 == 3, I obviously obtain the
value TRUE. But when I tryed to do the same using real number (i.e. 0.1 + 0.2 ==
0.3) I obtained an unusual FALSE.
In the online help there are some tricks for this problem. It
2018 Aug 22
1
samba-tool dsacl set fails with "Unknown flag"
Hi,
i was not able to find anything about my issue in the bug-tracker,
the mailinglist or the release notes. We see the following issue
using samba-tool dsacl:
samba-tool dsacl set --objectdn "cn=srv-client-99,cn=CoreBizClients,cn=Netzwerk,ou=muc,DC=coreboso,DC=de" --sddl='(A;CI;GA;;;DD)'
new descriptor for
2011 Oct 14
1
Party package: varimp(..., conditional=TRUE) error: term 1 would require 9e+12 columns
I would like to build a forest of regression trees to see how well some
covariates predict a response variable and to examine the importance of the
covariates. I have a small number of covariates (8) and large number of
records (27368). The response and all of the covariates are continuous
variables.
A cursory examination of the covariates does not suggest they are correlated
in a simple fashion
2001 Jul 02
2
Shapiro-Wilk test
Hi,
does the shapiro wilk test in R-1.3.0 work correctly? Maybe it does, but can
anybody tell me why the following sample doesn't give "W = 1" and
"p-value = 1":
R> x<-1:9/10;x
[1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
R> shapiro.test(qnorm(x))
Shapiro-Wilk normality test
data: qnorm(x)
W = 0.9925, p-value = 0.9986
I can't imagine a sample being
2003 Sep 19
0
Hall-Wellner-Bands
Hi,
does there exists a R-function computing Hall-Wellner-Confidence-Bands?
Thanks,
Ralf Strobl
2004 Nov 17
9
serious networking (em) performance (ggate and NFS) problem
Dear best guys,
I really love 5.3 in many ways but here're some unbelievable transfer rates,
after I went out and bought a pair of Intel GigaBit Ethernet Cards to solve
my performance problem (*laugh*):
(In short, see *** below)
Tests were done with two Intel GigaBit Ethernet cards (82547EI, 32bit PCI
Desktop adapter MT) connected directly without a switch/hub and "device
2007 Aug 24
2
Variable Importance - Random Forest
Hello,
I am trying to explore the use of random forests for classification and
am certain about the interpretation of the importance measurements.
When having the option "importance = T" in the randomForest call, the
resulting 'importance' element matrix has four columns with the
following headings:
0 - mean raw importance score of variable x for class 0 (where
2009 Feb 18
4
Inaccurate result for 0. (PR#13538)
Full_Name: Attila Lengyel
Version: 2.8.0
OS: WinXP
Submission from: (NULL) (81.182.224.160)
> -0.3+0.1+0.1+0.1
[1] 2.775558e-17
2010 Nov 09
1
Todays Performance Data for 2.0.x
Dividing the imap processes's system CPU usage by number of imap
processes:
imap : 0.478872 of 975
imap : 0.460797 of 1242
imap : 0.409641 of 2482
imap : 0.424035 of 4711
imap : 0.488494 of 6148
imap : 0.56809 of 7031
imap : 0.734864 of 6965
So it's about 0.5 seconds of system CPU per imap login. I also get
something like 0.3 seconds of system CPU per imap login on my system.
Also
2004 Sep 03
6
seq
Hi everyone,
I've tried the below on R 1.9.1 and the 2004-08-30 builds of R 1.9.1
Patched and R 2.0.0 on Windows 2000, and the results are consistent.
> seq(0.5, 0, by = -0.1)
[1] 0.5 0.4 0.3 0.2 0.1 0.0
> seq(0.7, 0, by = -0.1)
[1] 7.000000e-01 6.000000e-01 5.000000e-01 4.000000e-01 3.000000e-01
2.000000e-01 1.000000e-01 -1.110223e-16
Is this really the intended behaviour?
2006 Nov 22
3
odd behaviour of %%?
Dear R Helpers,
I am trying to extract the modulus from divisions by a sequence of
fractions.
I noticed that %% seems to behave inconsistently (to my untutored eye),
thus:
> 0.1%%0.1
[1] 0
> 0.2%%0.1
[1] 0
> 0.3%%0.1
[1] 0.1
> 0.4%%0.1
[1] 0
> 0.5%%0.1
[1] 0.1
> 0.6%%0.1
[1] 0.1
> 0.7%%0.1
[1] 0.1
> 0.8%%0.1
[1] 0
> 0.9%%0.1
The modulus for 0.1, 0.2, 0.4 and 0.8 is
2013 Jun 03
0
bce kernel page faults and NMIs (was: Strange reboot since 9.1)
Howdy folks, this email is a follow-on to a 3-month-old thread about kernel page faults from the bce driver[0].
0: http://lists.freebsd.org/pipermail/freebsd-stable/2013-March/072713.html
Sorry to revive such an old thread, but a couple of bits of new information has come to light here that may be useful for others.
The header splitting suggestion that Marius Strobl made[1] did fix the kernel
2009 Mar 05
0
OpenSSH logo in hi-res, suitable for printing?
Hi,
My name is Hans, I'm the product manager for Linux Magazine,
http://www.linux-magazine.com.
We'd like to illustrate a news item on OpenSSH 5.2 with the
official logo.
Would it be possible for you to provide us with a hi-res
version, suitable for printing? Could you send this to me ASAP?
(Our print date is already Monday, Mar 9th)
Thank you very much for your help!
Kind regards,
2011 Mar 07
2
rowSums - am I getting something wrong?
I am trying to construct a data set with some sequences for example:
a = seq(0,1,0.1)
m = matrix(nrow = 1331, ncol = 3)
m[,1] = rep(a,121)
m[,2] = rep(a,11,each = 11)
m[,3] = rep(a,1,each = 121)
I realize that there may be better ways of doing this, but this approach demonstrates the problem I'm having.
I then want to get the sum of the rows and delete any row with a sum of greater than 1.
2018 Aug 22
0
samba-tool dsacl set fails with "Unknown flag"
Hi,
2010 Jun 24
8
Install package automatically if not there?
Hi fans,
is it possible for a script to check if a library has been installed?
I want to automatically install it if it is missing to avoid scripts
to crash when running on a new machine...
Ralf
2009 Feb 05
1
Questions regarding journal replay
Today, I had to uncleanly shutdown one of our machines due to an error
in 2.6.28.3. Durin the boot sequence, the ext4 partition /home
experienced a journal replay. /home looks like this:
/dev/mapper/volg1-logv1 on /home type ext4 (rw,noexec,nodev,noatime,errors=remount-ro)
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/volg1-logv1 2,4T 1,4T 1022G 58% /home
Filesystem