Results 487 comments of Kirill A. Korinsky

Let start with `lftp`: ``` ~ $ lftp http://127.0.0.1:8000 cd: Operation not supported: 405 Method Not Allowed (HEAD) ~ $ ``` Next, `cadever`. When I run it as `rustic webdav`...

Thanks, `[]` and `503` errors was confusing. About `lftp`: I don't understand how. But if you support `HEAD` and `GET` as well, it should allow to use a web browser...

Thus, here questions regarding using h264 encoder/decoders. 1. Why does Dino use old VA-API? I mean `vaapih264dec` and not `vah264dec`? 2. Why doesn't Dino use `avdec_h264` decoder? So, I just...

> Do you see your own video in the bottom right corner on the call screen? No, I don't see a video stream from the Dino. > Is the behavior...

same error with sftp: ``` [ERROR] Error while listing files: Error: Failed to decode hex string `7daade51b3ca325c30b3b1426f034af2caca69c68d15866e8e85a895cb717511-restic-temp-cb1429ef16da8a5b47ab58a6f161c7df` into Id. The value must be a valid hexadecimal string. (kind: related to...

I had narrow down the issue up to https://github.com/openssh-rust/openssh and as it pointed here https://github.com/openssh-rust/openssh/issues/138 it should be removed if everything is right.

Ha, I see some "forgotten" ssh processes from rustic!

Wired. Two run of `forget --repack-all` fixed it.

@oluceps it was multiple `prune` and `forget` to bypass it, yes. I thought that `forget` is enough. Seems no.