From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 05:41:24 2014 Return-Path: Delivered-To: freebsd-current@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 9B414E2D for ; Wed, 3 Sep 2014 05:41:24 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (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 224921E25 for ; Wed, 3 Sep 2014 05:41:23 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id v6so8802087lbi.23 for ; Tue, 02 Sep 2014 22:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Ar3ny/vouS5u+QLQpK/aNh6txX2AR84QbfT38RisaB8=; b=R51XgcfnylIMO1udsWR0wZ10ykaZccgqkYczMtn9t0VwpzubIVrDkxCsesugymczkZ ckpiB42jRCq57EK08gVl4Ludgvp8g4jEGENxMGQCib5EXnYbiAvOf5Dd+f6HT25BgnUi ykIdgfORho8QtHl4S59sMtd2n02n38jbTw0574k4RFo6Mc2mHprUDo+SuF+LISiLut0G l1bAXBV2njLgN+XLuddDBpgjte4t/yBApUF6Bp2Jen658U/ToX7PlRPBtKjtz7cMcx5J NPlKGOv2VV0zGG6VYVqtU3OtwgBMwcYzm3zRMsEyzr7/ZNtdAicIwaqdOrJUmXj33uvd CfZg== X-Received: by 10.112.2.167 with SMTP id 7mr332652lbv.103.1409722881644; Tue, 02 Sep 2014 22:41:21 -0700 (PDT) Received: from laptop.minsk.domain (minsk.nivalnetwork.com. [86.57.144.74]) by mx.google.com with ESMTPSA id rd2sm7863790lbc.32.2014.09.02.22.41.19 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Sep 2014 22:41:20 -0700 (PDT) Date: Wed, 3 Sep 2014 08:41:37 +0300 From: "Sergey V. Dyatko" To: freebsd-current@freebsd.org Subject: Re: all processes have ppid 1 Message-ID: <20140903084137.419aa72d@laptop.minsk.domain> In-Reply-To: References: X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 05:41:24 -0000 On Wed, 3 Sep 2014 12:17:07 +0800 Jia-Shiun Li wrote: > Hi all, > > on r270962 -current ps indicates all processes have ppid 1 which is > not reasonable. This happened to me since about 1 week ago. Wondering > if anyone sees the same. > > the 'ps axdl' result looks like: > http://pastebin.com/qFg5FusN > > seems it was broken after r270515... > > -Jia-Shiun. -- wbr, tiger