From owner-freebsd-office@FreeBSD.ORG Mon Jan 13 01:04:33 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 7239D4F4 for ; Mon, 13 Jan 2014 01:04:33 +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 286BB1169 for ; Mon, 13 Jan 2014 01:04:32 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0D14Qrf066012; Sun, 12 Jan 2014 18:04:26 -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 s0D14PS5066009; Sun, 12 Jan 2014 18:04:26 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 12 Jan 2014 18:04:25 -0700 (MST) From: Warren Block To: Juris Kaminskis Subject: Re: Libreoffice printing on Freebsd via LPD spooling In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 12 Jan 2014 18:04:26 -0700 (MST) 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 01:04:33 -0000 On Sun, 12 Jan 2014, Juris Kaminskis wrote: > Hello, > > I am not having CUPS but native LPD. When I try to use printing on > 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. Frustratingly, I managed to make it work, but upgraded the system, did not take notes of what I did, and can't seem to make it work again. In any case, it was without modifying LibreOffice, just doing ...something... which then allowed spadmin to run. I defined a couple of printers as lpr commands, and they worked.