Displaying 20 results from an estimated 700 matches similar to: "Permission for /var/run/dovecot"
2007 Jun 18
2
Locking problems on Dovecot 1.x in Maildir
Hi list,
Overall, everything works fine, and all the emails are delivered without
anything messing up. But then, from time to time, the transaction logs for
some users become corrupted, meaning emails cannot be read at all from
dovecot.
With a bit of a search on google, it seems to be a problem with locking on
the transaction log. The individual files are fine - it's maildir, so the
chances
2011 Dec 15
1
DKIM Verification failures
Hi,
-- This message refers to the maillist itself rather than to dovecot
software --
I have noticed that when I post to this list (only), I get DKIM
Verification failure reports from:
root at moncton.sidefx.com (e.g. for my last post: "DKIM failure report
for job 4D27B5DC4E on mail.sidefx.com")
root at mail.rmacd.com (e.g. for my last post: "DKIM failure report for job
2008 Jul 17
5
Problems with building an rpm
I followed the setup instructions from
http://www.owlriver.com/tips/non-root/ (link from the Centos wiki). All
this is done on another 'clean' system, so I have to read the terminal
screen there and tell what went wrong here.
I then followed my colleague's instructions to get the tar, untar,
autogen, configure, and finally make rpm.
Well it was that make rpm command that finally
2010 Jan 21
2
IMAP only for some users or via webmail
Hello!
First, sorry for my English...
I'm a newbie with Dovecot and I have some questions,
I'm testing Dovecot 1.1.11 in a virtual machine. I wish in the future,
migrate this to a real server.
Ok, but i need this:
1) A group of users can use IMAP or POP3.
2) The others, only can use POP3. But, this users can use IMAP only
with a webmail (the webmail is in the same server that
2013 Jan 21
4
[LLVMdev] Embed LLVM/Clang in our project
On 1/21/2013 2:01 AM, Óscar Fuentes wrote:
> Ashok Nalkund <ashoknn at qti.qualcomm.com> writes:
>
>> I was using the find_package(LLVM llvm/share/llvm/cmake) and
>> llvm_map_components_to_libraries(REQ_LLVM_LIBRARIES jit native) to get
>> the libraries to link against. This works well for the libLLVM*
>> libraries, but how do I implement similar find stuff for
2012 May 22
5
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Resending :(. Any pointers?
tia
On 5/21/2012 2:46 PM, Ashok Nalkund wrote:
> On 5/21/2012 11:15 AM, Nick Lewycky wrote:
>> Ashok Nalkund wrote:
>>> Resending, any pointers? I demangled the symbol and it turns out to be:
>>> std::__1::locale::use_facet(std::__1::locale::id&) const
>>
>> My guess is that you've got a .bc file produced on a mac using
2019 Jun 30
2
orc vs mcjit
yeah i m concerned about jit compilation time..
On Sun, Jun 30, 2019 at 12:57 PM Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> Yes I think so.. Could you please tell me in which context (compile time
> improvement)? That is whether you are interested in knowing whether having
> ORC instead of MCJIT, will increase your LLVM Build time or you are
> concerned
2005 Jul 07
1
Dovecot without a chroot
Hi all,
We're running dovecot without a chroot (mail admin's request), but we're
running it as a non-priv'd user with proper firewall setup. Does this
seem to be an OK and average setup? Or is it considered a MUST to chroot
something like the imapd daemon, etc.
Thanks!
-Matt
2012 Jul 09
4
[LLVMdev] Unable to do even basic Clang tutorial
Use the -I<install path>/include .
This directory <install path>/include should look something like:
clang/ clang-c/ llvm/ llvm-c/
HTH
ashok
On 7/9/2012 3:15 PM, NY Knicks Fan wrote:
> I downloaded the 3.1 LLVM and Clang sources.
>
> I followed the directions at: http://clang.llvm.org/get_started.html
>
> I am able to use Clang to compile stuff, but I could
2012 Jun 21
4
[LLVMdev] [cfe-dev] is configure+make dead yet?
On 6/20/2012 11:55 PM, Ashok Nalkund wrote:
> On 6/20/2012 11:00 PM, "C. Bergström" wrote:
>> On 06/21/12 12:47 PM, Chandler Carruth wrote:
>>> On Wed, Jun 20, 2012 at 5:13 PM, Nick Lewycky <nlewycky at google.com
>>> <mailto:nlewycky at google.com>> wrote:
>>>
>>> Is there anybody who is certain that our autoconf dependency
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2012 Jul 09
3
[LLVMdev] Unable to do even basic Clang tutorial
The "make install" should collect everything into your <install path>.
The <install path> will then have bin, lib and include dirs.
On 7/9/2012 3:52 PM, NY Knicks Fan wrote:
> Hi Ashok,
>
> The documentation suggests that I put clang inside of llvm/tools and so
> I have two separate include directories. I tried both of them and
> neither worked:
>
> $
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Hi,
LLVM/Clang version: 3.2svn (r156975). I have a bitcode file that I'm
trying to load/execute using lli as below but it reports an error about
unresolved symbol:
> LLVM ERROR: Program used external function '_ZNKSt3__16locale9use_facetERNS0_2idE' which could not be resolved!
> lli: /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/lib/Support/ThreadLocal.cpp:54:
2008 Feb 06
2
setup of patchless lustre client
hi
I''m in need of help to proceed in my project which is titled,"Performance improvements for Patchless lustre client"
can u tell me the step by step approach in setting up a patchless lustre client in a high end system.
Waiting 4 ur reply
thanks and regards,
Ashok Bharat
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
Looks like your make/install is incomplete wrt clang. I follow the
instuctions for checking out the sources but build using cmake instead
of configure:
> cmake -G ""Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="../bin" ../llvm
> make install
This builds and installs llvm+clang in the bin
2012 May 23
0
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Ashok Nalkund wrote:
>
> Resending :(. Any pointers?
Fundamentally the issue is that the system linker is supposed to define
__dso_handle when linking, but since there is no system linker between
your build of the .bc files and running lli, nobody has defined it.
It seems reasonable to me that lli should define __dso_handle if it's
declared in the module.
You could module
2013 Jan 22
0
[LLVMdev] Embed LLVM/Clang in our project
This is just standard behavior of the Python interpreter. The files
are just a cache (it is not the sources being modified) and also won't
be written if the source tree is made read only, and shouldn't cause a
problem in practice.
- Daniel
On Jan 22, 2013, at 0:02, Duncan Sands <baldrick at free.fr> wrote:
> I would have expected the .pyc files to go in the objects directory.
2019 Jun 30
2
orc vs mcjit
Thanks Praveen. Is it suitable for LLVM 7.0.1 ? Apart from flexibility, do
we see any compile time improvements as well with ORC?
On Sun, Jun 30, 2019 at 12:31 PM Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> MCJIT hopefully will be removed in subsequent releases. I think the last
> release version is more suitable.
>
> On Sun, 30 Jun 2019 at 11:45, Ashok
2012 May 21
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Ashok Nalkund wrote:
> Resending, any pointers? I demangled the symbol and it turns out to be:
> std::__1::locale::use_facet(std::__1::locale::id&) const
My guess is that you've got a .bc file produced on a mac using libc++
(hence the ::_1 part) and you're trying to run it on linux with
libstdc++ (which doesn't use inline namespaces, the '::_1::' part). That