similar to: Messages causing an error from Solr.

Displaying 20 results from an estimated 100 matches similar to: "Messages causing an error from Solr."

2010 Aug 20
1
Support for backends in Search::Xapian
The attached adds XS wrappers for back-ends: use Search::Xapian; my $db = Search::Xapian::Remote::open_writable( "biggles", 10252 ); my $db = Search::Xapian::Flint::open_writable( "testdb" ); my $db = Search::Xapian::InMemory::open_writable(); All the best, Tim. -------------- next part -------------- A non-text attachment was scrubbed... Name: xapian_backend_patch.diff
2010 Aug 20
1
right settings for highest quality
Hi I am trying to evaluate the quality of the CELT codec by using the 0.8.0 testcelt tool to encode and decode the input. I want to test different bitrates and selected the below parameters for 64, 96, 128, 196, 256kB: ./celt-0.8.0/libcelt/testcelt.exe 44100 2 256 46 $1.sw $1-64kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 192 46 $1.sw $1-96kb.sw ./celt-0.8.0/libcelt/testcelt.exe 44100 2 128
2010 Aug 20
0
[LLVMdev] MC-JIT Streamer 2/3
Function Info Class -------------- next part -------------- A non-text attachment was scrubbed... Name: 0022_mcjit_functioninfo.patch Type: text/x-diff Size: 2344 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100820/658d9b03/attachment.patch>
2010 Aug 20
0
[LLVMdev] MC-JIT Streamer 3/3
MCJITSreamer Implementatino -------------- next part -------------- A non-text attachment was scrubbed... Name: 0023_mcjit_mcstreamer.patch Type: text/x-diff Size: 17805 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100820/07d59c55/attachment.patch>
2010 Aug 21
0
[LLVMdev] OCaml bindings patch
Hi, The attached is the OCaml binding patch to 2.6. This still works on 2.6, because the optimizations I am working on rely on some features of 2.6, which were removed from 2.7. But from the view of OCaml bindings, it does not change too much from 2.6 to 2.7, I also merged some new bindings in 2.7 into 2.6. What this patch does are 1) bindings to define an LLVM IR pretty printer in OCaml, which
2010 Aug 20
0
Push to talk over cellular
Hi, i'm trying to get PoC on Nokia Phones to work with asterisk. I think the store-and-forward part could easy be done in the dialplan, but i can't even get the handset to register with asterisk (authentication failed). I'd try'd to find the difference between "pure sip" and PoC-SIP, but didn't suceed. Has someone an idea how to get this to work? Regards, Jay
2010 Aug 20
2
Two display cards problem
My Thinkpad notebook has two the same display card. It is installed with Windows XP system and CentOS 5.3. When I reboot from CentOS to xp, the display card driver of windows xp is broken. I guess if the display card is switched in the CentOS? How to let these two system use the same display card? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 20
2
Which disk file format are you used in removable disk between xp and linux ?
The centos can not recognize the NTFS file format and my xp system can not format the removable disk to fat32. Which the disk format are you used if you want to share the data between xp and linux system? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100820/ad2c387b/attachment-0002.html>
2010 Aug 20
1
Understanding FS ACLs
I have problem understanding FS ACLs.Can someone explain me why the following behaviour occur? Let's suppose that we have a /shared directory we want to give rwx access to admins group. setfacl -m d:g:admins:rwx shared [root at rh1 /]# getfacl shared # file: shared # owner: root # group: root user::rwx group::r-x other::--- default:user::rwx default:group::r-x default:group:admins:rwx
2010 Aug 20
2
how to check the number of thread on apache server
how to check the number of thread on my Apache server , is there a specific command , and how do i increase these threads .. -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100820/2e5d7a37/attachment-0002.html>
2010 Aug 20
2
The system is pseudo dead when hang-up system in the centos 5.3 .
When I hang-up the system, then the screem is black. But the power light is brightness. and the disk light is bright sometimes. When I press any key, the screem is still black. Only can do is to press down power button for several seconds to power off the notebook. Is there the bug of the Centos? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 19
0
[LLVMdev] using external functions from llvm
You are adding the symbol as "lle_X_create_number_object" yet your error message implies you have tried to lookup and use "create_number_object". Can you provide the code for the lookup? On 20/08/2010, at 8:07 AM, Alec Benzer wrote: > Is there documentation somewhere on how to call external functions from llvm? The only guide I found was this:
2010 Aug 20
1
CELT complexity question
Hi, I'm testing CELT 0.7.1 speed performance and I'm focusing now on the complexity switch. I've dug in the archive and i found some information. Is it still true that there are two ranges? - 0-2 low complexity mode - 3-10 high complexity mode If no input is given is 2 hence low complexity mode the default setting? Does the complexity mode affect decoding as well? Thank you Best
2010 Aug 20
1
[LLVMdev] MC-JIT Streamer 1/3
I was delayed creating the smaller patches, but finally I had some time to put the first set together. There are three small patches, the first two are classes the MCJITStreamer uses, and the last patch is the MCJITStreamer class itself. - Jan --- On Sun, 8/1/10, Daniel Dunbar <daniel at zuster.org> wrote: > From: Daniel Dunbar <daniel at zuster.org> > Subject: Re: [LLVMdev]
2007 Jan 26
1
Virtual provides
For example, an exec should depend on the binary being present. But the exec resource should not care where the binary is coming from. For example, we have a stow command: define stow($creates, $path = "/usr/local/bin") { exec { "stow-$name": command => "$path/stow -v $name", cwd => "/usr/local/stow", creates =>
2008 Jan 06
0
RFC: defined type for stowed packages
This appears to be working for me, but suggestions on improvements are welcome: master/manifests/definitions/stowedpackage.pp: > define stowedpackage ( $basepackage, $version, > $rsyncserver=''gold.cae.tntech.edu'', > $rsyncmodule=''metastow'', > $stowdestdir=''/usr/local/stow'' ) { > > file { stow_initiator:
2010 Aug 20
5
tools one could to use to troubleshoot for Apache
Have a question , Suppose i had a client tell me that he can access the web page but it takes long time to view the pages the website is a static website ( suppose this website does not server dynamic data or does not connect to a database )... what would one check other than : the server load ( cat /proc/loadaverage ) , the Apache logs , the number of client connection ( netstat
2007 Oct 11
1
problem installing MCMCpack
I'm completely new to R and am trying to install an add-on package for one of our faculty members. I've had no problems with most of them, but am completely stuck trying to figure out why MCMCpack won't install.. any help is VERY much appreciated!!! here's what I get when I try to install the package: * Installing *source* package 'MCMCpack' ... checking for C++ compiler
2010 Aug 20
2
APC Smart-UPS X 1500 Restart Issue.
APC Smart-UPS X 1500 Restart Issue. Hi All, I have installed nut-2.4.3. I have manually modified the files apc-hid.c and udev-rules to support 5G APC UPS. I took sample code from the 2.5 development tree. Shutdown process is working very well -- upsmon creates the file /etc/killpower - shutdown script checks for the file and issues /sbin/upsdrvctl shutdown - UPS cuts the power off. All
2010 Aug 20
2
APC Smart-UPS X 1500 Restart Issue.
APC Smart-UPS X 1500 Restart Issue. Hi All, I have installed nut-2.4.3. I have manually modified the files apc-hid.c and udev-rules to support 5G APC UPS. I took sample code from the 2.5 development tree. Shutdown process is working very well -- upsmon creates the file /etc/killpower - shutdown script checks for the file and issues /sbin/upsdrvctl shutdown - UPS cuts the power off. All