Re: Providing official virtualisation images of Debian

2011-07-31 Thread olivier sallou
Let's not just forget that Amazon EC2 AMI is a nice thing to provide, but
interface to get ssh-keys etc... (just look at ip used to get meta data) is
propriatory and will not work with other cloud softwares (public or private,
such as open nebula/open stack).
Only EC2 interface is shared to manage the interface, but not the init
scripts required etc...

So Debian would need to create virtuals machines images specific to Amazon
but also some others...

Generic images (basic vm with ssh logging instead of using ssh keys) would
be required for use in private clouds or just companies/users using virtual
machines...


Olivier

2011/7/31 Charles Plessy 

> Le Sat, Jul 30, 2011 at 11:44:00PM -0400, Yar oslav Halchenko a écrit :
> > Thank you Steffen -- very informative (at least to me, who has not went
> > into the cloud yet) and in general I share your side.
> >
> > do you know if alestic guys are planing on preparing an AMI with
> > squeeze?
>
> No plans… http://groups.google.com/group/ec2debian/msg/8f12b422f881dbaa
>
> Currently there are some Squeeze AMIs made available, and they are probably
> good, but none of them is as strongly established as ‘the’ Debian AMIs as
> Alsetic's are for Ubuntu.
>
> I think that one way to get more blessing in Debian AMIs would be to build
> them
> entirely from material distributed in Debian.  Luckily, as you have seen in
> some other messages, it looks possible.
>
> Cheers,
>
> --
> Charles Plessy
> Debian Med packaging team,
> http://www.debian.org/devel/debian-med
> Tsurumi, Kanagawa, Japan
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/20110731044003.gb29...@merveille.plessy.net
>
>


Bug#636114: ITP: libdssialsacompat -- DSSI ALSA compatibility library for non-Linux platforms

2011-07-31 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia 

* Package name: libdssialsacompat
  Version : 1.0.8
  Upstream Author : Sean Bolton 
* URL : http://smbolton.com/linux.html
* License : GPL
  Programming Lang: C
  Description : DSSI ALSA compatibility library for non-Linux platforms

 libdssialsacompat is simply an extraction from and repackaging of
 the code from alsa-lib, necessary to support DSSI on non-ALSA
 systems.
 .
 libdssialsacompat is intended to provide the snd_seq_event_t
 declarations and handling code necessary to compile and use DSSI on
 non-ALSA systems. It aims to allows compiling DSSI code with as
 little change as possible, while not presenting itself in such a way
 as to fool other autoconf-enabled code into thinking a system has
 ALSA.
 .
 This library does NOT provide any sort of emulation of the ALSA
 audio, MIDI, or sequencer devices. The only part of ALSA that is
 required by the DSSI specification is the snd_seq_event_t definition
 and handling, and that is all libdssialsacompat is intended to
 replace. Other ALSA code should be ported to native facilities.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110731092152.4380.89098.reportbug@alessio-laptop



Re: Bug#636114: ITP: libdssialsacompat -- DSSI ALSA compatibility library for non-Linux platforms

2011-07-31 Thread Samuel Thibault
Alessio Treglia, le Sun 31 Jul 2011 11:21:52 +0200, a écrit :
>  libdssialsacompat is simply an extraction from and repackaging of
>  the code from alsa-lib, necessary to support DSSI on non-ALSA
>  systems.

Interesting.  How can we make this interact with liboss-salsa?

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110731093130.GA3924@const



Re: A few observations about systemd

2011-07-31 Thread Stanislav Maslovski
On Mon, Jul 25, 2011 at 11:26:23AM +0100, Roger Leigh wrote:
> Do we actually have a standardised interface that can disable a service
> and then reenable it so that it is in exactly the same state as before
> it was disabled, without requiring black magic and/or prior knowledge
> of the correct runlevels?  update-rc.d certainly isn't it.

Hm. But what exactly is wrong with update-rc.d  enable | disable ?

It seems to do what you want (in the case there is no black magick in
/etc/default, of course, or simply when {ENABLE|RUN|WHATEVER}=yes by
default).

-- 
Stanislav


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011073946.GA21330@kaiba.homelan



Re: A few observations about systemd

