From owner-freebsd-questions@FreeBSD.ORG Tue Dec 29 19:34:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF58106566C for ; Tue, 29 Dec 2009 19:34:26 +0000 (UTC) (envelope-from ndhert@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 364748FC08 for ; Tue, 29 Dec 2009 19:34:25 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so2932452eyf.9 for ; Tue, 29 Dec 2009 11:34:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9or4cQ3+fvA4EHuyQT0+oaji6VqnipOOlul2tRAfpJo=; b=QsdC0EyB1oL0dkKXU5S7IlL8Ul1lDcdFUaQUwEH61j6z/xhWw4eawINUQWwt1dWEm6 8+/Kxs18nlfyQb/QHCAGxpToN9eZv+0v52usAwAJKuRRrYYWbl0uKqw3byXjszKbeHKE l2Q8oq88nmldRHeX9d3/xlDNO8LZxzIrOnnNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KqDnfsEdxImoX/CixVvaLEgWOSY1xuEyB7CBoGClIuydtz97hIVqMchxBlC6nYDqgM NUzZuQMTP6EEXprkURLQIyl9o1fhc9rDddj9kb/JRaQAietUdfJNzXXOD9fzZqkL0lfv rrREivJ00rMhX35b/ZlrCH/1l87LwZhlkJtME= MIME-Version: 1.0 Received: by 10.216.90.208 with SMTP id e58mr5767007wef.57.1262115248614; Tue, 29 Dec 2009 11:34:08 -0800 (PST) Date: Tue, 29 Dec 2009 20:34:08 +0100 Message-ID: <8021a2660912291134j2b935a09g4f215744feabeebf@mail.gmail.com> From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gutenprint / cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 19:34:26 -0000 There have been updates to cups and gutenprint. I now have # pkg_info | grep guten gutenprint-base-5.2.4 GutenPrint Printer Driver gutenprint-cups-5.2.4 GutenPrint Printer Driver But an # lpstat -t shows for my printers: Unable to start filter "rastertogutenprint.5.1" - No such file or directory. Maybe I need to do a restart or stop/start of the printer queues ? In the older cups In the webpages of http://localhost:631 There was a button to do a restart of a printer queue, but I don't see such a button in the new layout of the webpages... Can I use a command line command to do a restart or stop/start of a printer queue, or how to solve this ?