| Summary: | wrong WebUI advice how to regenerate search index | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Martin Korbel <mkorbel> | ||||
| Component: | WebUI | Assignee: | Tomas Lestach <tlestach> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ales Dujicek <adujicek> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 560 | CC: | adujicek, ahuchcha, cperry, mmraka, xdmoon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-01-13 09:54:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1127641 | ||||||
| Attachments: |
|
||||||
Valid bug. However I am not happy about this change at this time, as it will complicate the merge process of translated strings. What I did was: sed -i 's/\/usr\/sbin\/rhn-search cleanindex/service rhn-search cleanindex/' java/code/src/com/redhat/rhn/frontend/strings/java/StringResource_* Please note I touched 3 different strings: packages.search.index_files_missing packages.search.index_files_missing_for_docs searchserver.index_out_of_sync_with_db spacewalk.git: 6f3ec5ff59ab8854cd8244c5ac3f3afd66e061f3 In spacewalk it's been (re)fixed by creating /usr/sbin/rhn-search both on SystemV and systemd based OSes.
commit 4c3e294e7883df195c20b7ee9d5b5818e9c06c3d
1002590 - unified way how we call rhn-search cleanindex
With the release of Red Hat Satellite 5.7 on January 12th 2015 this bug is being moved to a Closed Current Release state. The Satellite 5.7 GA Errata: - https://rhn.redhat.com/errata/RHSA-2015-0033.html Satellite 5.7 Release Notes: - https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/5.7/html-single/Release_Notes/index.html Satellite Customer Portal Blog announcement for release: - https://access.redhat.com/blogs/1169563/posts/1315743 Cliff |
Created attachment 791812 [details] rhn-search Description of problem: When we have a non-consistent searching index data, We can see this error message "SearchServer index and database entries appear to be out of sync. Please run '/usr/sbin/rhn-search cleanindex'" But file /usr/sbin/rhn-search does not exist. Version-Release number of selected component (if applicable): Sat5.6.0@RHEL6 How reproducible: 10% Steps to Reproduce: Sorry, but I have not been success to make reproducer. Inasmuch as this bug has not high priority and it is only mistake in text. I think the reproducer is not necessary. The error message you can see in attachmet rhn-search.png Actual results: "SearchServer index and database entries appear to be out of sync. Please run '/usr/sbin/rhn-search cleanindex'" Expected results: "SearchServer index and database entries appear to be out of sync. Please run 'service rhn-search cleanindex'"