search for: data_path

Displaying 4 results from an estimated 4 matches for "data_path".

Did you mean: data_pad
2013 Oct 23
2
performance on document.get_data()
...to operate xapian. Bellow it's my index structure # value: 0:date, 1:site # data: json message which contains: author, url, message(30 words) Do you have any idea to improve the search performance , especially doc.get_data? my code snippet database = xapian.Database("%s/athena" % DATA_PATH) enquire = xapian.Enquire(database) enquire.set_weighting_scheme(xapian.BM25Weight()) query = parse(keywords) enquire.set_query(query) matches = enquire.get_mset(start, 200) matches.fetch() result = [json.loads(match.document.get_data()) for match in matches]
2007 Dec 10
0
password authentication stops but can be restarted
....conf [global] security = domain workgroup = DOMAINX netbios name = sun-system-y password server = W3K_SERVER domain master = no local master = no preferred master = no username map = /etc/sfw/smb.users [homes] writeable = yes valid users = +sysadmin wide links = no [app] path = /var/data_path writeable = yes valid users = app_id wide links = no smb.users id_1 = DOMAINX\win_id_1 id_2 = DOMAINX\win_id_2 app_id = DOMAINX\win_id_app Note that the Windows password server is Win3K and that I have various versions of Sun supplied SAMBA. I do have some SAMBA share that use Win2K authentica...
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
...ts, which are mainly just calling on the client side /usr/bin/rsync --server --sender -vlogDtprz --delete-excluded --numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude / and on the server side rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded rsync@$client:/ $DATA_PATH/$client/daily.0 The backup return with the following message on the server side "rsync error: protocol incompatibility (code 2) at main.c(1385) [generator=2.6.9]", but i can't see any error message on the client side. On both machines the newest version of rsync from the debian s...
2005 Sep 26
0
[Fwd: Re: Samba with Mysql, Compilation of version 3.0.11]
Hello again, Related to previous bug, i have corrected few things from util.c, 3 char* data structures were defined more than one time so i commented them in code, it seem to compile now... data_path state_path cache_path Thanks anyway. Pierre (C)ollen wrote: > pdb_sql.c is the new mysql backend name > (was pdb_mysql) so it does get compiled... > but this output shows that you still use 3.0.20. > and that's not the best version for mysql backends...! > > i must note tha...