Displaying 20 results from an estimated 600 matches similar to: "writabledatabase_delete_document()"
2007 Jan 30
1
Re: [Xapian-commits] 7603: trunk/xapian-core/trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
hi,
I'm using Xapian on Windows with large files. My index directory is about 65 607 466 693 bytes:
2007-01-30 09:28 17 position_baseA
2007-01-30 10:06 17 position_baseB
2007-01-23 14:18 0 position_DB
2007-01-30 10:06 360 496 postlist_baseB
2007-01-30 10:06 23 623 852 032 postlist_DB
2007-01-30 10:06 88 432
2004 Jul 19
2
large Xapian index files
Hello Arjen van der Meijden,
on xapian-discuss you mentioned that your Xapian installation has got up to
15 GB database size. Can you tell me about the largest index filesize you got?
According to <http://xapian.org/docs/scalability.html>, it seems that the
quartz database filesize is limited only by the OS and file system. Can you
confirm from your experience that there is no 2GB limit?
2006 Jan 30
1
More than one Index?
Morning All,
I use scriptindex to build my database and the PHP bindings to pull it
all out.
Is it possible to have more than one index but select what the bindings
search on?
So at the moment I index property addresses, I would also like to index
property descriptions for more advanced searching but only as an
optional extra...probably in an extra search box.
Also I would like to analyse the
2006 Dec 02
1
document_id globally incrementing
Hi All
I have made my xapian indexer automatically create new indexes once it
reaches X documents in each, and for each document that I add to each
sub-index, I record its document_id and its index_id (relating to what
index the document ended up in).
writabledatabase_add_document() returns document_id:s beginning from 0
for each new index when you add new documents, like you would expect.
So
2005 Apr 27
1
Xapian -need help!
Hi,
I do have few questions regarding xapine as I'm a newbie in this and
would appreciate if someone could give me some insight:
1: When I'm trying to index , why it creates/opens so many files,
e.g.this is how one of my index looks like:
% ~/xapian_index> ls
db_lock position_baseA record_DB termlist_baseA
meta postlist_DB record_baseA value_DB
2004 May 31
1
small question
Hello frieds,
do I need to do 'net rpc join -U Administrator'
(to selfjoin the localhost to the domain)
if I have samba3.0.4 running
in ROLE_DOMAIN_PDC and with ldapsam-Backend
and want to use winbindd for ntlm_auth squid authentification?
--
Best regards,
Malte mailto:malte.woelky@gmx.de
_________________
Malte Woelky -=[SkyNet]=-
2004 Jun 04
1
install software when the user logs on (with admin previledges)
Hi All,
is it possible to install software when the user logs on ?
I think the problem is, that some software needs admin-rights to be
correctly installed?
The logon script is executeted with the username/right of the
logging-on user, so one can think of changing the user from within the netlogon-script...
but this would be dangerous, as one has to write the password
of an admin account in the
2004 Jul 28
1
Re: Request for sample qmailGroup ldif: LDAP attribute is not given b ut mandatory. (#5.3.5) error
Hallo,
you have to add the qmailUser - objectClass and the corresponding
attributes to the entry, qmailGroup is an derieved objectClass from qmailUser.
Yours
Malte
Wednesday, July 28, 2004, 2:54:33 PM, you wrote:
KA> I would like to create email groups under a qmail-ldap installation. I
KA> created a sample group testgroup2@mysampledomain.com in which I wanted
KA> akamau@icipe.org
2004 Jul 27
2
logged in users
Hallo,
i've got a little question:
is it possible to query the domain controller
which user is loggid in from which workstation.
I'm writing an webapp for teachers; it would be nice to know
which pupil logged on from which workstation to shutdown the
correkt workstation in order to kick the pupil (force logoff)
or is there an other way to
2009 Dec 01
3
How to modify environment variables before executing a command
Hi,
I'd like to access and modify shell environment variables before
executing a command on a remote host via ssh. Unfortenatly, I can't
figure out the proper way to do this...
It seems, standard shell configuration files (e.g. ~/.bash_profile) are
not sourced before ssh executes a command. Of course I could explicitly
source them, e.g.
ssh user at host 'source ~/.bash_profile;
2006 Mar 29
1
Using boolean terms in PHP bindings
OK, I'm indexing my data with the scriptindex. I want to be able to
restrict the search by the category field. Do I need to do anything to
the data itself? Like, literally prefix it with the characters "XC"?
Below is my indexor for scriptindex and the my php code...
document_id : field=ref unique=Q boolean=Q
search_id : field=document_id index=S
document_title : field=title
2006 May 15
1
adaptive query scoring
Hi all
Is there a way to do adaptive query scoring (as in popular results
returned by a query should get more weight because they are getting
clicked more often) in xapian? Is this what the rset class should be
used for?
I could write a php app to do adaptive results scoring for separate
words (just recording the clicks and then have a cron:ned script add
weight to the document_id:s for the
2004 May 31
1
prerequisites for winbind (Samba-3.0.4-SuSE-9.0)
Hi there,
I'm not able to get winbind to work, although searched google and studied
and tried nearly every howto
and forum entry on the net the last week.... it simply doesn't work and I don't understand
why....
My Samba3-Domain SUPZ (samba & ldap Linux PDC, Windows Clients) works
perfektly
with all ldap users, groups (linux and from windows) and computer accounts
(Win2000 WS).
2004 Aug 23
1
'net rcp shudown' with mashine account (-n -P) possible???
Hello samba-list,
I'm able to shutdown remote mashines using:
supzli02pdc:~ # net rpc shutdown -S <target-pc> -U Administrator%<passwd> -r -t 1 --comment=Abmelden
I wounder if this is also possible with an mashine account auth (from the
PDC)? I couldn't get it to work:
supzli02pdc:~ # net -n supzli02pdc -P rpc shutdown -r -t 1 -S <target-pc> --comment=Abmelden
2017 Jan 11
2
Deleting a mailbox recursively
Hello and thanks for the answer,
as of version 2.2.24 this is not working:
# doveadm mailbox delete -r dove
delete: invalid option -- 'r'
I crawled through the changelog since 2.2.24 and could not find any
change like this.
Also neither the wiki nor the man-pages mention a "-r"-flag. I am a bit
confused here.
Am 10.01.2017 um 22:55 schrieb Timo Sirainen:
> On 9 Jan 2017,
2009 Oct 12
1
How to force winbind (3.4.1) to talk to a certain AD-server?
Hello,
how can I force winbind to talk to a certain AD-controller?
I run version 3.4.1 and winbind is joined to the Win2k3/2k8 domain, with
security = ADS. It seems as if winbind always sticks to the last successfully
contacted server. That server has bad performance and I want winbind to use
another server for NTLM-authentication. It seems to ignore the "password
server" setting.
2005 Feb 11
1
Database Corrupt Error
I am getting this error when trying to remove a document from my Xapian
database via writabledatabase_delete_document:
"DatabaseCorruptError: Db block overwritten - are there multiple writers?"
There might have been two processes trying to write to it earlier today, but
currently only one process can touch it at a time, and I still receive the
error.
Is there a fast way to fix this
2003 Apr 17
5
AppleTalk(netatalk)+Samba
Hi folks,
is anybody using those two products together and can give me any advice
on how to do this? My specific issue has been addressed in other posts
before, but as nobody responded, it would just now be interesting if
anybody at least uses those applications together successfully?
greets Malte
2002 May 14
2
least summed square distance + fit
hi,
I have a matrix (representing original data) that looks e.g. like this
(consider it beeing x,y,z coords):
441 447 0
265 407 0
374 223 0
288 574 0
669 309 0
591 195 0
595 475 0
424 351 0
I get a second matrix (subject data) that is similiar to the above
matrix but it is scaled, translated and rotated (and of course a little
inprecise).
Also I have an
2005 Jul 27
3
smbd (3.0.20pre2) crashes at startup, was: https://bugzilla.samba.org/show_bug.cgi?id=2916
Hi all,
at first glance, samba3.20.pre2 seemed to crash at startup, so I posted
a bug-report at bugzilla (https://bugzilla.samba.org/show_bug.cgi?id=2916).
After I installed this version in a seperate directory, so it wouldn't
conflict with any existing *.tdb, but still use the same ldap-directory
and the same smb.conf, it now starts. I assume that I have some
.tdb-file or something alike,