From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 06:27:44 2014 Return-Path: Delivered-To: freebsd-current@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 3545DE1F; Wed, 3 Sep 2014 06:27:44 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (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 73E5E1327; Wed, 3 Sep 2014 06:27:43 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so7941846wgg.5 for ; Tue, 02 Sep 2014 23:27:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=QKoLBtpHYz651Iub3OuWYYFzO9n/Rqpt6Yjy4wL82BE=; b=Fj7P40uC8DD8QkjYOm+upD97rsRHdNlNpSjx/QFyjNBr2caE8XUkHxHD49rZPZwkY0 orP3tWcH86b/KUmZrzo0g0jWUDx8jFBFwlSt62KPoFDoKIKZrqEOfkqpKmJI+f5d+Oi4 rFKHspBbgd2a2GdfPlzmMTUByQkcOjm0sdXcWxAnhOEUKlbsMjaD78kKayM/vnnyDq+9 uSGo/Vth9L8mii+vf+BpBGLqQ2Si7DbEj1FNZpGV0/8bHxRKmPVWZKriKRQeWkrZPS24 R3pWl3C62Tx8G7zHsgcv94ULNms3SJgQpgtbmNaj8mOsJ2CT9/ySTKapzABb52txoFEW AyPQ== X-Received: by 10.194.249.164 with SMTP id yv4mr45005713wjc.34.1409725661565; Tue, 02 Sep 2014 23:27:41 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id bt9sm13863857wjc.44.2014.09.02.23.27.40 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Sep 2014 23:27:40 -0700 (PDT) Date: Wed, 3 Sep 2014 08:27:38 +0200 From: Mateusz Guzik To: Jia-Shiun Li Subject: Re: all processes have ppid 1 Message-ID: <20140903062737.GA13871@dft-labs.eu> Mail-Followup-To: Mateusz Guzik , Jia-Shiun Li , freebsd-current , Garrett Cooper , Adrian Chadd , Glen Barber , "Sergey V. Dyatko" References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Glen Barber , Adrian Chadd , freebsd-current , "Sergey V. Dyatko" , Garrett Cooper 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 06:27:44 -0000 On Wed, Sep 03, 2014 at 12:17:07PM +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 Please try r270993. -- Mateusz Guzik