[Blueprint servercloud-p-hadoop] Ubuntu Server + Hadoop and Bigdata

2011-10-28 Thread Soren Hansen
Blueprint changed by Soren Hansen:

Whiteboard set to:
I have to wonder if the demand for Hadoop really is large enough to
justify the effort we'd be putting into providing it? Are we really at a
point already where having terabytes of data you need to analyse is a
common use case? - Soren

-- 
Ubuntu Server + Hadoop and Bigdata
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hadoop

-- 
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 875440] Re: Cannot authenticate with saslauthd and mysql

2011-10-28 Thread Bobonov
in answer to Dan Moore 
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/comments/12
you can put single package in hold for update by synaptic o at command line by 
using

echo package_name hold | dpkg --set-selections
to activate the upgrade again
echo package_name install | dpkg --set-selections

Maybe is easyer with aptitude
so in our case is (ofcourse execute as root or add sudo at begin):
aptitude hold libsasl2-dev
aptitude hold libsasl2-modules-sql
aptitude hold libsasl2-2
aptitude hold libsasl2-modules
aptitude hold sasl2-bin

Later, when the bug will be fixed (it seem it will take a lot of time since is 
still unassigned), to put the package again in the upgrade cycle just execute:
aptitude unhold libsasl2-dev
aptitude unhold libsasl2-modules-sql
aptitude unhold libsasl2-2
aptitude unhold libsasl2-modules
aptitude unhold sasl2-bin

if later on you don't remember what did you put on hold, just type
dpkg --get-selections
to see only package on old
dpkg --get-selections | grep hold

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in Ubuntu.
https://bugs.launchpad.net/bugs/875440

Title:
  Cannot authenticate with saslauthd and mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/875440/+subscriptions

-- 
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 611142] Re: seabios should have native scsi support

2011-10-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/611142

Title:
  seabios should have native scsi support

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/611142/+subscriptions

-- 
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 876387] Re: fuser forking uncontrollably in cron job

2011-10-28 Thread peterh
This little one liner stopped zombie flooding for me:

--- fuser.c.orig2011-10-28 10:50:49.0 +0200
+++ fuser.c 2011-10-28 10:50:49.0 +0200
@@ -1820,6 +1820,7 @@
(void) alarm(0);
(void) signal(SIGALRM, SIG_DFL);
close(pipes[0]);
+   waitpid(pid, NULL, 0);
break;
}
return ret;

i also reportet upstream:
https://sourceforge.net/tracker/?func=detailatid=115273aid=3429674group_id=15273

cu Peter

** Bug watch added: SourceForge.net Tracker #3429674
   http://sourceforge.net/support/tracker.php?aid=3429674

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/876387

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+subscriptions

-- 
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 882878] Re: With IPv6 disable openssh will on forward X connections

2011-10-28 Thread Robie Basak
Thanks for reporting this.

I'm a bit confused as to what sshd is trying to do, since on my system I
have an IPv4-only localhost and an IPv6-only localhost6 defined in
/etc/hosts.

I'm setting the priority to Low as this is an unusual configuration and
a workaround is available.

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

** Summary changed:

- With IPv6 disable openssh will on forward X connections
+ With IPv6 disabled, openssh will not forward X connections

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/882878

Title:
  With IPv6 disabled, openssh will not forward X connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/882878/+subscriptions

-- 
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 811518] Re: SAMBA cannot browse Workgroups, name resolve order

2011-10-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/811518

Title:
  SAMBA cannot browse Workgroups, name resolve order

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/811518/+subscriptions

-- 
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 573318] Re: mysql server will not start

2011-10-28 Thread J.A. de Moura Neto
See:  http://kb.askmonty.org/en/error-symbol-not-defined

cp /var/lib/mysql/home/backup-mysql-Rfp
apt-get remove mysql-common libmariadbclient16 libmysqlclient16
apt-get install mysql-server mysql-common mysql-client php5-mysql


For me, it's Ok, now.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/573318

Title:
  mysql server will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/573318/+subscriptions

-- 
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


