• Joined on 2024年11月02日
fina commented on issue freeipa/freeipa#9763 2026年06月10日 23:07:55 +02:00
KRA install failure if /root/.dogtag/pki-tomcat/ca_admin.cert is expired

I am having this problem and having trouble finding a workaround

fina closed issue ansible-community/ara#643 2026年04月01日 18:58:32 +02:00
Playbook failure is not correctly recorded
fina commented on issue ansible-community/ara#643 2026年04月01日 18:58:31 +02:00
Playbook failure is not correctly recorded

I upgraded and suddenly had many more issues 😆. All of them went away after switching to sqlite. I used postgres just because it was convenient since I already had a postgres running on the...

fina commented on issue forgejo/discussions#422 2026年03月13日 15:26:49 +01:00
Promoting Docker actions in the Forgejo Actions ecosystem

@aahlenst Aren't "Provide replacements for essential actions" and "Provide binaries" mostly complementary ideas that aren't really an either/or choice? The latter is in contrast to "move essential...

fina opened issue forgejo/forgejo#11668 2026年03月13日 03:55:51 +01:00
problem: Action run status iconography and colors inconsistent
fina commented on issue ansible-community/ara#643 2026年03月09日 19:52:16 +01:00
Playbook failure is not correctly recorded

Sorry, I have been rather busy elsewhere and didn't yet have time to look into this properly again.

fina commented on issue forgejo/discussions#422 2026年03月05日 14:41:57 +01:00
Promoting Docker actions in the Forgejo Actions ecosystem

Having some sort of builtin actions sounds great on paper. But where does one stop? It's difficult to tell. This sort of approach very quickly leads to a feature explosion and one needs to make a...

fina opened issue ansible-community/ara#643 2026年02月19日 18:47:35 +01:00
Playbook failure is not correctly recorded
fina closed issue forgejo/forgejo#9852 2025年10月25日 17:10:32 +02:00
bug: Big artifact uploads sometimes fail with v4
fina commented on issue forgejo/forgejo#9852 2025年10月25日 17:06:05 +02:00
bug: Big artifact uploads sometimes fail with v4

Looking more thoroughly at monitoring logs at the time, I can't completely rule out that this has been caused by the instance running out of disk space for a second. It cleared itself up by...

fina opened issue forgejo/forgejo#9852 2025年10月25日 15:23:46 +02:00
bug: Big artifact uploads sometimes fail with v4
fina commented on pull request openpgp-card/state#13 2025年10月04日 01:37:42 +02:00
Add ephemeral PIN storage backend

I think this is a little scary, as the XDG runtime dir does not provide any process restrictions at all, and anyone could read this file. But not my call to make :)

fina commented on pull request openpgp-card/state#13 2025年10月04日 01:37:41 +02:00
Add ephemeral PIN storage backend

Actually this is just $XDG_RUNTIME_DIR according to the xdg base dir spec https://wiki.archlinux.org/title/XDG_Base_Directory

fina commented on pull request openpgp-card/state#13 2025年10月04日 01:37:40 +02:00
Add ephemeral PIN storage backend

Maybe this should be called TempFs or similar, to allow for different (eg kernel keyring) storage types.

fina deleted branch wip/pinentry from fina/openpgp-card-state 2024年12月25日 01:17:39 +01:00
fina commented on pull request openpgp-card/state#12 2024年12月25日 01:16:08 +01:00
pinstorage: Add pinentry

How would you feel about using the "kernel keyutils" storage for the pinentry backend, as a non-persistent cache?

It looks interesting for this use case. Excuse me for going on a tangent here...

fina commented on issue openpgp-card/state#3 2024年12月25日 01:15:32 +01:00
Implement additional "ephemeral" PIN backend

Why this would be interesting for me: My reason I don't want to store the PINs in libsecret is not that I don't trust the apps on my computer for my personal data security. But having the...

fina commented on pull request openpgp-card/state#12 2024年12月19日 17:07:08 +01:00
pinstorage: Add pinentry

I'm a bit swamped, so apologies if I'm a bit slow

Don't worry, I maintain far too many things myself and know the feeling. Take care :)

So I'd tend to keep things as simple as possible

...

fina commented on pull request openpgp-card/state#12 2024年12月18日 23:05:21 +01:00
pinstorage: Add pinentry

Upon further thought I wonder if storage and query mechanisms should actually be separated:

  • This could allow the keyring backend to use pinentry to ask for the user pin for the first time *...
fina created pull request openpgp-card/state#12 2024年12月18日 22:42:19 +01:00
pinstorage: Add pinentry