Displaying 9 results from an estimated 9 matches for "assanka".
Did you mean:
asanka
2009 Sep 15
1
Centos 5.3 Kernel panic with fuse and glusterfs.
..., I've tried patched versions of fuse
released by Gluster. Nothing seems to improve this problem.
If anyone has any ideas for further debugging, or other routes for
support. I'm running out of ideas.
Thanks in advance
Tom O'Connor
--
Tom O'Connor
--------------------------
Assanka: Every possibility
w: http://www.assanka.net/
t: 0870 085 2038
f: 0871 433 0919
e: tom.oconnor at assanka.net
2011 Feb 16
1
Faceting article
...des to faceting
strategy on the web, so I thought I'd have a stab at writing one.
I'm not completely happy with it, but it's been sitting in my drafts for
long enough that I thought it worth at least putting it out there and
seeing if anyone wants to give any feedback on it.
http://assanka.net/content/tech/2010/11/16/faceted-search-choosing-good-facet-suggestions/
Any suggestions for improvements/corrections very gratefully received.
Cheers,
Andrew
2011 Mar 23
1
DatabaseModifiedError
Hi,
I am starting to see more frequent occurrences of a DatabaseModifiedError when users execute searches on my site. Since our index is being updated all the time, its easy to understand why these happen, but is it possible to ignore this error and execute the search against the stale revision? It's likely only a few seconds out of date, and if I follow the advice and reopen() the
2005 Jan 21
0
Cisco 7960 can't make/receive calls
...CE[19688]: chan_sip.c:7271 handle_request: Failed to
authenticate user "30"
<sip:30@server.ourdomain.com>;tag=00078599323d000750732f5f-2c61cb72
We're running Asterisk CVS-v1-0-01/18/05-23:43:27
The SIP<mac>.cnf file contains:
# Proxy Server
proxy1_address: "ginger.assanka.com"
# Line 1 Settings
line1_name: 30
line1_displayname: 30
line1_authname: 30
line1_password: "ciscopassword"
And sip.conf looks like:
[30]
type=friend
username=30
secret=ciscopassword
context=ourphones
host=dynamic
canreinvite=no
nat=yes
mailbox=1
As I said, we've got a...
2011 Jan 17
2
DatabaseCorruptError
Hi there,
My web app uses Xapian via the PHP bindings. I'm getting this error
thrown occasionally when atempting to instantiate a XapianDatabase
object for searching.
DatabaseCorruptError: Expected block 107 to be level 1, not 0
Here's the line that invokes it:
$database = new XapianDatabase(PROJROOT.'/data/xapian/posts');
And my version is xapian-core 1.2.3 with matchspy.
2011 Aug 29
1
Writing a Quick Start Guide to Xapian
> Sadly our application for the GSoC doc camp wasn't successful - sounds
> like there was hugely more interest than space.
>
> But I think we should do it anyway - I'll be in California for the
> mentor summit for 21st-23rd October, so could be in the UK the week
> before. Two of the other people who were interested were based in
> London, and the other in Germany.
2010 Oct 21
2
In-memory databases vs PHP Bindings
I can't quite connect the dots on this, perhaps someone can help. I'm
simply trying to create an in-memory database comprising a single document,
so that I can run a load of queries against it and see if any of them match
the new document (this is to enable users to have 'subscriptions' to saved
searches and be alerted every time a new item is published that matches
their
2010 Aug 28
1
Matchspy and faceting
Have been working recently on a site that classifies posts using tags in
taxonomies, so a post about the Oil spill in the Gulf of Mexico might be
tagged 'Subscribers only' (access level), 'Barack Obama' (person), 'Tony
Hayward' (person), 'BP' (company), 'Transocean' (company), 'Gulf of
Mexico' (location).
With some advice from Richard Boulton I
2011 Apr 02
1
Xapian docs (was Re: Xapian-discuss Digest, Vol 83, Issue 2)
> I think this is a shining example of how well Xapian works with large
> document collections. I was just discussing this with my colleagues here
> and one of the issues that came up is that we'd love Xapian to become
> really lot more popular but have found that the documentation's a bit
> difficult to get into, as is the API.
I agree. There are a few gotchas, as well