similar to: imap over ssh won't work

Displaying 20 results from an estimated 600 matches similar to: "imap over ssh won't work"

2013 Sep 19
1
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
Hi Andrew, this sounded a plausible explanation, because the X86 processor does not have an instruction to calculate the power function. So I tried the llvm.sin.f32 intrinsic, as the X86 processor family does have an instruction for that, but I still get the same problem. While you may still be right, there is at least something else going on as well. Thanks for your input, though. Taco.
2018 Apr 26
2
[HiPEAC 2019- publicity] CALL FOR PAPERS: HiPEAC 2019, Valencia, Spain
HiPEAC 2019 CALL FOR PAPERS The 14th International Conference on High-Performance Embedded Architectures and Compilers 21-23January, 2019 Valencia, Spain web: hipeac.net/conference<http://hipeac.net/conference> The HiPEAC conference is the premier European forum for experts in computer architecture, programming models, compilers and operating systems for embedded and general-purpose
2006 Dec 25
1
Hebrew folder names
I'm considering Dovecot for an IMAP server. Can I name the IMAP folders in Hebrew (utf-8) with Dovecot? Any known gotchas? Thanks in advance. Dotan Cohen http://lyricslist.com/ http://what-is-what.com/
2007 Jun 12
2
how to create new user account
Hi, I am using dovecot1.0.0. How to create new user in dovecot ? Thanks in advance Regards, Santhosh
2007 Apr 26
2
Deferring, instead of rejecting, messages when at quota
Greetings - I'm having trouble working out where to alter this behaviour (so please forgive me if it turns out to be an Exim thing rather than Dovecot!)... My test service is using Exim as the MTA and Dovecot's "deliver" for the LDA. We are using Maildir mailboxes with filestore quotas. When I send a large test message to myself that cannot be delivered because I
2004 May 05
4
How quickly are RHEL errata released as CentOS errata ?
Hi, I am deciding on what 'RHEL clone' to use and prefer to use one that has a quick release after RedHat releases an update. I checked the repositories, but have not encountered any of the latest errata. Am I looking at the wrong place ? Thanks, Taco
2013 Sep 18
2
[LLVMdev] JIT compiled intrinsics calls is call to null pointer
Hi everyone, I am trying to call an LLVM intrinsic (llvm.pow.f32), inserted with the following call: std::vector<llvm::Type *> arg_types;arg_types.push_back(llvm::Type::getFloatTy(context));auto function=llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::pow, arg_types);auto result=ir_builder->CreateCall(function, args); When I try to execute the code generated by the JIT
2008 Sep 13
2
moving from aov() to lmer()
Hello, I've used this command to analyse changes in brain volume: mod1<-aov(Volume~Sex*Lobe*Tissue+Error(Subject/(Lobe*Tissue)),data.vslt) I'm comparing males/females. For every subject I have 8 volume measurements (4 different brain lobes and 2 different tissues (grey/white matter)). As aov() provides only type I anovas, I would like to use lmer() with type II, however, I have
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
Hello, We have published two papers which build upon the LLVM Compiler Infrastructure. Would it be possible to include them in the LLVM related publications at http://llvm.org/pubs/ ? I attach below the bibliographic references: "CERE: LLVM Based Codelet Extractor and REplayer for Piecewise Benchmarking and Optimization" P. de Oliveira Castro, C. Akel, E. Petit, M. Popov, and W.
2007 Mar 09
3
Prayer, Maildir and Folders whose names begin with "."
Greetings - I think I've just had one of my fears confirmed: not Dovecot-specific exactly, but it affects how we will use of Prayer (Webmail Software) with Dovecot... Currently our production service uses MBX-format mailboxes with the UW IMAP server; we also use the University of Cambridge "Prayer" software for Webmail. By default Prayer saves its preference settings,
2004 May 26
1
Removing older kernel packages
Hello, I have problems removing older kernels from my Centos machines using yum. Can somebody tell me how to remove specific versions ? [root at web2 root]# rpm -qa | grep kernel-2 kernel-2.4.21-15.EL.c0 kernel-2.4.21-9.0.1.EL.c0 kernel-2.4.21-9.0.3.EL.c0 Is what I have installed.... And [root at web2 root]# yum remove kernel-2.4.21-9.0.1.EL.c0 Gathering header information file(s) from
2009 Apr 02
2
[LLVMdev] JIT compilation and debuggen
Hello everyone, I have recently discovered the LLVM project and have to say that it looks impressively interesting so far. Kudos to all developers for the good work. However, I am afraid I have a few newbie questions that I have been unable to resolve browsing the documentation. I am evaluating the use of LLVM with respect to a feasibility study for a project. For this project I need to be
2008 Jul 02
2
Can't connect to auth server at /var/run/dovecot/auth-master: No such file or directory
Hello all. Just one quick stupid question. ;-( Im try to configure Exim + Dovecot 1.1.1 on FreeBSD 7.0 Then im try to send mail in logs im see this: deliver(admin at domain.off): Jul 02 13:52:22 Error: Can't connect to auth server at /var/run/dovecot/auth-master: No such file or directory %ls -al /var/run/dovecot/* srw-rw---- 1 exim wheel /var/run/dovecot/auth-client srw------- 1
2013 Sep 03
1
[LLVMdev] X86_thiscall
Hi everyone, I have some problems with gettings the X86_thiscall calling convention to work. I am new to LLVM, so if this is the wrong place for this question then I appologise, please tell me where to go instead. I am generating code to call a member function of a class compiled with Microsoft Visual C++ using the JIT compiler. The following code is used to register the pointer to the
2006 May 25
1
Asterisk Manuals
A customer is asking for a "manual". He's not talking about a How-To. He's talking about a PDF/DOC that shows what files do what and what parameters can be used and the syntaxis. I think Asterisk Business Edition has one that comes with the box. For the recent *not ABE* stable release will be nice. Comments? -- ------------------------------------------- Erick Perez Linux
2008 Nov 05
1
Applying a loop with rnorm() to eliminate duplicate coordinates in a dataframe object
Dear colleagues I found duplicate coordinates trying to convert a dataframe object (see the attached file) into a geodata one ('geoR' package is needed). My dataframe object consists of 2 columns with UTM geographical coordinates and a 3rd column with fish densities . To overcome the handicap I must add a tiny value generated by rnorm() to each geographical coordinate. And it must be in
2012 Oct 10
2
GAM without intercept
Hi everybody, I am trying to fit a GAM model without intercept using library mgcv. However, the result has nothing to do with the observed data. In fact the predicted points are far from the predicted points obtained from the model with intercept. For example: #First I generate some simulated data: library(mgcv) x<-seq(0,10,length=100) y<-x^2+rnorm(100) #then I fit a gam model with
2008 Jun 15
1
randomForest, 'No forest component...' error while calling Predict()
Dear R-users, While making a prediction using the randomForest function (package randomForest) I'm getting the following error message: "Error in predict.randomForest(model, newdata = CV) : No forest component in the object" Here's my complete code. For reproducing this task, please find my 2 data sets attached ( http://www.nabble.com/file/p17855119/data.rar data.rar ).
2013 Nov 16
1
[LLVMdev] Publication: Combinatorial Preallocation Scheduling
Preallocation Instruction Scheduling with Register Pressure Minimization Using a Combinatorial Optimization Approach G. Shobaki, M. Shawabkeh and N. Abu-Rmaileh ACM Transactions on Architecture and Code Optimization (TACO). vol. 10, issue 3, Article 14 (Sept. 2013) http://dx.doi.org/10.1145/2512432 Regards Ghassan Shobaki, PH.D Assistant Professor Department of Computer Science Princess Sumaya
2013 Nov 11
3
Scrabble??
Does anyone know a way to run a Scrabble program on CentOS? (I realize the obvious existence of Wine and of virtual machines; but my experience with both has been thoroughly unsatisfactory. So I'd much rather get a linux-native app.) There seem to be two proprietary Scrabble programs, one in which you play against the computer, and one in which you play against a remote friend.