Re: [systemd-devel] [EXT] Re: Re: sanity check: why am I unable to manage my own directory with systemd-tmpfiles?

2025-02-03 Thread Windl, Ulrich
But as you surely know, SLES12 is out of support since end of last year, and (as I noted) there is no SP6 for SLES12, so I guessed you are talking about SLES15. Mit kollegialen Grüßen Ulrich Windl Abt. IT-Infrastruktur Tel: +49 941 944-13816 FAX: +49 941 944-5882 > -Original Message-

Re: [systemd-devel] [EXT] Re: sanity check: why am I unable to manage my own directory with systemd-tmpfiles?

2025-02-03 Thread Brian Reichert
On Mon, Feb 03, 2025 at 01:50:28PM +, Windl, Ulrich wrote: > I don't know what you are citing, but on SLES15 SP6 the manual page for > tmpfiles.d(5) has this: That's SLES15, which is presumably running a newer version of systemd than my SLES12 host is. >For example: > >

Re: [systemd-devel] fstab generator/capture.mount randomly fails which depend of cryptsetup.target

2025-02-03 Thread Sumit Kumar
Thanks Lennart for the suggestion. Explicitly unmasking the cryptsetup.target unit makes things work. Regards, Sumit Kumar On Fri, Jan 17, 2025 at 2:34 AM Lennart Poettering wrote: > On Do, 16.01.25 22:06, Sumit Kumar (sumit.kum...@trellix.com) wrote: > > > Hi Lennart, > > Thanks for the reply.

Re: [systemd-devel] [EXT] Re: sanity check: why am I unable to manage my own directory with systemd-tmpfiles?

2025-02-03 Thread Windl, Ulrich
I don't know what you are citing, but on SLES15 SP6 the manual page for tmpfiles.d(5) has this: For example: # Files created and modified, and directories accessed more than # an hour ago in "/tmp/foo/bar", are subject to time-based cleanup. d /tmp/foo/bar

Re: [systemd-devel] sanity check: why am I unable to manage my own directory with systemd-tmpfiles?

2025-02-03 Thread Mantas Mikulėnas
On Fri, Jan 31, 2025 at 5:58 PM Brian Reichert wrote: > On Fri, Jan 31, 2025 at 09:32:58AM +0200, Mantas Mikul??nas wrote: > > If you want to only consider modification time, specify it as something > > like "mM:10d" ??? see "Age" in tmpfiles.d(5). > > Actually, this is failing for me: > > 10-1

Re: [systemd-devel] systemd-networkd: IPv6 prefix delegation disabled by ipv6forwarding=true

2025-02-03 Thread Barry Scott
> On 14 Jan 2025, at 09:04, Max Gautier wrote: > > I have similar setup (PPPoE, /48 delegation) here are my network files: > (It's been a while, I don't remember the reason for everything) > Thanks to all of you that responded. I now have every working with the information you provided. Thi