[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: Approved = Discussion

-- 
Preparing CEPH for main inclusion
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-ceph

-- 
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


[Blueprint servercloud-p-ceph] Preparing CEPH for main inclusion

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Whiteboard changed:
   - MIR librbd and librados
   - compile qemu-kvm with ceph (rbd, rados) block device support, see:
    * https://launchpad.net/~kirkland/+archive/virt/+packages
   - include latest libvirt rbd support (for rbd authentication)
- 
- No need for discussion here, we just need to do it. -robbie.w

-- 
Preparing CEPH for main inclusion
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-ceph

-- 
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


[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2011-10-28 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
+ Etherpad: http://pad.ubuntu.com/servercloud-p-cloudimages-cloudinit
+ 
  Ideas for cloud-init:
   * simpler ovf-like transport (ie, simple iso or disk image attached to image 
triggers running)
   * release an 0.6.2
   * get fedora patchset included into 0.6.3
  
  Ideas for cloud images:
   * Better rebundling through local kvm boot
   * better rebundling through lxc boot ?
   * virtualbox support for importing qcow  OVF images
   * better/definitive (from qemu/kvm)  url for fileformat of ovf images
  
  Improved /query data:
-   * provide data in json format
-   * provide data for disk images
-   * identify which builds are on EC2 (currently you only get latest or all)
-   * 
+   * provide data in json format
+   * provide data for disk images
+   * identify which builds are on EC2 (currently you only get latest or all)
+   *
  
  General new cloud tools discussion at
    https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudutils
  
  smoser/utlemming brainstorm etherpad on things:
-  http://pad.ubuntu.com/server-p-cloud-brainstorm
+  http://pad.ubuntu.com/server-p-cloud-brainstorm

-- 
Improvements to Cloud-init or Cloud Images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudimages-cloudinit

-- 
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


[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2011-10-28 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
- Etherpad: http://pad.ubuntu.com/servercloud-p-cloudimages-cloudinit
+ Etherpad: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-
+ cloudinit
  
  Ideas for cloud-init:
   * simpler ovf-like transport (ie, simple iso or disk image attached to image 
triggers running)
   * release an 0.6.2
   * get fedora patchset included into 0.6.3
  
  Ideas for cloud images:
   * Better rebundling through local kvm boot
   * better rebundling through lxc boot ?
   * virtualbox support for importing qcow  OVF images
   * better/definitive (from qemu/kvm)  url for fileformat of ovf images
  
  Improved /query data:
    * provide data in json format
    * provide data for disk images
    * identify which builds are on EC2 (currently you only get latest or all)
    *
  
  General new cloud tools discussion at
    https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudutils
  
  smoser/utlemming brainstorm etherpad on things:
   http://pad.ubuntu.com/server-p-cloud-brainstorm

-- 
Improvements to Cloud-init or Cloud Images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudimages-cloudinit

-- 
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 882344] Re: package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-28 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please could you post the relevant lines from
/var/log/squid/cache.log the correspond to the time you attempted the
upgrade? This should reveal the cause of the failure. Please set the
Status back to New once done. Thanks!

** Changed in: squid (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in Ubuntu.
https://bugs.launchpad.net/bugs/882344

Title:
  package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/882344/+subscriptions

-- 
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 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-28 Thread Robie Basak
** Changed in: vsftpd (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/869684/+subscriptions

-- 
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


[Blueprint servercloud-p-openstack] Openstack Next Steps

2011-10-28 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
  Nothing to discuss, just do it.  -robbie.w
+ 
+ - add some mechanism to promote ubuntu images, options:
+   - populate ubuntu images upon glance installation
+   - option in dashboard to download/install

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
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 869684] Re: 530 login incorrect error after upgrade to Oneiric

2011-10-28 Thread Robie Basak
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/869684

Title:
  530 login incorrect error after upgrade to Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/869684/+subscriptions

-- 
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 595528] Re: nt.cfg

2011-10-28 Thread Scott Moser
Hi, could you please explain a little more on what was wrong with:
# 'check_nt' command definition
define command {
   command_namecheck_nt
   command_line/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v 
'$ARG1$'
}

The debian maintainer (Jan Wagner) had this to say:
 | Sorry, I looked into LP #595528. I can't reproduce the problem described
 | there. Defining more option in $ARG1$ works without trouble (since ages).
 | Anyways ... I'm looking the fix you are using:
 |   command_line/usr/lib/nagios/plugins/check_nt -H $HOSTADDRESS$ -v 
$ARG1$ -v $ARG2$
 |
 | This seems not to be the solution the reporter proposed and beside that,
 | what if you need more that 2 arguments? This solution doesn't scale that
 | much.  So from my point of view, this bug is invalide and even the actual
 | fix doesn't help much!

I'm going to merge sid version 1.4.15-5, and it seems that the right
thing to do is to drop this change that we made here, unless we fully
understand what it fixes.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/595528

Title:
  nt.cfg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/595528/+subscriptions

-- 
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


[Blueprint servercloud-p-move-ec2-mirrors-to-s3] Move EC2 mirrors to S3

2011-10-28 Thread Ben Howard
Blueprint changed by Ben Howard:

Whiteboard changed:
  Rationale:
  S3 is a faster, more scalable technology that allows us to reduce costs and 
increase availability for EC2 users.
  
  Assumption:
    * Running on-EC2 mirrors is expensive and presents availability challenges.
    * on-EC2 mirrors have limited bandwidth and thus speeds can be affected by 
load
    * S3 has very high availability
    * S3 intra-region bandwidth is free
    * on-EC2 mirrors results in bandwidth charges when users use a mirror 
outside the availability zone
    * S3 is extremely fast. Generally speeds to S3 access are near-native
    * Amazon has asked for us to host our mirrors on S3
    * Uploads to S3 are free
  
- A  prototyped-S3 mirror will be shown at UDS.
+ A prototyped-S3 mirror will be shown at UDS.
+ 
+ ---
+ 
+ Hurdles: 
+ https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882832 - S3 does not 
accept +'s when fetching files.
+   * May need to change APT meta-data to remove +'s
+   * May need to maintain a separate meta-data for S3 buckets and re-sign
+ 
  
  
  Q. 'LAN' bandwidth access to the region mirrors is currently free already, 
no? -- Daviey
  A. All upload and intra-zone transit is free.
  
  Q. How do you keep people out of EC2 from access?
  A. Bucket policies enable restricting access to the Amazon CIDR address.
  
  Comments:
  - Can this whiteboard be pre-filed with some examples of how others have 
implemented this?
     *  AFAIK, there is only one implementation of S3 buckets. Most examples 
that I know of us S3 as a storage backend, while having an EC2 instance front 
the S3 storage. Amazon Linux AMI is the only pure S3 backend/frontend solution.
  
  - How would this work?
    * There are a number of ways to push out a repository using existing tools. 
s3fuse (albeit rather buggy) allows you to mount a s3 bucket as file system. 
s3cmd allows for local to remote synchronization. However, in order to build 
something that scales well, you need something that uses multiple connections 
and pushes multiple files at once (i.e. threading and boto python library)
     * Example syncronization code can be found at 
lp:~utlemming/+junk/s3repo_tool (this code will be used to populate the 
prototyped-S3 mirror for UDS.
  
  --
  
  Examples:
  Amazon Linux AMI currently uses S3 for backing the mirrors. The design is 
more or less:
  - One bucket per region.
  - Buckets are named off of the DNS CNAME, i.e. 
us-east-1.ec2.archive.ubuntu.com
  - a method of pushing pristine repositories up

-- 
Move EC2 mirrors to S3
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-move-ec2-mirrors-to-s3

-- 
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


[Blueprint servercloud-p-move-ec2-mirrors-to-s3] Move EC2 mirrors to S3

2011-10-28 Thread Ben Howard
Blueprint changed by Ben Howard:

Whiteboard changed:
  Rationale:
  S3 is a faster, more scalable technology that allows us to reduce costs and 
increase availability for EC2 users.
  
  Assumption:
    * Running on-EC2 mirrors is expensive and presents availability challenges.
    * on-EC2 mirrors have limited bandwidth and thus speeds can be affected by 
load
    * S3 has very high availability
    * S3 intra-region bandwidth is free
    * on-EC2 mirrors results in bandwidth charges when users use a mirror 
outside the availability zone
    * S3 is extremely fast. Generally speeds to S3 access are near-native
    * Amazon has asked for us to host our mirrors on S3
    * Uploads to S3 are free
  
  A prototyped-S3 mirror will be shown at UDS.
  
  ---
  
- Hurdles: 
+ Hurdles:
  https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882832 - S3 does not 
accept +'s when fetching files.
-   * May need to change APT meta-data to remove +'s
-   * May need to maintain a separate meta-data for S3 buckets and re-sign
+   * May need to change APT meta-data to remove +'s and replace with %2B
+   * May need to maintain a separate meta-data for S3 buckets and re-sign
  
  
  
  Q. 'LAN' bandwidth access to the region mirrors is currently free already, 
no? -- Daviey
  A. All upload and intra-zone transit is free.
  
  Q. How do you keep people out of EC2 from access?
  A. Bucket policies enable restricting access to the Amazon CIDR address.
  
  Comments:
  - Can this whiteboard be pre-filed with some examples of how others have 
implemented this?
     *  AFAIK, there is only one implementation of S3 buckets. Most examples 
that I know of us S3 as a storage backend, while having an EC2 instance front 
the S3 storage. Amazon Linux AMI is the only pure S3 backend/frontend solution.
  
  - How would this work?
    * There are a number of ways to push out a repository using existing tools. 
s3fuse (albeit rather buggy) allows you to mount a s3 bucket as file system. 
s3cmd allows for local to remote synchronization. However, in order to build 
something that scales well, you need something that uses multiple connections 
and pushes multiple files at once (i.e. threading and boto python library)
     * Example syncronization code can be found at 
lp:~utlemming/+junk/s3repo_tool (this code will be used to populate the 
prototyped-S3 mirror for UDS.
  
  --
  
  Examples:
  Amazon Linux AMI currently uses S3 for backing the mirrors. The design is 
more or less:
  - One bucket per region.
  - Buckets are named off of the DNS CNAME, i.e. 
us-east-1.ec2.archive.ubuntu.com
  - a method of pushing pristine repositories up

-- 
Move EC2 mirrors to S3
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-move-ec2-mirrors-to-s3

-- 
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


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Assignee: Timo Aaltonen = Ubuntu Server Team

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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 879853] Re: Munin upload 1.4.6-1ubuntu1 drops fixes / sponsor debdiff instead

2011-10-28 Thread Launchpad Bug Tracker
This bug was fixed in the package munin - 1.4.6-1ubuntu2

---
munin (1.4.6-1ubuntu2) precise; urgency=low

  * debian/patches/upstream_add-timeout-to-legal-options.patch:
Re-add dropped patch. (LP: #879853)
 -- Chuck Short zul...@ubuntu.com   Fri, 28 Oct 2011 13:16:28 -0400

** Changed in: munin (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/879853

Title:
  Munin upload 1.4.6-1ubuntu1 drops fixes / sponsor debdiff instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/879853/+subscriptions

-- 
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


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = Low

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Whiteboard changed:
- Question:
- Can more depth be added to the scope of this blueprint please?  -- Daviey
- 
- There's not enough information in this blueprint to warrant a session at
- UDS.  Plus, given it's an LTS release, we are very feature adverse, and
- something that's nice to have really doesn't fall under our acceptance
- criteria this cycle.  Thanks.  -- robbiew
- 
- added more info -- tjaalton

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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 882579] Re: Some Commands return: Timed out during operation: cannot acquire state change lock

2011-10-28 Thread nutznboltz
I've been able to narrow this down a little more.  The number of VM
guests is not a factor, this has happened on a VM host with only one
guest.  The VM guest kernel does not seem to matter either, even VM
guests which are Linux distros other than Ubuntu are affected.

It seems that the /usr/bin/kvm process goes into an infinite loop during
VM guest shutdown.

I'm still investigating this further.

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

Title:
  Some Commands return: Timed out during operation: cannot acquire
  state change lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/882579/+subscriptions

-- 
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


[Blueprint servercloud-p-freeipa-tech-preview] FreeIPA Tech Preview

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Definition Status: New = Discussion

-- 
FreeIPA Tech Preview
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-freeipa-tech-preview

-- 
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 883201] [NEW] Several second hang on ssh login

2011-10-28 Thread Joel
Public bug reported:

This problem is new since 11.04. It only occurs when connecting to a
server that I have not recently connected to. The problem still remains
after commenting out all lines in /etc/ssh_config.

To reproduce:

Check that DNS is operating correctly:

joel@joel-vm:~$ host testp1-db  # this is instant
testp1-db.mydomain.com has address 192.168.2.50
joel@joel-vm:~$ host 192.168.2.50 # this is instant
50.2.168.192.in-addr.arpa domain name pointer testp1-db.mydomain.com.

Connect to the server:

joel@joel-vm:~$ ssh -vvv root@testp1-db
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0

At this point, there is a hang of several seconds and then everything
follows normally

debug1: Connecting to testp1-db [192.168.2.50] port 22.
debug1: Connection established.


Connecting to the server subsequently works at normal speed.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/883201

Title:
  Several second hang on ssh login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/883201/+subscriptions

-- 
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 883201] Re: Several second hang on ssh login

2011-10-28 Thread Joel
Should read new in 11.10

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/883201

Title:
  Several second hang on ssh login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/883201/+subscriptions

-- 
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 496761] Re: Walrus IP is not correctly updated in DNS records

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/496761

Title:
  Walrus IP is not correctly updated in DNS records

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/496761/+subscriptions

-- 
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 477776] Re: Query string authentication does not work in some cases

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/46

