From owner-freebsd-questions@freebsd.org Tue Aug 23 19:26:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F639BC31AF for ; Tue, 23 Aug 2016 19:26:28 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from messages.atlantisservices.net (atlantisservices.net [96.39.127.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02EB01002 for ; Tue, 23 Aug 2016 19:26:27 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from [192.168.0.29] (desktop4.192atlantisservices.net [192.168.0.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by messages.atlantisservices.net (Postfix) with ESMTPSA id 5D37A129CB for ; Mon, 22 Aug 2016 19:19:05 +0000 (UTC) Subject: Re: Strange pkg behavior To: freebsd-questions@freebsd.org References: From: Paul Pathiakis Message-ID: <6f5a10bb-6094-539c-a6c8-840718399cca@atlantisservices.net> Date: Mon, 22 Aug 2016 15:19:05 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AtlantisServices-MailScanner-Information: Please contact the ISP for more information X-AtlantisServices-MailScanner-ID: 5D37A129CB.A676F X-AtlantisServices-MailScanner: Found to be clean X-AtlantisServices-MailScanner-SpamCheck: X-AtlantisServices-MailScanner-From: ppathiakis@atlantisservices.net X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2016 19:26:28 -0000 Ok. Figured out something. It seems that the reason this is happening is that the external authentication module is now part of RT core and the external auth was a dependency of RT4.2. So, I removed the existing module. Everything is find and LDAP authentication still works. Just in case someone else runs into this. P. On 08/22/2016 12:05, pathiaki2 via freebsd-questions wrote: > Good day, > > I'm having a behavior with pkg that I don't understand after reading > maillists, man pages, etc. > > I have RT4.4 installed. > > I perform pkg update, pkg upgrade, and then get the following: > > root@ticket:/ # pkg upgrade > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Checking for upgrades (8 candidates): 100% > Processing candidates (8 candidates): 100% > The following 6 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > rt42: 4.2.13 > p5-HTML-FormatExternal: 26 > p5-constant-defer: 6 > lynx: 2.8.8.2_4,1 > p5-FCGI-ProcManager: 0.25 > > Installed packages to be UPGRADED: > p5-RT-Authen-ExternalAuth: 0.25_2 -> 0.26 > > Number of packages to be installed: 5 > Number of packages to be upgraded: 1 > > The process will require 29 MiB more space. > 6 MiB to be downloaded. > > Proceed with this action? [y/N]: n > root:/ # pkg upgrade -f p5-RT-Authen-ExternalAuth > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > The following 6 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > rt42: 4.2.13 > p5-HTML-FormatExternal: 26 > p5-constant-defer: 6 > lynx: 2.8.8.2_4,1 > p5-FCGI-ProcManager: 0.25 > > Installed packages to be UPGRADED: > p5-RT-Authen-ExternalAuth: 0.25_2 -> 0.26 > > Number of packages to be installed: 5 > Number of packages to be upgraded: 1 > > The process will require 29 MiB more space. > 6 MiB to be downloaded. > > Proceed with this action? [y/N]: ^Cpkg: > signal received, cleaning up > > root:/ # > > I'm confused by this. First, I thought that I could force the upgrade > of an individual package which I am trying to do with > p5-RT-Authen-ExternalAuth. However, this seems to want rt42. > Shouldn't it allow me to update that individual package? I know a > workaround is to just build the port and everything will be fine, > however, I think this is a bug of incorrect behavior in pkg. If not, > could someone explain this to me? Did I miss something in the docs > somewhere? > > Thank you, > > P. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.