Ico Doornekamp
Ico Doornekamp
Quoting jbd (2016-12-29 22:09:06) > > l8gravely> We should move from tokyocabinet to lmdb, and I'd also > suggest that we pull lmdb into the duc source tree as well....
Quoting jbd (2016-12-30 11:45:22) > I lost trace of an interesting paper, but I found it again: [On > Distributed File Tree Walk of Parallel File > Systems](http://www.cs.nmsu.edu/~misra/papers/sc12paper.pdf ). Thanks...
Quoting jbd (2016-12-30 16:37:05) > Out of curiosity, I've tested what looks like an implementation of the > previous paper: [dwalk.c from the mpifileutils > project](https://github.com/hpc/mpifileutils/blob/master/src/dwalk/dwalk.c) > which is using...
Quoting jbd (2016-12-30 18:29:02) > Grrr, I've lost my answer. > > > Test branch for you > > Thank you for merging my pull request. Let's hope I didn't...
(Some ramblings in case I leave this for a year and forget about it - this happens to me far too often.) Ok, I've spent some time thinking and prototyping,...
Quoting John (2017-01-01 22:06:17) > Ico> • Have duc always keep track of absolute path names and pass those to opendir > Ico> (). This causes a bit of overhead...
Quoting Alex (2019-01-19 18:48:47) > > The proper solution for this is to use openat() and fdopendir() which allow referencing of file names relative to a parent file descriptor. The...
Hi, I'm not sure what your exact problem might be, but a good start to finding out would be to remove the current db (probably ~/.duc.db) and recreate the index....
Quoting aiamuzz (2019-07-06 10:43:52) > I notice that indexing fails with 'permission denied' error for > folders owned by root ... should i be running the indexing command > with...
Quoting aiamuzz (2019-07-06 11:44:22) > > Indexing as root is considered safe, but do realize that the metadata about files which are normally not readably by non-root users ends up...