Displaying 20 results from an estimated 60 matches for "crashdumps".
Did you mean:
crashdump
2006 Nov 08
1
MacOS X and quota-plugin
Hi all,
I've installed dovecot 1.0 rc12 on a MacOS X client system with only
a handful of users ? all virtual ? and would like to enable quotas.
I've tried searching the wiki for information on how to do this, but
haven't been able to find anything ? which is why I turn to the list
in hope there's someone out there who can point me in the right
direction.
I've
2017 Jul 18
0
2.2.devel (0bee280) crashdump virtual plugin
> On July 18, 2017 at 5:31 PM Thomas Leuxner <tlx at leuxner.net> wrote:
>
>
> #0 0x00007f497ecdb067 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> resultvar = 0
> pid = 10092
> selftid = 10092
> #1 0x00007f497ecdc448 in __GI_abort () at abort.c:89
> save_stage = 2
> act =
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
* Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.18 20:01:
> Hi!
>
> Thank you for your report. Do you have mailbox_list_index=yes?
>
> Aki
Hi Aki,
yes I do:
doveconf mailbox_list_index
mailbox_list_index = yes
Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
2017 Jul 19
0
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:20, Thomas Leuxner wrote:
> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.18 20:01:
>
>> Hi!
>>
>> Thank you for your report. Do you have mailbox_list_index=yes?
>>
>> Aki
> Hi Aki,
>
> yes I do:
>
> doveconf mailbox_list_index
> mailbox_list_index = yes
>
> Regards
> Thomas
Can you provide your virtual config?
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
* Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:22:
> Can you provide your virtual config?
Here you go:
# cat Dovecot/dovecot-virtual
:public/Archive/Mailing-Lists/Dovecot/*
:public/Mailing-Lists/Dovecot
all
# cat Flagged/dovecot-virtual
*
:public/*
-Trash
-Trash/*
flagged
# cat Postfix-Users/dovecot-virtual
:public/Archive/Mailing-Lists/Postfix-Users/*
2017 Jul 19
0
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:28, Thomas Leuxner wrote:
> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:22:
>
>> Can you provide your virtual config?
> Here you go:
>
> # cat Dovecot/dovecot-virtual
> :public/Archive/Mailing-Lists/Dovecot/*
> :public/Mailing-Lists/Dovecot
> all
>
> # cat Flagged/dovecot-virtual
> *
> :public/*
> -Trash
> -Trash/*
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
* Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:31:
> oh and any idea which one of these crashes?
This one does:
# cat Flagged/dovecot-virtual
*
:public/*
-Trash
-Trash/*
flagged
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL:
2017 Jul 19
0
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:36, Thomas Leuxner wrote:
> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:31:
>
>> oh and any idea which one of these crashes?
> This one does:
>
> # cat Flagged/dovecot-virtual
> *
> :public/*
> -Trash
> -Trash/*
> flagged
Thanks, we'll look into this.
Aki
2017 Jul 19
0
2.2.devel (0bee280) crashdump virtual plugin
* Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 11:43:
> Should be fixed with
>
> commit 2f691d6dd1b98f605043744846534b828a43994d
> Author: Aki Tuomi <aki.tuomi at dovecot.fi>
> Date: Wed Jul 19 12:03:58 2017 +0300
>
> virtual: Stop watching notification on backend box close
>
> Fixes Panic: file mail-index.c: line 662
>
2017 Jul 20
0
2.2.devel (0bee280) crashdump virtual plugin
> On July 19, 2017 at 9:16 PM Thomas Leuxner <tlx at leuxner.net> wrote:
>
>
> * Thomas Leuxner <tlx at leuxner.net> 2017.07.19 14:29:
>
> It seems to have a new side effect which I haven't noticed upfront as it does not produce logging in Dovecot:
>
Should be fixed with
commit 81e832796cdc6af790ed7be8a6c150889f03171c
Author: Timo Sirainen
2008 Mar 31
3
[PATCH 3/4] extract vmcoreinfo from /proc/vmcore for Xen
This patch is for kexec-tools-testing-20080324.
--- kexec/crashdump.c.org 2008-03-25 11:51:51.000000000 +0900
+++ kexec/crashdump.c 2008-03-26 09:29:20.000000000 +0900
@@ -110,10 +110,8 @@
return 0;
}
-/* Returns the physical address of start of crash notes buffer for a kernel. */
-int get_kernel_vmcoreinfo(uint64_t *addr, uint64_t *len)
+static int get_vmcoreinfo(char *kdump_info, uint64_t
2012 Jul 05
10
[PATCH] kexec-tools: Read always one vmcoreinfo file
vmcoreinfo file could exists under /sys/kernel (valid on baremetal only)
and/or under /sys/hypervisor (valid when Xen dom0 is running).
Read only one of them. It means that only one PT_NOTE will be
always created. Remove extra code for second PT_NOTE creation.
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
---
kexec/crashdump-elf.c | 33 +++++++--------------------------
1 files
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
Dear all
I''ve gotten into the habit of including SVN headers in my templates, etc
so it is easy to see where the file installed into /etc/puppet/ came
from. Furthermore, we use svn cp to create release branches.
Therefore, you''ll see something like this:
# $Id: dumpadm.conf 1239 2007-10-23 16:04:06Z sa_dewha $
# $URL:
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:39, Aki Tuomi wrote:
>
> On 19.07.2017 09:36, Thomas Leuxner wrote:
>> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:31:
>>
>>> oh and any idea which one of these crashes?
>> This one does:
>>
>> # cat Flagged/dovecot-virtual
>> *
>> :public/*
>> -Trash
>> -Trash/*
>> flagged
> Thanks,
2017 Jul 19
3
2.2.devel (0bee280) crashdump virtual plugin
* Thomas Leuxner <tlx at leuxner.net> 2017.07.19 14:29:
It seems to have a new side effect which I haven't noticed upfront as it does not produce logging in Dovecot:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 io_loop_extract_notify_fd (ioloop=0x563456973540) at ioloop-notify-inotify.c:224
224 ioloop-notify-inotify.c: No such file or directory.
(gdb) bt full
#0
2017 Jul 18
2
2.2.devel (0bee280) crashdump virtual plugin
#0 0x00007f497ecdb067 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 10092
selftid = 10092
#1 0x00007f497ecdc448 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0xfffe, sa_sigaction = 0xfffe}, sa_mask = {__val = {1024, 140722499998576, 94791001010256, 513,
2013 Nov 09
1
10.0 BETA 3 with redports kernel panic
The redbuild boxes for redports are doing a very good and reliable job
getting kernel panics out of 10.0:
http://people.freebsd.org/~sbruno/redbuild_panic.txt
Pretty frequent and pretty nasty. Happening on multiple machines under
load.
sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc:
2008 Aug 04
6
xvm + zones = panic (?)
i''m crossposting from the opensolaris help forum:
i''ve just migrated some zones to newer hardware running b94, and find that after a while working with an hvm in xvm, the machine hangs/panics. if i leave xvm stuff alone, the machine is perfectly reliable.
it''s x64, intel chipset/procs
anybody else having these troubles - zones and xvm together causing hangs/panics?
2006 Oct 26
3
Re: ZFS hangs systems during copy
> ZFS 11.0 on Solaris release 06/06, hangs systems when
> trying to copy files from my VXFS 4.1 file system.
> any ideas what this problem could be?.
What kind of system is that? How much memory is installed?
I''m able to hang an Ultra 60 with 256 MByte of main memory,
simply by writing big files to a ZFS filesystem. The problem
happens with both Solaris 10 6/2006 and Solaris
2007 Nov 08
5
mdb ::memstat including zfs buffer details?
Hey all -
Just a quick one...
Is there any plan to update the mdb ::memstat dcmd to present ZFS
buffers as part of the summary?
At present, we get something like:
> ::memstat
Page Summary Pages MB %Tot
------------ ---------------- ---------------- ----
Kernel 28859 112 13%
Anon 34230