From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF5941384C1 for ; Mon, 31 Aug 2015 23:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A6ED142AE; Mon, 31 Aug 2015 23:08:27 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F62C1426D for ; Mon, 31 Aug 2015 23:08:26 +0000 (UTC) Received: by wiclp12 with SMTP id lp12so12930754wic.1 for ; Mon, 31 Aug 2015 16:08:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=PKRvJEPQ01aNQffSgvts1e3WRymgjkXsjY7MmKpAj94=; b=eRWiXRIAx7bbUs+lxDQPBHSvZMuMaEeZIeeuYixiCZbBe17KSU3rMhPb/zuMCnpYu5 1zHvQ+7CBLWaOGcnY1hgzyDoBAgIop1T9TM0oeMr6Oifuv7hXJzZgvmRqyKFQpahQQXb u4iCQzhzTZ726qLyy1F6yr2T85234JELgORpHWNAq7/1El/irBzzqs48nBHaFt7Gy0f8 26opAxzDaI/DIVYp6igcVy0P2ITXjq911Wx2sS2XvboTrOajXB3MsiPZwG5nV26ZQNws Tg6nb8zFsyTVtAuQl3kvg4dVrDHOZOzsr5z9l7t1mjJ4Gt6DCiRcB3qwzC5KVWzvhPHz ARIQ== X-Received: by 10.180.99.170 with SMTP id er10mr841263wib.65.1441062504890; Mon, 31 Aug 2015 16:08:24 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by smtp.gmail.com with ESMTPSA id lk16sm875204wic.6.2015.08.31.16.08.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 31 Aug 2015 16:08:23 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Failed to set XATTR_PAX markings Date: Tue, 1 Sep 2015 00:08:02 +0100 User-Agent: KMail/1.13.7 (Linux/4.0.5-gentoo; KDE/4.14.8; x86_64; ; ) References: <55E48272.1060900@sys-concept.com> <55E4874C.1000806@sys-concept.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8790971.GWc9E1fDrh"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201509010008.17854.michaelkintzios@gmail.com> X-Archives-Salt: 75726080-3d01-4d9e-bf7c-6ef1c51a869a X-Archives-Hash: 933dd9dda68eb1da266cb9626b8284e1 --nextPart8790971.GWc9E1fDrh Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Monday 31 Aug 2015 19:07:40 Fernando Rodriguez wrote: > On Monday, August 31, 2015 10:56:44 AM thelma@sys-concept.com wrote: > > On 08/31/2015 10:43 AM, Alec Ten Harmsel wrote: > > > On Mon, Aug 31, 2015 at 10:36:02AM -0600, thelma@sys-concept.com wrot= e: > > >> While compiling/updating the system I get a few packages with > > >> messages: > > >>=20 > > >> LOG: install > > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app- >=20 > emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxManage. >=20 > > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app- >=20 > emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxSVC. >=20 > > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app- >=20 > emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxXPCOMIPC= D. >=20 > > >> Failed to set XATTR_PAX markings -me /var/tmp/portage/app- >=20 > emulation/virtualbox-bin-4.3.28.100309/image//opt/VirtualBox/VBoxTunctl. >=20 > > >> Failed to set XATTR_PAX markings -me python. > > >> etc. > > >>=20 > > >> What does it mean? > > >=20 > > > It looks like you're running Gentoo Hardened. It looks like (from a > > > cursory read of https://wiki.gentoo.org/wiki/Hardened/PaX_Quickstart) > > > that your filesystem may not support extended attributes. What type of > > > filesystem is /var/tmp mounted on? > > >=20 > > > Other info like the output of `emerge --info', what kernel you're > > > running, and what profile you're on would be helpful. > > >=20 > > > I personally do not run Hardened, so take this with a grain of salt. > > >=20 > > > Alec > >=20 > > No, I'm not running Gentoo Hardened > > Here is emerge info [snip ...] >=20 > > Thelma >=20 > Could be that you don't have extended attributes enabled for your > filesystem in the kernel. If you're not using a hardened profile and > nothing is failing it should be ok. I also noticed this on an ext4 fs, on a PC that does not run hardened. I=20 don't run ACLs or extended attributes from what I recall and that's what I= =20 attributed this message to. =2D-=20 Regards, Mick --nextPart8790971.GWc9E1fDrh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJV5N5hAAoJELAdA+zwE4Ye+E8IAKBsgtBacmG4tMsrX3okrZFG /cpteeVy6cFnAdEMpZ+OXZ8jZfnenW/TmMX34PtmvHzA5tfTHIfi67It4DywziqX A2Aj8euKwEglNmSdt3s/QOoJwu9Tb5IahKYsUIibtuP6aIpSs2gW/cEJwn0+YNXf AjKHFVZ1jPh0PRxeVUed+jRJQoLkGcYWdOJ5Htcf3+1DsIP7N/lGrukKAkRVbRfB Y8Bd9LMpZTvMQSEImX50WU9KAIFj+4tEsnXpoZ4Bx/5I6mwnBR6693JJ1+Jip3P5 Ogj+wT41hQRnrHNNGzgiM3kO54284ucMftS1UtMpa6idiZNUTyYHTlCxBUSvqoc= =6zWa -----END PGP SIGNATURE----- --nextPart8790971.GWc9E1fDrh--