GNOME Bugzilla – Bug 743028
tracker spills tons of indexed raw data into journalctl, making it quite unreadable
Last modified: 2015-01-27 18:57:38 UTC
Tracker appears to spill raw indexed contents into journalctl, which in turn makes the log quite a pain to read if you want to find actually INTERESTING stuff since it's, you know, the system log. Example: Jan 11 18:55:31 cyberman gnome-session[2376]: h\nstates: all states of Π (assignments to A)\ninit () = I\n(\ntrue if s |= γ\nis-goal ( s ) =\nUninformed\nsearch\nHeuristic\nsearch\nSummary\nfalse otherwise\nsucc ( s ) = {h o , s 0 i | applicable o ∈ O , s 0 = app o ( s )}\nNovember 13th, 2013\nB. Nebel, R. Mattmüller – AI Planning\n9 / 44 Search for planning: regression\nIntroduction\nLet Π = h A , I , O , γi be a planning task.\nNodes and states\nSearch for planning\nCommon\nprocedures\nSearch space for regression search\nUninformed\nsearch\nstates: all formulae over A (how many?)\ninit () = γ\nHeuristic\nsearch\n(\nis-goal (ϕ) =\nsucc (ϕ) =\ntrue if I |= ϕ\nfalse otherwise\nSummary\n{h o , ϕ 0 i\n| o ∈ O ,\nϕ 0 = regr o (ϕ), ϕ 0 is satisfiable }\n(modified if splitting is used)\nNovember 13th, 2013\nB. Nebel, R. Mattmüller – AI Planning\n10 / 44 Classification of search algorithms\nuninformed search vs. heuristic search:\nIntroduction\nuninformed search algorithms only use the basic\ningredients for general search algorithms\nNodes and states\nSearch for planning\nCommon\nprocedures\nheuristic search algorithms additionally use heuristic\nfunctions which estimate how close a node is to the goal\nsystematic search vs. local search:\nlocal search algorithms work with one (or a few)\ncandidate solutions (search nodes) at a time\nnot a black-and-white distinction; there are crossbreeds\n(e. g., enforced hill-climbing)\nB. Nebel, R. Mattmüller – AI Planning\nHeuristic\nsearch\nSummary\nsystematic algorithms consider a large number of search\nnodes simultaneously\nNovember 13th, 2013\nUninformed\nsearch\n11 / 44 Classification: what works where in planning?\nIntroduction\nNodes and states\nuninformed vs. heuristic search:\nSearch for planning\nCommon\nprocedures\nFor satisficing planning, heuristic search vastly\noutperforms uninformed algorithms on most domains.\nUninformed\nsearch\nFor optimal planning, the difference is less pronounced.\nSummary\nsystematic search vs. local search:\nFor satisficing planning, the most successful algori In case this is actually a distribution configuration error of some sort: I'm using Gnome 3 as shipped by Fedora 21. Tracker version: jonas@cyberman#3: tracker-control --version Tracker 1.2.5 This program is free software and comes without any warranty. It is licensed under version 2 or later of the General Public License which can be viewed at: http://www.gnu.org/licenses/gpl.txt jonas@cyberman#3:
Looks like a duplicate of bug 735406
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 735406 ***