From owner-freebsd-stable@FreeBSD.ORG Sun Oct 13 15:30:08 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A9A60D88 for ; Sun, 13 Oct 2013 15:30:08 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp4.sbb.rs (smtp4.sbb.rs [89.216.2.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2196327F6 for ; Sun, 13 Oct 2013 15:30:07 +0000 (UTC) Received: from faust.localdomain (cable-178-148-100-100.dynamic.sbb.rs [178.148.100.100]) by smtp4.sbb.rs (8.14.0/8.14.0) with ESMTP id r9DFU0bH002410 for ; Sun, 13 Oct 2013 17:30:05 +0200 Received: by faust.localdomain (Postfix, from userid 1001) id 3B9D6A41E9D; Sun, 13 Oct 2013 17:29:58 +0200 (CEST) Date: Sun, 13 Oct 2013 17:29:58 +0200 From: Zoran Kolic To: freebsd-stable@freebsd.org Subject: pkg2ng not making pkg.bak dir after upgrade Message-ID: <20131013152958.GA4744@faust.sbb.rs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 15:30:08 -0000 After a while, I found that I messed something. Upgraded the system from 9.1 to 9.2 with freebsd-update. Installed pkg. Used pkg2ng. It did some work, but made no /var/db/pkg.bak directory at all. Now, I could see either pkg version output just as pkg_version. So, it was not converted to pkg system. Update and upgrade processes went fine to my tired eyes. But, it was not fine, since I still use old packages, with downloaded txz files in /var/cache/pkg/All. > pkg info pkg pkg-1.1.4_7 > uname -a FreeBSD faust 9.2-RELEASE FreeBSD 9.2-RELEASE #3: Sat Oct 12 17:30:28 CEST 2013 root@faust:/usr/obj/usr/src/sys/NEWKERN amd64 > whereis pkg2ng pkg2ng: /usr/local/sbin/pkg2ng I use tcsh, if it matters. Any idea how to go further. I could remove all apps and install from the start, but it is interesting to find the solution. Best regards Zoran