From owner-freebsd-office@FreeBSD.ORG Mon Jan 13 15:24:16 2014 Return-Path: Delivered-To: office@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 804C6F79 for ; Mon, 13 Jan 2014 15:24:16 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3390E190A for ; Mon, 13 Jan 2014 15:24:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0DFOEcu071186; Mon, 13 Jan 2014 08:24:14 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s0DFOEUk071183; Mon, 13 Jan 2014 08:24:14 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 13 Jan 2014 08:24:14 -0700 (MST) From: Warren Block To: Matthias Apitz Subject: Re: Libreoffice printing on Freebsd via LPD spooling In-Reply-To: <20140113052938.GA1607@La-Habana> Message-ID: References: <20140113052938.GA1607@La-Habana> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 13 Jan 2014 08:24:15 -0700 (MST) Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: office@freebsd.org, Juris Kaminskis X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 15:24:16 -0000 On Mon, 13 Jan 2014, Matthias Apitz wrote: > El día Sunday, January 12, 2014 a las 06:04:25PM -0700, Warren Block escribió: > >>> Libreoffice I get following error: >>> >>> ./spadmin >>> >>> No printers can be installed, because the file system is read-only. >>> Please contact your system administrator. >>> >>> Do you know how to enable printing support on Libre? >> >> I looked at that a few weeks ago, and it appears that the error is due >> to it looking for CUPS even when built without CUPS. More >> specifically, I think it's looking for the cupsd server, possibly even >> just files for it or some other CUPS component. > > Just a guess: May be truss or strace could help to see what it is > missing or locking for. truss was what I was using. Ultimately, it would be best to fix LO so that spadmin and printing can be used without CUPS. From owner-freebsd-office@FreeBSD.ORG Mon Jan 13 21:29:46 2014 Return-Path: Delivered-To: office@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 41B41794 for ; Mon, 13 Jan 2014 21:29:46 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC73B19C5 for ; Mon, 13 Jan 2014 21:29:45 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x55so4955987wes.36 for ; Mon, 13 Jan 2014 13:29:44 -0800 (PST) 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=qIEN2a5Q/JWmqYWkFlSFMSScQsXQmKtvyiywlUXZRp8=; b=dXqqSi5K2nn5Rsm/E883buI6puS3xNdRY4ItHNf2WU+cIvOLGy5og1vYZBXMmVnBIb PW1k51746R+WkJjHpFQl11qQgaU430Jr0FTF49tagr0yng+HQzH8lxo9qTuHA/e10g44 LnT3IrUI4FbxCrkagQ2A9wPjkHMf2NGACn8eNCIynfv3mzdnSOYyIbxe4tbxWiNlZVbu izwvEUMvZNKAnPFONkqazPzwadeacFv0AsS1Jn0NKHkzIEOXmSp8jSUXs3+HMn0jrj2o aCaAXpXicbkVFAf0bXj2paA+i4fMEeXcXjxlvh8TksYkqZh/xFRFNIoLJaF2S94KBx4N BZ3Q== MIME-Version: 1.0 X-Received: by 10.181.12.20 with SMTP id em20mr17757482wid.0.1389648584296; Mon, 13 Jan 2014 13:29:44 -0800 (PST) Received: by 10.194.79.161 with HTTP; Mon, 13 Jan 2014 13:29:44 -0800 (PST) In-Reply-To: References: <20140113052938.GA1607@La-Habana> Date: Mon, 13 Jan 2014 23:29:44 +0200 Message-ID: Subject: Re: Libreoffice printing on Freebsd via LPD spooling From: Juris Kaminskis To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 21:29:46 -0000 > > >>> truss was what I was using. Ultimately, it would be best to fix LO so >> that spadmin and printing can be used without CUPS. > > > I tried also truss and I understood from it that CUPS is the faulty one. > For interest I attach the log file from truss and spadmin. > http://sharetext.org/v2oL > Is it definetly that rebuilding libreoffice without CUPS would not help? I > used package when installed libreoffice... and how to report this thing and > to whom? >