Re: [systemd-devel] Create a tmpfile with content from output of executing a command

2023-10-09 Thread Mantas Mikulėnas
No, and that doesn't sound like a good fit for systemd-tmpfiles anyway. Use an ordinary Type=oneshot .service instead. (In current systemd versions, you can even specify StandardOutput to be a file; in older versions calling `/bin/sh -c "... > file"` is fine.) Your email domain has a strict

Re: [systemd-devel] How to make an encrypted disk mentioned in /etc/crypttab "optional"?

2023-10-09 Thread Aaron Rainbolt
On 10/9/23 02:38, Andrei Borzenkov wrote: On Mon, Oct 9, 2023 at 10:10 AM Aaron Rainbolt wrote: Good morning/evening, and thanks for your time. I'm attempting to create a Fedora-based immutable distro (not based on Silverblue) that stores user data in an encrypted /home partition. The goal is

Re: [systemd-devel] Fedora 38 and signed PCR binding

2023-10-09 Thread Aleksandar Kostadinov
Console didn't show anything but I found these lines in system log. > Oct 08 18:34:51 systemd-sysusers[228]: Creating group 'tss' with GID 59. > Oct 08 18:34:51 systemd-sysusers[228]: Creating user 'tss' (Account used for > TPM access) with UID 59 and GID 59. > Oct 08 18:34:51

[systemd-devel] Help! Reached target Local File Systems order is incorrect

2023-10-09 Thread Tony Rodriguez
Created a service that invokes a "systemctl daemon-reload". Goal is for a reload to occur early in the boot process, before other user made services are invoked.  During additional testing, sometimes it is correct and other times it is out of order (incorrect -  See steps C).  It may work for

Re: [systemd-devel] How to make an encrypted disk mentioned in /etc/crypttab "optional"?

2023-10-09 Thread Aaron Rainbolt
On 10/9/23 02:38, Andrei Borzenkov wrote: On Mon, Oct 9, 2023 at 10:10 AM Aaron Rainbolt wrote: Good morning/evening, and thanks for your time. I'm attempting to create a Fedora-based immutable distro (not based on Silverblue) that stores user data in an encrypted /home partition. The goal is

[systemd-devel] Forward all journal logs to the rootless podman container's STDOUT while running systemd as PID 1

2023-10-09 Thread Chris Suszynski
Hello, I posted a question on stackoverflow [1] , and I thought I should forward it to this list, as the problem is rather niche. [1]

Re: [systemd-devel] How to make an encrypted disk mentioned in /etc/crypttab "optional"?

2023-10-09 Thread Andrei Borzenkov
On Mon, Oct 9, 2023 at 10:10 AM Aaron Rainbolt wrote: > > Good morning/evening, and thanks for your time. > > I'm attempting to create a Fedora-based immutable distro (not based on > Silverblue) that stores user data in an encrypted /home partition. The > goal is to have something that behaves

[systemd-devel] How to make an encrypted disk mentioned in /etc/crypttab "optional"?

2023-10-09 Thread Aaron Rainbolt
Good morning/evening, and thanks for your time. I'm attempting to create a Fedora-based immutable distro (not based on Silverblue) that stores user data in an encrypted /home partition. The goal is to have something that behaves somewhat similar to Chrome OS. One feature I'm attempting to