Displaying 8 results from an estimated 8 matches for "jfd".
Did you mean:
fd
2004 Nov 24
1
Problems with udev on FC3
I've been testing * on FC3. I have everything compiled and installed.
However, when I do 'modprobe wcfxo' (I have an X100P clone), I get the
following in /var/log/messages:
Nov 24 10:23:40 jfd wait_for_sysfs[3366]: either wait_for_sysfs (udev
039) needs an update to handle the device '/class/zaptel/zaptimer'
properly (no device symlink) or the sysfs-support of your device's
driver needs to be fixed, please report to <linux-hotplug-
devel@lists.sourceforge.net>
Nov 24 10...
2015 Oct 05
0
COMPILATION ERROR dev_t, into_t , no_tetc
...1/include/jedi.h:537:2: error: unknown type name ?ino_t?
ino_t lockid1;
In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0,
from BASIC_2.c:6:
/opt/TAFC/R14.1/include/jedi.h:729:1: error: unknown type name ?ino_t?
ino_t JRunFileIOGetIno(DPSTRUCT dp, struct jfd fdinfo );
^
/opt/TAFC/R14.1/include/jedi.h:730:1: error: unknown type name ?dev_t?
dev_t JRunFileIOGetDevice(DPSTRUCT dp, struct jfd fdinfo );
^
/opt/TAFC/R14.1/include/jedi.h:732:1: error: unknown type name ?ino_t?
ino_t JRunFileIOGetLock1(DPSTRUCT dp, struct jfd fdinfo );
Kindly Help.
T...
2018 Sep 14
3
How to make database build threaded?
...oes it:
>
> https://www.lesbonscomptes.com/recoll/idxthreads/threadingRecoll.html
>
> A few things in the document are slightly obsolete (esp. the last
> paragraph: recollindex now does use vfork()), but it's overall quite close
> to how the current indexer works.
>
> jfd
>
Thank for your answer, briefly it's No:
> The Xapian library index updating code is not designed for multi-threading and must stay protected from multiple accesses.
just for evaluation purpose could you provide me some links to the code
about how Recoll parallelizes "Data extrac...
2018 Sep 13
2
How to make database build threaded?
Hi everybody,
I'm the author of a small C++11 program called XDGSearch. The source
code is hosted on Github, for a quick overview you can visit this link
https://github.com/frank67/XDGSearch/blob/master/README.md
I'm writing to the mailing list because I'd like to make the database
build process splitted in more thread. Is it possible? If you are a C++
programmer you can take a look at
2018 Sep 14
0
How to make database build threaded?
...,
You may be interested by how Recoll does it:
https://www.lesbonscomptes.com/recoll/idxthreads/threadingRecoll.html
A few things in the document are slightly obsolete (esp. the last
paragraph: recollindex now does use vfork()), but it's overall quite close
to how the current indexer works.
jfd
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
When I try to connect to * using a Cisco ATA 188 configured with a MGPC firmware (v3.1.1), I just
keep getting this message every 30 seconds or so :
May 10 10:08:21 NOTICE[7913]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.1.27' (and thus its
endpoint '*') does not exist
Using tcpdump, I have checked that the ATA188 (with IP 192.168.1.27 and port 2427) sends UDP packets
to
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes:
tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num
tools/blktap: constify string arrays in convert_dev_name_to_num
tools/blktap: fix params and physical-device parsing
tools/blktap: remove unneeded pointer dereferencing from img2qcow.c
tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c
tools/blktap2: fix build errors caused by Werror in
2020 Jun 03
0
Windows: accessing an index with non-ASCII path
Hi,
Would someone know the appropriate magic to transform a Unicode Windows
path into something that Xapian can use with its open() calls ?
The index is relative to a user directory, the user is Korean, with a
Korean user name, the home directory is retrieved through a Windows Unicode
interface, the path to the index computed from this, and I can't find a way
to open it (tried misc