I have only i386 arch, so if you have i386 arch as well, add: deb http://www.grad.hr/~ivoks/ubuntu/cups2/ ./
to /etc/apt/sources.list, do an update/upgrade and report if bug still exist. If you have amd64/ppc arch, add: deb-src http://www.grad.hr/~ivoks/ubuntu/cups2/ ./ to /etc/apt/sources.list, do an apt-get update, followed by 'apt-get build-dep cupsys ; apt-get -b source cupsys. This will build cups for you platform, but it will not install it. You need to manually install it (dpkg -i *cups*ivoks*deb; note that this could install packages you didn't have before like cupsys-bsd and/or libcupsys2-dev, so don't forget to remove them or not install them at all :) -- cupsd monopolizes CPU https://launchpad.net/bugs/59542 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
