Displaying 20 results from an estimated 25 matches for "moriwaka".
2004 Dec 20
2
Japanese Search
...le in searches with Japanese.
I found imap/imap-search.c/add_new() makes strings uppercase
and fixed. But search results didn't affected.. ;-)
I hope I can fix this problem in a few days.
But I'm not clear about dovecot's source.
If you have hints, please tell me.
thanks,
--
Kazuo Moriwaka
moriwaka at valinux.co.jp
2006 Aug 30
0
[patch] phys_to_machine_mapping alignment on x86_64
...64 linux domain, phys_to_machine_mapping,
pfn_to_mfn_frame_list_list, and pfn_to_mfn_frame_list should be
aligned to pagesize, but it can be misaligned now.
If they aren''t aligned to pagesize, it will cause fails while saving
the domain.
This patch fixed it.
regards,
Signed-off-by: Kazuo Moriwaka <moriwaka@valinux.co.jp>
set phys_to_machine_mapping alignment to pagesize.
diff -r a47951e59cbf -r 3bb0d973dfde
linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c
--- a/linux-2.6-xen-sparse/arch/x86_64/kernel/setup-xen.c Wed
Aug 30 09:47:24 2006 +0100
+++ b/linux-2.6-xen-sparse/arch...
2004 Dec 24
1
header search for splitted word
...uot;ABCDE"
This patch has a bad side effect that in English or other languages,
two words is connected.
For example,
> This is a
> sample.
matches to "asample".
I think this is not a big problem, but if there is a good solution,
please let me know.
best regards,
--
Kazuo Moriwaka
moriwaka at valinux.co.jp
Index: src/lib-mail/message-header-search.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-mail/message-header-search.c,v
retrieving revision 1.13
diff -r1.13 message-header-search.c
149c149
< chr = ' ...
2005 Jan 13
1
default_ldap_settings' value
Hello,
When I tested LDAP auth dovecot-auth caught segv, and I found that
auth_cache_parse_key() doesn't check query == NULL.
I think db-ldap.c/default_ldap_settings.pass_filter
should have non-null default value.
Please check following patch.
regards,
--
Kazuo Moriwaka <moriwaka at valinux.co.jp>
Index: db-ldap.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/db-ldap.c,v
retrieving revision 1.24
diff -r1.24 db-ldap.c
62c62
< MEMBER(pass_filter) NULL,
---
> MEMBER(pass_filter) "(&(ob...
2004 Dec 20
1
panic with search
...imap(mailtest): Panic: pool_data_stack_realloc(): stack frame changed
Aborted
---------------------------------------------------------------------------
I'll attach backtrace just before print panic messages.
If maildir and messages are need for debug, please request to me.
thanks,
--
Kazuo Moriwaka
moriwaka at valinux.co.jp
-------------- next part --------------
(gdb) bt
#0 printf_string_upper_bound (format_p=0xbffff848, args=0xbffff884 "`????q\n\b?\f\b\210w\f\b??\017e\n\b\210w\f\b?\f\b")
at printf-upper-bound.c:78
#1 0x080a7640 in default_handler (prefix=0x80c226a "Pan...
2006 Sep 27
0
dumpread script update
...I updated dumpread scripts to extract domain/hypervisor image
from kdump whole-machine dump image.
Changes:
- libelf wrapper contains SWIG generated sources for OSs which has old SWIG.
- fix scalability problem for dump file size.
- fix some typo.
You can get scripts:
http://people.valinux.co.jp/~moriwaka/dumpread/
and short howto:
http://wiki.xensource.com/xenwiki/XenKdumpAnalysis
regards,
--
Kazuo Moriwaka
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jan 14
0
base dn and filter strings are concatenated
Hello,
When I set LDAP auth's search base dn, base dn and filter strings
are concatenated. It cause filter cannot match any entries...
I fixed it. Please check following patch.
p.s.
LDAP userdb/passdb's debug print have " fields=..." but it print
junks.
regards,
--
Kazuo Moriwaka <moriwaka at valinux.co.jp>
Index: src/auth/passdb-ldap.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/passdb-ldap.c,v
retrieving revision 1.21
diff -r1.21 passdb-ldap.c
161a162
> str_free(str);
162a164
> str = t_str_new(51...
2004 Dec 24
2
Deleting a message through IMAP
I have been having a problem with the test releases...I am now using Test 59. When
I delete a message using SquirrelMail (IMAP) the message stays in the message
list....but you can't open it anymore because it can't be found, if I logout and log
back in...the message is gone from the list. I thought it could be a problem with
the cache, so I added
mail_never_cache_fields = MessagePart
2006 Aug 01
0
kdump image converter scripts
Hi,
I update scripts which extract dom0/domU/hypervisor image from kdump''s
whole-machine image. Now it supports x86_32 pae.
It needs libelf and work on x86_32 platform.
Converted images can be analysed by crash(dom0 or domU) or gdb(hypervisor).
regards,
--
Kazuo Moriwaka
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jan 31
0
1.0-test62
...fixes.
- Crashfixes in keyword code
- -std=gnu99 wasn't working well in all systems, configure now checks
for it
- FreeBSD sendfile() calling was broken sometimes. No need to remove
#define HAVE_FREEBSD_SENDFILE anymore.
- FETCH BODY[] wasn't setting \Seen flag.
- LDAP fixes (by Kazuo Moriwaka)
- Don't crash if client disconnects while APPENDing or FETCHing
- mbox: write dummy message if all mails were expunged
- POP3: RETR wasn't setting \Seen flag.
- Treat ::ffff:127.* addresses as secure
- If maildir-shared exists in the Maildir root, copy it for each
created mailbox.
-...
2012 Oct 17
0
[PATCH] TODO: remove the already implemented yum cache clean feature
...operation_package_manager_cache.ml, so remove this
TODO item.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
TODO | 1 -
1 file changed, 1 deletion(-)
diff --git a/TODO b/TODO
index d9dd1d3..44fee34 100644
--- a/TODO
+++ b/TODO
@@ -401,7 +401,6 @@ virt-sysprep ideas
Kazuo Moriwaka adds:
- - "yum clean all" (or the equivalent) to remove yum caches
- swap devices (both of block device and file) should be wiped. This may
good for security purpose, and size. I found virt-sparsify can clear
swap partition.
--
1.8.0.rc2.4.g42e55a5
2007 Jun 28
0
Problem with dom0cut.py
...e that there are 2 different releases of libelf out
there: [1] and the one with elfutils [3] (and maintained by Redhat !?).
Any clues on how to deal with this issues ? Does re-compiling eu-readelf from source work ? Thanks.
[1]: http://www.mr511.de/software/
[2]: http://people.valinux.co.jp/~moriwaka/dumpread/
[3]: http://packages.debian.org/unstable/libs/libelf1
Regards,
Levin
Want to change your life? Find the perfect job with Lycos Jobs.
Career Advice. Job Resources & Recommendations.
Post your resume & find a job match!
_______________________________________________...
2012 Sep 03
2
[PATCH] sysprep: remove hostname from ifcfg-*
Remove hostname from network interface configuration.
Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
po/POTFILES-ml | 1 +
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_net_hostname.ml | 58 +++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
create mode 100644 sysprep/sysprep_operation_net_hostname.ml
2007 Sep 28
18
[makedumpfile] extract vmcoreinfo from /proc/vmcore for Xen
Hi,
--- background ----------------------------------------------------
* what the makedumpfile is:
To shorten the size of the dumpfile and the time of creating the
dumpfile, makedumpfile copies only the necessary pages for analysis
to the dumpfile from /proc/vmcore. You can specify the kind of
unnecessary pages with dump_level. If you want to shorten the size
further, enable the
2013 Aug 24
46
[PATCH 00/46] Proposed patches for libguestfs 1.20.11.
Tested with 'make check-release'.
tests/parallel (in check-slow) failed, although it does regularly and
that seems to be because of libvirt.
Rich.
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...esai <Kashyap.Desai@lsi.com>
Kashyap Gada <gada.kashyap@gmail.com>
katabami <katabami@lavabit.com>
Kautuk Consul <consul.kautuk@gmail.com>
Kay Sievers <kay.sievers@vrfy.org>
Kay Sievers <kay@vrfy.org>
Kay, Allen M <allen.m.kay@intel.com>
Kazuo Moriwaka <moriwaka@gmail.com>
Kazuya Mio <k-mio@sx.jp.nec.com>
Ke, Liping <liping.ke@intel.com>
Keerthy <j-keerthy@ti.com>
Kees Cook <kees@ubuntu.com>
Kees Cook <keescook@chromium.org>
Keith Busch <keith.busch@intel.com>
Keith Packard <keithp@keithp...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...<gada.kashyap@gmail.com>
katabami <katabami@lavabit.com>
Katayama Yoshihiro <kata1@jp.fujitsu.com>
Kautuk Consul <consul.kautuk@gmail.com>
Kay Sievers <kay.sievers@vrfy.org>
Kay Sievers <kay@vrfy.org>
Kay, Allen M <allen.m.kay@intel.com>
Kazuo Moriwaka <moriwaka@gmail.com>
Kazuya Mio <k-mio@sx.jp.nec.com>
Ke, Liping <liping.ke@intel.com>
Keerthy <j-keerthy@ti.com>
Kees Cook <kees@ubuntu.com>
Kees Cook <keescook@chromium.org>
Keith Busch <keith.busch@intel.com>
Keith Packard <keithp@keithp...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...<gada.kashyap@gmail.com>
katabami <katabami@lavabit.com>
Katayama Yoshihiro <kata1@jp.fujitsu.com>
Kautuk Consul <consul.kautuk@gmail.com>
Kay Sievers <kay.sievers@vrfy.org>
Kay Sievers <kay@vrfy.org>
Kay, Allen M <allen.m.kay@intel.com>
Kazuo Moriwaka <moriwaka@gmail.com>
Kazuya Mio <k-mio@sx.jp.nec.com>
Ke, Liping <liping.ke@intel.com>
Keerthy <j-keerthy@ti.com>
Kees Cook <kees@ubuntu.com>
Kees Cook <keescook@chromium.org>
Keith Busch <keith.busch@intel.com>
Keith Packard <keithp@keithp...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...<gada.kashyap@gmail.com>
katabami <katabami@lavabit.com>
Katayama Yoshihiro <kata1@jp.fujitsu.com>
Kautuk Consul <consul.kautuk@gmail.com>
Kay Sievers <kay.sievers@vrfy.org>
Kay Sievers <kay@vrfy.org>
Kay, Allen M <allen.m.kay@intel.com>
Kazuo Moriwaka <moriwaka@gmail.com>
Kazuya Mio <k-mio@sx.jp.nec.com>
Ke, Liping <liping.ke@intel.com>
Keerthy <j-keerthy@ti.com>
Kees Cook <kees@ubuntu.com>
Kees Cook <keescook@chromium.org>
Kefeng Wang <wangkefeng.wang@huawei.com>
Keir Fraser <keir.frase...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...<gada.kashyap@gmail.com>
katabami <katabami@lavabit.com>
Katayama Yoshihiro <kata1@jp.fujitsu.com>
Kautuk Consul <consul.kautuk@gmail.com>
Kay Sievers <kay.sievers@vrfy.org>
Kay Sievers <kay@vrfy.org>
Kay, Allen M <allen.m.kay@intel.com>
Kazuo Moriwaka <moriwaka@gmail.com>
Kazuya Mio <k-mio@sx.jp.nec.com>
Ke, Liping <liping.ke@intel.com>
Keerthy <j-keerthy@ti.com>
Kees Cook <kees@ubuntu.com>
Kees Cook <keescook@chromium.org>
Kefeng Wang <wangkefeng.wang@huawei.com>
Keir Fraser <keir.frase...