On Sun, 2021-05-09 at 06:55 +0200, Tamás Gulácsi wrote:
> What if you first start it with "-recovery 2" only (no reindex)?
This also fails.
> If that fails, you may have to remove the blobpacked's leveldb dir
> (but I doubt, it should be wiped automatically).
This too.
> If that passes, then you should start the reindex.
>
> If not, you may have to simplify your config first (I see some traces
> of
> replica for example),
The server config it pretty vanilla and there have never been any
replicas. Here is it with secrets smooshed.
{
"auth": "userpass:user:pass:vivify=otherpass:+localhost",
"listen": ":3179",
"identity": "nnnnnnnnn",
"identitySecretRing": "/path/to/.config/camlistore/identity-
secring.gpg",
"blobPath": "/path/to/var/camlistore/blobs",
"packRelated": true,
"levelDB": "/path/to/var/camlistore/index.leveldb",
"dbNames": null,
"https": true,
"httpsCert": "/path/to/.config/camlistore/camlistore.crt",
"httpsKey": "/path/to/.config/camlistore/camlistore.key"
}
> maybe even opt out from the index, to stabilize
> the storage, and add the bells and whistles back one at a time.
How do I run it without the index.
thanks
--
You received this message because you are subscribed to the Google Groups
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/perkeep/4ec57d87ed683f57d91a37595a07302d672de933.camel%40kortschak.io.