[Bug 546677] [NEW] Puppet fails silently if etckeeper isn't installed

2010-03-25 Thread Nicolas Valcárcel
Public bug reported:

Binary package hint: puppet

Puppet needs to depend or at least recommend etckeeper, it fails to load 
silently because puppet.conf reads:
prerun_command=/etc/puppet/etckeeper-commit-pre
postrun_command=/etc/puppet/etckeeper-commit-post

** Affects: puppet (Ubuntu)
 Importance: Undecided
 Assignee: Nicolas Valcárcel (nvalcarcel)
 Status: New

** Changed in: puppet (Ubuntu)
 Assignee: (unassigned) = Nicolas Valcárcel (nvalcarcel)

-- 
Puppet fails silently if etckeeper isn't installed
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: Puppet fails silently if etckeeper isn't installed

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~nvalcarcel/ubuntu/lucid/puppet/fix-546677

-- 
Puppet fails silently if etckeeper isn't installed
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 545426] Re: SDL support broken

2010-03-25 Thread Ancoron Luziferis
@Marc: please, let us not think for others. If someone has a reason to
do so it should be completely up to him/her.

I'm using KDE4 currently, and yes, running anything with sudo inside a
terminal does get it displayed on the screen just like expected. Also I
can run the KVM command line directly on the terminal with sudo and SDL
gets set up correctly.

-- 
SDL support broken
https://bugs.launchpad.net/bugs/545426
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546691] [NEW] MySQL package dependancies are broken for Lucid

2010-03-25 Thread unamike
Public bug reported:

Binary package hint: mysql-server

The error when installing mysql from apt-get is below. The same error
occurs in synaptic as well as Software Center.

sudo apt-get install mysql-server
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:
  mysql-server: Depends: mysql-server-5.1 but it is not going to be installed
E: Broken packages

ProblemType: Bug
Architecture: amd64
Date: Thu Mar 25 00:15:36 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
Package: synaptic 0.63.1ubuntu1
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: synaptic
Uname: Linux 2.6.32-17-generic x86_64

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
MySQL package dependancies are broken for Lucid
https://bugs.launchpad.net/bugs/546691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546691] Re: MySQL package dependancies are broken for Lucid

2010-03-25 Thread unamike

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41929542/Dependencies.txt

** Attachment added: ProcAttrCurrent.gz
   http://launchpadlibrarian.net/41929543/ProcAttrCurrent.gz

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/41929544/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/41929545/ProcStatus.txt

-- 
MySQL package dependancies are broken for Lucid
https://bugs.launchpad.net/bugs/546691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531200] Re: Walrus partial get returns a wrong response code

2010-03-25 Thread rootto
Hi,

I will install lucid into my local machine during the week end, and see if 
returns the right code.
Thanks

Nicola

-- 
Walrus partial get returns a wrong response code
https://bugs.launchpad.net/bugs/531200
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546723] [NEW] no useful errors if tls certs missing or unreadable

2010-03-25 Thread Craig Ringer
Public bug reported:

Distributor ID: Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:   karmic

# libvirtd --version
libvirtd (libvirt) 0.7.0

ii  libvirt0
0.7.0-1ubuntu13.1


if listen_tls = 1 is set in libvirtd.conf, but the certs required aren't 
present in /etc/pki, libvirtd silently fails to launch, returning with error 
code 0 (success) and so confusing start-stop-daemon into thinking it launched.

libvirtd SHOULD:

- print an error mesage like libvirtd: listen_tls set but 
/etc/pki/CA/cacert.pem not found, cannot launch
- return a non-zero error code
- if listen_tls or listen_tcp are set but --listen is not specified on the 
command line, log/print a warning like WARNING: listen_tls or listen_tcp 
enabled but --listen not specified on the command line. libvirtd will not 
listen on the network.

This probably qualifies as an upstream bug more than anything, BUT
ubuntu's config file for libvirtd needs to at least mention the
certificate paths in the comments for listen_tls.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
no useful errors if tls certs missing or unreadable
https://bugs.launchpad.net/bugs/546723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546723] Re: no useful errors if tls certs missing or unreadable

2010-03-25 Thread Craig Ringer
Also, Ubuntu's libvirt packages should probably provide a skeleton
/etc/pki which has symlinks to the default certs generated by snakeoil .

-- 
no useful errors if tls certs missing or unreadable
https://bugs.launchpad.net/bugs/546723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546745] [NEW] libvirt tries to read /etc/sasl/libvirt.conf not /etc/sasl2/libvirt.conf despite docs

2010-03-25 Thread Craig Ringer
Public bug reported:

Description:Ubuntu 9.10
Release:9.10
Codename:   karmic

libvirtd (libvirt) 0.7.0

/etc/libvirt/libvirtd.conf contains the comment:

