FS#9564 - [rlocate] doesn't work with kernel 2.6.24-ARCH
Attached to Project:
Community Packages
Opened by Julius Bullinger (kwurzel) - Wednesday, 13 February 2008, 14:38 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 03 June 2008, 14:49 GMT
Opened by Julius Bullinger (kwurzel) - Wednesday, 13 February 2008, 14:38 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 03 June 2008, 14:49 GMT
|
Details
Description:
After updatet kernel26 to 2.6.24-ARCH, rlocate doesn't work anymore (installed after http://wiki.archlinux.org/index.php/Rlocate). startup: "FATAL: Module rlocate not found" # uname -r 2.6.24-ARCH # modprobe rlocate FATAL: Module rlocate not found. # /etc/init.d/rlocate start -bash: /etc/init.d/rlocate: Datei oder Verzeichnis nicht gefunden # locate arch locate: fatal error: Could not find user database '/var/lib/rlocate/rlocate.db': No such file or directory # updatedb updatedb: update_proc_info: cannot open /proc/rlocate for writing: No such file or directory. Module not loaded? |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Tuesday, 03 June 2008, 14:49 GMT
Reason for closing: Fixed
Additional comments about closing: works whit 2.6.25-ARCH
Tuesday, 03 June 2008, 14:49 GMT
Reason for closing: Fixed
Additional comments about closing: works whit 2.6.25-ARCH
AFAIK there are issues related to LSMs made non-modular in .24 :-(
For now, I suggest use mlocate, which is faster than slocate but doesn't use a kernel module as rlocate
(mlocate replaced slocate in Core some time ago)
Little hint (if it is not a write error): You have to start it with "/etc/rc.d/rlocate start"
Please test this package ASAP: http://dev.archlinux.org/~roman/rlocate-0.5.6-3-i686.pkg.tar.gz
And confirm if rlocate daemon really works (I don't use it so I may not notice something).
- modprobe rlocate: OK
- /etc/rc.d/rlocated start: OK
- updatedb: OK (No error messages)
- touch HALLO_rlocate
- locate HALLO_rlocate: Result is empty
Unfortunately, I don't know what I need to change to make it work. *shrugs*