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, > > Th

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

2025-01-16 Thread Sumit Kumar
Hi , Our Linux based system uses an external storage disk called capture. The capture disk is encrypted with LUKS to protect stored data. During system boot, system uses the LUKS utilities to decrypt the disk before mounting the file systems containing the stored data. Due to an issue with inconsi

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

2025-01-16 Thread Sumit Kumar
Hi Lennart, Thanks for the reply. System is not always going in emergency mode, sometimes it boots successfully. But when the system goes in emergency mode we can see this unit is masked. We are not masking the cryptsetup.target file. Regards, Sumit Kumar On Thu, Jan 16, 2025 at 9:08 PM Lennart