From owner-freebsd-hackers@FreeBSD.ORG Fri May 19 13:13:58 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F5916A536 for ; Fri, 19 May 2006 13:13:58 +0000 (UTC) (envelope-from betogigi@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD78A43D48 for ; Fri, 19 May 2006 13:13:57 +0000 (GMT) (envelope-from betogigi@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so715282nzn for ; Fri, 19 May 2006 06:13:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Sbbj16CzNwmvLrLuVHxeVY0wPO0rtymGklxWjRVNMbEK0Jos1NBrz/kF6GE0EclbpCpV8mlTdGN60NLVzIJpVvgl/aOxaoOfDSRdXoUyjyKE/ezn5x+Tyc6aA0jvq9LhRFmInTOQ/d8A2CcmdOFnQ8JyMcfmRl1vC2campbrC7A= Received: by 10.65.97.14 with SMTP id z14mr1375647qbl; Fri, 19 May 2006 06:13:57 -0700 (PDT) Received: by 10.65.141.8 with HTTP; Fri, 19 May 2006 06:13:57 -0700 (PDT) Message-ID: Date: Fri, 19 May 2006 10:13:57 -0300 From: "Roberto Lima" To: "Bartosz Giza" , hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Re: Problem with jails after upgrading to 6.1-STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 13:13:58 -0000 Hi, your problem is simple, if jid shows in jls yet, just try: pkill -j JID ps: -j flag works only RELENG_6 thanks and sorry for my bad english. Roberto.