https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31560
--- Comment #1 from Marcel de Rooy <[email protected]> --- Tested under Debian 11 mysqlpwd=$(pwgen -s -y -r ":'&\\<>/" 16 1); echo $mysqlpwd @q-rMH4xPF8XXmxx Tested under Debian 10 root@shadow:/usr/share/koha# mysqlpwd=$(pwgen -s -y -r ":'&\\<>/" 16 1); echo $mysqlpwd `=EYqf_TWTu8x"yx root@shadow:/usr/share/koha# mysqlpwd=$(pwgen -s -y -r ":'&\\<>/" 16 1); echo $mysqlpwd vi4O!M8FIzY6n%yU So it works for me. Just noticing a few characters in the first D10 password that could be excluded also. D10 apt list --installed | grep pwgen pwgen/now 2.08-1 amd64 [installed,local] D11 pwgen/now 2.08-2 amd64 [installed,local] Your pwgen version is lower. You did not specify the distro you are working with. Maybe an idea to switch to Debian 11? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