Title:
  Query string authentication does not work in some cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/46/+subscriptions

-- 
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/461156

Title:
  User data is not parsed correctly by Eucalyptus in some cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/461156/+subscriptions

-- 
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 461444] Re: memory leaks in NC: getConsoleOutput and startup_thread

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/461444

Title:
  memory leaks in NC: getConsoleOutput and startup_thread

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/461444/+subscriptions

-- 
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


[Blueprint servercloud-p-juju-mir] Juju MIR

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Priority: Undefined = Essential

-- 
Juju MIR
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-mir

-- 
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


[Blueprint servercloud-p-juju-mir] Juju MIR

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Whiteboard set to:
no discussion required at UDS, we just need to document the production
ready requirements for juju and do it. -robbiew

-- 
Juju MIR
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-mir

-- 
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


[Blueprint servercloud-p-juju-mir] Juju MIR

2011-10-28 Thread Robbie Williamson
Blueprint changed by Robbie Williamson:

Whiteboard changed:
  no discussion required at UDS, we just need to document the production
- ready requirements for juju and do it. -robbiew
+ ready requirements for getting juju into main and do it. -robbiew

-- 
Juju MIR
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-mir

-- 
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 873042] Re: unable to build against apr -- undefined reference to `apr_initialize'

2011-10-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/873042

Title:
  unable to build against apr -- undefined reference to `apr_initialize'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/873042/+subscriptions

