[email protected] writes: > After going through the different services and turning them off/on I > identified rootless podman services as the one hindering miniflux to run. > > I confirmed this in a virtual machine (simple config.scm) by adding these > lines: > > (service elogind-service-type) > (service iptables-service-type) ;needed for rootless-podman > (service rootless-podman-service-type > (rootless-podman-configuration > (subgids > (list (subid-range (name "diego")))) > (subuids > (list (subid-range (name "diego")))))) > > then miniflux stop working with similar errors as those reported before.
Thank you very much for the hint! Looks like currently rootless-podman-service-type can't be used together with services using least-authority-wrapper (there are number of them [1]) I filed a bug with the sample configuration, hope we can do something about this [2]. For now (if it is acceptable for you), you could switch to docker-service-type (however, it is not rootless, AFAIK) Sorry for the inconvenience! 1 - https://codeberg.org/guix/guix/search/branch/master?path=&q=least-authority-wrapper&mode=exact 2 - https://codeberg.org/guix/guix/issues/3233