2011-07-31 Thread Andrey Rahmatullin
On Mon, Jul 25, 2011 at 05:04:21PM +0200, Wouter Verhelst wrote:
> Having said that, I do agree with you that it could benefit from either
> better documentation, or a command for system admins to use which would
> enable or disable initscripts. RedHat (and similars) have 'chkconfig'
> which does this; porting it to Debian should not be too hard.
Debian already has chkconfig, sysv-rc-conf etc. and I use them to disable
and enable services.
It's a pity that apparently a lot of people think that ENABLE= in
/etc/default is not only default, but even acceptable/preferred way.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: A few observations about systemd

2011-07-31 Thread Andrey Rahmatullin
On Sun, Jul 24, 2011 at 10:20:45PM +0200, Wouter Verhelst wrote:
> > >That this is not particularly useful is not specific to any init
> > >implementation. I hate 'ENABLED=' configuration options with a passion.
> > >They do not make *any* sense, even init.d has a documented (and what's
> > They do in packages that ships daemons and client tools. saslauthd,
> > smartd or hddtemp are examples for such useful flags.
> There is no excuse for them, any time. It *is* possible (and legal) to
> install an init script that does not start by default, and does not
> start from postinst.
I would be glad if all services (at least network-enabled or especially
insecure for other reasons) didn't start by default.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: Bug#636114: ITP: libdssialsacompat -- DSSI ALSA compatibility library for non-Linux platforms

2011-07-31 Thread Alessio Treglia
Hi Samuel, hi all,

On Sun, Jul 31, 2011 at 11:31 AM, Samuel Thibault  wrote:
> Interesting.  How can we make this interact with liboss-salsa?

Good point, this library provides just a small compatibility layer to
make DSSI plugins able to compile on non-Linux architectures.

*-bsd porters can surely give more information on the topic, a certain
amout of porting would be needed, I think.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/camhuwoyk2dn+iryp0+qvbc_y4oey4te47cajdofoi6ypys+...@mail.gmail.com



Bug#636139: ITP: istgt -- iSCSI userspace target daemon for Unix-like operating systems

2011-07-31 Thread Arno Töll
Package: wnpp
Severity: wishlist
Owner: "Arno Töll" 

* Package name: istgt
  Version : 0.4
  Upstream Author : Daisuke Aoyama 
* URL : http://www.peach.ne.jp/archives/istgt/
* License : BSD-2-clause
  Programming Lang: C
  Description : iSCSI userspace target daemon for Unix-like operating 
systems

 istgt is a iSCSI target for Unix-like operating systems (including those with
 Linux and kFreeBSD kernels) running as daemon process in in user space.
 
 It supports:
 
  * Multipath I/O
  * 64bit LBA for volumes over 2 TiB size
  * Header/Data digest by CRC32C
  * Mutual authentication with CHAP
  * Multiple LUNs and ACLs for portals
  * IPv6/IPv4 support


 istgt is currently the only alternative to provide an iSCSI target for our 
kFreeBSD branch. 
 This package will be maintained in the GNU/kFreeBSD Maintainers team and I'm 
filing this
 WNPP bug on behalf of it. 

 If someone else - with or without FreeBSD knowledge - is interested to join 
me/us, any help is
 appreciated. The package itself is almost ready and can be found on [1]. 

 [1] https://alioth.debian.org/scm/browser.php?group_id=30140



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110731152312.4220.21500.report...@snowball.fritz.box



Re: A few observations about systemd

2011-07-31 Thread Clint Adams
On Sun, Jul 31, 2011 at 05:38:43PM +0600, Andrey Rahmatullin wrote:
> I would be glad if all services (at least network-enabled or especially
> insecure for other reasons) didn't start by default.

Maybe everyone would be happy if there were a central place to set
the administrator's preferred policy.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110731202704.ga11...@scru.org



Bug#636159: ITP: libfsosystem -- library used by FSO stack

2011-07-31 Thread Rico Rommel
Package: wnpp
Severity: wishlist
Owner: Rico Rommel 

* Package name: libfsosystem
  Version : libfsosystem-0.1.0+git20110411
  Upstream Author : Michael 'Mickey' Lauer 
* URL : http://www.freesmartphone.org/
* License : LGPL-2.1
  Programming Lang: (C, vala)
  Description : library used by FSO stack

libfsosystem is a glib-2.0-based library for low level system-related utilities
and is part of the FSO - stack.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110731204337.8526.95422.reportbug@pinguin.deutsches-haus



Bug#636160: ITP: rrep -- recursive pattern replacement utility

2011-07-31 Thread Arno Onken
Package: wnpp
Severity: wishlist
Owner: Arno Onken 


* Package name: rrep
  Version : 1.3.3
  Upstream Author : Arno Onken 
* URL : http://sourceforge.net/projects/rrep/
* License : GPL
  Programming Lang: C
  Description : recursive pattern replacement utility

rrep is a pattern replacement utility. It comes with
support for regular expressions, recursive directory
processing, backup, simulation and prompting. The
replacement string may contain special characters to
refer to portions of the matched pattern.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110731210658.3126.31854.reportbug@asnelt-x61s



Bug#636164: RFP: apt-clone -- ZFS integrated APT package handling utility

2011-07-31 Thread Robert Millan
Package: wnpp
Severity: wishlist

* Package name: apt-clone
  Version : 0.7.9nexenta28
* URL : see below
* License : CDDL
  Programming Lang: Perl
  Description : ZFS integrated APT package handling utility

apt-clone is the command-line tool for handling packages, and may be considered
the user's "front-end" to the apt-get(8). It manages GRUB menu and ZFS 'syspool'
filesystems. Two upgrade methods supported: 1) safe upgrades via cloning a
currently active filesystem and later chrooting into it to perform actual
upgrade operation; 2) in-place (live) upgrades by checkpointing a currently
active filesystem prior to any upgrade modifications done by apt-get utility.
The live upgrading, as the name implies, happens in-place on the running system,
and without reboot. Unless the  safe -s option is explicitly specified, the
system will automatically detect whether the upgrade will require reboot, and
if so, it will clone the active filesystem and safely perform the software
upgrade within this ZFS clone. A user then has two options: reboot into the new
(upgraded) system folder or continue working (and possibly activate the upgrade
and reboot into it later).