-- 
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 567371] Re: [SRU] [scalability] NC does not detach created pthreads in KVM driver

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/567371

Title:
  [SRU] [scalability] NC does not detach created pthreads in KVM driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/567371/+subscriptions

-- 
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 565101] Re: [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java heap space

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/565101

Title:
  [SRU] [scalability] walrus reports java.lang.OutOfMemoryError: Java
  heap space

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/565101/+subscriptions

-- 
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 537058] Re: When creating a large number of volumes concurrently, loopback devices may get reused

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/537058

Title:
  When creating a large number of volumes concurrently, loopback devices
  may get reused

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/537058/+subscriptions

-- 
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 491084] Re: Object get requests will non determinstically fail (with the rightaws library)

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/491084

Title:
  Object get requests will non determinstically fail (with the rightaws
  library)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/491084/+subscriptions

-- 
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 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2011-10-28 Thread graziano obertelli
This issue seems related to euca2ools not eucalyptus. Reassigning it.
And closing it since it has been released.

** Project changed: eucalyptus = euca2ools

** Changed in: euca2ools
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/450044

Title:
  euca-bundle-vol does not create essential tmpfs mounts when bundling
  Ubuntu images

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/450044/+subscriptions

-- 
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 879052] Re: user dir binding breaks on nonexistent user

