From owner-freebsd-questions@freebsd.org Fri Mar 26 00:54:35 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B1B05AE3E1 for ; Fri, 26 Mar 2021 00:54:35 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.20.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F63Qf5xWQz3FNp for ; Fri, 26 Mar 2021 00:54:34 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from [10.0.10.15] (unknown [10.0.10.15]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id 396034437F for ; Thu, 25 Mar 2021 17:54:27 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pinyon.org; s=dkim; t=1616720067; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xEl6wXaaDTcmrkRlPJ5ktdNW5GkDSc/X84L3J5c73cc=; b=NiAc01Ek0akmS/Ntmhtmo9Un6w5nh0is93RzVBW6WWQ+phQcsojl99Pffx4nHgMPwDO4tQ pPmEN4fL288gtk9E512Buk1t9qtWlShveUdugWaIrCAqz1whfyTVM6yiSNqC6xc/4wPNu4 CgwyPwQWN4rECIN2uvVJ89+o2jWtO10= To: freebsd-questions@freebsd.org From: "Russell L. Carter" Subject: ipps cups printer broken recently Message-ID: Date: Thu, 25 Mar 2021 17:54:26 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.85 X-Rspamd-Server: h2 X-Rspamd-Queue-Id: 4F63Qf5xWQz3FNp X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=pinyon.org header.s=dkim header.b=NiAc01Ek; dmarc=none; spf=pass (mx1.freebsd.org: domain of rcarter@pinyon.org designates 65.101.20.170 as permitted sender) smtp.mailfrom=rcarter@pinyon.org X-Spamd-Result: default: False [-3.49 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[pinyon.org:s=dkim]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[65.101.20.170:from:127.0.2.255]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[pinyon.org:+]; NEURAL_HAM_SHORT(-0.99)[-0.991]; DMARC_NA(0.00)[pinyon.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[65.101.20.170:from]; ASN(0.00)[asn:209, ipnet:65.101.0.0/18, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 00:54:35 -0000 Greetings, I don't print much but tax season is coming up and now I need too. Last July I had gotten a Brother_HL_L2340D working via ipps protocol. Sometime in the last months that protocol stopped working. I see that cups has been updated to 2.3.3op2. Now it can't see my printer, but a linux box on the same network sees it just fine: This is a stable/13 box with up to date ports tree. $ linux> lpstat -l -e Brother_HL-L2340D_series permanent ipp://localhost/printers/Brother_HL-L2340D_series ipp://Brother%20HL-L2340D%20series._ipp._tcp.local/ Brother_HL_L2340D_series_knuth network none ipps://Brother%20HL-L2340D%20series%20%40%20knuth._ipps._tcp.local/cups $ freebsd> lpstat -l -e That is, no output produced. When I try to add the printer on FreeBSD using the cups interface (http://localhost:631/) it can find: Brother HL-L2340D series (Brother HL-L2340D series) However the connection is lpd://BRWD80F9967A5AB/BINARY_P1, and after configuring as a RAW printer as before, it cannot contact the printer when printing the test page. I earlier used to kludge this by sharing the printer from linux cups but now the freebsd box doesn't see that either. Linux cups prints a test page just fine over ipps. Linux cups is version 2.3.3op2, same as freebsd cups. Anyone have an idea how I might fix this? Did the cups adjacent set of packages change so I now missing something essential? Thanks, Russell