search for: cityweb

Displaying 20 results from an estimated 31 matches for "cityweb".

2004 Jan 12
1
tinc and ipcop
On Mon, Jan 12, 2004 at 02:11:38PM +0100, Ralf Petry wrote: > more or less just a general question: i am running a suse linux 8.1 as > a server and ipcop 1.2 (and at another place ipcop 1.4) as > firewall/router. > i would like to achieve the following: allow a certain company (with > windows server and clients) to connect > to my network via vpn. where would i set up tinc? on
2002 Mar 08
1
buildpkg.sh in OpenSSH_3.1p1
Hi, version.h in OpenSSH_3.1p1 has an Newline after #define SSH_VERSION "OpenSSH_3.1p1" so tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//' does give back a version number regards Oliver -- Oliver F?nger - Phone +49 201 8501 319 Cityweb Network GmbH & Co. KG Friedrichstr. 12 - Fax +49 201 8501 104 45128 Essen - email oliver.faenger at cityweb.de
2009 Dec 23
1
flush() definitely required before close()
Greets, WRT this discussion: http://lists.xapian.org/pipermail/xapian-discuss/2009-November/007300.html Richard recommends calling flush() before closing a index database segment, etc. Well, I can confirm that calling flush() is *required* before calling close() since close() on it's own does not commit/flush any pending writes/whatever unless the Perl script terminates, etc. So, for a
2010 Jan 13
1
Revision 13824 compilation failure
g' day Configured with --disable-maintainer-mode. Compilation of revision 13824 is failing with: common/serialise-double.cc: In function ?double unserialise_double(const char**, const char*)?: common/serialise-double.cc:141: error: ?SerialisationError? is not a member of ?Xapian? common/serialise-double.cc:157: error: ?SerialisationError? is not a member of ?Xapian?
2010 Jan 14
1
Latest revision and backwards compatibility
Greetings, I've been wondering about the index format and backwards compatibility. We're using the dev version (for chert) and each svn up means that any indexes created prior to this revision cannot be read. Is this purely a cautious move to prevent errors, and, barring any obvious index format changes, can I safely force the current revision to read existing indexes? eg, by
2011 Aug 09
3
what is the fastest way to fetch results which are sorted by timestamp ?
what is the fastest way to fetch results which are sorted by timestamp ? i want to use xapian as my search engine , use add_boolean_term(something) and add_value(0,sortable_serialise(get_timestamp())) to a doc. search through enquire.set_weighting_scheme(xapian.BoolWeight()) and enquire.set_sort_by_value(0,True) to ensure that the results are sorted by the timestamp. This method is ok , but
2010 Sep 03
1
Alternate mail_location prefix for homedir
Hi, I'm switching from UW-imap to dovecot 2.0.1 and was wondering about the mail_location config: mail_location = mbox:~/.:INBOX=/var/mail/%u Notice '.' in '~/.' above. This seems to resolve the ~/mail problem when switching from UW-imap (ie, no 'mail' prefix). doc/wiki/Migration.UW.txt doesn't mention using '~/.', so I was wondering whether there are
2008 Nov 26
1
Trying to patch xapian perl add/remove_spelling
Greets, I'm giving a stab at patching the CPAN module to add the missing WritableDatabase::add_spelling and remove_spelling, but need a bit of guidance since I'm coming in cold, and pressed for time (aren't we all). I've modified XS/WritableDatabase.xs and added the two necessary functions, and also added the two basic tests in t/index.t. Compilation completes cleanly, but
2008 Dec 02
0
Patch for perl Search::Xapian spelling
Hi Olly, Please find attached my latest patch for the Perl spelling stuff. I've also added the missing sections in the man pages. I've left most of the unit tests out since I don't have enough experience with Xapian to comfortably code these. If you could pop those in when you get the time, that would be great. Cheers Henry Combrinck -------------- next part --------------
2008 Dec 03
1
Compiling latest svn revision
Greetings, Before I head off to bed I thought I'd fire off this email wrt compiling the latest svn revision. I finally resolved all the dependencies, ran bootstrap/configure, but make eventually fails with: /usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start': (.text+0x18): undefined reference to `main' Xapian.o: In function `boot_Search__Xapian':
2008 Dec 06
1
Obtaining actual match count if using set_collapse_key()
Greets, Is it possible to obtain the actual match count if you're using set_collapse_key()? ie, the total count *before* the collapsing occurs (without using get_mset()). Alternatively, will MSet::get_matches_estimated() return the true - pre-collapse - count, or will it also be affected by collapsing? Thanks Henry
2009 Dec 22
1
test case for (perl) $qp->get_corrected_query_string()
Greetings, I'm trying to code a test case for get_corrected_query_string() in perl in t/parser.t, but I'm getting the following error: Can't locate auto/Search/Xapian/Query/get_correct.al... I take it something isn't implemented yet? Here's the code: ok( $query = $qp->parse_query( 'one or two',
2009 Dec 22
1
Patch submission
Greets, Please find attached a patch (against current svn) for consideration. It covers a few missing elements on the Perl side of things: add_spelling() and test/s. remove_spelling() and test/s. get_corrected_query_string() and test/s. get_spelling_suggestion() and test/s. man pages for the above and for WritableDatabase::close() are also patched. Please let me know of any errors (especially
2010 Jan 18
3
postlist: Tag containing meta information is corrupt.
Greetings, Using latest svn. I've noticed the following error when performing index merging: postlist: baseB blocksize=8K items=33962 lastblock=534 revision=1 levels=2 root=459 B-tree checked okay Tag containing meta information is corrupt. postlist table errors found: 1 I can still search on this index (I've only checked very small indexes), but merging is now a problem since I check
2010 Jan 20
2
Error when creating trac bug ticket
Greets Just tried to create a bug ticket on trac.xapian.org and it croaked with the error: ----------- Trac detected an internal error: IntegrityError: columns ticket, name are not unique The action that triggered the error was: POST: /newticket ----------- Clicking on the Create button to report the error results in an invalid URL. What's the best way to proceed to report my bug? Thanks
2010 Feb 05
0
trac error adding comment to #394
Greets, Just tried to add a comment to trac ticket 394. Resulted in error: Trac detected an internal error: AttributeError: 'NoneType' object has no attribute 'split' ---- My comment, for posterity, was: You may want to seriously consider pushing this patch into trunk since the performance benefit is, well, significant. My phrase test: from 15s+ down to 1s ---- regards
2010 Mar 29
0
Optimal usage of xapian-compact for merging
On Tue, March 23, 2010 19:46, Kevin Duraj wrote: > I am merging 300 indexes at once, it takes less than a day for merge > to happen for 100 million documents, during merging I notice very heavy IO. That IO sounds pretty normal. To help with IO load, we have a dedicated index store cluster, dedicated source data cluster, dedicated indexing cluster, etc. Sigh. Each time I think we have
2010 Jun 10
0
Exception: Key too long
Started a new thread - don't want to hijack the previous one (or carry on hijacking it). On Thu, June 10, 2010 05:17, Olly Betts wrote: >> My issue is that exceptions (ie, "Exception: Key too long: length >> was...") > > You are hitting the Btree key size limit. For flint and chert, this > translates to a term length limit of 245 bytes. > If you are using
2010 Aug 20
1
Spelling suggestion across search cluster
Greets, I suppose this isn't a major issue, but are there any plans to complete the spelling suggestion facility across a search cluster? I seem to recall reading somewhere in the docs that it's TODO. Regards Henry
2010 Nov 18
1
Influence of Google PageRank of a page on other pages of same site
Hi, I know this is the wrong forum for this kind of question and is only ephemerally related to xapian, but maybe someone here knows and will save me some digging. Given a google PR of, say, .15 for page A of site x.com, does google "radiate" any of that PR goodness onto any other pages of site x.com? Irrespective of whether page A links to any other pages in site x.com. In other