2011-10-28 Thread xlyz
tested and now works as expected.

if a non-existing user is used, the creation is aborted (with a
message). if the user exists, or no user is declared, container is
created as usual.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/879052

Title:
  user dir binding breaks on nonexistent user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/879052/+subscriptions

-- 
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 460085] Re: Memory leaked per connection

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/460085

Title:
  Memory leaked per connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/460085/+subscriptions

-- 
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 345498] Re: Should not create shadow/duped volumes if a snapshot is part of a tree

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/345498

Title:
  Should not create shadow/duped volumes if a snapshot is part of a tree

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/345498/+subscriptions

-- 
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 345034] Re: Further constrain the max memory used per download

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/345034

Title:
  Further constrain the max memory used per download

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/345034/+subscriptions

-- 
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 445206] Re: remote bootstrap fails when walrus+sc are on the same host

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/445206

Title:
  remote bootstrap fails when walrus+sc are on the same host

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/445206/+subscriptions

-- 
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 345028] Re: When EBS is enabled, if a prerequisite is not installed, storage should refuse to start

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/345028

Title:
  When EBS is enabled, if a prerequisite is not installed, storage
  should refuse to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/345028/+subscriptions

-- 
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 882878] Re: With IPv6 disabled, openssh will not forward X connections

2011-10-28 Thread gdahlman
It appears that they are not using the resolver when building arguments
for xauth, but I agree.

