Displaying 15 results from an estimated 15 matches for "_map".
2009 Feb 08
2
keytab-lilo included with SYSLINUX is not up to date
...ould like to use keytab-lilo in
order to generate a file compatible with the KBDMAP directive :
- use an up to date version of keytab-lilo (by downloading last version
of LILO for example).
- patch keytab-lilo (see below).
You'll have to search for these three lines...
if (/^u_short\s+(\S+)_map\[\S+\]\s+=\s+{\s*$/) {
die "active at beginning of map" if defined $current;
$current = $pfx.":".$1;
... and replace them with these :
if (/^(static\s+)?u_short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
die "active at beginning of map" if defined $current;...
2015 Dec 27
2
[PATCH] keytab-lilo: update to support kbd 2.0.3 format
...quot;
Signed-off-by: Olivier Brunel <jjk at jjacky.com>
---
utils/keytab-lilo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils/keytab-lilo b/utils/keytab-lilo
index 9e34160..337a869 100755
--- a/utils/keytab-lilo
+++ b/utils/keytab-lilo
@@ -48,9 +48,9 @@ sub load_map
$empty = 1;
while (<FILE>) {
chop;
- if (/^(static\s+)?u_short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
+ if (/^(static\s+)?(u_|unsigned )short\s+(\S+)_map\[\S*\]\s+=\s+{\s*$/) {
die "active at beginning of map" if defined $current;
- $current = $pfx.":".$2...
2009 Sep 30
3
Some issues in Dovecot 1.2.5 after upgrade from 1.0.15
...xxxxx>, method=PLAIN, rip=134.225.xx.xx, lip=134.225.16.6
> Sep 30 09:57:10 imap-login: Info: Login: user=<xxxxxxxx>, method=PLAIN, rip=134.225.xx.xx, lip=134.225.16.6
> Sep 30 09:57:11 IMAP 25384 xxxxxxxx 134.225.xx.xx : Panic: file mail-index-sync-update.c: line 933 (mail_index_sync_map): assertion failed: (map->hdr.indexid == index->indexid || map->hdr.indexid == 0)
> Sep 30 09:57:11 dovecot: Error: child 25384 (imap) killed with signal 6 (core dumped)
This looks like it was the user's first connection since the upgrade, as
well. Here's the backtrace:
> #...
2008 Aug 24
1
Multiple similar crashes (1.1.2: imap crash with SIGSEGV)
...=0x8a1958c, idx=0) at array.c:11
#1 0x080c4788 in mail_index_sync_ext_reset (ctx=0xbfb40d10, u=0xbfb40c80)
at mail-index-sync-ext.c:518
#2 0x080b65f9 in mail_index_sync_record (ctx=0xbfb40d10, hdr=0x8a18f90,
data=0x8a19b58) at mail-index-sync-update.c:546
#3 0x080b6bef in mail_index_sync_map (_map=0x8a07ef8,
type=MAIL_INDEX_SYNC_HANDLER_HEAD, force=true)
at mail-index-sync-update.c:828
#4 0x080b048f in mail_index_map (index=0x8a07ec0,
type=MAIL_INDEX_SYNC_HANDLER_HEAD) at mail-index-map.c:953
#5 0x080acec3 in mail_index_try_open (index=0x8a07ec0) at mail-index.c:290
#6...
2010 May 06
1
[PATCH v2v] Pre-convert Windows guests.
...t;new ($regedits_w2k8);
+ } else {
+ die (user_message (__x"Guest is not a supported version of Windows ({major}.{minor})",
+ major => $desc->{major_version},
+ minor => $desc->{minor_version}))
+ }
+
+ local *_map = sub {
+ if ($_[0] =~ /^HKEY_LOCAL_MACHINE\\SYSTEM(.*)/i) {
+ return ($h, $1);
+ } else {
+ die "can only make updates to the SYSTEM hive (key was: $_[0])\n"
+ }
+ };
+
+ reg_import ($io, \&_map);
+
+ $h->commit (undef);
+ und...
2011 Sep 06
0
[PATCH] Fix documentation build
...280,7 @@ writing to the VGA console after domain
\item [ vcpu\_migration\_delay=$<$minimum\_time$>$] Set minimum time of
vcpu migration in microseconds (default 0). This parameter avoids agressive
vcpu migration. For example, the linux kernel uses 0.5ms by default.
-\item [ irq_vector_map=xxx ] Enable irq vector non-sharing maps. Setting ''global''
+\item [ irq\_vector\_map=xxx ] Enable irq vector non-sharing maps. Setting ''global''
will ensure that no IRQs will share vectors. Setting ''per-device'' will ensure
that no IR...
2008 Aug 23
0
imap crash with sig 11, backtrace, dovecot 1.1.2
...=0x90ac9ec, idx=0) at array.c:11
#1 0x080c4788 in mail_index_sync_ext_reset (ctx=0xbfeca000, u=0xbfec9f70)
at mail-index-sync-ext.c:518
#2 0x080b65f9 in mail_index_sync_record (ctx=0xbfeca000, hdr=0x90ac348,
data=0x90acfb8) at mail-index-sync-update.c:546
#3 0x080b6bef in mail_index_sync_map (_map=0x90ab468,
type=MAIL_INDEX_SYNC_HANDLER_HEAD, force=true)
at mail-index-sync-update.c:828
#4 0x080b048f in mail_index_map (index=0x90ab430,
type=MAIL_INDEX_SYNC_HANDLER_HEAD) at mail-index-map.c:953
#5 0x080acec3 in mail_index_try_open (index=0x90ab430) at mail-index.c:290
#6...
2008 Sep 09
1
1.1.3: imap crashes with SIGSEGV
...ble_i (array=0x87e34b4, idx=0) at array.c:11
11 if (pos >= array->buffer->used) {
#0 array_idx_modifiable_i (array=0x87e34b4, idx=0) at array.c:11
pos = 0
#1 0x080c4c28 in mail_index_sync_ext_reset (ctx=0xbfe14740, u=0xbfe146b0)
at mail-index-sync-ext.c:518
map = (struct mail_index_map *) 0x87e3428
ext_hdr = <value optimized out>
ext = <value optimized out>
#2 0x080b6a69 in mail_index_sync_record (ctx=0xbfe14740, hdr=0x87e2f70,
data=0x87e3a60) at mail-index-sync-update.c:546
rec = {new_reset_id = 1166087195, preserve_data = 0 '\0',
unused_padding =...
2008 Aug 23
0
imap crash with signal 6 (backtrace), dovecot 1.1.2
...t;) at mail-index-sync-ext.c:131
#7 0x080c47a2 in mail_index_sync_ext_reset (ctx=0xbf922b80, u=0xbf922af0)
at mail-index-sync-ext.c:524
#8 0x080b65f9 in mail_index_sync_record (ctx=0xbf922b80, hdr=0x986c970,
data=0x98ad860) at mail-index-sync-update.c:546
#9 0x080b6bef in mail_index_sync_map (_map=0x986cb88,
type=MAIL_INDEX_SYNC_HANDLER_FILE, force=false)
at mail-index-sync-update.c:828
#10 0x080b04b4 in mail_index_map (index=0x986cb50,
type=MAIL_INDEX_SYNC_HANDLER_FILE) at mail-index-map.c:932
#11 0x080b4802 in mail_index_sync_commit (_ctx=0x984d32c)
at mail-index-sy...
2008 Aug 01
4
1.1.2: imap crash with SIGSEGV
...1cfd68)
at mail-transaction-log.c:419
#2 0x080ba36d in mail_transaction_log_sync_lock (log=0x91cfd68,
file_seq_r=0xbff348a4, file_offset_r=0xbff34880)
at mail-transaction-log.c:451
#3 0x080c44bb in mail_index_fsck (index=0x91cf828) at mail-index-fsck.c:424
#4 0x080b0296 in mail_index_map (index=0x91cf828,
type=MAIL_INDEX_SYNC_HANDLER_HEAD) at mail-index-map.c:888
#5 0x080acde3 in mail_index_try_open (index=0x91cf828) at mail-index.c:290
#6 0x080ad0a7 in mail_index_open (index=0x91cf828, flags=49,
lock_method=FILE_LOCK_METHOD_FCNTL) at mail-index.c:338
#7 0x080a1112 in...
2013 Jan 25
1
assert in mail-transaction-log-file.c
...oboxes
was used with dovecot 1.1.6).
OS: FreeBSD 8.3-STABLE, amd64.
All index files from dovecot 1.1.6 has been deleted.
Some times dovecot processes aborted.
E. g.
Jan 25 03:01:52 ost dovecot: lda(user at example.ru): Panic: file mail-transaction-log-file.c: line 1694 (mail_transaction_log_file_map): assertion failed: (file->buffer != NULL)
(gdb) bt
#0 0x0000000800bd610c in kill () from /lib/libc.so.7
#1 0x0000000800bd4f0b in abort () from /lib/libc.so.7
#2 0x000000080099b339 in default_fatal_finish (type=72898, status=0) at failures.c:191
#3 0x000000080099b3be in i_syslog_fatal_handl...
2014 Oct 20
1
2.2.14 Panic in sync_expunge_range()
...): assertion failed: (%s)")
at failures.c:152
ctx = {type = LOG_TYPE_PANIC, exit_status = 0, timestamp = 0x0, timestamp_usecs = 0}
args = 0x8047424 ".????"
#7 0xfef31e5f in sync_expunge_range (ctx=0x8047600, seqs=0x80474d8) at ../../src/lib/array.h:197
map = (struct mail_index_map *) 0x80c5d90
range = (const struct seq_range *) 0x8093430
i = 134509780
count = 0
dest_seq1 = 562
prev_seq2 = 562
orig_rec_count = 4277606968
__FUNCTION__ = "sync_expunge_range"
#8 0xfef32d65 in mail_index_sync_record_real (ctx=0x8047600, hdr=0x80b5d28, data=0x80b5df8)
at ../....
2018 Oct 09
3
index corruption weirdness
...(ctx=ctx at entry=0x7ffe367f94e0,
hdr=hdr at entry=0x1345bb8, rec=rec at entry=0x13a54e4) at
mail-index-sync-keywords.c:304
view = <optimized out>
keyword_name = <optimized out>
ext = 0x13827e8
uid = <optimized out>
end = 0x13a54fc
seqset_offset = <optimized out>
ext_map_idx = 2
keyword_idx = 0
__FUNCTION__ = "mail_index_sync_keywords"
#7 0x00007f4372f78822 in mail_index_sync_record_real (data=0x13a54e4,
hdr=0x1345bb8, ctx=0x7ffe367f94e0) at mail-index-sync-update.c:779
rec = 0x13a54e4
ret = 0
#8 mail_index_sync_record (ctx=ctx at entry=0x7ffe367f9...
2017 Apr 11
4
v2v: Implement -i vmx to read VMware vmx files directly (RHBZ#1441197).
https://bugzilla.redhat.com/show_bug.cgi?id=1441197
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...logging level for Xen guests. Any log message with equal more
+more importance will be printed.
The optional `<rate-limited level>` options instructs which severities should be rate limited.
### hap\_1gb
@@ -276,7 +329,9 @@ The optional `<rate-limited level>` opti
### irq\_vector\_map
### lapic
-Force the use of use of the local APIC on a uniprocessor system, even if left disabled by the BIOS. This option will accept any value at all.
+Force the use of use of the local APIC on a uniprocessor system, even
+if left disabled by the BIOS. This option will accept any value at
+a...