On 9 September 2017 at 04:44, Dan Connolly <[email protected]> wrote: > On Friday, September 8, 2017 at 10:22:50 AM UTC-5, mpl wrote: >> >> On 8 September 2017 at 07:13, Dan Connolly <[email protected]> wrote: >> > I got: >> > >> > 2017/09/07 23:58:57 Error: blobpacked storage detects non-zero packed >> > zips, >> > but no metadata. Please re-start in recovery mode with -recovery. >> > >> > so I did re-start it with -recovery; now all the stuff I `camput` is >> > gone. >> >> We need to define what "is gone" mean. > > > As I said: > >> du says ~/var/camlistore is still taking up 1.1G, but camlistored isn't >> showing me anything (but importers) in the web UI. > >> >> Did you create permanodes? how did you use camput? > > > $ camput file --permanode --title='XChat IRC logs' --tag=backup,xchat,irc > .xchat2/xchatlogs/ > > I patterned it after an example on the camput page: > > camput file --permanode --name='Homedir backup' --tag=backup,homedir $HOME > > >> >> Was there anything showing up in the web UI before you killed camlistored? > > > yes. A directory of .log files, as I'd expect. > >> >> Assuming yes to the previous questions, could you please restart >> camlistored with -reindex=true ? > > > I eventually stumbled across that and it worked; but it was very unsettling > to have the UI act like my data was gone.
The web UI is querying the search handler to get its information. And the search handler is completely reliant on the index. So the web UI is a reflection of the state of your index. > In fact, I'm getting these symptoms again and no amount of -recovery or > -reindex is helping. The partition I was using filled up while doing a > flickr import; so I stopped (killed) camlistored, moved my camlistore > directory and symlinked it. Now I see nothing in the main web screen; not > even the importer folders. Oh... now I'm getting a buch of logging that > looks like indexing. I wonder what it was doing there for a while. > > -- > Dan > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