I filed the bug mostly so that others experiencing the issue could find
the workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/882878

Title:
  With IPv6 disabled, openssh will not forward X connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/882878/+subscriptions

-- 
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 879052] Re: user dir binding breaks on nonexistent user

2011-10-28 Thread Jean-Baptiste Lallement
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/879052

Title:
  user dir binding breaks on nonexistent user

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/879052/+subscriptions

-- 
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 879710] Re: ubuntu-vm-builder crashes when trying to umount tmp directory.

2011-10-28 Thread heechul yun
A simple workaround is simply add some sleep as follows.

def unmount_dev(self):
self.context.cancel_cleanup(self.unmount_dev)
run_cmd('sleep', '10');  // --- add this line. 
run_cmd('umount', '%s/dev' % self.context.chroot_dir)

Above

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/879710

Title:
  ubuntu-vm-builder crashes when trying to umount tmp directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/879710/+subscriptions

-- 
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 371978] Re: A malformed PUT might starve connections

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/371978

Title:
  A malformed PUT might starve connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/371978/+subscriptions

-- 
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 368975] Re: Unhelpful message if volume size limit is exceeded

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/368975

Title:
  Unhelpful message if volume size limit is exceeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/368975/+subscriptions

-- 
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 368278] Re: walrus: subresource string not being matched correctly

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/368278

Title:
  walrus: subresource string not being matched correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/368278/+subscriptions

-- 
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 365247] Re: During caching, need to keep trying until enough images are flushed

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/365247

Title:
  During caching, need to keep trying until enough images are flushed

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/365247/+subscriptions

-- 
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 364424] Re: An arbitrary number of /s in front of the bucket name will cause the request to be rejected

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/364424

Title:
  An arbitrary number of /s in front of the bucket name will cause the
  request to be rejected

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/364424/+subscriptions

-- 
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 360636] Re: Decryption tries forever

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/360636

Title:
  Decryption tries forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/360636/+subscriptions

-- 
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 357895] Re: add fallback to send mail from localhost

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/357895

Title:
  add fallback to send mail from localhost

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/357895/+subscriptions

-- 
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 364404] Re: ETag should contain quotes

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/364404

Title:
  ETag should contain quotes

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/364404/+subscriptions

-- 
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 358595] Re: Introduce more logging to Walrus to show progress during image decryption

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/358595

Title:
  Introduce more logging to Walrus to show progress during image
  decryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/358595/+subscriptions

-- 
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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.6.2
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/590929

Title:
  [SRU] eucalyptus create and delete volumes sometimes fail on lvm
  commands (POC + ENT configs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/590929/+subscriptions

-- 
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 365347] Re: timestamp not compatible with some clients

2011-10-28 Thread graziano obertelli
** Changed in: eucalyptus/1.5
   Status: Fix Committed = Fix Released

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/365347

Title:
  timestamp not compatible with some clients

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/365347/+subscriptions

-- 
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 837385] Re: hostname from dhcp STILL not set, despite multiple ubuntu fixes and bug reports

2011-10-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/837385

Title:
  hostname from dhcp STILL not set, despite multiple ubuntu fixes and
  bug reports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/837385/+subscriptions

-- 
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