* [gentoo-user] cryptsetup and cryptsetup-luks
@ 2006-03-06 13:39 Harry Putnam
2006-03-06 14:03 ` [gentoo-user] " Peter
2006-03-06 14:06 ` Peter
0 siblings, 2 replies; 9+ messages in thread
From: Harry Putnam @ 2006-03-06 13:39 UTC (permalink / raw
To: gentoo-user
I'm running an update world. I have cryptsetup in stalled.
emerge -vpuD world tells me crypsetup is blocking cryptsetup-luks.
[blocks B ] sys-fs/cryptsetup (is blocking sys-fs/cryptsetup-luks-1.0.1-r2)
[blocks B ] sys-fs/cryptsetup-luks (is blocking sys-fs/cryptsetup-0.1-r3)
I don't really want to install cryptsetup-luks since cryptsetup seems
to be working just fine and I'd sooner just keep it.
How can I tell this to portage?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 13:39 [gentoo-user] cryptsetup and cryptsetup-luks Harry Putnam
@ 2006-03-06 14:03 ` Peter
2006-03-06 14:55 ` Harry Putnam
2006-03-06 14:06 ` Peter
1 sibling, 1 reply; 9+ messages in thread
From: Peter @ 2006-03-06 14:03 UTC (permalink / raw
To: gentoo-user
On Mon, 06 Mar 2006 07:39:56 -0600, Harry Putnam wrote:
> I'm running an update world. I have cryptsetup in stalled.
> emerge -vpuD world tells me crypsetup is blocking cryptsetup-luks.
>
> [blocks B ] sys-fs/cryptsetup (is blocking sys-fs/cryptsetup-luks-1.0.1-r2)
> [blocks B ] sys-fs/cryptsetup-luks (is blocking sys-fs/cryptsetup-0.1-r3)
>
>
> I don't really want to install cryptsetup-luks since cryptsetup seems
> to be working just fine and I'd sooner just keep it.
>
> How can I tell this to portage?
Seems like you already have cryptsetup-luks installed. Try unmerging luks
and then updating cryptsetup. Perhaps something else you emerge depended
on luks.
Prior to unmerging, try
equery depends cryptsetup-luks
and see what pops up.
--
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 13:39 [gentoo-user] cryptsetup and cryptsetup-luks Harry Putnam
2006-03-06 14:03 ` [gentoo-user] " Peter
@ 2006-03-06 14:06 ` Peter
1 sibling, 0 replies; 9+ messages in thread
From: Peter @ 2006-03-06 14:06 UTC (permalink / raw
To: gentoo-user
On Mon, 06 Mar 2006 07:39:56 -0600, Harry Putnam wrote:
snip....
http://luks.endorphin.org//gentoo
may shed some light.
--
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 14:03 ` [gentoo-user] " Peter
@ 2006-03-06 14:55 ` Harry Putnam
2006-03-06 16:25 ` Peter
0 siblings, 1 reply; 9+ messages in thread
From: Harry Putnam @ 2006-03-06 14:55 UTC (permalink / raw
To: gentoo-user
Peter <pete4abw@comcast.net> writes:
> On Mon, 06 Mar 2006 07:39:56 -0600, Harry Putnam wrote:
>
>> I'm running an update world. I have cryptsetup in stalled.
>> emerge -vpuD world tells me crypsetup is blocking cryptsetup-luks.
>>
>> [blocks B ] sys-fs/cryptsetup (is blocking sys-fs/cryptsetup-luks-1.0.1-r2)
>> [blocks B ] sys-fs/cryptsetup-luks (is blocking sys-fs/cryptsetup-0.1-r3)
>>
>>
>> I don't really want to install cryptsetup-luks since cryptsetup seems
>> to be working just fine and I'd sooner just keep it.
>>
>> How can I tell this to portage?
>
> Seems like you already have cryptsetup-luks installed. Try unmerging luks
> and then updating cryptsetup. Perhaps something else you emerge depended
> on luks.
>
> Prior to unmerging, try
>
> equery depends cryptsetup-luks
>
> and see what pops up.
>
Seems to be the other way round:
esearch cryptsetup:
* sys-fs/cryptsetup
Latest version available: 0.1-r3
Latest version installed: 0.1-r3
* sys-fs/cryptsetup-luks
Latest version available: 1.0.1-r2
Latest version installed: [ Not Installed ]
Peter <pete4abw@comcast.net> writes:
> snip....
> http://luks.endorphin.org//gentoo
>
> may shed some light.
It appears from this I should probably uninstall cryptsetup and let
cryptsetup-luks get installed.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 14:55 ` Harry Putnam
@ 2006-03-06 16:25 ` Peter
2006-03-06 18:04 ` Harry Putnam
0 siblings, 1 reply; 9+ messages in thread
From: Peter @ 2006-03-06 16:25 UTC (permalink / raw
To: gentoo-user
On Mon, 06 Mar 2006 08:55:29 -0600, Harry Putnam wrote:
> Peter <pete4abw@comcast.net> writes:
>
>> On Mon, 06 Mar 2006 07:39:56 -0600, Harry Putnam wrote:
>>
>>> I'm running an update world. I have cryptsetup in stalled.
>>> emerge -vpuD world tells me crypsetup is blocking cryptsetup-luks.
>>>
>>> [blocks B ] sys-fs/cryptsetup (is blocking sys-fs/cryptsetup-luks-1.0.1-r2)
>>> [blocks B ] sys-fs/cryptsetup-luks (is blocking sys-fs/cryptsetup-0.1-r3)
>>>
>>>
>>> I don't really want to install cryptsetup-luks since cryptsetup seems
>>> to be working just fine and I'd sooner just keep it.
>>>
>>> How can I tell this to portage?
>>
>> Seems like you already have cryptsetup-luks installed. Try unmerging luks
>> and then updating cryptsetup. Perhaps something else you emerge depended
>> on luks.
>>
>> Prior to unmerging, try
>>
>> equery depends cryptsetup-luks
>>
>> and see what pops up.
>>
>
> Seems to be the other way round:
> esearch cryptsetup:
> * sys-fs/cryptsetup
> Latest version available: 0.1-r3
> Latest version installed: 0.1-r3
>
> * sys-fs/cryptsetup-luks
> Latest version available: 1.0.1-r2
> Latest version installed: [ Not Installed ]
>
> Peter <pete4abw@comcast.net> writes:
>> snip....
>> http://luks.endorphin.org//gentoo
>>
>> may shed some light.
>
> It appears from this I should probably uninstall cryptsetup and let
> cryptsetup-luks get installed.
Well, before that, try and examine each module that is to be emerged and
see which ones want luks. Perhaps there is a broken ebuild which is
causing the problem. Normally, there are checks that prevent this kind of
circular error.
Do emerge -puNDvt world and see where luks is showing. There is no need
for luks unless you specifically need it. That's what the emerge command
will show.
Good luck
--
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 16:25 ` Peter
@ 2006-03-06 18:04 ` Harry Putnam
2006-03-06 18:38 ` Peter
2006-03-07 6:09 ` Richard Fish
0 siblings, 2 replies; 9+ messages in thread
From: Harry Putnam @ 2006-03-06 18:04 UTC (permalink / raw
To: gentoo-user
Peter <pete4abw@comcast.net> writes:
> Well, before that, try and examine each module that is to be emerged and
> see which ones want luks. Perhaps there is a broken ebuild which is
> causing the problem. Normally, there are checks that prevent this kind of
> circular error.
>
> Do emerge -puNDvt world and see where luks is showing. There is no need
> for luks unless you specifically need it. That's what the emerge command
> will show.
[nomerge ] sys-apps/pmount-0.9.6 USE="crypt"
[ebuild N ] sys-fs/cryptsetup-luks-1.0.1-r2 USE="nls -dynamic" 0 kB
Does the `noemerge' just mean its not installing in this output or
that it won't be installed unless cryptsetup-luks is ...?
kde-base/kdebase-kioslaves-3.5.1 depends on pmount so I guess
I'll keep it.
But this doesn't really answer why I didn't get better output on the
test emerge -vuDp world... does it?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 18:04 ` Harry Putnam
@ 2006-03-06 18:38 ` Peter
2006-03-07 6:09 ` Richard Fish
1 sibling, 0 replies; 9+ messages in thread
From: Peter @ 2006-03-06 18:38 UTC (permalink / raw
To: gentoo-user
On Mon, 06 Mar 2006 12:04:44 -0600, Harry Putnam wrote:
snip...
> [nomerge ] sys-apps/pmount-0.9.6 USE="crypt"
> [ebuild N ] sys-fs/cryptsetup-luks-1.0.1-r2 USE="nls -dynamic" 0 kB
>
> Does the `noemerge' just mean its not installing in this output or
> that it won't be installed unless cryptsetup-luks is ...?
>
the vt in the emerge command shows a tree. This output means that pmount
(which is already emerged) depeneds on cryptsetup-luks. This now explains
your problem. You already have cryptsetup installed, but pmount wants
luks. I don't know how you could have emerged this before without luks
trying to come in.
> kde-base/kdebase-kioslaves-3.5.1 depends on pmount so I guess I'll keep
> it.
>
Well, you need to fix things first. See below.
> But this doesn't really answer why I didn't get better output on the
> test emerge -vuDp world... does it?
It's the t for tree command in emerge that gets you better output.
pmount explictly wants luks. So, if that's the case, you must first
unmerge cryptsetup and then do your normal emerge -uD world. luks should
come in.
I would do some research first and make sure you won't hose any encrypted
filesystems you may have. You may also want to check why pmount can't work
with regular cryptsetup. Maybe it's a developer bug? Check bugzilla.
--
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-06 18:04 ` Harry Putnam
2006-03-06 18:38 ` Peter
@ 2006-03-07 6:09 ` Richard Fish
2006-03-07 13:35 ` Harry Putnam
1 sibling, 1 reply; 9+ messages in thread
From: Richard Fish @ 2006-03-07 6:09 UTC (permalink / raw
To: gentoo-user
On 3/6/06, Harry Putnam <reader@newsguy.com> wrote:
> [nomerge ] sys-apps/pmount-0.9.6 USE="crypt"
> [ebuild N ] sys-fs/cryptsetup-luks-1.0.1-r2 USE="nls -dynamic" 0 kB
This means that pmount is already installed, with the crypt USE flag,
which causes a dependancy on cryptsetup-luks, which conflicts with
your already installed cryptsetup. You need "echo sys-apps/pmount
-crypt >>/etc/portage/package.use".
> Does the `noemerge' just mean its not installing in this output or
> that it won't be installed unless cryptsetup-luks is ...?
In this case, it means already merged.
> But this doesn't really answer why I didn't get better output on the
> test emerge -vuDp world... does it?
Yes, it does.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: cryptsetup and cryptsetup-luks
2006-03-07 6:09 ` Richard Fish
@ 2006-03-07 13:35 ` Harry Putnam
0 siblings, 0 replies; 9+ messages in thread
From: Harry Putnam @ 2006-03-07 13:35 UTC (permalink / raw
To: gentoo-user
"Richard Fish" <bigfish@asmallpond.org> writes:
>> But this doesn't really answer why I didn't get better output on the
>> test emerge -vuDp world... does it?
>
> Yes, it does.
Thanks for your comments Richard... helpful as always
Peter <pete4abw@comcast.net> writes:
[...]
>
> pmount explictly wants luks. So, if that's the case, you must first
> unmerge cryptsetup and then do your normal emerge -uD world. luks should
> come in.
> I would do some research first and make sure you won't hose any encrypted
> filesystems you may have. You may also want to check why pmount can't work
> with regular cryptsetup. Maybe it's a developer bug? Check bugzilla.
It didn't hose my partition and mounts it fine so all is well here.
Thanks..
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-03-07 13:43 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-06 13:39 [gentoo-user] cryptsetup and cryptsetup-luks Harry Putnam
2006-03-06 14:03 ` [gentoo-user] " Peter
2006-03-06 14:55 ` Harry Putnam
2006-03-06 16:25 ` Peter
2006-03-06 18:04 ` Harry Putnam
2006-03-06 18:38 ` Peter
2006-03-07 6:09 ` Richard Fish
2006-03-07 13:35 ` Harry Putnam
2006-03-06 14:06 ` Peter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox