Displaying 7 results from an estimated 7 matches for "old_flag".
Did you mean:
old_flags
2009 Jul 31
0
CTDB Node unnecessarily banning other nodes
...6 [19892]: Got a ban request for pnn:0 but our pnn
is 2. Ignoring ban request
2009/07/29 23:23:37.749575 [19750]: This node has been banned - forcing
freeze and recovery
Existing Version 1.0.77: ctdb-1.0.77/ctdb_monitor.c
241 if ((node->flags & NODE_FLAGS_BANNED) && !(c->old_flags &
NODE_FLAGS _BANNED)) {
242 /* make sure we are frozen */
243 DEBUG(DEBUG_NOTICE,("This node has been banned - forcing
fre eze and recovery\n"));
--
I see a condition added in the "ban algorithm" in the latest 1.0.88 to
ensure the b...
2010 Dec 27
2
Dovecot Quota plugin as Couier quota
I get a similar behavior between dovecot quota plugin and courier
quota with the attached patch.
When the client change flags, then is forced to recalc. This is
because I don't know how to get the changed flags on quota sync
method.
The courier quota behavior is avoid to count all deleted mails,
include "mark as deleted" mails.
--
Antonio P?rez-Aranda Alcaide
aperezaranda at
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
...)
at mail-log-plugin.c:318
size = <value optimized out>
str = (string_t *) 0x940c368
#22 0xb7e73494 in mail_log_mail_update_flags (_mail=0x94264b8,
modify_type=MODIFY_ADD, flags=MAIL_DELETED) at mail-log-plugin.c:376
_data_stack_cur_id = 16960
lmail = <value optimized out>
old_flags = <value optimized out>
new_flags = <value optimized out>
#23 0x08065e95 in cmd_store (cmd=0x9419688) at cmd-store.c:192
client = (struct client *) 0x94193f8
args = (const struct imap_arg *) 0x941e718
search_args = (struct mail_search_args *) 0x0
search_ctx = (struct mail_search_c...
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
...:trace:file:ReadFile 112 0x4111bf80 37120 0x410d2b80 (nil)
0820ac28: get_handle_fd( handle=0x70, access=80000000 )
0820ac28: *fd* 0x70 -> 20
0820ac28: get_handle_fd() = 0 { fd=-1, type=1, flags=0 }
0820ac28: set_handle_info( handle=0x70, flags=0, mask=0, fd=25 )
0820ac28: set_handle_info() = 0 { old_flags=0, cur_fd=25 }
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Ret KERNEL.82: _LREAD() retval=9100 ret=0557:039f ds=02a7
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Call KERNEL.15: GLOBALALLOC(0042,0000ffc8) ret=05ef:004f ds=02a7
0820ac28:trace:global:GLOBAL_Alloc 65480 flags=0042
0820a...
2001 Dec 06
2
Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA?
...761063
0806d388:trace:file:WriteFile 52 0x40612c38 12936 0x40612c04 (nil)
0806d388: get_handle_fd( handle=52, access=40000000 )
0806d388: *fd* 52 -> 16
0806d388: get_handle_fd() = 0 { fd=-1, type=1 }
0806d388: set_handle_info( handle=52, flags=0, mask=0, fd=10 )
0806d388: set_handle_info() = 0 { old_flags=0, cur_fd=10 }
0806d388:Ret kernel32.WriteFile() retval=00000001 ret=00761063
0806d388:Call kernel32.CloseHandle(00000034) ret=00760f0d
0806d388: close_handle( handle=52 )
0806d388: close_handle() = 0 { fd=10 }
0806d388:Ret kernel32.CloseHandle() retval=00000001 ret=00760f0d
0806d388:Call kernel...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to
comunicate over the comm port it hangs.
Here are som output to read.
earlier on i get:
Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c
Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c
thats from vhere the com port gets an virtual memory space, i think.
and in the end i have:
Call
2012 Dec 10
26
[PATCH 00/11] Add virtual EPT support Xen.
From: Zhang Xiantao <xiantao.zhang@intel.com>
With virtual EPT support, L1 hyerpvisor can use EPT hardware
for L2 guest''s memory virtualization. In this way, L2 guest''s
performance can be improved sharply. According to our testing,
some benchmarks can show > 5x performance gain.
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Zhang Xiantao (11):