#  - sasl: use SASL infrastructure. The actual auth scheme is then
#  controlled from /etc/sasl2/libvirt.conf. For the TCP
#  socket only GSSAPI  DIGEST-MD5 mechanisms will be used.
#  For non-TCP or TLS sockets,  any scheme is allowed.
#

yet strace'ing libvirtd startup reveals that it's actually looking for
/etc/sasl/libvirt.conf, which is why sasl authentication is not working
. It should be reading /etc/sasl2/libvirt.conf.

Once /etc/sasl2 is symlinked to /etc/sasl, it still fails, but that's
another bug.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libvirt tries to read /etc/sasl/libvirt.conf not /etc/sasl2/libvirt.conf 
despite docs
https://bugs.launchpad.net/bugs/546745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: Puppet fails silently if etckeeper isn't installed

2010-03-25 Thread Paul Elliott
Confirmed - currently marks etckeeper as suggested rather than depends.

** Changed in: puppet (Ubuntu)
   Status: New = Confirmed

-- 
Puppet fails silently if etckeeper isn't installed
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 424648] Re: Error: ssh program unexpectedly exited when trying to browse files on router

2010-03-25 Thread Pétur Ingi Egilsson
What is the status of this bug?
It's been more than half a year...

-- 
Error: ssh program unexpectedly exited when trying to browse files on router
https://bugs.launchpad.net/bugs/424648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546820] [NEW] mysql-testsuite ships arch-dependent binaries in arch:all package

2010-03-25 Thread Steve Langasek
Public bug reported:

The newly-introduced mysql-testsuite package has several errors in it:

E: mysql-testsuite: description-synopsis-is-empty
W: mysql-testsuite: spelling-error-in-description mysql MySQL
E: mysql-testsuite: arch-independent-package-contains-binary-or-object 
./usr/share/mysql-testsuite/lib/My/SafeProcess/my_safe_process
E: mysql-testsuite: arch-dependent-file-in-usr-share 
./usr/share/mysql-testsuite/lib/My/SafeProcess/my_safe_process
E: mysql-testsuite: unstripped-binary-or-object 
./usr/share/mysql-testsuite/lib/My/SafeProcess/my_safe_process
E: mysql-testsuite: missing-dependency-on-libc needed by 
./usr/share/mysql-testsuite/lib/My/SafeProcess/my_safe_process

These are largely due to the testsuite using a helper binary for
launching subprocesses at runtime.

I don't know why the testsuite wants a special binary handler for
launching subprocess, but this needs to be fixed by either:

- Fixing the perl module in the testsuite to not require a binary helper, or
- Marking the package as Architecture: any and installing the testsuite to 
/usr/lib instead of /usr/share.

In the process, please also fix the lintian errors regarding the package
description - and in the future please address such lintian errors
*before* uploading!

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: High
 Assignee: Chuck Short (zulcss)
 Status: Triaged

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Triaged

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = High

** Changed in: mysql-dfsg-5.1 (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

-- 
mysql-testsuite ships arch-dependent binaries in arch:all package
https://bugs.launchpad.net/bugs/546820
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 153868] Re: package mysql-server failed to install/upgrade - Access denied for user 'debian-sys-maint'@'localhost'

2010-03-25 Thread programad
The overriding password trick fixed it for me.

Thanks.

-- 
package mysql-server failed to install/upgrade -  Access denied for user 
'debian-sys-maint'@'localhost'
https://bugs.launchpad.net/bugs/153868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 545864] Re: Error WBC_ERR_DOMAIN_NOT_FOUND in pam_winbind causes passwd to fail

2010-03-25 Thread Eric Schaffner
I see the same behavior on a new Lucid install.  The above workaround
also works for me.

-- 
Error WBC_ERR_DOMAIN_NOT_FOUND in pam_winbind causes passwd to fail
https://bugs.launchpad.net/bugs/545864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 246659] Re: Backuppc no compression when change topdir

2010-03-25 Thread Peter Whittaker
Does this problem persist in 9.10 (Karmic) or in the Lucid beta? The
RedHat bug report is somewhat confusing as to whether the cpool patch
has been released

-- 
Backuppc no compression when change topdir
https://bugs.launchpad.net/bugs/246659
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546896] [NEW] package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-03-25 Thread jsecondo
Public bug reported:

Binary package hint: samba

Just doing the upgrade

ProblemType: Package
Architecture: amd64
Date: Thu Mar 25 10:04:53 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
NonfreeKernelModules: wl
Package: samba-common-bin 2:3.4.0-3ubuntu5.6
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: samba
Title: package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
Uname: Linux 2.6.31-20-generic x86_64

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/546896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546896] Re: package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-03-25 Thread jsecondo

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/41954443/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/4195/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/41954445/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/41954446/DpkgTerminalLog.txt

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/546896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2010-03-25 Thread Heikki Manninen
Winbind still fails on 9.04, 9.10 and 10.04 beta 1.

