Displaying 20 results from an estimated 100 matches similar to: "dovecot-1.0.3: Backtrace:/usr/local/libexec/dovecot/imap"
2005 May 26
0
Core dumps when opening an IMAP folder (Was: Re: 1.0-test70)
Hello Timo, I can reproduce this issue even with mmap_disable and
mmap_no_write set to yes, please see the following back trace:
$ gdb /usr/local/libexec/dovecot/imap /tmp/imap.core
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are welcome to change it and/or distribute copies of it under
certain conditions.
2019 Nov 22
0
[RFC 04/13] ACPI/IORT: Add node categories
The current node filtering won't work when introducing node types
greater than 63 (such as the virtio-iommu nodes). Add
node_type_matches() to filter nodes by category.
Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org>
---
drivers/acpi/iort.c | 34 ++++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)
diff --git a/drivers/acpi/iort.c
2014 Nov 20
0
IMAP child killed with signal 11
Hello,
We?re running a cluster of dovecot servers for a large amount of users. It?s been working pretty well except we are seeing occasional fatal error messages.
Here is a sample error message that we are seeing:
Nov 20 19:51:29 ip-10-238-11-11 dovecot: imap(<USER_HERE>): Fatal: master: service(imap): child 796 killed with signal 11 (core dumped)
We are running dovecot 2.2.9 installed
2006 Mar 30
0
sig11 with 1.0.beta3 on openbsd-i386
i recently helped a friend of mine migrate from imap-uw using mboxes to
dovecot on top of Maildirs and came up against two issues. this is
quite embarrassing as ive been claiming dovecot is Solid As A Rock(tm)
and hasn't ever given me any issues.
1. if dovecot runs out of file descriptors it will loop forever trying
to open new logging pipes. the code in question is at line 624 of
2013 Apr 16
1
[PATCH] mailbox_get_metadata() for mailboxes with open transactions.
Hi everyone,
I am writing a dovecot statistic plugin, which calls
mailbox_get_metadata() to get the virtual size of the mailbox, if a mail
is copied. I have noticed that mailbox_get_metadata() calls
mailbox_sync(), and mailbox_sync() will fail for the mailboxes with open
transactions. But if a mail is copied, there must be at least one
transaction opened for the mailbox. So I can not get the
2020 Jul 16
0
[PATCH vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
On 2020/7/16 ??3:23, Eli Cohen wrote:
> Add a front end VDPA driver that registers in the VDPA bus and provides
> networking to a guest. The VDPA driver creates the necessary resources
> on the VF it is driving such that data path will be offloaded.
>
> Notifications are being communicated through the driver.
>
> Currently, only VFs are supported. In subsequent patches we will
2010 Oct 05
0
[COREDUMP]: Command died with signal 11: "/usr/libexec/dovecot/dovecot-lda"
On 5.10.2010, at 2.10, Marco Smiatek wrote:
> #0 0x00584829 in maildir_sync_set_new_msgs_count () from
> /usr/lib/dovecot/libdovecot-storage.so.0
Thanks. http://hg.dovecot.org/dovecot-2.0/rev/e2f9baa436f2 should fix this.
2010 May 25
0
Examining a dump from /opt/xensource/libexec/dumpcore
Hey All,
I have a dump of a VM using /opt/xensource/libexec/dumpcore on XS5.5
Does anyone know what tools can be used to examine the resultant dump?
Regards
David
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Apr 25
1
/usr/libexec/save-entropy, IPv4: not found
About an hour ago I started getting regular
messages from cron running /usr/libexec/save-entropy which
contail the single line "IPv4: not found"
Anybody got any ideas ? The only thing I did at that porint
was to do an 'rm' of /usr/obj in preparation for compiling
this mornings 61 code to test it. Removing /usr/obj should not
affect a running system at all.
The box is currently
2009 Mar 25
1
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
On Wed, Mar 25, 2009 at 10:12 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
> OK, let me rephrase this. What is the preferred way to install llvm +
> llvm-
> gcc onto a fedora system?
The preferred way to install LLVM and LLVM-GCC is the same on pretty much
any Linux system and described here:
http://llvm.org/docs/GettingStarted.html#starting
> Here is what I used:
>
2009 Mar 25
0
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
> /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/
> -rwxr-xr-x 1 root root 25179621 2009-03-25 09:15 cc1
> -rwxr-xr-x 1 root root 27917074 2009-03-25 09:15 cc1plus
> -rwxr-xr-x 1 root root 359307 2009-03-25 09:15 collect2
> drwxr-xr-x 2 root root 4096 2009-03-25 09:15 install-tools
>
> No llvm-prefix.
That's correct and not a llvm-gcc problem. This is how
2015 Dec 16
0
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
On Wed, 2015-12-16 at 15:06 +0000, Ian Campbell wrote:
> -XENFIRMWAREDIR=`eval echo $libexecdir/$PACKAGE_TARNAME/boot`
> +dnl These variables will be substituted in various .in files
> +LIBEXEC_BIN=${LIBEXEC}/bin
> +AC_SUBST(LIBEXEC_BIN)
> +LIBEXEC_LIB=${LIBEXEC}/lib
> +AC_SUBST(LIBEXEC_LIB)
> +LIBEXEC_INC=${LIBEXEC}/include
> +AC_SUBST(LIBEXEC_INC)
>
2016 Jan 04
1
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
Ian Campbell writes ("Re: [PATCH] tools: allow configure time choice of libexec subdirectory."):
> I somehow slipped a stray ` in there and didn't notice, sorry.
This looks like a reasonable change aside from that but we should
definitely do some build tests at commit time.
With the stray ` removed:
Acked-by: Ian Jackson <ian.jackson at eu.citrix.com>
Ian.
2003 Aug 04
1
why wont /usr/pkg/libexec/dovecot/imap see my Maildir
When I invoke /usr/pkg/libexec/dovecot/imap from the command loine on
the mail host, it logs me in, but won't see my emails:
13:22 yeled at lazy:~$ /usr/pkg/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
* UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED] Logged in
* as yeled
0 select inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK
2013 Apr 09
2
How to exec /usr/libexec/dovecot/imap with specific maildir location
Once upon a time I could configure my mailer to access my historical
archives by running something like
ssh $mailserver MAIL=maildir:~/Maildir-archive dovecot --exec-mail imap
I need to run /usr/libexec/dovecot/imap manually now, and I've fixed
that a while ago for my normal email access. But I've just had cause to
go back to my archives for the first time in a while... and realised
2002 Feb 22
1
/usr/libexec/elf/ld: cannot find -lresolv
OS: FreeBSD 4.5
Samba: 2.2.3a
OpenLDAP: 2.0.21
I get the follwing error compiling samba, with ldap, winbind and pam:
--------------------------------------------------------------------------
configure:13030: cc -o conftest -O -O -pipe -I/usr/local/include
-L/usr/local/l
ib conftest.c -lldap -llber -lresolv -lcups -lpam 1>&5
/usr/libexec/elf/ld: cannot find -lresolv
configure: failed
2024 Sep 03
1
Default libexec dir
I know that I can use --libexec=dir arg when running configure for
openssh code. However, on my ubuntu OS, it seems sshd is using
/usr/local/libexec as the default libexec dir when I do not provide
--libexec=dir during the configure cmd. Can it not use the default
/usr/libexec dir instead?
2024 Sep 03
1
Default libexec dir
On Mon, 2 Sep 2024, radiatejava wrote:
> I know that I can use --libexec=dir arg when running configure for
> openssh code. However, on my ubuntu OS, it seems sshd is using
> /usr/local/libexec as the default libexec dir when I do not provide
> --libexec=dir during the configure cmd. Can it not use the default
> /usr/libexec dir instead?
It will use libexec under the --prefix that
2010 Nov 11
2
$MAIL environment variable to override mail_location works in v1.2.16 but not in v2.0.7 for /usr/libexec/dovecot/imap
Hi,
For the past day, I have been researching about making dovecot to
support mailfront (http://untroubled.org/mailfront/) imapfront-auth
natively and able to use mailfront imapfront-auth with dovecot imap
v1.2.16 without starting any dovecot related services and no
/etc/dovecot.conf file is required.
More information about this can be read at:
2009 Mar 25
0
[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix
OK, let me rephrase this. What is the preferred way to install llvm + llvm-
gcc onto a fedora system?
Here is what I used:
../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-
prefix=llvm
make
make install
../llvm-2.5/configure --enable-optimized --prefix=/usr/local
make
make install