From owner-freebsd-current@freebsd.org Sun Jun 4 12:57:54 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 734B0B7B809 for ; Sun, 4 Jun 2017 12:57:54 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 44D5175DE2 for ; Sun, 4 Jun 2017 12:57:54 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from; s= 201508; t=1496581065; bh=vkwm2OzsSxmPpxa9ptgU1ZqzdKpKg50l7bU9Ijf HT14=; b=KiZWyGAo5ctSnReMnbn0pQfbAeSg3aEFduTv14VQnLSr8zUG6CdgsYt 5hbPFRdHajPqZ9rG4ugZKgH+brbFo9hidQBZ9HR41VChWIIt6VcrHhhfFddbtdjr /8c3CiUFYTd6yu2y/6mc5iZHDdbS3dXpYU3XpdTk09TH4fkkVtDM= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 4192AB617; Sun, 4 Jun 2017 08:57:45 -0400 (EDT) To: freebsd-current , Rick Macklem From: Michael Butler Subject: post ino64: lockd no runs? Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <24b27f3e-f91b-553d-f2c1-e876608e0baf@protected-networks.net> Date: Sun, 4 Jun 2017 08:57:44 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Jun 2017 12:57:54 -0000 It seems that {rpc.}lockd no longer runs after the ino64 changes on any of my systems after a full rebuild of src and ports. No log entries offer any insight as to why :-( imb