On Fri 08 Dec 2023 at 21:22:23 (+0100), cen wrote:
> 
> I have an encrypted ZFS volume which I unlock at boot time using this
> systemd service:
> 
> [Unit]
> DefaultDependencies=no
> After=zfs-import.target
> Before=zfs-mount.service
> 
> [Service]
> Type=oneshot
> RemainAfterExit=yes
> ExecStart=/usr/sbin/zfs load-key -a
> StandardInput=tty-force
> 
> [Install]
> WantedBy=zfs-mount.service
> 
> 
> I have a very weird issue that.. if I type too fast the password is
> wrong. I know this sounds weird but it's true..
> 
> I can type the same password fast and it is wrong, then I type it very
> slowly the third time and it works.
> 
> I feel like it must be some weird thing with the boot terminal input
> rate or key detection but I have no clue where to start looking.

Do pages like these throw any light on the problem?

  https://superuser.com/questions/1579208/delay-after-hitting-escape
  
https://unix.stackexchange.com/questions/608142/whats-the-effect-of-escape-time-in-tmux/608179

> Unfortunately the prompt has no *** char masking so I am not even sure
> if keys are being registered or what is happening below.

I would like it if you could turn this feature on.
Odd ones do but most don't.

Cheers,
David.

Reply via email to