From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 13 20:23:03 2015 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 161975C8 for ; Fri, 13 Mar 2015 20:23:03 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A30BE3 for ; Fri, 13 Mar 2015 20:23:02 +0000 (UTC) Received: by wghk14 with SMTP id k14so25658704wgh.3 for ; Fri, 13 Mar 2015 13:23:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=tVYd0QkmDkttL6aa1OIn/kTl4ruuulpu4OMpS/j4wDk=; b=Om2MuT+oCX5tDDt02sGFi/Y6h8YBomoFB+X3dElRCBbVrPAPVRCUsCDA0GzCp8JNQH pkk2BXkrKAC/l9RCMvkvQ41J/5t/9ppAOzZkbGnXZBvVmETrzL+A8qyhinogvKCXM/IW IDiBs7SsrlNjRjLDJOlkP5n7yx9Y2nTCP2U6woF9gamLUmltaVtM83hz+Rw4Dw4W+Yxi +N4339v0e/5HB4qwIPmj98OG4Bnsw89KjFJkLEGAkscwHdgO0Mtk3YSUDy6gup/xuuGr CnwZy0ttaMEXDSsM16nwzG59+WDZQb8TizatZa0OsfsRy3koTMgLlSC5/IaaAwC48nJi N08A== X-Received: by 10.194.21.193 with SMTP id x1mr98968153wje.144.1426278181025; Fri, 13 Mar 2015 13:23:01 -0700 (PDT) Received: from [192.168.1.193] (17.Red-79-158-184.staticIP.rima-tde.net. [79.158.184.17]) by mx.google.com with ESMTPSA id i10sm4214928wja.40.2015.03.13.13.22.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Mar 2015 13:23:00 -0700 (PDT) Message-ID: <55034722.10300@gmail.com> Date: Fri, 13 Mar 2015 21:22:58 +0100 From: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: lumiwa@gmail.com, freebsd-gnome@freebsd.org Subject: Re: gnome-shell-extensions-3.14.3 References: <4446013.GrKxT8rhzf@lumiwa.farms.net> <550321C7.3030804@gmail.com> <1546262.v60JuTcnlr@lumiwa.farms.net> In-Reply-To: <1546262.v60JuTcnlr@lumiwa.farms.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 20:23:03 -0000 On 13/03/2015 19:09, ajtiM wrote: > I did and I try: > ps ax | grep pkg > 63681 1 S+ 0:00.00 grep pkg > > Thanks. Hi, I'm not 100% sure (sorry), but I'd say it has todo with pkg, not with gnome. The error you get comes from https://github.com/freebsd/pkg/blob/master/src/set.c:221. The only thing I can suggest is to check who is locking the database (anyone else than pkg, perhaps?) with: # fstat /var/db/pkg/local.sqlite If anyone is locking the database, kill it. If it doesn't work then I'd suggest you to check #pkgng at freenode and ask there. Regards, Gustau PS: please keep the mailing list in the CC, perhaps anyone may help or having the same problem