Displaying 20 results from an estimated 1200 matches similar to: "Sieve: Vacation, handle and variable"
2013 Sep 24
1
Strange errors with imapc+acl in 2.2.x
Hi,
after migrating to 2.2 (currently using 2.2.5), I see strange error
messages when using imapc + public namespace + acl
My setup: I create a public shared mailbox with imapc as location. Then
I restrict this mailbox to one user only using ACLs.
This works for this one special user, but for all others an error gets
logged and they can't access their mailbox anymore:
Sep 24 18:09:46
2014 Jan 01
8
[LLVMdev] LLVM 3.4 RC3 fails to run on Win32
Hello all,
I downloaded LLVM-3.4-rc3-win32.exe from
http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin
directory fail to run on a native Windows XP 32 bit system. Could it be
that they are compiled for a 64 bit system?
Best regards
Jasper Neumann
2014 Jan 10
2
[LLVMdev] Quirk in switch lowering
Hello Rafael, hello all!
> Would you mind reporting a bug in llvm.org/bugs?
I have already done so, see the following entries:
http://llvm.org/bugs/show_bug.cgi?id=18347
http://llvm.org/bugs/show_bug.cgi?id=18348
http://llvm.org/bugs/show_bug.cgi?id=18349
Best regards
Jasper Neumann
2013 Dec 24
2
[LLVMdev] Quirk in switch lowering
Hello all,
in SelectionDAGBuilder::handleBTSplitSwitchCase
(lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp) seems to be a quirk
which can effectively create an else-if chain from a very sparse switch
statement instead of a balanced binary tree.
A possible solution is to weight an isolated single switch label with 0.
To do this one can replace the assignments to LDensity und RDensity by:
2008 Sep 23
1
WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Claus-Juergen
Neumann/BASF-AG/B
ASF An
r-help at r-project.org
23.09.2008 12:49 Kopie
2003 Aug 01
2
Problems installing R on Windows XP
Dear all,
I run a IBM PC compatible with a Pentium IV with 2,4 MHz and 512 Mb RAM and a 80 Gb fast disk und Windows XP home edition.
I downloaded rw1071.exe from cran.at and cran twice.
When I tried to open rw1071.exe I choose the option to install all R reference materials as well and then after some 10 seconds I get an error message
refman.pdf file is corrupted (I tried several times to
2003 Nov 03
2
hclust doesn't return merge details
Dear R-users,
I tried to receive the merge details of a clustering by using the
summary function of hclust.
For illustration I use the Longley data as done by Prof Ripley (Wed 11
Apr 2001)
d <- dist(longley.y)
d <- d/max(d)
hc <- hclust(d, "ave")
But instead of getting a matrix for $merge I get:
>summary(hc)
Length Class Mode
merge 30 -none- numeric
2014 Jan 11
3
[LLVMdev] Quirk in switch lowering
Hello Anton!
> Some of the behavior seen there was for a purpose,
> like the heuristics to overcome different problems.
> I have to remember all the details :)
I have read your article "Improving Switch Lowering for The LLVM
Compiler System" and thought that the selection mechanism works out
well; by chance however I found that this mechanism does not work as
designed if
2005 Mar 06
2
Ices0 v. 0.4 Skip Song
Hello all
Ive just discover that ices0 can encode {.ogg,.flac,.mp3} to mp3 streams!..
greate!
the script thing is wonderfull. in my script i have defined
ices_init
ices_shutdown
ices_get_next
all works greate.
Now, i want be able users to skip the song that is been streamd.
for that,
kill -s SIGUSR1 IcesPid
works greate
but.. for the songs i have setup a ranking field in a sql database.
2004 Nov 18
5
Torrent support in IPP2P
Hello, I guess a few of you know about the iptables-p2p project at the
http://sourceforge.net/projects/iptables-p2p site. This suite has an
excellent filter of which I use today and its running very smoothly.
The main reason why I use this is because I desperately need to block
torrents. IPP2P does not do this at this time (it seems to me in the doc
at least). Is it maybe some way we could merge
2001 Aug 27
3
Netscape
Is it possible to install and run Netscape whitout having access to a
native windows.
--
Best regard,
Svend Bjerrum Jensen
http://www.sbj.esenet.dk
2016 Jan 26
0
[ANNOUNCE] xkeyboard-config 2.17
Andres Gomez (1):
Added sbj keymap for Jolla phone
Benno Schulenberg (1):
Adding the option to make Caps Lock act as a Menu key.
Daniel Radetsky (1):
add altwin:prtsc_rwin
Peter Hutterer (2):
Add br(thinkpad) to the xml files
symbols/group: re-enable grp:ctrls_toggle
Roland Kaufmann (1):
Make us(dvp) work with regular right Alt key again
Sergey Udaltsov
2003 Nov 04
1
hclust doesn't return merge details [Solved]
Thanks to Andy and Thomas,
Reading help(hclust) more carefully would have done it but sometimes you do not
see the wood for the trees...
So hc$merge does exactly what I want.
I have never been aware of the command str to get the structure of an R-object. It
seems pretty useful to me.
Thanks,
Arne
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
>
2012 Sep 20
2
postfix login problem
Dear Friend,
I have postfix mail server. I open my mail server and put my username = jha
and password= 123456 it is giving my error "*ERROR*Unknown user or password
incorrect."
and In a log it is showing
-- Sep 20 13:03:22 neumann dovecot: imap-login: Aborted login (auth failed,
1 attempts): user=<jha>, method=PLAIN, rip=10.112.1.2, lip=192.168.1.2,
secured
but When I put
2003 Jul 22
1
Help is sought for a small problem
Dear there,
> I tried today within my R 1.7.0 under Windows XP the command
> update.packages()
> and then I answered y in all subsequent questions.
>> From the software responses I understood that everythin went OK from VR to Rcmdr, but in survival it said
> Error in file(filem "r") : unable to open connection
Should read: Error in file(file, "r") : ....
2011 Jan 12
1
graphics: 3D regression plane
Hello Masters,
wishing you all a great 2011 I was also going to ask if anyone knows a quick
and efficient way to plot a regression plane (z~x*y).
I have tried the regr2.plot{HH} function but it is only an educational tool
and has poor graphical properties.
I also tried to run the following script on a fictitious longitudinal
problem, with poor results
set.seed(1234)
2013 Sep 11
8
[Bug 851] New: IPv6 SNAT target with --random doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=851
Summary: IPv6 SNAT target with --random doesn't work
Product: netfilter/iptables
Version: unspecified
Platform: x86_64
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: NAT
AssignedTo: netfilter-buglog at lists.netfilter.org
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
Hi,
I am trying to create a BioMoby client in R using SSOAP.
BioMoby is a normal SOAP web service, with request
and response messages wrapped in BioMoby XML dialect.
Since the particular WSDL I am having problems with
is autogenerated and used similarly by *many* services,
it would be quite important to a) fix SSOAP or
b) fix the WSDL generator.
I am a bit lost how to continue debugging
2011 Sep 26
1
[LLVMdev] PIC16 removal details
On Sep 21, 2011, at 4:51 PM, Matthew Hilt wrote:
> The target in this case is 8-bit, accumulator based, however it is Von Neumann; so - good to know it's not *quite* the "Trifecta of Doom". LLVM offers some very attractive features for our usage, and it would be disappointing to abandon it as an option all together. Faced with the alternative being to write the compiler from
2006 Apr 04
2
how to tell what files changed?
I'm new to using rsync, so far it is working well. But I want to
know what files rsync decided to transfer. Using the -v option lists
every sub-folder of my directory and lots of files.
Is there any way to get rsync to report only on the changes it made
to the destination directory?
I'd like to know:
what files /directories were copied across
what files/ directories were deleted