While everything works just fine on RHEL/CentOS 5.4 with Samba/Winbind
3.4.7.

-- 
winbind forgets uid/name gid/name mappings in regulary periods
https://bugs.launchpad.net/bugs/207791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: Puppet fails silently if etckeeper isn't installed

2010-03-25 Thread Mathias Gug
Puppet should not failed. If etckeeper is not available puppet would
just skip it. A dependency is definitely to strong. Either a suggests or
a recommends.

I've put a suggests for now until we make etckeeper rock-solid.

** Changed in: puppet (Ubuntu)
   Importance: Undecided = Wishlist

** Summary changed:

- Puppet fails silently if etckeeper isn't installed
+ etckeeper is not installed by default when puppet is installed

** Summary changed:

- etckeeper is not installed by default when puppet is installed
+ puppet should recommend etckeeper

** Changed in: puppet (Ubuntu)
   Status: Confirmed = Triaged

-- 
puppet should recommend etckeeper
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: puppet should recommend etckeeper

2010-03-25 Thread Nicolas Valcárcel
As far as i've tested it's not skipping it, recommends should be then.

-- 
puppet should recommend etckeeper
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: puppet should recommend etckeeper

2010-03-25 Thread Nicolas Valcárcel
Branch updated accodinly

-- 
puppet should recommend etckeeper
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546997] [NEW] qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading

2010-03-25 Thread Randy Barlow
Public bug reported:

Binary package hint: qemu-kvm

I am unable to use qemu-nbd as an nbd-server in Lucid. In Karmic, the
following command works, but not in Lucid:

$ qemu-nbd -n -b localhost -p 2000 -P 1 base.qcow2 
qemu-nbd: error while reading

Where base.qcow2 is just a regular qcow image. The image is definitely
valid, as I can run it with kvm just fine. Unfortunately, there doesn't
seem to be any useful information in the kernel log about this, and
there isn't any further information that I know how to get that would be
useful.

ProblemType: Bug
Architecture: amd64
Date: Thu Mar 25 11:40:59 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: Dell Inc. Latitude E6500
NonfreeKernelModules: wl
Package: qemu-kvm 0.12.3+noroms-0ubuntu2
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-17-generic 
root=UUID=3c7abe9e-d3a4-4123-b57f-2a41b13a3fcd ro quiet splash apparmor=0
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
SourcePackage: qemu-kvm
Uname: Linux 2.6.32-17-generic x86_64
dmi.bios.date: 09/17/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A16
dmi.board.name: 0W612R
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd09/17/2009:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0W612R:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6500
dmi.sys.vendor: Dell Inc.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading 
https://bugs.launchpad.net/bugs/546997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546997] Re: qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading

2010-03-25 Thread Randy Barlow

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41964977/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/41964978/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41964979/Dependencies.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41964980/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41964981/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41964982/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41964983/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41964985/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/41964986/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41964988/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41964989/UdevLog.txt

-- 
qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading 
https://bugs.launchpad.net/bugs/546997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546458] Re: kernel NULL pointer in -virtual (-server) kernel

2010-03-25 Thread Scott Moser
** Also affects: qemu
   Importance: Undecided
   Status: New

-- 
kernel NULL pointer in -virtual (-server) kernel
https://bugs.launchpad.net/bugs/546458
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2010-03-25 Thread Scott Moser
I tested the linux-
image-2.6.32-17-virtual_2.6.32-17.26+lp458201v1_amd64.deb .  It appears
to fix the problem.  Thanks.

-- 
kernel stacktrace on volume detach in kvm guest
https://bugs.launchpad.net/bugs/458201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546691] Re: MySQL package dependancies are broken for Lucid

2010-03-25 Thread José Tomás Atria
I can confirm this in Lucid amd64.

Apparently, we have different versions of mysql-server-core and mysql-
common (wtf?) for amd64 and i386, and version dependencies for other
packages of the complete mysql-server installation do not match for the
amd64 versions.

see the errors reported by apt below:

r...@deckard:~# apt-get install mysql-server
The following packages have unmet dependencies:
  mysql-server: Depends: mysql-server-5.1 but it is not going to be installed
E: Broken packages

r...@deckard:~# apt-get install mysql-server-5.1
The following packages have unmet dependencies:
  mysql-server-5.1: Depends: mysql-client-5.1 (= 5.1.41-3ubuntu8) but it is 
not going to be installed
Depends: mysql-server-core-5.1 (= 5.1.41-3ubuntu8) but 
5.1.41-3ubuntu7 is to be installed
PreDepends: mysql-common (= 5.1.41-3ubuntu8) but 
5.1.41-3ubuntu7 is to be installed
E: Broken packages

