From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-180006-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 410701396D0
	for <garchives@archives.gentoo.org>; Tue, 19 Sep 2017 16:22:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 78A691FC10F;
	Tue, 19 Sep 2017 16:22:26 +0000 (UTC)
Received: from pecan2.exetel.com.au (pecan2-mail.exetel.com.au [220.233.0.71])
	by pigeon.gentoo.org (Postfix) with ESMTP id 031F1E0BDF
	for <gentoo-user@lists.gentoo.org>; Tue, 19 Sep 2017 16:22:25 +0000 (UTC)
Received: from 217.249.70.115.static.exetel.com.au ([115.70.249.217] helo=[192.168.14.1])
	by pecan2.exetel.com.au with esmtp (Exim 4.84)
	(envelope-from <agl@wht.com.au>)
	id 1duLHy-0005mV-UC
	for gentoo-user@lists.gentoo.org; Wed, 20 Sep 2017 02:22:22 +1000
Subject: Re: [gentoo-user] thin-provisioning-tools - but I don't provision
 anything!!!!!
To: gentoo-user@lists.gentoo.org
References: <75ad55df-c3e0-4206-3020-d47fd2009ecf@wht.com.au>
 <1862584.XkDQ25dnfK@thetick>
From: Andrew Lowe <agl@wht.com.au>
Organization: Wombat High Tech
Message-ID: <f8e262e1-2c5d-81ed-6396-a77eb106f8d5@wht.com.au>
Date: Wed, 20 Sep 2017 00:22:24 +0800
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.3.0
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
In-Reply-To: <1862584.XkDQ25dnfK@thetick>
Content-Type: text/plain; charset=windows-1252
Content-Language: en-AU
Content-Transfer-Encoding: 7bit
X-Archives-Salt: c8f8908d-d23a-4227-9451-ebc613a9f20f
X-Archives-Hash: 9fb4c577b861f721c7d4b2a4a8288c08

On 16/09/17 06:57, Marc Joliet wrote:
> Am Freitag, 15. September 2017, 19:56:54 CEST schrieb Andrew Lowe:
>> Hi all,
>> 	I posted about a nasty infection my machine had with three versions of
>> Ruby a few days ago. In the process of trying to fix that I noticed a
>> thingy called "thin-provisioning-tools". I don't have anything thin and
>> I don't provision anything so why I ask?
>>
>> 	From what I've been able to understand, it's something to do with
>> Device Mapper, snapshots and "many virtual devices to be stored on the
>> same data volume". This is all just jibberish to me and I have no idea
>> as to why this has suddenly appeared in my world update. I haven't asked
>> for it. I don't use any of the "more advanced" thingies such as lvm2 etc
>> so does anyone have any idea as to why I've now go this to install?
>>
>> 	Back to Ruby killing now,
>> 		Andrew
> 
> Based on what I've researched for the other sub-thread, since you don't 
> actually use LVM, then -- unless you set the wrong USE flags -- you probably 
> have udisks:0 installed (it has an unconditional dependency on lvm2).  Use 
> "emerge --depclean -pv lvm2" to find out for sure.
> 
> If it is udisks:0, then AFAICT you can get rid of it with appropriate USE flag 
> settings ("equery depends" is your friend here).
> 
> HTH
> 

	I think I eventually tracked the problem down to installing
sys-fs/cryptsetup ages ago and subsequently doing nothing with it, hence
out of sight, out of mind. It brought in lvm2, which once again I don't
use, but out of sight, out of mind, which brought in
thin-provisioning-tools.

	Just at the moment with my 3 versions of Ruby and KDE doing a large
upgrade, I was swamped with "info" so it took a bit to find my way
around this stuff and find the appropriate flags to set/unset.

	Thanks to those who provided thoughts,

		Andrew