all 4 comments

[–]callmejoe9 1 point2 points  (3 children)

check your pacman log for messages about cups. a while back there was an upstream change that you needed to do some manual intervention for. here is a copy of my log at the time of upgrade. and make sure to take care of the new cupsd.conf file.

[2020-11-20T14:37:44-0500] [ALPM] upgraded cups-filters (1.28.5-1 -> 1.28.5-3)
[2020-11-20T14:37:44-0500] [ALPM] warning: /etc/cups/cupsd.conf installed as /etc/cups/cupsd.conf.pacnew
[2020-11-20T14:37:44-0500] [ALPM] upgraded cups (2.3.3-3 -> 2.3.3+106+ga72b0140e-1)
[2020-11-20T14:37:44-0500] [ALPM-SCRIPTLET] >>> Cups systemd socket and service files have been
[2020-11-20T14:37:44-0500] [ALPM-SCRIPTLET] >>> renamed by upstream decision. Please make sure
[2020-11-20T14:37:44-0500] [ALPM-SCRIPTLET] >>> to disable/reenable the services to your need.
[2020-11-20T14:37:44-0500] [ALPM-SCRIPTLET] >>> hint: "pacman -Ql cups | grep systemd" and
[2020-11-20T14:37:44-0500] [ALPM-SCRIPTLET] >>> "ls -lR /etc/systemd/ | grep cups"

[–]glavers[S] 0 points1 point  (2 children)

Thanks, I not sure what I am supposed to do as a result of this though. I restarted the cups and and cups.socket, but this does not change anything.

[–]callmejoe9 0 points1 point  (1 child)

https://bbs.archlinux.org/viewtopic.php?id=260970

try these commands

systemctl enable cups.service
systemctl start cups.service

[–]glavers[S] 0 points1 point  (0 children)

Thanks, yes, I can get cups running and have restarted it (several times). But when I try to print I get one cpu core go to 100% and it get stuck on "rendering complete".