search for: query

Displaying 20 results from an estimated 19638 matches for "query".

2006 Dec 06
1
Bug and patch for +terms with wildcards
In current Xapian SVN HEAD, there is a bug in the query parser concerned with the handling of wildcard terms with a "+" prefix. Specifically, a query such as "+foo* bar" will be parsed by the query parser into Xapian::Query("bar") if there are no terms in the database which start "foo". Instead, since the "...
2017 Apr 28
2
Re: Libvirtd freezes
On 04/27/2017 04:31 PM, Stefano Ricci wrote: > Here is the backtrace of the libvirt process just started [Just a side note, you shouldn't top post on technical lists. Gmail sucks at this.] > > https://pastebin.com/R66myzFp Looks like libvirtd is trying to spawn /usr/bin/qemu-system-x86_64 but it takes ages to init. In the debug logs you might see the actual command line that
2015 May 11
2
samba_dlz: cancelling transaction
this is my named.log file. Have the dark line problem? best regards. May 10 08:11:08 samba named[752]: queries: info: client 127.0.0.1#54056 ( WPAD.test.com): query: WPAD.test.com IN A + (127.0.0.1) May 10 08:11:08 samba named[752]: queries: info: client 127.0.0.1#54056 ( WPAD.test.com): query: WPAD.test.com IN AAAA + (127.0.0.1) May 10 08:11:08 samba named[752]: queries: info: client 127.0.0.1#47368 (WPAD): query: WPAD IN A + (127.0.0.1) May 10 08:11:08 samba...
2017 Apr 29
2
Re: Libvirtd freezes
...ot;version": {"qemu": {"micro": 1, "minor": 8, "major": 2}, > "package": ""}, "capabilities": []}} > { "execute": "qmp_capabilities" } > {"return": {}} > { "execute": "query-commands" } > {"return": [{"name": "xen-set-global-dirty-log"}, {"name": > "xen-save-devices-state"}, {"name": "xen-load-devices-state"}, > {"name": "x-colo-lost-heartbeat"}, {"name": &...
2009 Jun 14
0
DNS queries based on channel name?
...cant find any obvious reference to them in the asterisk source. I'm running Asterisk 1.4.21.2 I call voicemail and immediately hang up: I called from a sip client called line1, but I have no idea where 08c5b9e0 is coming from... 14-Jun-2009 12:37:07.926 queries: info: client 127.0.0.1#41105: query: line1-08c5b9e0.shadowmage.org IN A + 14-Jun-2009 12:37:08.002 queries: info: client 127.0.0.1#38238: query: line1-08c5b9e0.shadowmage.org IN A + 14-Jun-2009 12:37:15.716 queries: info: client 127.0.0.1#57304: query: line1-08c5b9e0.shadowmage.org IN A + Call going through asterisk: 14-Jun-2009 12:...
2009 Aug 06
0
Tasty Planet fails to run
...oint+0x70() in ntdll (0x0064eb78) 6 0x7bc73c8b in ntdll (+0x63c8b) (0x0064f3b8) 7 0xb7e724ff start_thread+0xbf(arg=0x64fb90) [/build/buildd/glibc-2.9/nptl/pthread_create.c:297] in libpthread.so.0 (0x0064f4b8) fixme:shell:DllGetClassObject failed for CLSID={a07034fd-6caa-4954-ac3f-97a27216f98a} (Query file associations) err:ole:CoCreateInstance apartment not initialised err:shell:SHCoCreateInstance failed (0x800401f0) to create CLSID:{a07034fd-6caa-4954-ac3f-97a27216f98a} (Query file associations) IID:{c46ca590-3c3f-11d2-bee6-0000f805ca57} (unknown) err:shell:SHCoCreateInstance class not found i...
2011 Oct 23
4
summarizing a data frame i.e. count -> group by
Hello, This is one problem at the time :) I have a data frame df that looks like this: time partitioning_mode workload runtime 1 1 sharding query 607 2 1 sharding query 85 3 1 sharding query 52 4 1 sharding query 79 5 1 sharding query 77 6 1 sharding query 67 7 1 sharding query 98 8 1 sharding refres...
2017 Apr 29
0
Re: Libvirtd freezes
...quot;QMP": {"version": {"qemu": {"micro": 1, "minor": 8, "major": 2}, "package": ""}, "capabilities": []}} { "execute": "qmp_capabilities" } {"return": {}} { "execute": "query-commands" } {"return": [{"name": "xen-set-global-dirty-log"}, {"name": "xen-save-devices-state"}, {"name": "xen-load-devices-state"}, {"name": "x-colo-lost-heartbeat"}, {"name": "x-blockdev...
2017 Apr 30
0
Re: Libvirtd freezes
...: {"qemu": {"micro": 1, "minor": 8, "major": 2}, >> "package": ""}, "capabilities": []}} >> { "execute": "qmp_capabilities" } >> {"return": {}} >> { "execute": "query-commands" } >> {"return": [{"name": "xen-set-global-dirty-log"}, {"name": >> "xen-save-devices-state"}, {"name": "xen-load-devices-state"}, >> {"name": "x-colo-lost-heartbeat"}, {"n...
2006 Jun 27
2
Using QueryParser vs building my own query
Hello all I finally caved in and decided I should build my own query instead of relying on QueryParser to do the job for me, but I''ve hit a strange problem.. Here''s how I build my query: #Main query query = Ferret::Search::BooleanQuery.new #Build query to match types typesquery = Ferret::Search::BooleanQuery.new @selected_types.each{|type| t...
2003 Apr 21
2
Root server dns queries
...ly the > mail gets out successfully. > > I cannot access the internal DNS servers, which are running NT. > My BIND is cache only, forwarding to the NT boxes. Sendmail has > been configured to WorkAroundBrokenAAAA. The box is running > STABLE from about the end of February. When I query each NT > box directly with nslookup they give the appropriate responses > without fuss. > > Since something seems to be querying each root server in turn > repeatedly (and failing), I whittled down my root file to > two root servers and restarted named as an experiment. > It...
2011 Oct 23
1
unfold list (variable number of columns) into a data frame
Hello, I used R a lot one year ago and now I am a bit rusty :) I have my raw data which correspond to the list of runtimes per minute (minute "1" "2" "3" in two database modes "sharding" and "query" and two workload types "query" and "refresh") and as a list of char arrays that looks like this: > str(data) List of 122 $ : chr [1:163] "1" "sharding" "query" "607" "85" "52" "79" "77" &q...
2018 Sep 29
2
xapian parser bug?
Today we noticed that keywords can't be searched as prefixed terms. Or that's what it looks like anyway. I tested and, or, and not. ╰─% NOTMUCH_DEBUG_QUERY=y notmuch search 'subject:"and"' Query string is: subject:"and" notmuch search: A Xapian exception occurred A Xapian exception occurred parsing query: Syntax: <expression> AND <expression> Query string was: subject:"and" ╰─% NOTMUCH_DEBUG_QUERY=y n...
2015 May 11
0
samba_dlz: cancelling transaction
...ar?? tombul wrote: > > this is my named.log file. > Have the dark line problem? > > best regards. > > May 10 08:11:08 samba named[752]: queries: info: client > 127.0.0.1#54056 ( > WPAD.test.com <http://WPAD.test.com>): query: WPAD.test.com > <http://WPAD.test.com> IN A + (127.0.0.1) > May 10 08:11:08 samba named[752]: queries: info: client > 127.0.0.1#54056 ( > WPAD.test.com <http://WPAD.test.com>): query: WPAD.test.com > <http://WPAD.test.com> IN...
2005 Feb 25
0
3.0.7 - NT Create AndX Response, Error:, QUERY_PATH_INFO, Error:
...is" and "Bonza" which are two samba servers at work. Go figure?? Any ideas what is happening or how to fix it?? No. Time Source Destination Protocol Info 1 0.000000 rankin-p35.3111skyline.com www.3111skyline.com SMB Trans2 Request, QUERY_PATH_INFO, Query File Basic Info, Path: \personal\soccer\foo 2 0.002022 www.3111skyline.com rankin-p35.3111skyline.com SMB Trans2 Response, QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND 3 0.002591 rankin-p35.3111skyline.com www.3111skyline.com SMB Trans2 Request, QUERY_...
2004 Jul 28
0
(no subject)
...e ip=10.92.50.72 bcast=10.92.50.255 nmask=255.255.255.0 TESTPARM ./testparm Load smb config files from /usr/local/samba/lib/smb.conf Processing section "[andyhome]" Processing section "[tmp]" Loaded services file OK. NMBLOOKUP /usr/local/samba/bin> nmblookup -B macdui _SAMBA_ querying _SAMBA_ on 10.92.50.72 name_query failed to find name _SAMBA_ ---------------------------------------------------------------------------- ----------------------------------------- nmblookup -B macdui '*' querying * on 10.92.50.72 10.92.50.72 *<00> ---------------------------------...
2015 Feb 02
1
RFC: Handle query strings for http and https (RHBZ#1092583)
Parse the query string from URLs, and pass it as new add_drive optarg; use it when building the file= URL for qemu. Accept query string only for http and https protocols, for now. --- Possibly it looks like an ad-hoc solution for http(s), although I'm not sure how it could possibly be generalized somehow (may...
2012 Apr 01
2
Project: QueryParser Reimplementation, to Olly Betts and Dan Colish
*Hi all,* * * *The following is my general idea for the project. For a complete query parser I still need to consider more details. Please give me feedback because the description of this project is lack of detailed information, and I can submit my proposal without giant deviation.* * * design principle of query parsing: 1) better understanding user input. All search engine do is un...
2007 May 16
7
bilingual site: exclude fields set from query
Hi all, Is there a way to have searches no use some indexed fields, when processing a query? context: I have a model Foo that holds some information in two languages : - text1_nl, text2_nl, text3_nl and - text1_en, text2_en, text3_en Some other fields are common to both languages and indexed as well - first_name, last_name Depending on the visitor language choice I need to exclud...
2006 Jul 21
1
Passing a variable between methods
Hi, I am trying to add search functionality to may application. I am struggeling to pass my query to the controller and then show all my search results in another view. How would I do this? Model: class Advert < ActiveRecord::Base belongs_to :user def self.search(query) if !query.to_s.strip.empty? tokens = query.split.collect {|c| "%#{c.downcase}%"}...