r...@deckard:~# apt-get install mysql-server-5.0
The following packages have unmet dependencies: 

 
  mysql-server-5.0: Depends: mysql-server-core-5.0 (= 
5.1.30really5.0.83-0ubuntu3) but it is not going to be installed

  
E: Broken packages

-- 
MySQL package dependancies are broken for Lucid
https://bugs.launchpad.net/bugs/546691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547038] [NEW] package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2010-03-25 Thread Rafał Próchniak
Public bug reported:

Binary package hint: postfix

Ubuntu 8.10

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: podproces post-installation script zwrócił kod błędu 75
NonfreeKernelModules: wl
Package: postfix 2.5.5-1
SourcePackage: postfix
Title: package postfix 2.5.5-1 failed to install/upgrade: podproces 
post-installation script zwrócił kod błędu 75
Uname: Linux 2.6.27-17-generic i686

** Affects: postfix (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 75
https://bugs.launchpad.net/bugs/547038
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547038] Re: package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2010-03-25 Thread Rafał Próchniak

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41969422/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/41969423/DpkgTerminalLog.txt

-- 
package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 75
https://bugs.launchpad.net/bugs/547038
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] [NEW] euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser
Public bug reported:

Binary package hint: euca2ools

euca-describe-snapshots returns a larger list than ec2-describe-
snapshots.

$ ec2-describe-snapshots
SNAPSHOTsnap-db437fb2   vol-6535e60ccompleted   
2010-03-05T01:01:40+100%95004716377115

$ euca-describe-snapshots | wc -l
198

The issues is that ec2-describe-snapshots is querying with
'restorableBySet' set to 'self' if no snapshot ids are given.  euca-
describe-snapshots does not put any filters on other than image.

If snapshot is provided, then the list is sent with empty
restorableBySet.

ProblemType: Bug
Architecture: amd64
Date: Thu Mar 25 12:53:29 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
Package: euca2ools 1.2-0ubuntu6
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: euca2ools
Uname: Linux 2.6.32-16-generic x86_64

** Affects: euca2ools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41970850/Dependencies.txt

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/lucid/euca2ools/euca2ools.dev

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser

** Patch added: suggested fix, tested against ec2
   http://launchpadlibrarian.net/41973752/bug-547059.diff

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser
The attached patch applies to lp:~eucalyptus-
maintainers/euca2ools/euca2ools

The linked branch above (
lp:~smoser/ubuntu/lucid/euca2ools/euca2ools.dev ) is against ubuntu
packaging branch.

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Brian Murray
** Tags added: patch

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 537978] Re: Lucid dhclient can't set hostname

2010-03-25 Thread Chuck Short
Thierry,

hostname is set by upstart so the point is moot I think.

Regards
chuck

-- 
Lucid dhclient can't set hostname
https://bugs.launchpad.net/bugs/537978
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2010-03-25 Thread Stefan Bader
Update to this. I sent the quick patch for upstream review and it seems this 
needs a more complex approach. Regarding the warning the response was that it 
is bogus for any platform beside ARM. But is there because ARM might sleep in 
there.
I will try to get a better approach together but that needs a bit of thinking.

** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Stefan Bader (stefan-bader-canonical)

-- 
kernel stacktrace on volume detach in kvm guest
https://bugs.launchpad.net/bugs/458201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser
Well, the suggested patch cannot be applied to euca2ools because of a
bug in Eucalyptus.

If applied, then 'euca-describe-snapshots' without any arguments will hang, 
eventually returning with:
$ euca-describe-snapshots
Warning: failed to parse error message from AWS: unknown:1:0: syntax error
BotoServerError: 500 Internal Server Error
Failure: 500 Internal Server Error

In cloud-debug.log, you will see output like attached file.

13:40:56 DEBUG [NioServerHandler:New I/O server worker #1-37] Internal Error.
com.eucalyptus.ws.BindingException: Failed to bind the following fields:
RestorableBy = self

at
com.eucalyptus.ws.handlers.EucalyptusQueryBinding.bind(EucalyptusQueryBinding.java:120)

I think the basic problem is the server doesn't recognize
'restorableBy', I've tried putting an ID there also.

** Attachment added: full java trace of above
   http://launchpadlibrarian.net/41978305/bug-547059-trace.log

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 546677] Re: puppet should recommend etckeeper

2010-03-25 Thread Mathias Gug
On Thu, Mar 25, 2010 at 03:44:59PM -, Nicolas Valcárcel wrote:
 As far as i've tested it's not skipping it,

