From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 00:37:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68FF0106564A for ; Thu, 4 Jun 2009 00:37:19 +0000 (UTC) (envelope-from freecsb@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 225FF8FC0C for ; Thu, 4 Jun 2009 00:37:19 +0000 (UTC) (envelope-from freecsb@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so198147ana.13 for ; Wed, 03 Jun 2009 17:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=w0pZ4HB52i3mlgo7GRBD4LD4C0Asdvdae9srvQp+nJU=; b=DJnWffn0gLAKS+5G34CBrQ6OWYguDwEsLjZ0GTzR9WA7ojZGpC3eFGWe9kM5CT2gP/ JXhRe9+EpJ3D1Y1bYZ83yaqtnz6206iJmoFLF0aReaKwe7KDMiH06Roc55+f6oBpSgrq BQsF11Z0eOr9rlP1rl6aMdsvj2RpTk/xplbJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KQ3ph8v0wVcvnamJqGLc6ew4d6fWOEuaPnIFzlmHXQn5lZMVPx0ILSu2TjFWGDz33T TLWvf+2MUXOuDBU/n9iU5Eo+L+owhOKFhUNuas/yZERj9Gbx5jo/t+ITl2zDBhphpQp5 nOdMBm3aIb0NvNhPPyNI2eM79NR56arHbfLFU= MIME-Version: 1.0 Received: by 10.100.141.2 with SMTP id o2mr1895647and.151.1244074419388; Wed, 03 Jun 2009 17:13:39 -0700 (PDT) In-Reply-To: <4A26F16C.2010805@webrz.net> References: <4A26F16C.2010805@webrz.net> Date: Wed, 3 Jun 2009 20:13:37 -0400 Message-ID: <90f0a2770906031713t52da65e8we5bc0f5a73a881b9@mail.gmail.com> From: Chad Brown To: Jos Chrispijn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Stale lockfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 00:37:19 -0000 On Wed, Jun 3, 2009 at 5:55 PM, Jos Chrispijn wrote: > Can someone tell me what this file exactly is for? > Got the message 'Stale lock file found. Removed' running 'portupgrade -a'. > > thanks, > Jos Chrispijn > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > The point is to indicate that a process (e.g., portupgrade) is currently running. Multiple instances of portupgrade running at the same time might do some strange things. As W. Puchar says, portupgrade detected the lock file (from a previous unfinished instance), but there were no current portupgrade processes running. Thus, the lockfile was "stale", and was deleted.