Desktop search and web history

 
Thread Tools Search this Thread
Operating Systems Linux Fedora Desktop search and web history
# 1  
Old 07-14-2009
Thanks for your suggestion!

By cleaning the cache I couldn't solve the problem, while after deleting this directory:

~/.beagle/Indexes/IndexingServiceIndex

it seems to work fine.Smilie



PS:My Desktop Search version is Beagle Search 0.2.13
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

History search for specific command

How to find out history of specific command run by all users in solaris server ? (1 Reply)
Discussion started by: piyus
1 Replies

2. Web Development

Which do you think is better Web or desktop programming?

Ok so I know they are both vitally important especially in today's technology. But which do you feel is more appealing and fun? What all are you able to do with each of them and what are the perks of one over the other Joomla templates are better run in Web Development as well (0 Replies)
Discussion started by: Anna Hussie
0 Replies

3. UNIX for Dummies Questions & Answers

Search in command history

Hi Guys, This one is, seemingly, a very simple question. I am on HPUX1572. The shell used is ksh. I used to locate a command using esc-K '/' followed by a few letters of the command. I tried to search my command history using ESC-K, it works fine. But the old trick of esp+K '/' doesnt... (0 Replies)
Discussion started by: n_rajitr
0 Replies

4. UNIX for Dummies Questions & Answers

How do I search my history?

Hi, I'm using secure shell, ssh. How do I search for specific words in my history? For instance, I want to search for a command I made a few days ago. I can't get to the command with my arrow keys. Let's say I want to find a command containing the word dapl. Thanks, Jillian (3 Replies)
Discussion started by: antiDerivative
3 Replies

5. UNIX for Dummies Questions & Answers

Linux desktop connection via web

Hello all, I woud like to know if anyone has setup or know of a way (configure or product) to get a remote session form a windows box to linux box via the web browser. I'm looking for something like windows Remote desk top web connection, but for linux. VNC is what I want but via the web... (1 Reply)
Discussion started by: larryase
1 Replies
Login or Register to Ask a Question
condor_convert_history(1)				      General Commands Manual					 condor_convert_history(1)

Name
       condor_convert_history Convert - the history file to the new format

Synopsis
       condor_convert_history[-help]

       condor_convert_historyhistory-file1[history-file2...]

Description
       As  of  Condor  version 6.7.19, the Condor history file has a new format to allow fast searches backwards through the file. Not all queries
       can take advantage of the speed increase, but the ones that can are significantly faster.

       Entries placed in the history file after upgrade to Condor 6.7.19 will automatically be saved in the new format. The new format adds infor-
       mation  to  the	string which distinguishes and separates job entries. In order to search within this new format, no changes are necessary.
       However, to be able to search the entire history, the history file must be converted  to  the  updated  format.	condor_convert_historydoes
       this.

       Turn the condor_schedddaemon off while converting history files. Turn it back on after conversion is completed.

       Arguments  to  condor_convert_historyare  the  history  files to convert. The history file is normally in the Condor spool directory; it is
       named  history . Since the history file is rotated, there may be multiple history files, and all of them should be converted. On Unix plat-
       form variants, the easiest way to do this is:

       cd `condor_config_val SPOOL`
       condor_convert_history  history*

       condor_convert_historymakes  a  back  up  of each original history files in case of a problem. The names of these back up files are listed;
       names are formed by appending the suffix  .oldver to the original file name. Move these back up files to a directory other than	the  spool
       directory. If kept in the spool directory, condor_historywill find the back ups, and will appear to have duplicate jobs.

Exit Status
       condor_convert_historywill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright  (C)  1990-2012  Condor  Team,  Computer  Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012					 condor_convert_history(1)