Displaying 10 results from an estimated 10 matches for "sungsoo".
2006 Jan 07
3
Can I install CentOS 4.2 on Sun X4100?
...I could only install RHEL 4.0 Update 1 because the server is equipped with
RHEL 4.0 Update 1's device driver only.
I've included below the boot process messages concerned with SCSI controller.
If it's possible for me to install CentOS 4.0 on my X4100, I am ready to
switch to it.
TIA
Sungsoo Kim
-------------------
SCSI subsystem initialized
Fusion MPT base driver 3.02.18
Copyright (c) 1999-2005 LSI Logic Corporation
ACPI: PCI interrupt 0000:02:03.0[A] -> GSI 28 (level, low) -> IRQ 209
mptbase: Initiating ioc0 bringup
ioc0: SAS1064: Capabilities={Initiator}
Fusion MPT SCSI Hos...
2006 Mar 07
2
FLAG_BOOLEAN_ANY_CASE does not work
...AR, NULL, &state);
continue;
} else if (term == "xor") {
Parse(pParser, XOR, NULL, &state);
continue;
}
}
For better Xapian,
Sungsoo Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20060307/daceb76a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: queryparser-flag_boolean_any_c...
2006 Apr 02
2
yum update error
I wanted to update to CentOS 4.3 from CentOS 4.2.
While updating packages using yum, there was serveral error messages,
and I've found that some packages has not been updated.
So I tried to update again but the packages would not be updated.
I attached the messages shown below.
Sungsoo Kim
-------------------------------------------
[root at phobos ~]# yum update
Setting up Update Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons...
2006 Mar 07
1
How to rebuild python-bindings using SWIG
..._then_value()".
Now I want to rebuild python-bindings to include the new function
and test if it works or not.
I guess there is a way to rebuild all of the binding modules include
the new function.
I am not used to SWIG. I want to which files I need to change and
how to build it.
Thanks!
Sungsoo Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20060308/0e77691a/attachment.html>
2006 Apr 15
1
rpmbuild error with xapian-bindings-0.9.5
...nux distributions.
Of course I can exclude csharp binding with -D parameter
as shown below.
rpmbuild -ta -D'_without_csharp 1' xapian-bindings-0.9.5.tar.gz
IMHO csharp binding is turned off by default in xapian-bindings.spec
for almost of xapian users who do not use csharp binding.
Sungsoo Kim
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
I posted this message first. But it was missing so I post again.
I think there is a some bug in build configration files.
Can you check up the following errors and fix it?
The error has no concern with UTF-8 patch.
Environment : CentOS 4.3 x86_64
Sungsoo Kim
----------------------------------
[root at saturn xapian-core-0.9.4_svn6707]# make
...
...
mkdir .libs/libxapian.lax/libqueryparser.a
(cd .libs/libxapian.lax/libqueryparser.a && ar x /home/kiss/download/xapian-0.9.4/xapian-core-0.9.4_svn6707/queryparser/.libs/libqueryparser.a)
ar cru...
2006 Mar 22
2
searching and sorting by date
I hope I'm not beating a dead horse here, but we recently started
evaluating xapian and Xapwrap (python wrapper around it) for our project
and I've been quickly trying to soak up a lot of the docs and concepts,
so I hope I can explain my question clearly.
We have a use case where we must return the first 50 most recent
documents that match our query. We don't want the first 50
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000
When trying for force Xapian flush documents to flush after 20 million
documents Xapian ignores the size and flush it after only 10,000
documents.
Data captured from delve after 60 seconds interval when has been set as follow:
XAPIAN_FLUSH_THRESHOLD=20000000
perl -e ' while(1) { system("delve ."); sleep(60); } '
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
This is another error different from the previous posting.
I want to compile xapian-core-0.9.4_svn6707 with UTF-8 patch.
But I failed to compile it due to the following errors.
Environment : CentOS 4.3 x86_64
Sungsoo Kim
----------------------------------
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../common -I../api
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -W -Wredundant-decls
-Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wno-multichar -Wno-long-long
-fno-gnu-keyw...
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
I have encountered the following build errors after applying xapian-qp-utf8-0.9.2.patch.
There is no build error before the patch.
- CentOS 4.2 64 bit version (RHEL 4.0.2 compatible)
- AMD Opteron dual processor
Can anybody tell me what I am missing?
Thanks!
Sungsoo Kim
--------------------------------------------------
[root at saturn queryparser]# make
make all-am
make[1]: Entering directory `/usr/src/redhat/BUILD/xapian-core-0.9.4/queryparser'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include...