apt-clone may be obtained from Nexenta APT repository.  It is shipped as part
of the apt package:

http://apt.nexenta.org/dists/hardy-unstable/main/source/admin/apt_0.7.9nexenta28.dsc



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110731223813.92811.76907.reportbug@dimoni



Re: Bug#636164: RFP: apt-clone -- ZFS integrated APT package handling utility

2011-07-31 Thread Guillem Jover
Hi!

On Mon, 2011-08-01 at 00:38:13 +0200, Robert Millan wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: apt-clone
>   Version : 0.7.9nexenta28
> * URL : see below
> * License : CDDL
>   Programming Lang: Perl
>   Description : ZFS integrated APT package handling utility

There's already an unrelated package in the archive with such name:

  

regards,
guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110801022621.ga20...@gaara.hadrons.org



Bug#636176: ITP: libxml-xupdate-libxml-perl -- Perl implementation of the XUpdate modification language

2011-07-31 Thread Alexander Zangerl
Package: wnpp
Severity: wishlist
Owner: Alexander Zangerl 

* Package name: libxml-xupdate-libxml-perl
  Version : 0.6.0
  Upstream Author : Petr Pajas 
* URL : http://search.cpan.org/~pajas/XML-XUpdate-LibXML-0.6.0/
* License : GPL | Artistic
  Programming Lang: Perl
  Description : Perl module that implements XUpdate modification language

XUpdate is a language for expressing modifications to be performed 
on an XML document, and this module provides the methods for applying
such updates. The module implements the XUpdate format as described 
in the latest XUpdate Working Draft.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110801031038.29497.93497.report...@cft.snafu.priv.at



Bug#636181: ITP: libsnappy-java -- Snappy for Java, a fast compressor/decompresser

2011-07-31 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy 

  Package name: (lib)snappy-java
  Version : 1.0.3
  Upstream Author : Taro L. Saito
  URL : http://code.google.com/p/snappy-java/
  License : Apache Licence Version 2.0
  Programming Lang: Java
  Description : Snappy for Java, a fast compressor/decompresser

 Java port of snappy, a fast compresser/decompresser, which is
 developed in C++ by Google.

This package is needed to update picard-tools, a package for
bioinformatics maintained by the Debian Med team.  But since
snappy-java is not restricted to use for life sciences, I will
maintain it in the Debian Java Packaging project.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110801044218.21526.18347.reportbug@localhost.localdomain