Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 06:40:58 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        Juris Kaminskis <juris.kaminskis@gmail.com>
Cc:        office@freebsd.org
Subject:   Re: Libreoffice printing on Freebsd via LPD spooling
Message-ID:  <20140115054058.GA1629@La-Habana>
In-Reply-To: <CAKJAkztW2cLkrDRY_hQF6Cm2jtBJqnkhvXsObw4VHCCbv0zPFw@mail.gmail.com>
References:  <CAKJAkztMB7Uf18B-9whV5kJaziZN%2BU1tRPYFZRdyMncpPjw1oA@mail.gmail.com> <alpine.BSF.2.00.1401121729530.65698@wonkity.com> <20140113052938.GA1607@La-Habana> <alpine.BSF.2.00.1401130820160.71151@wonkity.com> <CAKJAkztW2cLkrDRY_hQF6Cm2jtBJqnkhvXsObw4VHCCbv0zPFw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Monday, January 13, 2014 a las 10:32:15PM +0200, Juris Kaminskis escribió:

> > 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. 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?

Your libreoffice is looking for CUPS:

$ egrep 'cups|631' error.message

open("/usr/local/etc/cups/client.conf",O_RDONLY,00) ERR#2 'No such file or directory'
connect(15,{ AF_INET 127.0.0.1:631 },16)         ERR#61 'Connection refused'
open("/root/.cups/client.conf",O_RDONLY,00)      ERR#2 'No such file or directory'
open("/usr/local/etc/cups/client.conf",O_RDONLY,00) ERR#2 'No such file or directory'
connect(15,{ AF_INET 127.0.0.1:631 },16)         ERR#61 'Connection refused'
open("/root/.cups/client.conf",O_RDONLY,00)      ERR#2 'No such file or directory'
open("/usr/local/etc/cups/client.conf",O_RDONLY,00) ERR#2 'No such file or directory'
connect(15,{ AF_INET 127.0.0.1:631 },16)         ERR#61 'Connection refused'

You should try to build one from the ports w/o CUPS.

	matthias
-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru@unixarea.de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140115054058.GA1629>