From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 04:17:38 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 8098AD5D for ; Wed, 3 Sep 2014 04:17:38 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 54A081751 for ; Wed, 3 Sep 2014 04:17:38 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id r2so8446850igi.12 for ; Tue, 02 Sep 2014 21:17:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=0DccW7MpthUhGGJ8AX+WssjOsh8eOGY32+By3vPWv7s=; b=lsJbVK2IT64eoXKfYRP5rjc82zpNDucmqRMc3xqnFX6P5e+oHMURkY8TPDUziPq3LH xtuIACNSHcNYFqdu+4ya6LgcMVOYrgGVmlGLyq4uTz7v+A1CdsVU8NG10lYCt6oOMSYr 8QsCFM+unE3faKvHHD/NqzUrY08R0fJfIsQbfLPl2/+HrXb+9LmMYEyvURpaKzIiTikG A3r9eKMnp7VD4JlW4cn8ULqrhAAI1ex9cOAGHStcN8GvKB/N/GkTL1J7NAbWSprNF4gg UFcfVxNvxE1Lr8wy87i1uSvsldvjUkB7A5eBb8CXK2V7jn9FRcLX1Wcl1AyKoFRbf+Am 7Fhg== X-Received: by 10.42.26.74 with SMTP id e10mr34747098icc.25.1409717857727; Tue, 02 Sep 2014 21:17:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.34.79 with HTTP; Tue, 2 Sep 2014 21:17:07 -0700 (PDT) From: Jia-Shiun Li Date: Wed, 3 Sep 2014 12:17:07 +0800 Message-ID: Subject: all processes have ppid 1 To: freebsd-current Content-Type: text/plain; charset=UTF-8 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 04:17:38 -0000 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 -Jia-Shiun.