From owner-freebsd-pkgbase@freebsd.org Mon Dec 4 16:26:11 2017 Return-Path: Delivered-To: freebsd-pkgbase@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 74D92E56D08 for ; Mon, 4 Dec 2017 16:26:11 +0000 (UTC) (envelope-from kris@ixsystems.com) Received: from mx.ixsystems.com (mx.ixsystems.com [12.229.62.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN ".", Issuer "." (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 503146E807 for ; Mon, 4 Dec 2017 16:26:11 +0000 (UTC) (envelope-from kris@ixsystems.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by mx.ixsystems.com (Postfix) with ESMTP id 3yr9H709jJzCsV5 for ; Mon, 4 Dec 2017 08:26:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ixsystems.com; h=content-language:content-transfer-encoding:content-type :content-type:mime-version:user-agent:date:date:message-id :subject:subject:from:from:received:received:received:received :received:received:received; s=dkim; t=1512404759; x=1514219160; bh=Md1NUUhXOTch6JkY3jkFRxcd9FXTd4hLKL5Urb6h+WY=; b=gGe2D8iqtAdD U3ccSic5EAqSON5zARYESQ5LOv05C02tDuqLwNphrytNGfAFPykeebyGUPTj/p4u mjhxhLI58QbjkbmvuPw6KiBGHFU8rIKP1IUn8DwgemsG3Hxm9W9JTAqgJPjv05u1 B+cPr/QqmDDLVF2IezUgB69Swnywx2vsWqs+3jZY5TdX6KbYkN6VDFRTX9R0mXS1 yed2sufKj2ZtW/NdvvF/zJXfcS9cySx5IUBE5LCza23LZ9nnUXn0j5q40pRbnmWG 4ydj2DmKb4zh2EX5IbVS834699+Id12+VIItwq3iiYmc/pSC24rc4HikIoAmGxRT KDh6pxxXkg== X-Amavis-Modified: Mail body modified (using disclaimer) - mx.ixsystems.com X-Virus-Scanned: Scrollout F1 at ixsystems.com Received: from mx.ixsystems.com ([127.0.0.1]) by localhost (mx.ixsystems.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2sfsz8qbF5bt for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) Received: from zm01.ixsystems.com (unknown [10.246.0.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.ixsystems.com (Postfix) with ESMTPS id 3yr9Gv5CzszD97V for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zm01.ixsystems.com (Postfix) with ESMTP id B0A881A114B for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) Received: from zm01.ixsystems.com ([127.0.0.1]) by localhost (zm01.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id ZpJ0d_VpHge7 for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zm01.ixsystems.com (Postfix) with ESMTP id 789DF1A1167 for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zm01.ixsystems.com ([127.0.0.1]) by localhost (zm01.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id nVLyI5S6aKvd for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) Received: from [10.231.1.89] (unknown [10.231.1.89]) by zm01.ixsystems.com (Postfix) with ESMTPSA id 3F2241A114B for ; Mon, 4 Dec 2017 08:25:59 -0800 (PST) To: freebsd-pkgbase@freebsd.org From: Kris Moore Subject: Recent issue with pkg base missing setuid Message-ID: Date: Mon, 4 Dec 2017 11:25:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 16:26:11 -0000 Anybody else noticed a recent regression (say past month or so) where pkg base of latest HEAD is now failing to throw setuid on some files? We saw it at first because /sbin/shutdown lost its setuid bit, so users can't shutdown the box. I rolled back pkg to 1.10.1 which was working, and that didn't seem to make a difference. Now I suspect something in HEAD itself changed, but for the life of me can't find where. -- Kris Moore Director of Engineering iXsystems Enterprise Storage & Servers Driven By Open Source