From owner-freebsd-pkg@FreeBSD.ORG Mon Aug 4 19:44:46 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D6BA6F3; Mon, 4 Aug 2014 19:44:46 +0000 (UTC) Received: from erelay3.ox.registrar-servers.com (erelay3.ox.registrar-servers.com [192.64.117.2]) by mx1.freebsd.org (Postfix) with ESMTP id 713A820B3; Mon, 4 Aug 2014 19:44:45 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 2AC862205056; Mon, 4 Aug 2014 19:44:39 +0000 (UTC) Received: from erelay1.ox.registrar-servers.com ([127.0.0.1]) by localhost (erelay.ox.registrar-servers.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gcmy9_TLlWDh; Mon, 4 Aug 2014 15:44:38 -0400 (EDT) Received: from imap1.ox.privateemail.com (imap1.ox.privateemail.com [198.187.29.233]) by erelay1.ox.registrar-servers.com (Postfix) with ESMTP id 5C7A92205063; Mon, 4 Aug 2014 15:44:38 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id E56BFB0008B; Mon, 4 Aug 2014 15:44:37 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iX0k3LssTBgO; Mon, 4 Aug 2014 15:44:37 -0400 (EDT) Received: from localhost (227.Red-83-33-60.dynamicIP.rima-tde.net [83.33.60.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id DC153B00085; Mon, 4 Aug 2014 15:44:36 -0400 (EDT) Date: Mon, 4 Aug 2014 21:43:49 +0200 From: Carlos Jacobo Puga Medina To: freebsd-pkg@freebsd.org Subject: Re: [BUG?] pkg: Cannot get a read lock on a database, it is locked by another process Message-Id: <20140804214349.8d8d01cb01c8d7f2894adba1@fbsd.es> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mon, 04 Aug 2014 19:44:46 -0000 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 I checked the running process status and I didn't see anything unusual % ps awww | grep pkg 2288 0 S+ 0:00,15 /bin/sh -f /usr/local/sbin/pkg_libchk 3678 0 R+ 0:00,00 /bin/sh -f /usr/local/sbin/pkg_libchk 3682 0 R+ 0:00,00 /bin/sh -f /usr/local/sbin/pkg_libchk 58807 0 S+ 0:00,83 /bin/sh -f /usr/local/sbin/pkg_libchk 85398 0 S+ 0:01,93 /bin/sh -f /usr/local/sbin/pkg_libchk Any suggestion is welcome. -- Carlos Jacobo Puga Medina