From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 15:16:34 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B9CE75 for ; Tue, 8 Apr 2014 15:16:34 +0000 (UTC) Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C39151C70 for ; Tue, 8 Apr 2014 15:16:33 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id lg15so881032vcb.2 for ; Tue, 08 Apr 2014 08:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OCx+YdUb/y3Ss0Q7GIy9mczTn7qaW6nY0tehtz2aViE=; b=uC7OWSBdqEI6YOUMQ1yN/dUb842ViCeXL4ft/gTr+SlbFrXpno/gyzOexwu17jLXPO TfhB4+pl8sewMWA/OePlcexbSdYMs8xc936IbXbOUI7pcOITpGEMaoHM+OKW91/u23/D bPkeCXJvooQDHqyRyn5PZSwS3WJxNL4Hs7TklzxTQzViC1Cm8RQXUJgxYDWIQTSAsazl y4/9E5z/BXiKYrwzeAJQ8TotL6ljxOqVc5jlYkTUjKxcbwpCYvJCycA7FVILN6BqYeuQ f1G01SBNiP4W+DBj9a0ycYJ6DUpDvyxmUhaEjABDao6iWWjYCLW9UX797nm6qLo/jMAM i3Vg== MIME-Version: 1.0 X-Received: by 10.58.202.106 with SMTP id kh10mr686264vec.31.1396970192868; Tue, 08 Apr 2014 08:16:32 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Tue, 8 Apr 2014 08:16:32 -0700 (PDT) In-Reply-To: <20140408154210.1aec26a8.ohartman@zedat.fu-berlin.de> References: <20140408154210.1aec26a8.ohartman@zedat.fu-berlin.de> Date: Tue, 8 Apr 2014 11:16:32 -0400 Message-ID: Subject: Re: print/cups: since update to 1.7.1: error : Send-Document client-error-document-format-not-supported From: Thomas Hoffmann To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "O. Hartmann" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 15:16:34 -0000 On Tue, Apr 8, 2014 at 9:42 AM, O. Hartmann wrote: > Since the update of print/cups from 1.5.X to 1.7.1 I'm unable to print > from LibreOffice, > Firefox or Claws-Mail, but I can print LaTeX created documents via xpdf or > Postscript > directly by naming the printqueue. > > Checking the access- and error logs of cups when failing, I always see > this weird message > (not for the particular queue, but for all): > > access_log: > "POST /printers/OJ8600PRO_SW_A4_simplex_draft HTTP/1.1" > 200 36510 Send-Document client-error-document-format-not-supported > > error_log: > [Client 14] Returning IPP client-error-document-format-not-supported for > Send-Document > (ipp://localhost:631/printers/OJ8600PRO_SW_A4_simplex_draft) from localhost > > This happens with the "rescued" configuration of the printing system as > well with a > brand-new setup. Googling reveals, that maybe /var/db/cache could be the > culprit, but I > deleted all files there as well as other spool folders and I already setup > each printer > from scratch since I suspected changes in the configs. > > Has anybody ideas where to look further? > > I was wondering if I might be the only one with trouble after that cups > update. > > Please CC me when responding, > > thanks in advance, > > Oliver > Some folks on the Forums reported that the (re)-installation of print/cups-filter resolved this issue for them. Maybe for you too? For reference: https://forums.freebsd.org/viewtopic.php?f=46&t=45738 -Tom