Re: [systemd-devel] Systemd askpassword

2014-04-21 Thread Lennart Poettering
On Sat, 12.04.14 22:08, Ismael Bouya ([email protected]) wrote: > (Side question: Is there a way to say that systemd-tty-ask-password-agent > can be run by the user and not only by root to mount the disk? If he know > the disk password then he's most probably allowed to mount it...) The

Re: [systemd-devel] Systemd askpassword

2014-04-12 Thread Ismael Bouya
Hi, Thanks for your answer! The attached journals (described below) are here: http://www.normalesup.org/~bouya/temp/systemd/ So after investigation I have to ponder the "hang forever". In the attached journal file (b2) it dies by himself after exactly one minute. Sometimes I manually reset it thro

Re: [systemd-devel] Systemd askpassword

2014-04-12 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Apr 12, 2014 at 10:08:27PM +0200, Ismael Bouya wrote: > Hi, > I'm facing a problem with systemd and his "askpassword" feature: > > I want to add a luks partition, so I need to ask for the password at some > time. However, I don't want to ask for it during the boot sequence, so I > added th

[systemd-devel] Systemd askpassword

2014-04-12 Thread Ismael Bouya
Hi, I'm facing a problem with systemd and his "askpassword" feature: I want to add a luks partition, so I need to ask for the password at some time. However, I don't want to ask for it during the boot sequence, so I added the "nofail" flag and didn't put any timeout. Everything goes well, I can