On Thu, Aug 21, 2025 at 09:45:42PM -0400, [email protected] wrote: > It looks like you're on top of it, but it's not just affecting users > with hyphens. > > # deluser --group --remove-home wayman > invalid characters in input string, see trace output for more details at > /usr/share/perl5/Debian/AdduserCommon.pm line 143. >
This is a totally unrelated issue: - deluser --group didn't work as documented (did deluser and not delgroup) - delgroup --remove-home is invalid use (you cannot remove the home directory of a group) Both issues are fixed in the same MR as the main issue of this bug. Greetings Marc

