Bernhard Herzog
Bernhard Herzog
In https://github.com/certtools/intelmq-manager/issues/80#issuecomment-624855407 @wagner-certat asks: > Could the timeout maybe easier be implemented in intelmqctl itself? Yes, that would be a solution. Reading more about sudo and signals just now, it...
> Reading more about sudo and signals just now, it turns out that sudo > does forward some signals to the process it runs. Maybe this can be > done...
Is this still a problem? It seems to work fine for me in a current version haskell-mode.
In case this is still a problem: The most likely reason is that in your Emacs `haskell-process-args-cabal-repl` is a string. It should be list of strings.
Further digging with a debugger reveals that the signature check fails because the signature (I used `rhsa-2001_058.json.asc`) uses signature packet format version 3 which [is not supported by go-crypto](https://github.com/ProtonMail/go-crypto/blob/a2e3b023bd296301ad34e7ef43590bafd5306d03/openpgp/packet/signature.go#L123). The...
> I checked out main and upgraded the 3rdparty libs with > `go get -u -v ./...` and rebuilt the checker and it works. It still doesn't work for me....
We're going to need something similar, but more refined. A simple boolean flag would not enough. We have to be able to decide and record in the event who to...