[Touch-packages] [Bug 2083131] Re: Bash's builtin command "printf" has a grave functionality bug - fails to print the format like "%.2f .1"

2024-10-29 Thread Fedon Kadifeli
Since this bug is breaking bash scripts (which are using `printf` with floating point numbers) it seems Critical to me too. https://askubuntu.com/questions/1531490/printf-builtin-prints-nan-for- floating-point-numbers-in-ubuntu-24-10 -- You received this bug notification because you are a member

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2024-11-17 Thread Fedon Kadifeli
Although there are workarounds for the commands `last` (by using `wtmpdb`) and `lastlog` (by using `lastlog2`), there is no solution for finding *bad logins* (like using the old `lastb` command). See: https://askubuntu.com/questions/1533129/what-happened-to-lastb- command-in-ubuntu-24-10 Also a q

[Touch-packages] [Bug 2084854] Re: last and lastb missing in 24.10

2025-02-12 Thread Fedon Kadifeli
I had a script that tried to determine the failed login attempts for the last 5 min (+5 sec) like this: # diff <(sudo lastb -Fw -t $(date -d "305 sec ago" +%Y%m%d%H%M%S)) <(sudo lastb -Fw) | grep "^>" Now, I am using the following alternative (which does not require `root` user): $ journalctl