similar to: wrong search results with fts_solr

Displaying 11 results from an estimated 11 matches similar to: "wrong search results with fts_solr"

2004 Jul 20
0
Error on Zaptel install
I attempt to run make clean:make install and I get the following (cut short for brevity). zaptel.c: In function `zt_init': zaptel.c:6123: warning: implicit declaration of function `register_chrdev' zaptel.c:6124: `KERN_ERR' undeclared (first use in this function) zaptel.c:6124: parse error before string constant zaptel.c:6129: `KERN_INFO' undeclared (first use in this function)
2015 Jun 13
2
Testin new installation
Look at /etc/hosts ::1 is the ipv6 version of localhost.? Sent from Samsung tablet -------- Original message -------- From Steve Matzura <number6 at noisynotes.com> Date: 06/13/2015 6:00 AM (GMT-06:00) To dovecot <dovecot at dovecot.org> Subject Testin new installation The first place I went to for test advice and planning recommendations was
2013 Aug 08
2
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Wed, Aug 7, 2013 at 6:47 PM, Charles Lepple wrote: > On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote: > >> Tripp Lite SMART1300LCDT >> >> # upsc ups > [...] >> battery.voltage: 0.0 >> battery.voltage.nominal: 24.0 > [...] >> input.frequency: 5990.0 >> input.transfer.high: 150.0 >> input.transfer.low: 92.0 >> input.voltage: 0.0
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some of them from back in March. One from Carson Gaspar <carson at taltos.org> looked promissing at first glance but after many hours I just couldn't get it to work. Due to much demand, I have added optional PATH to --with-pcre, --with-zlib, and --with-tcp-wrappers. I have done extensive testin on --with-zlib, and
2004 Feb 12
4
Segfaults in Debian?
Hello, I am running a Debian Testin/Unstable system with ii samba 3.0.1-2 a LanManager-like file and printer server fo ii samba-common 3.0.1-2 Samba common files used by both the server a And lately (more or less since the first 3.0 Samba i have been getting a _lot_ of segfaults.. Does someone have any clue as to what the below might be caused by? Isnt SIG11 usually
2002 Nov 21
2
Kazaa lite and mandrake 9
Hi - i have a fresh install of mandrake 9 and i cant get kazaa lite to run under wine. My system is an athlon xp with a vt8233 soundcard (so mandrake reports) and a riva 128 graphics card. kazaa lite installs fine with wine but when i go to run it it craps out. I followed the instructions at http://appdb.winehq.com/appview.php?appId=747 and ran it with -dll comctl32,shlwapi,shdocvw=n. I am
2011 Apr 01
1
mean in the boxplot
Dear R users, How to show mean in the boxplot instead of median ? Many thanks Yan [[alternative HTML version deleted]]
2013 Aug 07
0
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
On Aug 7, 2013, at 10:43 AM, Matthew Lenz wrote: > Tripp Lite SMART1300LCDT > > # upsc ups [...] > battery.voltage: 0.0 > battery.voltage.nominal: 24.0 [...] > input.frequency: 5990.0 > input.transfer.high: 150.0 > input.transfer.low: 92.0 > input.voltage: 0.0 > input.voltage.nominal: 120 > output.current: 100.00 > output.frequency: 5990.0 >
2013 Jul 23
0
[LLVMdev] Steps to addDestination
Hi Rasha, > I need to addDestination to some basic blocks Just to make sure there's no confusion here: you really are trying to create code like: define i32 @foo(i1 %tst) { %Address = select i1 %tst, i8* blockaddress(@foo, %true), i8* blockaddress(@foo, %false) indirectbr i8* %Address, [label %true, label %false] ; This is what you're creating true: ret i32 42 false: ret i32
2013 Aug 07
2
[HCL] Tripp Lite SMART1300LCDT supported by usbhid-ups
Tripp Lite SMART1300LCDT # upsc ups battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 30 battery.runtime: 2951 battery.type: PbAC battery.voltage: 0.0 battery.voltage.nominal: 24.0 device.mfr: Tripp Lite device.model: TRIPP LITE UPS device.serial: 2250AVLSM872100251 device.type: ups driver.name: usbhid-ups driver.parameter.pollfreq: 30 driver.parameter.pollinterval: 2
2013 Jul 23
2
[LLVMdev] Steps to addDestination
1- I need the first example. 2- I set the Address uninitialized according to the documentation " Setting the name on the Value automatically updates the module's symbol table" from Value.h source code 3- I'm not sure about "select" instruction, you mean that the address is the new destination (basic block)that will be added Thanks On 23 July 2013 16:38, Tim Northover