You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I rely on gosearch as my main search tool on the daily. Thanks for sharing it, its great tool that should have more exposure imho.
I cannot be sure when this issue started, but the index is no longer "automagically" updating when files are created, deleted etc. I am also unsure how to go about debugging this. systemctl status gosearch does show fanotify.go and indexer.go are active and receiving events, but lets say we create file $HOME/USER/HelloWorld.sh, querying said file does not return a result. Re-indexing manually, systemctl restart gosearch and running the query again correctly returns $HOME/USER/HelloWorld.sh.
Environment info:
Kernel: 5.12.1.arch1-1
Go: 2:1.16.4-1
Not sure the atime mount option is relevant, but ext4 filesystem is mounted with relatime.
If you have any thoughts on this issue I would love to hear them!
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hello, glad to hear that gosearch is still being used. I'm currently not using Linux so it's possible that there has been a change in the kernel API that went unnoticed. Also I won't be able to look immediately but hopefully in the next couple of days 👍🏻 I agree it's a nice project, I think I'll put some more time into it soon
Hi, I rely on
gosearch
as my main search tool on the daily. Thanks for sharing it, its great tool that should have more exposure imho.I cannot be sure when this issue started, but the index is no longer "automagically" updating when files are created, deleted etc. I am also unsure how to go about debugging this.
systemctl status gosearch
does showfanotify.go
andindexer.go
are active and receiving events, but lets say we create file$HOME/USER/HelloWorld.sh
, querying said file does not return a result. Re-indexing manually,systemctl restart gosearch
and running the query again correctly returns$HOME/USER/HelloWorld.sh
.Environment info:
Kernel:
5.12.1.arch1-1
Go:
2:1.16.4-1
Not sure the
atime
mount option is relevant, butext4
filesystem is mounted withrelatime
.If you have any thoughts on this issue I would love to hear them!
Thanks for your time.
The text was updated successfully, but these errors were encountered: