From owner-freebsd-pkg@FreeBSD.ORG Tue Aug 5 02:28:29 2014 Return-Path: Delivered-To: freebsd-pkg@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 ESMTPS id 1B544F04 for ; Tue, 5 Aug 2014 02:28:29 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B66F2CBC for ; Tue, 5 Aug 2014 02:28:28 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id pn19so207243lab.24 for ; Mon, 04 Aug 2014 19:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bPpCDFnfWHx2tyjaxFRHFZxNlrSAGO/zoDQ0t0I9xjw=; b=LS2L1jalDdvx9NjGiPR2YzZ5JUKE/4598wVn5Kif4/zsWgiTZbjIlTE6DpyVN/k2OP wOkmJd0JlNaxUlb/oGclmiqKjjhm/S14SHW2gS7WHqt9MXNkNbVIduqU4tRh4FEqoKTi eqWftsMPSZ/bg8G5Ch8U1h5LhYGpnDkzpPD6EJYcE0AfSEC0296RtUo9oQPeYe3BPzUN l9ijE4Yv0xT8m4wiI1XI9jhCNWZMKzZ1rR+PoGI5ZRNJj49OfWOz1Z1umbqTzBzAwvxJ s6st/2FTytXidMS+T++xL3FkI2AzIBBdcmhzIjJ6bYRz7A6Qi6HDOPnixhcAd3bOodpz lrfQ== MIME-Version: 1.0 X-Received: by 10.112.72.3 with SMTP id z3mr667679lbu.30.1407205706660; Mon, 04 Aug 2014 19:28:26 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 4 Aug 2014 19:28:26 -0700 (PDT) In-Reply-To: <20140804214349.8d8d01cb01c8d7f2894adba1@fbsd.es> References: <20140804214349.8d8d01cb01c8d7f2894adba1@fbsd.es> Date: Mon, 4 Aug 2014 19:28:26 -0700 X-Google-Sender-Auth: x-H40wq6ge2MhhZfeJXiHBTOpok Message-ID: Subject: Re: [BUG?] pkg: Cannot get a read lock on a database, it is locked by another process From: Craig Rodrigues To: Carlos Jacobo Puga Medina Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 02:28:29 -0000 On Mon, Aug 4, 2014 at 12:43 PM, Carlos Jacobo Puga Medina wrote: > Hi, > > After upgrade pkg to 1.3.4 I have the same problem with pkg_libchk which it shows while is running: > > pkg: Cannot get a read lock on a database, it is locked by another process What command did you type which caused this problem? > > > Any suggestion is welcome. If you look here: https://github.com/freebsd/pkg/commits/release-1.3 there is a fix for READ_LOCK commit 4d946cf395a51f48bcc1469e21862910dd50797c but that fix went in after pkg 1.3.4 was released. This won't be available until pkg 1.3.5. -- Craig