All of lore.kernel.org
 help / color / mirror / Atom feed
* Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin
@ 2013-05-08  8:09 Henning Verbeek
  2013-05-08  8:34 ` Wido den Hollander
  2013-05-08 15:39 ` Gary Lowell
  0 siblings, 2 replies; 4+ messages in thread
From: Henning Verbeek @ 2013-05-08  8:09 UTC (permalink / raw)
  To: ceph-devel

Dear ceph developers,

I just tried to upgrade my ceph installation from bobtail to
cuttlefish on a debian 6.0 squeeze installation. The installation of
package 'ceph' failed due to missing package 'cryptsetup-bin':

  $ sudo apt-get -y install ceph
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   ceph : Depends: cryptsetup-bin but it is not installable
          Recommends: ceph-mds but it is not going to be installed
  E: Broken packages

Package 'cryptsetup-bin' is available only from wheezy onwards:
http://packages.debian.org/search?keywords=cryptsetup-bin

On squeeze, the package is called 'cryptsetup'.

Can I suggest that the dependency be changed for the squeeze packages?
Thank you.

Cheers,
Henning

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin
  2013-05-08  8:09 Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin Henning Verbeek
@ 2013-05-08  8:34 ` Wido den Hollander
  2013-05-08 15:39 ` Gary Lowell
  1 sibling, 0 replies; 4+ messages in thread
From: Wido den Hollander @ 2013-05-08  8:34 UTC (permalink / raw)
  To: Henning Verbeek; +Cc: ceph-devel

On 05/08/2013 10:09 AM, Henning Verbeek wrote:
> Dear ceph developers,
>
> I just tried to upgrade my ceph installation from bobtail to
> cuttlefish on a debian 6.0 squeeze installation. The installation of
> package 'ceph' failed due to missing package 'cryptsetup-bin':
>
>    $ sudo apt-get -y install ceph
>    Reading package lists... Done
>    Building dependency tree
>    Reading state information... Done
>    Some packages could not be installed. This may mean that you have
>    requested an impossible situation or if you are using the unstable
>    distribution that some required packages have not yet been created
>    or been moved out of Incoming.
>    The following information may help to resolve the situation:
>
>    The following packages have unmet dependencies:
>     ceph : Depends: cryptsetup-bin but it is not installable
>            Recommends: ceph-mds but it is not going to be installed
>    E: Broken packages
>
> Package 'cryptsetup-bin' is available only from wheezy onwards:
> http://packages.debian.org/search?keywords=cryptsetup-bin
>
> On squeeze, the package is called 'cryptsetup'.
>
> Can I suggest that the dependency be changed for the squeeze packages?

I think that is reasonable? Just out of curiosity, why Debian Squeeze 
and not Wheezy? The newer kernels also give you some XFS performance 
benefits.

Depends: binutils,
          ceph-common,
          cryptsetup-bin | cryptsetup,

That should already fix your problem.

Wido

> Thank you.
>
> Cheers,
> Henning
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Wido den Hollander
42on B.V.

Phone: +31 (0)20 700 9902
Skype: contact42on

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin
  2013-05-08  8:09 Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin Henning Verbeek
  2013-05-08  8:34 ` Wido den Hollander
@ 2013-05-08 15:39 ` Gary Lowell
  2013-05-08 18:25   ` Henning Verbeek
  1 sibling, 1 reply; 4+ messages in thread
From: Gary Lowell @ 2013-05-08 15:39 UTC (permalink / raw)
  To: Henning Verbeek; +Cc: ceph-devel

Thanks for letting us know.  I'll incorporate Wido's fix.

Cheers,
Gary

On May 8, 2013, at 1:09 AM, Henning Verbeek wrote:

> Dear ceph developers,
> 
> I just tried to upgrade my ceph installation from bobtail to
> cuttlefish on a debian 6.0 squeeze installation. The installation of
> package 'ceph' failed due to missing package 'cryptsetup-bin':
> 
>  $ sudo apt-get -y install ceph
>  Reading package lists... Done
>  Building dependency tree
>  Reading state information... Done
>  Some packages could not be installed. This may mean that you have
>  requested an impossible situation or if you are using the unstable
>  distribution that some required packages have not yet been created
>  or been moved out of Incoming.
>  The following information may help to resolve the situation:
> 
>  The following packages have unmet dependencies:
>   ceph : Depends: cryptsetup-bin but it is not installable
>          Recommends: ceph-mds but it is not going to be installed
>  E: Broken packages
> 
> Package 'cryptsetup-bin' is available only from wheezy onwards:
> http://packages.debian.org/search?keywords=cryptsetup-bin
> 
> On squeeze, the package is called 'cryptsetup'.
> 
> Can I suggest that the dependency be changed for the squeeze packages?
> Thank you.
> 
> Cheers,
> Henning
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin
  2013-05-08 15:39 ` Gary Lowell
@ 2013-05-08 18:25   ` Henning Verbeek
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Verbeek @ 2013-05-08 18:25 UTC (permalink / raw)
  To: Gary Lowell; +Cc: ceph-devel

Awesome!

The squeeze / wheezy question came up on IRC before, too. I'll upgrade
to wheezy as soon as I can; but my hosts are running Proxmox KVM
virtualisation, and right now they are based on squeeze (although
today Proxmox released an RC of the new version, based on wheezy and
cuttlefish...).

I guess it just puzzled me that the package was supported on squeeze
but was not installable. I'm happy that I could contribute something,
even if it's tiny :) Ceph and you guys rock!

Cheers,
Henning


On Wed, May 8, 2013 at 5:39 PM, Gary Lowell <gary.lowell@inktank.com> wrote:
>
> Thanks for letting us know.  I'll incorporate Wido's fix.
>
> Cheers,
> Gary
>
> On May 8, 2013, at 1:09 AM, Henning Verbeek wrote:
>
> > Dear ceph developers,
> >
> > I just tried to upgrade my ceph installation from bobtail to
> > cuttlefish on a debian 6.0 squeeze installation. The installation of
> > package 'ceph' failed due to missing package 'cryptsetup-bin':
> >
> >  $ sudo apt-get -y install ceph
> >  Reading package lists... Done
> >  Building dependency tree
> >  Reading state information... Done
> >  Some packages could not be installed. This may mean that you have
> >  requested an impossible situation or if you are using the unstable
> >  distribution that some required packages have not yet been created
> >  or been moved out of Incoming.
> >  The following information may help to resolve the situation:
> >
> >  The following packages have unmet dependencies:
> >   ceph : Depends: cryptsetup-bin but it is not installable
> >          Recommends: ceph-mds but it is not going to be installed
> >  E: Broken packages
> >
> > Package 'cryptsetup-bin' is available only from wheezy onwards:
> > http://packages.debian.org/search?keywords=cryptsetup-bin
> >
> > On squeeze, the package is called 'cryptsetup'.
> >
> > Can I suggest that the dependency be changed for the squeeze packages?
> > Thank you.
> >
> > Cheers,
> > Henning
> > --
> > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



--
My other signature is a regular expression.
http://www.pray4snow.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-08 18:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  8:09 Cuttlefish installation on debian 6.0 squeeze depends on cryptsetup-bin Henning Verbeek
2013-05-08  8:34 ` Wido den Hollander
2013-05-08 15:39 ` Gary Lowell
2013-05-08 18:25   ` Henning Verbeek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.