Problem: Unable to print documents on Linux due to "Too many active jobs"
Solution:
1-Log in through root user
2- Delete files form "/var/spool/cups"
# cd /var/spool/cups
# rm -rf *
3- Restart CUPS server.
# /etc/init.d/cups restart
4- Retest the issue.
0 comments:
Post a Comment