What do you mean by not skipping it? Does puppet actually fails to run
correctly if etckeeper is not available?

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
puppet should recommend etckeeper
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Scott Moser
Given the above, and the fact that boto 1.8 does not recognized the
'restorable_by' param to get_all_snapshots, I don't think this can be
resolved at the present time.

We could work around the limitation in boto 1.8, and provide the right
results in 1.9, but without server support it doesn't seem possible.

I think this will have to be a limitation for lucid.  I will back out
the commit in the branch linked.

for future reference, the patch attached here will work given server
support and boto 1.9.

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546551] Re: euca-describe-image-attribute --kernel or --ramdisk fails

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/lucid/euca2ools/euca2ools.dev

-- 
euca-describe-image-attribute --kernel or --ramdisk fails
https://bugs.launchpad.net/bugs/546551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542324] Re: vshRunConsole:77 : unable to open tty /dev/pts/3

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
vshRunConsole:77 : unable to open tty /dev/pts/3 
https://bugs.launchpad.net/bugs/542324
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 528934] Re: IPv6 shouldn’t be disable d by default in libvirt

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
IPv6 shouldn’t be disabled by default in libvirt
https://bugs.launchpad.net/bugs/528934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
remotely executed netcat (nc) uses -q option which is not universally supported
https://bugs.launchpad.net/bugs/517478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 513273] Re: kvm with -vga std is broken since karmic

2010-03-25 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu Lucid)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

-- 
kvm with -vga std is broken since karmic
https://bugs.launchpad.net/bugs/513273
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 484562] Re: apparmor prevents libvirt-vnc certificate from being read

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
apparmor prevents libvirt-vnc certificate from being read
https://bugs.launchpad.net/bugs/484562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 480478] Re: libvirt's apparmor profile doesn't allow execution of /usr/lib/libvirt/libvirt_lxc

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
libvirt's apparmor profile doesn't allow execution of 
/usr/lib/libvirt/libvirt_lxc
https://bugs.launchpad.net/bugs/480478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 457716] Re: apparmor denies save and restore

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libvirt

-- 
apparmor denies save and restore
https://bugs.launchpad.net/bugs/457716
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531453] Re: euca-describe-instances shows state running , not running

2010-03-25 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
euca-describe-instances shows state running , not running
https://bugs.launchpad.net/bugs/531453
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 227837] Re: [Hardy] overzealous masquerading affects vm to vm traffic

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/hardy/libvirt/hardy-
proposed

-- 
[Hardy] overzealous masquerading affects vm to vm traffic
https://bugs.launchpad.net/bugs/227837
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546691] Re: MySQL package dependancies are broken for Lucid

2010-03-25 Thread Dave Walker
This should now be fixed, there was a minor hiccup with the building of
3ubuntu8, which has now been resolved and superseded.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Fix Released

-- 
MySQL package dependancies are broken for Lucid
https://bugs.launchpad.net/bugs/546691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546677] Re: puppet should recommend etckeeper

2010-03-25 Thread Nicolas Valcárcel
Yup, with no errors

-- 
puppet should recommend etckeeper
https://bugs.launchpad.net/bugs/546677
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 546997] [NEW] qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading

2010-03-25 Thread Torsten Spindler
Does it work without the -P 1 option?

-- 
qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading 
https://bugs.launchpad.net/bugs/546997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542005] Re: faulty symlinks on mounted samba volumes

2010-03-25 Thread Lightning
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
faulty symlinks on mounted samba volumes
https://bugs.launchpad.net/bugs/542005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542005] Re: faulty symlinks on mounted samba volumes

2010-03-25 Thread Lightning
I've experienced this (or something same) recently too on 9.10 server, Samba 
3.4.0.
I'm not sure since when is this lasting but I think upgrading the devicekit-* 
package today might caused it.?
That was the last thing I did before noticed this bug...

It only affects symlinks and only on certain filesystems with unix extensions 
enabled.
Without unix extensions symlinks works everywhere, otherwise only on one of 
all my file systems.
The file systems are on software raid arrays and the're ext4.

-- 
faulty symlinks on mounted samba volumes
https://bugs.launchpad.net/bugs/542005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542005] Re: faulty symlinks on mounted samba volumes

2010-03-25 Thread Marc Deslauriers
Starting with samba 3.4.6, wide links gets disabled automatically if
unix extensions are enabled. This is by design to resolve a security
issue.

See:

http://www.samba.org/samba/history/samba-3.4.6.html

and

https://bugzilla.samba.org/show_bug.cgi?id=7104

and

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0926

** Bug watch added: Samba Bugzilla #7104
   https://bugzilla.samba.org/show_bug.cgi?id=7104

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-0926

-- 
faulty symlinks on mounted samba volumes
https://bugs.launchpad.net/bugs/542005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546997] Re: qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading

