CUPS: All pages except the first page are printed incorrect
From froelix.com - Wiki
Problem:
- After updating your linux distribution, the printing won't work properly.
- All pages except the first page are printed with recurrences and stripes.
Solution:
- This is a bug of the CUPS system.
- To solve this problem you have to edit the file /etc/cups/cupsd.conf.
- Add the following line to the end of this file:
RIPCache 128m
- To restart cups, execute the following command as root:
/etc/init.d/cups restart