You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
For years we've had cups-based Linux print servers with a setting: SystemGroup "Printer Administrators"
After upgrading from Debian 12 (Bookwork) running cups 2.4.2-3+deb12u9 to Debian 13 (Trixie) running cups 2.4.10-3+deb13u1, that setting prevents cups from running.
Replacing it with SystemGroup "printer-administrators" works, but will require us to change groups on hundreds of networks.
See bug #5041
For years we've had cups-based Linux print servers with a setting:
SystemGroup "Printer Administrators"After upgrading from Debian 12 (Bookwork) running cups 2.4.2-3+deb12u9 to Debian 13 (Trixie) running cups 2.4.10-3+deb13u1, that setting prevents cups from running.
Replacing it with
SystemGroup "printer-administrators"works, but will require us to change groups on hundreds of networks.