2010-03-25 Thread Randy Barlow
It does seem to work without the -P 1 option. Unfortunately, the rest of
the system I've built around this doesn't work if I start the server
that way, but perhaps I can work around. So perhaps the partition option
is what is broken for Lucid?

-- 
qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading 
https://bugs.launchpad.net/bugs/546997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 513273] Re: kvm with -vga std is broken since karmic

2010-03-25 Thread Francisco Colaço
Let me tell you what I have done:

  I have updraded qemu to the noroms version.  The problem was
reintroduced.

  Then, in the directory where I hold my images (.local/share/kvm):

   mkdir bios
   cd bios
   ln -s /usr/share/qemu/* .
   rm vgabios.bin bios.bin
 
   copied vgabios.bin and bios.bin from the qemu source
   finally, called qemu -L $KVM_IMAGES_DIR/bios/ ...

  bios.bin and vgabios.bin are read from the qemu source directory
version, and works.

  Now, there are two different problems, independent.  If I load
bios.bin from seabios, I get the kvm error messages; if from qemu
source, I do not see those messages.  On the other hand, the reduction
of resolution depends solely of the vgabios.bin one uses.  I have tried
several bios.bin/vgabios.bin to establish the independence of the
effects.

  I had before one way to access the non-standard vga modes, like
1280x768, but now, even with vgabios.bin from the source distribution, I
can only access 1024x768.  Does anyone know why?

-- 
kvm with -vga std is broken since karmic
https://bugs.launchpad.net/bugs/513273
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546567] Re: euca-download-bundle usage says --manifest_path instead of --manifest

2010-03-25 Thread Scott Moser
** Changed in: euca2ools (Ubuntu)
   Importance: Undecided = Low

** Changed in: euca2ools (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca-download-bundle usage says --manifest_path instead of --manifest
https://bugs.launchpad.net/bugs/546567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 538465] Re: clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page has mistakes

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.96~rc2+dfsg-0ubuntu1

---
clamav (0.96~rc2+dfsg-0ubuntu1) lucid; urgency=low

  * New upstream RC
- Add new option for BytecodeTimeout with default to 6000 to debian/
  clamav-base.postininst.in
- New capability for freshclam to update third party signatures
- Man page additions and corrections (LP: #538464, #538465)
- Other bug fixes
  * Increase bytecode_timeout to 100 in unit_tests/check_bytecode.c as
recommended by upstream to fix test failure - see clamav bug #1899 for
details
 -- Scott Kitterman sc...@kitterman.com   Thu, 25 Mar 2010 15:35:28 -0400

** Changed in: clamav (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page has mistakes
https://bugs.launchpad.net/bugs/538465
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 538464] Re: clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.96~rc2+dfsg-0ubuntu1

---
clamav (0.96~rc2+dfsg-0ubuntu1) lucid; urgency=low

  * New upstream RC
- Add new option for BytecodeTimeout with default to 6000 to debian/
  clamav-base.postininst.in
- New capability for freshclam to update third party signatures
- Man page additions and corrections (LP: #538464, #538465)
- Other bug fixes
  * Increase bytecode_timeout to 100 in unit_tests/check_bytecode.c as
recommended by upstream to fix test failure - see clamav bug #1899 for
details
 -- Scott Kitterman sc...@kitterman.com   Thu, 25 Mar 2010 15:35:28 -0400

** Changed in: clamav (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
clamav-daemon 0.96~rc1+dfsg-0ubuntu1 man page incomplete
https://bugs.launchpad.net/bugs/538464
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 542005] Re: faulty symlinks on mounted samba volumes

2010-03-25 Thread Lightning
In my case wide links is disabled ever since I use Samba. The ordinary
symlink doesn't work if unix extension is enabled at the same time. By
doesn't work I mean they don't have any file permissions or even details
just '?' marks instead. It's been working until yesterday...

I'll be more specific: On the local system every symlink work. On the drive 
named md1 there is no sign of this bug via Samba either (unix extension enabled 
too). But on the drive md3 and sde1 symlinks don't work via Samba. I ran e2fsck 
(-f) and It found nothing. All of the mentioned drives has ext4 filesystem 
which were updated from ext3.
I'm only guessing this is a Samba only bug...

-- 
faulty symlinks on mounted samba volumes
https://bugs.launchpad.net/bugs/542005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547249] [NEW] Move the web interface to a separate package to remove apache dependance

2010-03-25 Thread forty
Public bug reported:

Binary package hint: mailman

I would like to use mailman without installing apache on my server,
unfortunately as the web interface is included in the package it is not
possible.

** Affects: mailman (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Move the web interface to a separate package to remove apache dependance
https://bugs.launchpad.net/bugs/547249
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546526] Re: euca-bundle-image --help gives 'Invalid user' message

2010-03-25 Thread Scott Moser
** Changed in: euca2ools (Ubuntu)
   Importance: Undecided = Low

** Changed in: euca2ools (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca-bundle-image --help gives 'Invalid user' message
https://bugs.launchpad.net/bugs/546526
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522060] Re: [patch] broken file path processing

2010-03-25 Thread Scott Moser
** Changed in: euca2ools (Ubuntu)
   Status: Triaged = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
[patch] broken file path processing
https://bugs.launchpad.net/bugs/522060
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530816] Re: euca-run-instances help shows --keypair, should be --key

2010-03-25 Thread Scott Moser
** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca-run-instances help shows --keypair, should be --key
https://bugs.launchpad.net/bugs/530816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522060] Re: [patch] broken file path processing

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/lucid/euca2ools/euca2ools.dev

-- 
[patch] broken file path processing
https://bugs.launchpad.net/bugs/522060
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546420] Re: euca-run-instances does not correctly validate parameters

2010-03-25 Thread Scott Moser
** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Project changed: eucalyptus = euca2ools

-- 
euca-run-instances does not correctly validate parameters
https://bugs.launchpad.net/bugs/546420
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546420] Re: euca-run-instances does not correctly validate parameters

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/lucid/euca2ools/euca2ools.dev

-- 
euca-run-instances does not correctly validate parameters
https://bugs.launchpad.net/bugs/546420
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546551] Re: euca-describe-image-attribute --kernel or --ramdisk fails

2010-03-25 Thread Scott Moser
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca-describe-image-attribute --kernel or --ramdisk fails
https://bugs.launchpad.net/bugs/546551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546548] Re: euca-bundle-image --block-device-mapping is broken

2010-03-25 Thread Scott Moser
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca-bundle-image --block-device-mapping is broken
https://bugs.launchpad.net/bugs/546548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 494243] Re: samba postinst script returned error exit status 1 (daemon fails to start)

2010-03-25 Thread Adam Taylor
Hi, I'm still having issues and had given up on Samba.

sudo: /etc/init.d/samba: command not found
Nothing related in /var/log, can upload it if you'd like to see it.

After purging, and reinstalling:

 * Starting Samba daemons
[ OK ]

Seems ok, then I restart:

* Stopping Samba daemons[ OK ] 
 * Starting Samba daemons[ OK ] 

Creating a share doesn't throw an error, but I can't see the share on another 
machine on the network. 
Opening the Workgroup to browse shares throws: 

Unable to mount location | Failed to retrieve share list from server'.

-- 
samba postinst script returned error exit status 1 (daemon fails to start)
https://bugs.launchpad.net/bugs/494243
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread chris grzegorczyk
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

** Changed in: eucalyptus
   Status: New = In Progress

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536876] Re: euca-describe-availability-zones verbose is undocumented

2010-03-25 Thread Dustin Kirkland
** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: euca2ools (Ubuntu)
   Status: New = In Progress

** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: euca2ools (Ubuntu)
   Importance: Undecided = Low

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Committed

-- 
euca-describe-availability-zones verbose is undocumented
https://bugs.launchpad.net/bugs/536876
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536876] Re: euca-describe-availability-zones verbose is undocumented

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

-- 
euca-describe-availability-zones verbose is undocumented
https://bugs.launchpad.net/bugs/536876
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Neil Soman
Committed Chris' fix as revno 1215 to Eucalyptus.

** Changed in: eucalyptus
   Status: In Progress = Fix Committed

** Branch linked: lp:eucalyptus

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread chris grzegorczyk
So the problem here is that Owner and RestorableBy were misnamed
(OwnerSet and RestorableBySet, respectively).  No change should be
needed to euca2ools or boto.

chris

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546567] Re: euca-download-bundle usage says --manifest_path instead of --manifest

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-download-bundle usage says --manifest_path instead of --manifest
https://bugs.launchpad.net/bugs/546567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546551] Re: euca-describe-image-attribute --kernel or --ramdisk fails

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-describe-image-attribute --kernel or --ramdisk fails
https://bugs.launchpad.net/bugs/546551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546526] Re: euca-bundle-image --help gives 'Invalid user' message

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-bundle-image --help gives 'Invalid user' message
https://bugs.launchpad.net/bugs/546526
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546420] Re: euca-run-instances does not correctly validate parameters

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-run-instances does not correctly validate parameters
https://bugs.launchpad.net/bugs/546420
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546548] Re: euca-bundle-image --block-device-mapping is broken

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-bundle-image --block-device-mapping is broken
https://bugs.launchpad.net/bugs/546548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531453] Re: euca-describe-instances shows state running , not running

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-describe-instances shows state running , not running
https://bugs.launchpad.net/bugs/531453
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530816] Re: euca-run-instances help shows --keypair, should be --key

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
euca-run-instances help shows --keypair, should be --key
https://bugs.launchpad.net/bugs/530816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522060] Re: [patch] broken file path processing

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/eucalyptus/euca2ools.dev

-- 
[patch] broken file path processing
https://bugs.launchpad.net/bugs/522060
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546567] Re: euca-download-bundle usage says --manifest_path instead of --manifest

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-download-bundle usage says --manifest_path instead of --manifest
https://bugs.launchpad.net/bugs/546567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546551] Re: euca-describe-image-attribute --kernel or --ramdisk fails

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-describe-image-attribute --kernel or --ramdisk fails
https://bugs.launchpad.net/bugs/546551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546548] Re: euca-bundle-image --block-device-mapping is broken

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-bundle-image --block-device-mapping is broken
https://bugs.launchpad.net/bugs/546548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546526] Re: euca-bundle-image --help gives 'Invalid user' message

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-bundle-image --help gives 'Invalid user' message
https://bugs.launchpad.net/bugs/546526
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546420] Re: euca-run-instances does not correctly validate parameters

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-run-instances does not correctly validate parameters
https://bugs.launchpad.net/bugs/546420
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536876] Re: euca-describe-availability-zones verbose is undocumented

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Changed in: euca2ools (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
euca-describe-availability-zones verbose is undocumented
https://bugs.launchpad.net/bugs/536876
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 529056] Re: default karmic image from image-store doesn't run on default m1.small

2010-03-25 Thread Scott Moser
On Thu, 25 Mar 2010, Boris Devouge wrote:

 Agreed for Karmic.
 It was mainly filed to make sure we test the most common and rapid way
 to 'try' UEC which is to download and launch the 'default' image from
 the store, and run it in the default instance size.

 Is 192 meg a requisite for current uec lucid images?

I believe any official server documentation will say 256.  However, I've
run with 192 and not seen any OOM messages.  I think that 128 will have
OOM messages on boot.

-- 
default karmic image from image-store doesn't run on default m1.small
https://bugs.launchpad.net/bugs/529056
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522060] Re: [patch] broken file path processing

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
[patch] broken file path processing
https://bugs.launchpad.net/bugs/522060
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531453] Re: euca-describe-instances shows state running , not running

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu Lucid)
   Status: In Progress = Fix Released

-- 
euca-describe-instances shows state running , not running
https://bugs.launchpad.net/bugs/531453
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530816] Re: euca-run-instances help shows --keypair, should be --key

2010-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.2-0ubuntu8

---
euca2ools (1.2-0ubuntu8) lucid; urgency=low

  [ Scott Moser ]
  * euca-run-instances:
- --keypair = --key in usage and man page, LP: #530816
- print error rather than trace on invalid instance-count, LP: #546420
- euca-describe-instances: output running, not running , LP: #531453
  * euca-revoke: only show usage once with --help
  * euca-download-bundle: fix usage, LP: #546567
  * euca-bundle-image:
- fix failure on --block-device-mapping, LP: #546548
- print usage on --help if userid has '-', LP: #546526
- fix failure when image name string is in dest string, LP: #522060
  * euca-describe-image-attribute: fix --kernel or --ramdisk when
image did not have emi or eri, LP: #546551

  [ Dustin Kirkland ]
  * Cherry-pick up to upstream r266, fixes:
- LP: #536876 - document euca-describe-availability-zones verbose
- LP: #526591 - enhance parsing of config file
- LP: #531076 - fix euca-describe-images against specific image
 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 25 Mar 2010 15:36:43 -0700

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca-run-instances help shows --keypair, should be --key
https://bugs.launchpad.net/bugs/530816
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546691] Re: MySQL package dependancies are broken for Lucid

2010-03-25 Thread unamike
Yes, all working fine now.

Thank you,
mike

-- 
MySQL package dependancies are broken for Lucid
https://bugs.launchpad.net/bugs/546691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546551] Re: euca-describe-image-attribute --kernel or --ramdisk fails

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca-describe-image-attribute --kernel or --ramdisk fails
https://bugs.launchpad.net/bugs/546551
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546548] Re: euca-bundle-image --block-device-mapping is broken

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca-bundle-image --block-device-mapping is broken
https://bugs.launchpad.net/bugs/546548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 546420] Re: euca-run-instances does not correctly validate parameters

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca-run-instances does not correctly validate parameters
https://bugs.launchpad.net/bugs/546420
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 536876] Re: euca-describe-availability-zones verbose is undocumented

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca-describe-availability-zones verbose is undocumented
https://bugs.launchpad.net/bugs/536876
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531453] Re: euca-describe-instances shows state running , not running

2010-03-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca-describe-instances shows state running , not running
https://bugs.launchpad.net/bugs/531453
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   >