Displaying 20 results from an estimated 28 matches for "kazuo".
2006 Apr 12
2
DCC transfers don't work, but IRC works
...9;t connect to 83.246.119.63 port 27020
and my shorewall log show:
Shorewall:all2all:REJECT:IN= OUT=ppp0 [...] PROTO=TCP SPT=54677
DPT=27020 [...]
Someone have any idea of what this can be? How can i know if the
ip_conntrack_irc is working? And what confs in my shorewall can be
wrong?
Thanks.
Kazuo Teramoto
--
«Dans la vie, rien n'est à craindre, tout est à comprendre»
Marie Sklodowska Curie.
NHS^隊X'u<ڂ.y"*mx%jx.j^קvƩXjبȧmݚv&קv^+jZ{az^hn){hا+h(mZjYwǥrg
2018 Aug 29
3
LLVM on IRIX
Greetings LLVM Developers,
My name is Kazuo, I’m the head of the largest Silicon Graphics IRIX community on the internet. I’m approaching this mailing list to see if any MIPS developers who hang out here are interested in developing the LLVM/Clang Compiler system for IRIX.
There’s a growing need as GCC removed support for us from 4.8, over...
2004 Dec 20
2
Japanese Search
...trouble 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
...t x86_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-sp...
2004 Dec 24
1
header search for splitted word
...ch: "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) "...
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...
2006 Sep 27
0
dumpread script update
...anges:
- 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
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 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_s...
2005 Jan 31
0
1.0-test62
...andom 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 mai...
2008 Feb 14
0
reordering combn(n,p)
...jacent columns only differed by one element.
I assumed that this was a problem known to the Assyrians and
resisted the temptation to write to r-help, and through assiduous
googling finally discovered that this was still a topic of current
research in computer science.
Solution: Limin Xiang and Kazuo Ushijima (2001) "On O(1) Time
Algorithms for
Combinatorial Generation," Computer Journal, 44(4), 292-302.
provides a nice algorithm (in Pascal) which I then translated into
ratfor and plan to incorporate eventually into quantreg. It manages
to do n=500 p = 3 in about 3 secs on my old G...
2012 Oct 17
0
[PATCH] TODO: remove the already implemented yum cache clean feature
...sprep_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
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
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
2003 Oct 10
0
Mar 2003 - Sep 2003 FreeBSD Status Report
...ected. More
news about this in the next status reports.
_________________________________________________________________
jpman project
URL: http://www.jp.FreeBSD.org/man-jp/
URL:
ftp://daemon.jp.FreeBSD.org/pub/FreeBSD-jp/man-jp/packages-5.1.0/ja-ma
n-doc-5.1.tbz
Contact: Kazuo Horikawa <horikawa@FreeBSD.org>
We have released Japanese translation of 5.1-RELEASE online manual
pages on June 10.
_________________________________________________________________
KDE FreeBSD Project
URL: http://freebsd.kde.org/
Contact: KDE-FreeBSD Mailinglist <kde...
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 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will
be backported to stable branches to be posted for review. I'm
proposing we do the same for libguestfs stable branches.
All of the attached have been tested with 'make check-release'.
Rich.
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...hyap Desai <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 <keit...