$ sudo /etc/rc.d/init.d/cups restart * Stopping CUPS Printserver... [ OK ] * Starting CUPS Printserver... [ OK ] $ lp ~/sshfsNovoGamer.sh request id is EpsonStylusCX7300LubuntuHP-74 (1 file(s)) $ cups-config --version 1.7.0 $
Success printing to the server. Applied the patch of the book and next, the attached patch. -- []s, Fernando
Submitted By: Fernando de Oliveira <famobr at yahoo dot com dot br> Date: 2013-11-15 Initial Package Version: 1.7.0 Upstream Status: Unknown Origin: archlinux URL: https://projects.archlinux.org/svntogit/packages.git/plain/trunk/cups-final-content-type.patch?h=packages/cups Description: Fixes communication with remote cups server diff -up cups-1.6.4/scheduler/job.c.final-content-type cups-1.6.4/scheduler/job.c --- cups-1.6.4/scheduler/job.c.final-content-type 2013-09-27 16:58:13.934775402 +0100 +++ cups-1.6.4/scheduler/job.c 2013-09-27 17:00:57.716549576 +0100 @@ -692,12 +692,7 @@ cupsdContinueJob(cupsd_job_t *job) /* I if (!job->printer->remote) { - for (filter = (mime_filter_t *)cupsArrayLast(filters); - filter && filter->dst; - filter = (mime_filter_t *)cupsArrayPrev(filters)) - if (strcmp(filter->dst->super, "printer") || - strcmp(filter->dst->type, job->printer->name)) - break; + filter = (mime_filter_t *)cupsArrayLast(filters); if (filter && filter->dst) {
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page