[Bug 1187826] Re: Cannot upload files with maas-cli

2014-05-08 Thread Julian Edwards
** Changed in: maas/1.5
   Status: Fix Committed = Fix Released

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

** Changed in: maas
Milestone: 14.10 = None

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

Title:
  Cannot upload files with maas-cli

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1187826/+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 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-08 Thread Julian Edwards
** Changed in: maas/1.5
Milestone: None = 1.5.1

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

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django/+bug/1311433/+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 1306701] Re: bootresources.yaml references daily builds for trusty

2014-05-08 Thread Julian Edwards
** Changed in: maas
   Status: Fix Committed = Fix Released

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

Title:
  bootresources.yaml references daily builds for trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1306701/+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 1302956] Re: maas.ubuntu.com only shows the documentation for the most recent MAAS version

2014-05-08 Thread Julian Edwards
** Changed in: maas/1.5
   Status: Fix Committed = Fix Released

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

** Changed in: maas/1.4
   Status: Fix Committed = Fix Released

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

Title:
  maas.ubuntu.com only shows the documentation for the most recent MAAS
  version

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1302956/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
This also affects the `gnome-keyring` package. The System76 imaging
system (Tribble) uses a tar-based approach similar to the MAAS fast-path
installer, and we've had to add a work-around for /usr/bin/gnome-
keyring-daemon on our desktop images:

$ getcap /usr/bin/gnome-keyring-daemon 
/usr/bin/gnome-keyring-daemon = cap_ipc_lock+ep

I reckon there are other imaging systems out there likewise affected by
this. I strongly feel that the correct fix is to fix tar so its --xattrs
option works as expected. But in the meantime, it might be good to
switch back to using suid on /usr/bin/gnome-keyring-daemon.

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1240972] Re: [SRU] maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2014-05-08 Thread Julian Edwards
** Changed in: maas
   Status: Confirmed = Fix Released

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

Title:
  [SRU] maas dhcp.conf template not adding ignore-client-uids unless
  using raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1240972/+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 1317381] [NEW] Swift-proxy needs python-happybase 0.5 !=0.7, but 0.7 is present in the repository

2014-05-08 Thread Zoltan Martha
Public bug reported:

Affected release:
Description: Ubuntu 14.04 LTS
Release: 14.04

Affected packages:
python-swift:
  Installed: 1.13.1-0ubuntu1
  Candidate: 1.13.1-0ubuntu1
python-happybase:
  Installed: 0.7-1build1
  Candidate: 0.7-1build1

The swift-proxy service fails to start.

Contents of /var/log/upstart/swift-proxy.log:
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File /usr/bin/swift-proxy-server, line 23, in module
sys.exit(run_wsgi(conf_file, 'proxy-server', default_port=8080, **options))
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 389, in 
run_wsgi
loadapp(conf_path, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 316, in 
loadapp
ctx = loadcontext(loadwsgi.APP, conf_file, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 307, in 
loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 296, 
in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 320, 
in _loadconfig
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 59, in 
get_context
object_type, name=name, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 450, 
in get_context
global_additions=global_additions)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 562, 
in _pipeline_app_context
for name in pipeline[:-1]]
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 59, in 
get_context
object_type, name=name, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 454, 
in get_context
section)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 476, 
in _context_from_use
object_type, name=use, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 59, in 
get_context
object_type, name=name, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 406, 
in get_context
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 296, 
in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 328, 
in _loadegg
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 620, 
in get_context
object_type, name=name)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line 640, 
in find_egg_entry_point
pkg_resources.require(self.spec)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 725, in require
needed = self.resolve(parse_requirements(requirements))
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 632, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (happybase 0.7 
(/usr/lib/python2.7/dist-packages), Requirement.parse('happybase=0.5,!=0.7'))

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

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

Title:
  Swift-proxy needs python-happybase 0.5 !=0.7, but 0.7 is present in
  the repository

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/1317381/+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 1278359] Re: ntpdate call frequency

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  ntpdate call frequency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1278359/+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 119660] Re: Autofs should be reloaded when state of network interface changes

2014-05-08 Thread Neil Broadley
Since this still appears to be an issue on Trusty (14.04) and the Debian
bugtracker notes that they're no longer tracking autofs in unstable,
what happens to this bug?

And is it still the case that autofs (now version 5 in Trusty's repo's)
doesn't use upstart? I'm going to try the solution presented in the bug
description, but is that workaround still the most appropriate fix for
what seems to be a pretty glaring ommision in autofs functionality?

How do corporates join their laptops to their network shares over WIFI
reliably when autofs is effectively broken in this case?

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

Title:
  Autofs should be reloaded when state of network interface changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/119660/+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 1316556] Re: vmware: boot from image (create volume) is failing

2014-05-08 Thread Kanagaraj Manickam
** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  vmware: boot from image (create volume) is failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1316556/+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 1308059] Re: package php5-cli 5.5.3+dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package php5-cli 5.5.3+dfsg-1ubuntu2.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1308059/+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 1316556] Re: vmware: boot from image (create volume) is failing

2014-05-08 Thread Kanagaraj Manickam
** Changed in: nova (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  vmware: boot from image (create volume) is failing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1316556/+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 1317444] [NEW] dnsmasq spins at 100% cpu trying to receive socket messages via stdin

2014-05-08 Thread James Hunt
Public bug reported:

dnsmasq is spinning at 100% CPU. This also causes networking to fail.
Problem seems to be that it is calling recvmsg(STDIN_FILENO, ...) which
is totally invalid. See attached strace log.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: dnsmasq-base 2.70-1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.2-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May  8 10:33:54 2014
InstallationDate: Installed on 2014-05-06 (1 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140505)
SourcePackage: dnsmasq
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

** Attachment added: dnsmasq-strace.log
   
https://bugs.launchpad.net/bugs/1317444/+attachment/4107952/+files/dnsmasq-strace.log

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

Title:
  dnsmasq spins at 100% cpu trying to receive socket messages via stdin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1317444/+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 1314697] Re: Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread Thomas Hood
** Summary changed:

- Upon upgrade, DNS resolution no longer works
+ Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

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

Title:
  Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1317444] Re: dnsmasq spins at 100% cpu trying to receive socket messages via stdin

2014-05-08 Thread Thomas Hood
*** This bug is a duplicate of bug 1314697 ***
https://bugs.launchpad.net/bugs/1314697

** This bug has been marked a duplicate of bug 1314697
   Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

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

Title:
  dnsmasq spins at 100% cpu trying to receive socket messages via stdin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1317444/+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 1314697] Re: Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
Attached is a full strace from dnsmasq startup showing the problem.

** Attachment added: dnsmasq-strace.log
   
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+attachment/4107998/+files/dnsmasq-strace.log

** Summary changed:

- Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU
+ DNS resolution no longer works; dnsmasq uses 100% CPU

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
Updated description since problem is unrelated to upgrade - it just
occurs with the version of dnsmasq currently in utopic.

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1317477] [NEW] package openssh-server 1:6.2p2-6ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-08 Thread Dmitry Gutov
Public bug reported:

The error popped up during the automatic update of installed packages.

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: openssh-server 1:6.2p2-6ubuntu0.4
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Thu May  8 14:35:59 2014
DuplicateSignature: package:openssh-server:1:6.2p2-6ubuntu0.4:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-06-03 (339 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
Missing privilege separation directory: /var/run/sshd
SourcePackage: openssh
Title: package openssh-server 1:6.2p2-6ubuntu0.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-11-02 (186 days ago)
modified.conffile..etc.init.ssh.conf: [deleted]

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


** Tags: amd64 apport-package saucy

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

Title:
  package openssh-server 1:6.2p2-6ubuntu0.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/openssh/+bug/1317477/+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 1317477] Re: package openssh-server 1:6.2p2-6ubuntu0.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-08 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openssh-server 1:6.2p2-6ubuntu0.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/openssh/+bug/1317477/+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 1306537] Re: LXC local provider fails to provision precise instances from a trusty host

2014-05-08 Thread John A Meinel
** Changed in: juju-core/1.18
 Assignee: John A Meinel (jameinel) = Ian Booth (wallyworld)

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

Title:
  LXC local provider fails to provision precise instances from a trusty
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1306537/+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 1317491] [NEW] virsh blockcommit hangs at 100%

2014-05-08 Thread Stefan Reiff
Public bug reported:

virsh blockcommit hangs at 100% and nothing happens.

I only found the following discussion:
http://t358434.emulators-libvirt-user.emulatortalk.info/virsh-blockcommit-hangs-at-100-t358434.html

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

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

Title:
  virsh blockcommit hangs at 100%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1317491/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Stéphane Graber
gnome-keyring-daemon isn't really a problem because all official images
shipping it have installer hooks to restore the flag.

Setting the binary setuid would also be completely wrong as we never
want this to run as root, we just want it to have extra ipc locking
capabilities. My understanding is that those aren't even entirely
required and that it has a fallback mode for systems where the
capability isn't set.

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-05-08 Thread seebk
I can confirm that it is fixed in proposed, too. When can we expect the
fix to be pushed to updates repository?

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1317530] [NEW] /etc/default/puppet is missing

2014-05-08 Thread panticz.de
Public bug reported:

Puppet client daemon config file /etc/default/puppet is missing in puppet 
from Ubuntu Saucy, Trusty and  Utopic:
http://packages.ubuntu.com/trusty/all/puppet/filelist

Perhaps there are some other files missing, see content of working package from 
Ubuntu Raring:
http://packages.ubuntu.com/raring-updates/all/puppet/filelist

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


** Tags: puppet

** Description changed:

- Puppet client daemon config file /etc/default/puppet is missing is missing in 
puppet from Ubuntu Saucy, Trusty and  Utopic:
+ Puppet client daemon config file /etc/default/puppet is missing in puppet 
from Ubuntu Saucy, Trusty and  Utopic:
  http://packages.ubuntu.com/trusty/all/puppet/filelist
  
  Perhaps there are some other files missing, see content of working package 
from Ubuntu Raring:
  http://packages.ubuntu.com/raring-updates/all/puppet/filelist

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

Title:
  /etc/default/puppet is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1317530/+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 1317534] [NEW] del_enctype causes ipropd-slave crash

2014-05-08 Thread Patrik Lundin
Public bug reported:

An ipropd-slave process running on Precise Pangolin will crash if a
principal is modified on the master with del_enctype:

ipropd-slave[20814]: replaying entry 196
ipropd-slave[20814]: heim_abort: Wouldn't log and replay key history:(mask  
KADM5_TL_DATA)

It seems this was fixed on the upstream heimdal-1-6-branch in commit
ef9012aef52a7cd3984b966498d83694df5ce486 just a few days after the
current Precise package heimdal-1.6~git20120311 was tagged (2012-03-15).

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

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

Title:
  del_enctype causes ipropd-slave crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1317534/+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 1314289] Re: [Precise/regression] drbd 8.4.x backport breaks existing clusters

2014-05-08 Thread Stefan Bader
** Description changed:

- The backport of drbd8-utils-8.4.3 has several issues when running in
- compat-8.3 mode as part of corosync/pacemaker clusters.
+ SRU Justification:
+ The backport of drbd8-utils-8.4.3 has several issues when running in 
compat-8.3 mode as part of corosync/pacemaker clusters.
  
- - the OCF resource agent script shipped in the drbd8-utils package is not 
running the compat binaries for some reason.
+ Impact:
+ - The OCF resource agent fails to run after installing the new toolset
+   - syncer command not supported messages
  - the OCF resource agent script uses the new syntax hard coded in one place
  - the drbdsetup command is not using the compat binary for help output and 
the command line changed significantly.
  - if the main commands are called with the full path, the compat binaries are 
searched in the same path but only existed in /lib/drbd.
  
  Apart from those serious problems, the init.d script would fail in
  compat mode due to syntax changes.
  
+ Testcases:
+   - With new tools, old kernel module loaded:
+ * drbdsetup xml net should output xml help instead of an error
+ * /sbin/drbdadm --version does not fail to print the version.
+ * service drbd stop should work without errors
+ * service corosync restart on a cluster should work without loosing
+   the local mirror.
+  - Moving one side of the cluster to a newer kernel (new kernel module)
+* drbdsetup xml net should now error and need the new format.
+ 
  regression from bug 1185756.

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

Title:
  [Precise/regression] drbd 8.4.x backport breaks existing clusters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1314289/+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 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default configuration

2014-05-08 Thread AC
After doing a little more investigation, it looks like there are other
distributions that are having problems with vsftpd running on AWS EC2
instances.

It sounds like it may be related to a kernel bug that affect Xen
paravirtualized hosts.

http://www.gossamer-
threads.com/lists/linux/kernel/1854156?search_string=%5BBISECTED%5D%20Linux%203.12.7%20introduces%20page%20map%20handling%20regression;#1854156

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

Title:
Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1313450/+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 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default configuration

2014-05-08 Thread AC
** Tags added: paravirtualization xen

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

Title:
Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1313450/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-08 Thread Maarten Fonville
When will this be backported to trusty? It is a quite relevant and
important fix for those using the new radeon vdpau acceleration for
XBMC. I don't think many people would expect the source of their tearing
to be in libsdl1.2 and find this fix on their own.

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1317587] [NEW] ClamAV 0.98.1 is Outdated

2014-05-08 Thread Jared Fernandez
Public bug reported:

Current version in 14.04 Trusty is 0.98.1, ClamAV recommends 0.98.3:

ClamAV update process started at Thu May  8 09:38:12 2014
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.98.1 Recommended version: 0.98.3

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


** Tags: trusty

** Tags added: trusty

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

Title:
  ClamAV 0.98.1 is Outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1317587/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
Stéphane,

Gotcha, thanks for the feedback! So am I correct in thinking that the
--xattrs option is currently broken in tar on 14.04? If so, is there any
chance this could be fixed in an SRU?

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-08 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300476/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Stéphane Graber
So yeah, my understanding is that --xattr is broken at the moment, we should 
fix that as an SRU but we also have the problem that:
 1) It's not set by default in either create or extract mode
 2) Not all tar implementations we use support it
 3) Not all version of gnu-tar we support have it

So as long as we don't get this fixed, we shouldn't rely on xattrs
working in tarballs and should investigate alternative methods of
shipping and setting those attributes.

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-08 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300476/+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


Re: [Bug 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Clint Byrum
Excerpts from Jason Gerard DeRose's message of 2014-05-08 16:45:23 UTC:
 Stéphane,
 
 Gotcha, thanks for the feedback! So am I correct in thinking that the
 --xattrs option is currently broken in tar on 14.04? If so, is there any
 chance this could be fixed in an SRU?
 

No, --xattrs works fine in 14.04. The problem is that it must be used.
Note that you also have to use --xattrs-include=* while creating the
tar to make use of it (which is, IMO, a bug, as if I said --xattrs,
I meant _USE XATTRS_. ;)

Anyway, another problem is that 12.04 tar does not support it, so the
tarball images are not consumable from the previous release, which is a
problem for a shop trying to upgrade. I think that may be a worthy SRU,
as tars with xattrs will start to become more and more commonplace over
the next 3 years that 12.04 is still a supported platform.

Certainly somebody should get 14.04's tar into precise-backports while
this SRU is debated.

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/maas/utopic-proposed

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

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300476/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/maas/utopic-proposed

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/maas/utopic-proposed

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

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django/+bug/1311433/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/maas/utopic-proposed

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+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 1311151] Re: MAAS imports Trusty's 'rc' images by default.

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/maas/utopic-proposed

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

Title:
  MAAS imports Trusty's 'rc' images by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1311151/+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 1317601] [NEW] [SRU] SRU New upstream bugfix release of MAAS

2014-05-08 Thread Andres Rodriguez
Public bug reported:

[Impact]
This new upstream bugfix release of MAAS includes bug fixes for several bugs 
reports. This includes Hardware Enablement for the Cisco B Series.

 - Hardware Enablement for Cisco B-Series. (LP: #1300476)
 - Allow AMT power type to specify IP Address. (LP: #1308772)
 - Spurious failure when starting and creating lock files. (LP: 1308069)
 - Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
 - Fix usage of hardware enablement kernels by fixing the preseeds
   (LP: #1310082, LP: #1310076, LP: #1310082)
 - Fix parallel juju deployments. (LP: #1314409)
 - Clear distro_series when stopping node from WebUI (LP: #1316396)
 - Fix click hijacking (LP: #1298784)
 - Fix blocking API client when deleting a resource (LP: #1313556)
 - Do not import Trusty RC images by default (LP: #1311151)

[Test Case]
1. Install MAAS
2. Follow steps for each of the bugs being fixed above.


[Regression Potential]
Minimal. All of the fixes include their own unittests as well as have been 
tested in the MAAS CI.

** Affects: maas (Ubuntu)
 Importance: Critical
 Status: New

** Changed in: maas (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  [SRU] SRU New upstream bugfix release of MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1317601/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2267-0ubuntu1

---
maas (1.5+bzr2267-0ubuntu1) utopic; urgency=medium

  * New upstream bugfix release. Fixes:
- Hardware Enablement for Cisco B-Series. (LP: #1300476)
- Allow AMT power type to specify IP Address. (LP: #1308772)
- Spurious failure when starting and creating lock files. (LP: 1308069)
- Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
- Fix usage of hardware enablement kernels by fixing the preseeds
  (LP: #1310082, LP: #1310076, LP: #1310082)
- Fix parallel juju deployments. (LP: #1314409)
- Clear distro_series when stopping node from WebUI (LP: #1316396)
- Fix click hijacking (LP: #1298784)
- Fix blocking API client when deleting a resource (LP: #1313556)
- Do not import Trusty RC images by default (LP: #1311151)
 -- Andres Rodriguez andres...@ubuntu.com   Tue, 15 Apr 2014 14:41:32 -0400

** Changed in: maas (Ubuntu)
   Status: New = Fix Released

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+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 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-08 Thread Andres Rodriguez
** Description changed:

+ [Test Case]
+ Without the Fix:
+ 1. Install MAAS
+ 2. Power on Cisco B Series Nodes to boot from MAAS.
+ 3. Nodes won't have Power Management set. MAAS won't be able to control. 
  
- On MAAS 1.5+bzr1977-0ubuntu5 enlisting nodes fails to detect the BMC
- power type and therefore not able to create a user to control the BMC.
+ With the Fix:
+ 2. Add Cisco B Series nodes to MAAS:
+ maas user node-group probe-and-enlist-ucsm cluster_uuid  url=UCS BMC 
location, ie. https://10.20.30.5/ username=bmc user password=bmc password
+ 3. Check that all nodes are added and with power parameters set.
  
- Steps to reproduce: 
-  1. power on the node. 
-  2. Check node settings on MaaS Web GUI. 
  
- Expected result: 
-  1. Node shows up on MaaS Web GUI. 
-  2. The power type is set to IPMI. 
+ On MAAS 1.5+bzr1977-0ubuntu5 enlisting nodes fails to detect the BMC power 
type and therefore not able to create a user to control the BMC.
  
- Actual results: 
-  2. Power type is not set.
-  
+ Steps to reproduce:
+  1. power on the node.
+  2. Check node settings on MaaS Web GUI.
+ 
+ Expected result:
+  1. Node shows up on MaaS Web GUI.
+  2. The power type is set to IPMI.
+ 
+ Actual results:
+  2. Power type is not set.
  
  This is for a Cisco B200 M3 server running UCSM to control the BMC.
  
  Running ipmitool manually on an ephemeral image or manual installation
  of Ubuntu 12.04.4 or 14.04 fails when trying the following:
  
  ipmitool user list
  Get User Access command failed (channel 14, user 1): Invalid command
  
  ipmitool user set name 10 maas
  Set User Name command failed (user 10, name maas): Invalid command
  
  Running ipmitool against the system event log(sel), chassis status or
  lan print all work fine.
  
  Cisco mentions that controlling ipmi directly is disabled by default as
  well as behind a firewall that is disabled. Going through hardware
  enablement for UCSM might be the better choice.

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

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300476/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2267-0ubuntu1

---
maas (1.5+bzr2267-0ubuntu1) utopic; urgency=medium

  * New upstream bugfix release. Fixes:
- Hardware Enablement for Cisco B-Series. (LP: #1300476)
- Allow AMT power type to specify IP Address. (LP: #1308772)
- Spurious failure when starting and creating lock files. (LP: 1308069)
- Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
- Fix usage of hardware enablement kernels by fixing the preseeds
  (LP: #1310082, LP: #1310076, LP: #1310082)
- Fix parallel juju deployments. (LP: #1314409)
- Clear distro_series when stopping node from WebUI (LP: #1316396)
- Fix click hijacking (LP: #1298784)
- Fix blocking API client when deleting a resource (LP: #1313556)
- Do not import Trusty RC images by default (LP: #1311151)
 -- Andres Rodriguez andres...@ubuntu.com   Tue, 15 Apr 2014 14:41:32 -0400

** Changed in: maas (Ubuntu)
   Status: New = Fix Released

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1311151] Re: MAAS imports Trusty's 'rc' images by default.

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2267-0ubuntu1

---
maas (1.5+bzr2267-0ubuntu1) utopic; urgency=medium

  * New upstream bugfix release. Fixes:
- Hardware Enablement for Cisco B-Series. (LP: #1300476)
- Allow AMT power type to specify IP Address. (LP: #1308772)
- Spurious failure when starting and creating lock files. (LP: 1308069)
- Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
- Fix usage of hardware enablement kernels by fixing the preseeds
  (LP: #1310082, LP: #1310076, LP: #1310082)
- Fix parallel juju deployments. (LP: #1314409)
- Clear distro_series when stopping node from WebUI (LP: #1316396)
- Fix click hijacking (LP: #1298784)
- Fix blocking API client when deleting a resource (LP: #1313556)
- Do not import Trusty RC images by default (LP: #1311151)
 -- Andres Rodriguez andres...@ubuntu.com   Tue, 15 Apr 2014 14:41:32 -0400

** Changed in: maas (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  MAAS imports Trusty's 'rc' images by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1311151/+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 1317603] [NEW] qemu-system-ppc does not terminate on VM exit

2014-05-08 Thread joh...@servergy.com
Public bug reported:

When a VM is created for a p4080-e500mc  ; the VM can not be  rebooted
or terminated.

The qemu-system-ppc process must be killed.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qemu-system-ppc 2.0.0~rc1+dfsg-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9
Uname: Linux 3.13.9+ ppc
ApportVersion: 2.14.1-0ubuntu3
Architecture: powerpc
Date: Thu May  8 12:20:57 2014
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu
UpgradeStatus: Upgraded to trusty on 2014-04-29 (9 days ago)

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


** Tags: apport-bug powerpc trusty

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

Title:
  qemu-system-ppc does not terminate on VM exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1317603/+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 1300476] Re: Unable to setup BMC/UCS user on Cisco B200 M3

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package maas - 1.5+bzr2267-0ubuntu1

---
maas (1.5+bzr2267-0ubuntu1) utopic; urgency=medium

  * New upstream bugfix release. Fixes:
- Hardware Enablement for Cisco B-Series. (LP: #1300476)
- Allow AMT power type to specify IP Address. (LP: #1308772)
- Spurious failure when starting and creating lock files. (LP: 1308069)
- Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
- Fix usage of hardware enablement kernels by fixing the preseeds
  (LP: #1310082, LP: #1310076, LP: #1310082)
- Fix parallel juju deployments. (LP: #1314409)
- Clear distro_series when stopping node from WebUI (LP: #1316396)
- Fix click hijacking (LP: #1298784)
- Fix blocking API client when deleting a resource (LP: #1313556)
- Do not import Trusty RC images by default (LP: #1311151)
 -- Andres Rodriguez andres...@ubuntu.com   Tue, 15 Apr 2014 14:41:32 -0400

** Changed in: maas (Ubuntu)
   Status: New = Fix Released

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

Title:
  Unable to setup BMC/UCS user on Cisco B200 M3

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300476/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-08 Thread Andres Rodriguez
** Description changed:

+ [Test Case]
+ 1. Install MAAS
+ 2. Add a node.
+ 3. Select a Hardware Enablement Kernel. (Distro Series: Precise, 
Architecture: amd64/hwe-s)
+ 4. Deploy will fail.
+ 
+ With the fix:
+ 4. Deploy will succeed
+ 
  After setting up hwe-s for precise along with the doc below, `juju 
add-machine` fails with Failed to bring up br0. Then lost connectivity to a 
node.
  http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html
  
  I'm using fastpath-installer, d-i is not tested yet.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: maas 1.5+bzr2252-0ubuntu1
  ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  Date: Sun Apr 20 05:05:05 2014
  PackageArchitecture: all
  SourcePackage: maas
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: maas (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-08 Thread Andres Rodriguez
** Description changed:

+ [Test Case]
+ 1. Install MAAS
+ 2. Add a node.
+ 3. Select a Hardware Enablement Kernel. (Distro Series: Precise, 
Architecture: amd64/hwe-s)
+ 4. Deploy will fail.
+ 
+ With the fix:
+ 4. Deploy will succeed
+ 
+ 
  After setting up hwe-s for precise along with the doc below, `juju 
add-machine` fails with Architecture not supported in d-i.
  http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html
  
  From squid-deb-proxy log, d-i is trying to connect to:
  http://ports.ubuntu.com/ubuntu-ports/dists/precise/main/binary-amd64/Release
  then failed.
  
  Fastpath-installer case was filed as Bug #1310076.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: maas 1.5+bzr2252-0ubuntu1
  ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  Date: Sun Apr 20 05:23:48 2014
  PackageArchitecture: all
  SourcePackage: maas
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: maas (Ubuntu)
   Status: Fix Released = Confirmed

** Description changed:

  [Test Case]
  1. Install MAAS
  2. Add a node.
  3. Select a Hardware Enablement Kernel. (Distro Series: Precise, 
Architecture: amd64/hwe-s)
  4. Deploy will fail.
  
  With the fix:
  4. Deploy will succeed
- 
  
  After setting up hwe-s for precise along with the doc below, `juju 
add-machine` fails with Architecture not supported in d-i.
  http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html
  
  From squid-deb-proxy log, d-i is trying to connect to:
  http://ports.ubuntu.com/ubuntu-ports/dists/precise/main/binary-amd64/Release
  then failed.
  
  Fastpath-installer case was filed as Bug #1310076.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: maas 1.5+bzr2252-0ubuntu1
  ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  Date: Sun Apr 20 05:23:48 2014
  PackageArchitecture: all
  SourcePackage: maas
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+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 1311151] Re: MAAS imports Trusty's 'rc' images by default.

2014-05-08 Thread Andres Rodriguez
** Description changed:

+ [Test Case]
+ 1. Install MAAS
+ 2. maas-import-pxe-files Will import RC images and Release images.
+ 
+ With the fix:
+ 2. maas-import-pxe-files will import only Release images.
+ 
  MAAS imports both the 'rc' and the 'release' images for Trusty by
  default.
  
  This was a temporary measure while we were waiting for the 'release'
  images to be released.  Now that they have been released,  MAAS
  shouldn't import the 'rc' images by default.

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

Title:
  MAAS imports Trusty's 'rc' images by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1311151/+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 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default configuration

2014-05-08 Thread triden
It is related to a kernel bug.

Don't know if you have the ability to upgrade kernels on EC2, but this
bug can be worked around by installing one of the latest Ubuntu Mainline
kernels.

You need at least: linux-image-3.15.0-031500rc2

Reference: http://www.deinon.com/wiki/doku.php?id=linux:ubuntu

** 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/1313450

Title:
Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1313450/+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 1317609] [NEW] package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 255

2014-05-08 Thread David
Public bug reported:

Настраивается пакет samba4 (4.0.0+dfsg1-1ubuntu1) …
Unknown enumerated value 'cups' for 'printing'
ERROR(runtime): uncaught exception - Unable to load default file
  File /usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py, line 175, 
in _run
return self.run(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/samba/netcmd/domain.py, line 258, in 
run
lp = sambaopts.get_loadparm()
  File /usr/lib/python2.7/dist-packages/samba/getopt.py, line 92, in 
get_loadparm
self._lp.load_default()
dpkg: ошибка при обработке параметра samba4 (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 255
При обработке следующих пакетов произошли ошибки:
 samba4

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: samba4 4.0.0+dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13
Uname: Linux 3.8.0-35-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.5
AptOrdering: samba4: Configure
Architecture: amd64
Date: Wed May  7 23:02:49 2014
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 255
InstallationDate: Installed on 2013-10-01 (218 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 255
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1317609/+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 1289178] Re: MAAS packages should also pull in the tools necessary for power control

2014-05-08 Thread dann frazier
MAAS does not pull in ipmitool by default (it is a Suggests, due to
ipmitool being in universe). While I understand that we can't add a
strict dependency w/o including ipmitool in main, I do think it is an
issue that it can cause MAAS to silently fail to work. IMO, there should
minimally be some notification in the UI that warns a user when the
tools required for a certain power type are not installed.

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

Title:
  MAAS packages should also pull in the tools necessary for power
  control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1289178/+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 1314598] Re: [Precise] drbd8: drbdadm does not run compat mode when DRBD_DONT_WARN_ON_VERSION_MISMATCH is set

2014-05-08 Thread Stéphane Graber
Hello Stefan, or anyone else affected,

Accepted drbd8 into precise-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/drbd8/2:8.4.3-0ubuntu0.12.04.2 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: drbd8 (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  [Precise] drbd8: drbdadm does not run compat mode when
  DRBD_DONT_WARN_ON_VERSION_MISMATCH is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1314598/+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 1314289] Re: [Precise/regression] drbd 8.4.x backport breaks existing clusters

2014-05-08 Thread Stéphane Graber
Hello Stefan, or anyone else affected,

Accepted drbd8 into precise-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/drbd8/2:8.4.3-0ubuntu0.12.04.2 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Tags added: verification-needed

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

Title:
  [Precise/regression] drbd 8.4.x backport breaks existing clusters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1314289/+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 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-08 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django/+bug/1311433/+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 1317623] [NEW] cgproxy can hang if server has crashed

2014-05-08 Thread Serge Hallyn
Public bug reported:

If the cgmanager crashes while the cgproxy is waiting for a reply from
the server, the proxy will hang indefinately.

Set a 2 second timeout for the reply.

** Affects: cgmanager (Ubuntu)
 Importance: High
 Status: Fix Released

** Affects: cgmanager (Ubuntu Trusty)
 Importance: High
 Status: Confirmed

** Also affects: cgmanager (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu)
   Status: New = Fix Released

** Changed in: cgmanager (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  cgproxy can hang if server has crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1317623/+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 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-08 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  test_prepare_holds_startup_lock() fails spuriously

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1308069/+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 1298784] Re: Vulnerable to user-interface redressing (e.g. clickjacking)

2014-05-08 Thread Andres Rodriguez
** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Vulnerable to user-interface redressing (e.g. clickjacking)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1298784/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2014-05-08 Thread Jason Gerard DeRose
Clint,

Ah, thanks for bringing up --xattrs-include=*, I didn't notice this
option!

I agree this is really a bug/misfeature in tar... if I use --xattrs both
when creating and unpacking a tarball, I expect it to just work.

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

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1317587] Re: ClamAV 0.98.1 is Outdated

2014-05-08 Thread Scott Kitterman
Packaging the new release in Debian and then we'll get it out to all
Ubuntu releases.

** Also affects: clamav (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: clamav (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: clamav (Ubuntu Utopic)
   Importance: Undecided = High

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

** Changed in: clamav (Ubuntu Utopic)
Milestone: None = ubuntu-14.05

** Changed in: clamav (Ubuntu Utopic)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

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

Title:
  ClamAV 0.98.1 is Outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1317587/+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 1315521] Re: wrong cgroup on login to container

2014-05-08 Thread Serge Hallyn
** Description changed:

  When starting a privileged container with cgmanager, cgroups look like:
  
  3:cpuset:/lxc/u5
  2:name=systemd:/user/1000.user/c2.session
  
  where all controllers other than name=systemd are correct.  lxc needs
  to set the new cgroup for name=systemd, and cgmanager needs to fix a
  bug where name=systemd was not being handled right.
+ 
+ 
+ Impact: containers are not fully placed into their cgroup
+ Test case:
+   sudo lxc-create -t download -n u1 -- -d ubuntu -r trusty -a amdte
+   sudo lxc-start -n u1 -d
+   sudo lxc-attach -n u1 -- grep systemd /proc/self/cgroup
+   Verify that the cgroup is /lxc/u1
+ Regression potential: This implements a new method rather than
+ modifying existing methods.  Existing functionality should not
+ be changed.
+ 

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

Title:
  wrong cgroup on login to container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315521/+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 1315052] Re: lxc-attach from a different login session fails

2014-05-08 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu Utopic)
   Status: Confirmed = Fix Released

** Changed in: cgmanager (Ubuntu Trusty)
   Status: Fix Committed = Confirmed

** Description changed:

+ ===
+ Impact: unprivileged users cannot attach to a container from a different 
login session
+ Test Case:
+   lxc-start -n u1 -d
+   ssh localhost lxc-attach -n u1 /bin/true
+ Regression potential: This implements a new method, so should not regress 
existing functionalty.
+ ===
+ 
  When using the cgroup  manager, if an unprivileged user starts a
  container from one login session, then ssh's back in and tries lxc-
  attach, that will fail.
  
  The workaround for this is simply to start a container under screen or
  tmux, then re-attach to that session to lxc-attach.
  
  The proper fix is to use MovePidAbs in lxc-attach to move the current
  task to the 'full' (relative to proxy) cgroup of the container.  This
  requires a new GetPidCgroupAbs method (which is in cgmanager utopic but
  not yet in trusty) to find out the proper cgroup to attach to.

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

Title:
  lxc-attach from a different login session fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315052/+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 1315521] Re: wrong cgroup on login to container

2014-05-08 Thread Serge Hallyn
** Description changed:

  When starting a privileged container with cgmanager, cgroups look like:
  
  3:cpuset:/lxc/u5
  2:name=systemd:/user/1000.user/c2.session
  
  where all controllers other than name=systemd are correct.  lxc needs
  to set the new cgroup for name=systemd, and cgmanager needs to fix a
  bug where name=systemd was not being handled right.
  
  
  Impact: containers are not fully placed into their cgroup
  Test case:
sudo lxc-create -t download -n u1 -- -d ubuntu -r trusty -a amdte
sudo lxc-start -n u1 -d
sudo lxc-attach -n u1 -- grep systemd /proc/self/cgroup
Verify that the cgroup is /lxc/u1
- Regression potential: This implements a new method rather than
- modifying existing methods.  Existing functionality should not
- be changed.
+ Regression potential: user logins and containers could fail to be
+ moved into their proper cgroups
  

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

Title:
  wrong cgroup on login to container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315521/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-08 Thread David Gnedt
+1 for trusty backport

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1317634] [NEW] Can not get out of suspend mode after I open the lid

2014-05-08 Thread totti bossi
Public bug reported:

I install Linux Mint 16 Petra ( on Toshiba Portege R200 )
Everything works fine just 
when I close the lid of my laptop the problem starts:
The laptop hibernate, but can get out of that mode when the lid is open.
The screen remains black. I tried all buttons on the keyboard - unfortunately, 
no one of them helped me

what I have to install in order to solve it

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Can not get out of suspend mode after I open the lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1317634/+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 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-08 Thread Raphaël Badin
** Description changed:

- This seems to be a regression introduced in the latest security update
- which is causing the error
+ [Test case]
  
- AttributeError: 'functools.partial' object has no attribute
- '__module__'
+ Without the fix:
+ 1. Install MAAS
+ 2. Access the MAAS home page (http://localhost/MAAS) → the home page displays 
a 500 error.  The log in /var/log/maas/maas.log contains the exception: 
http://paste.ubuntu.com/7417954/ (AttributeError: 'functools.partial' object 
has no attribute '__module__')
  
- in the MAAS test suite.
+ With the fix:
+ 1. Install MAAS
+ 2. Access the MAAS home page (http://localhost/MAAS) → see the login home 
page. 
  
- Full stack trace:
+ [Description of the problem]
  
- _StringException: Traceback (most recent call last):
-   File /home/ed/canonical/maas/trunk/src/maasserver/tests/test_api.py, line 
477, in test_internal_error_generates_proper_api_response
- response = self.client.post(reverse('nodes_handler'), {'op': 'new'})
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
528, in reverse
- return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, 
**kwargs))
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
399, in _reverse_with_prefix
- self._populate()
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
286, in _populate
- for name in pattern.reverse_dict:
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
311, in reverse_dict
- self._populate()
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
286, in _populate
- for name in pattern.reverse_dict:
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
311, in reverse_dict
- self._populate()
-   File /usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 
272, in _populate
- lookup_str = callback.__module__ + . + callback.__class__.__name__
- AttributeError: 'functools.partial' object has no attribute '__module__'
+ This was caused by a regression in python-django introduced by a recent
+ security update (see the bug's comment for details).

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

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django/+bug/1311433/+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


Re: [Bug 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread Simon Kelley
Annoyingly, I still can't reproduce this on the systems I have
available. On a system where the problem occurs, can it be reproduced
when dnsmasq is started standalone with the same command-line
parameters? The idea situation would be to get the bug to show up in a
dnsmasq instance running under gdb.


The strace gives lots of valuable information:

during inialisation in network.c, create_bound_listeners() calls
create_listeners() once. The creates a UDP socket and a TCP socket each
bound to 127.0.1.1:53, with file-descriptors 4 and 5. Those file
descriptors are stored in a struct listener object which will be the
only one in a chain pointed to by daemon-listeners (or
dnsmasq_daemon-listeners, in gdb). The file descriptors are stored in
the -fd and -tcpfd fields of the struct.

By the time dnsmasq gets to the select loop in dnsmasq.c, those two
fields have somehow been zeroed - that's enough to exactly match what's
in the strace. dnsmasq selects for read events on fd 0 instead of fd 4
and fd 5 and when select says that reading is OK, is makes the syscalls
is would make for fd 4 (recvfrom) and fd 5 (accept) but to fd 0 instead.

If someone can reproduce this in gdb I suggest doing the following.

1) Set a breakpoint in create_bound_listeners() and trace through until
dnsmasq_daemon-listeners-fd and dnsmasq_daemon-listeners-tcpfd have
the correct values (4 and 5)

2) Set watchpoints on those two expressions, and then continue
execution. Gdb should then tell us where those locations are being
overwritten.

Cheers,


Simon.

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1218727] Re: package clamav-base 0.97.8+dfsg-1ubuntu1.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-08 Thread Jay Eichelberger
Hi,
I have UbuntuStudio 14.04
Got errors on reinstall, purge, remove

I looked for a more specifc error.  Got this. doing an install after the
remove failed...

Selecting previously unselected package clamav-freshclam.
Preparing to unpack .../clamav-freshclam_0.98.1+dfsg-4ubuntu1.1_amd64.deb ...
/etc/init.d/clamav-freshclam: 178: export: initrd.img: bad variable name
invoke-rc.d: initscript clamav-freshclam, action stop failed.
dpkg: warning: subprocess old pre-removal script returned error exit status 2
dpkg: trying script from the new package instead ...

/etc/init.d/clamav-freshclam: 178: export: initrd.img: bad variable name

invoke-rc.d: initscript clamav-freshclam, action stop failed.
dpkg: error processing archive 
/var/cache/apt/archives/clamav-freshclam_0.98.1+dfsg-4ubuntu1.1_amd64.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 2
/var/lib/dpkg/info/clamav-freshclam.config: 173: export: initrd.img: bad 
variable name
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 2

Hope this may help.
Jay

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

Title:
  package clamav-base 0.97.8+dfsg-1ubuntu1.12.04.1 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/clamav/+bug/1218727/+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 1298784] Re: Vulnerable to user-interface redressing (e.g. clickjacking)

2014-05-08 Thread Gavin Panella
** Description changed:

- = Impact =
- A remote attacker could trick users into performing unintended actions within 
the application.
+ [Test Case]
+ Without the fix:
+   1. Install MAAS.
+   2. Create web page on other domain that loads MAAS in an IFRAME.
+   3. MAAS loads and is usable.
  
- = Details =
- The MAAS application has no protection against user-interface redressing 
attacks like clickjacking. By
- displaying the application in carefully constructed iframes on an unrelated 
domain, an attacker may
- be able to deceive users into performing one or two-click actions in the 
context of the application,
- such as deploying a charm. The impact of a successful clickjacking attack is 
similar to that of cross-site
- request forgery.
- See http://www.sectheory.com/clickjacking.htm for a worked demonstration of a 
clickjacking attack.
+ With the fix:
+   3. MAAS should not display, or should break out of the IFRAME.
  
- = Exploitability =
- An attacker can only create exploits for forms that he would be able to view, 
as he would need to
- know the URL and positioning of the target forms. The attacker would also 
have to persuade a logged-
- in user to visit and click once or twice on the page under his control.
- A well-executed clickjacking attack is likely to go unnoticed by its victims.
+ Impact:
+   A remote attacker could trick users into performing unintended actions
+   within the application.
  
- = Remediation =
- The application should instruct browsers not to allow other websites to load 
it in a frame, by adding
- the X-Frame-Options: SAMEORIGIN server header.
+ Commentary:
+   The MAAS application has no protection against user-interface
+   redressing attacks like clickjacking. By displaying the application in
+   carefully constructed iframes on an unrelated domain, an attacker may
+   be able to deceive users into performing one or two-click actions in
+   the context of the application, such as deploying a charm. The impact
+   of a successful clickjacking attack is similar to that of cross-site
+   request forgery. See http://www.sectheory.com/clickjacking.htm for a
+   worked demonstration of a clickjacking attack.
+ 
+ Exploitability:
+   An attacker can only create exploits for forms that he would be able
+   to view, as he would need to know the URL and positioning of the
+   target forms. The attacker would also have to persuade a logged- in
+   user to visit and click once or twice on the page under his control.
+   A well-executed clickjacking attack is likely to go unnoticed by its
+   victims.
+ 
+ Remediation:
+   The application should instruct browsers not to allow other websites
+   to load it in a frame, by adding the X-Frame-Options: SAMEORIGIN
+   server header.

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

Title:
  Vulnerable to user-interface redressing (e.g. clickjacking)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1298784/+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 1308069] Re: test_prepare_holds_startup_lock() fails spuriously

2014-05-08 Thread Jeroen T. Vermeulen
** Description changed:

+ [Test Case]
+ No test case; the code that's being patched is only a test and does not 
actually appear in the package.
+ 
+ 
+ [Description of the problem]
+ 
  This happened when trying to land a documentation-only branch:
  
  ==
  FAIL: 
maasserver.rpc.tests.test_regionservice.TestRegionAdvertisingService.test_prepare_holds_startup_lock
  --
  _StringException: Traceback (most recent call last):
-   File 
/tmp/tarmac/branch.wNIVV5/src/maasserver/rpc/tests/test_regionservice.py, 
line 667, in test_prepare_holds_startup_lock
- self.assertFalse(locks.eventloop.is_locked())
-   File /usr/lib/python2.7/unittest/case.py, line 418, in assertFalse
- raise self.failureException(msg)
+   File 
/tmp/tarmac/branch.wNIVV5/src/maasserver/rpc/tests/test_regionservice.py, 
line 667, in test_prepare_holds_startup_lock
+ self.assertFalse(locks.eventloop.is_locked())
+   File /usr/lib/python2.7/unittest/case.py, line 418, in assertFalse
+ raise self.failureException(msg)
  AssertionError: True is not false
  
  I've disabled the test and added an XXX.

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

Title:
  test_prepare_holds_startup_lock() fails spuriously

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1308069/+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 1311433] Re: REGRESSION: AttributeError: 'functools.partial' object has no attribute '__module__'

2014-05-08 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  REGRESSION: AttributeError: 'functools.partial' object has no
  attribute '__module__'

To manage notifications about this bug go to:
https://bugs.launchpad.net/django/+bug/1311433/+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 1317651] [NEW] ppc: VM hangs on first boot after network install

2014-05-08 Thread joh...@servergy.com
Public bug reported:


 1. perform a direct install to a new file by obtaining the network install 
components from 
http://ports.ubuntu.com/ubuntu-ports/dists/trusty/main/installer-powerpc/current/images/e500mc/netboot/


qemu-system-ppc -M ppce500 -nographic -kernel vmlinux \
-initrd initrd.gz -m 1G -enable-kvm -drive \
   file=jade-ubuntu-14.04.qcow2.netinstall ,if=virtio -append 
console=ttyS0 \
   -no-shutdown -no-reboot -name Ubuntu-$$


 Install only the BASE  and OPENSSL  packages


2. boot new image :


 qemu-system-ppc -M ppce500 -nographic -kernel jade-kernel-2.0.bin \
-initrd jade-initrd-2.0.bin -m 1G -enable-kvm -drive \
 file=jade-ubuntu-14.04.qcow2.netinstall,if=virtio -append 
console=ttyS0 \
 -no-shutdown -no-reboot -name Ubuntu-$$


VM hangs on boot:


 * Starting OpenSSH server   [ OK ]
 * Starting ACPI daemon  [ OK ]
 * Starting regular background program processing daemon [ OK ]
 * Starting deferred execution scheduler [ OK ]
 * Stopping save kernel messages [ OK ]
 * Restoring resolver state...   [ OK ]
 * Stopping CPU interrupts balancing daemon  [ OK ]
 * Stopping System V runlevel compatibility  [ OK ]


dead

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qemu-system-ppc 2.0.0~rc1+dfsg-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.13.0-24.46-powerpc-e500mc 3.13.9
Uname: Linux 3.13.9+ ppc
ApportVersion: 2.14.1-0ubuntu3
Architecture: powerpc
Date: Thu May  8 15:10:10 2014
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu
UpgradeStatus: Upgraded to trusty on 2014-04-29 (9 days ago)

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


** Tags: apport-bug powerpc trusty

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

Title:
  ppc:  VM hangs on first boot after network install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1317651/+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 1317530] Re: /etc/default/puppet is missing

2014-05-08 Thread Robie Basak
Thank you for your report.

This change was deliberate: http://anonscm.debian.org/gitweb/?p=pkg-
puppet/puppet.git;a=commit;h=911303eee71f64299714de9a92326e2ed098984d

Since this is not a bug in Ubuntu, I'm marking this bug as Invalid. If
you disagree, please explain why this is a bug, rather than a change in
behaviour, and then change the bug status back to New. Thanks!

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

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

Title:
  /etc/default/puppet is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1317530/+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 1298273] Update Released

2014-05-08 Thread Brian Murray
The verification of the Stable Release Update for apache2 has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1298273] Re: apache2 doesn't compare SNI hostname against Host header case-insensitively

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.22-1ubuntu1.6

---
apache2 (2.2.22-1ubuntu1.6) precise; urgency=low

  * debian/patches/sni.patch:
- apache2 doesn't compare SNI hostname against Host header
  case-insensitively (lp: #1298273)
 -- Ritesh Khadgaray rit...@canonical.com   Thu, 27 Mar 2014 15:06:16 +0530

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

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

Title:
   apache2 doesn't compare SNI hostname against Host header case-
  insensitively

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1298273/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
A bit of debugging shows that the culprit is blockdata_expand() which is
being called via blockdata_init(). The issue seems to be that
blockdata_expand() is passed a parameter of zero. That function then
mallocs zero bytes (successfully seemingly), the proceeds to overwrite
data before the returned address resulting the the 2 fds being set to
zero.

blockdata_expand() is passed zero since daemon-cachesize (aka
dnsmasq_daemon-cachesize) is zero. This is confirmed by looking at
syslog which shows:

May  8 21:56:54 utopic dnsmasq[10812]: started, version 2.70 cache
disabled

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
BTW - the problem is recreatable for me every time simply by spinning up
a utopic kvm instance.

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

Title:
  DNS resolution no longer works; dnsmasq uses 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1317671] [NEW] Sync ipvsadm 1:1.26-3 (main) from Debian unstable (main)

2014-05-08 Thread Artur Rona
Public bug reported:

Please sync ipvsadm 1:1.26-3 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Merge from Debian unstable (LP: #1077874). Remaining changes:
- debian/control:
  + Add Build-Depends on pkg-config.
  + Update Build-Depends libnl3-dev - libnl-3-dev, libnl-genl-3-dev.
- debian/patches/99_ubuntu_libnl-3-linking.dpatch: Fix linking (and
  cflags) to properly build against libnl3 now that the modules are split.
  * Merge from Debian unstable (LP: #1077874). Remaining changes:
- debian/control:
  + Add Build-Depends on pkg-config.
  + Update Build-Depends libnl3-dev - libnl-3-dev, libnl-genl-3-dev.
- debian/patches/99_ubuntu_libnl-3-linking.dpatch: Fix linking (and
  cflags) to properly build against libnl3 now that the modules are split.
  * Merge from Debian unstable (LP: #1077874). Remaining changes:
- debian/control:
  + Add Build-Depends on pkg-config.
  + Update Build-Depends libnl3-dev - libnl-3-dev, libnl-genl-3-dev.
- debian/patches/99_ubuntu_libnl-3-linking.dpatch: Fix linking (and
  cflags) to properly build against libnl3 now that the modules are split.
  * Merge from Debian unstable (LP: #1077874). Remaining changes:
- debian/control:
  + Add Build-Depends on pkg-config.
  + Update Build-Depends libnl3-dev - libnl-3-dev, libnl-genl-3-dev.
- debian/patches/99_ubuntu_libnl-3-linking.dpatch: Fix linking (and
  cflags) to properly build against libnl3 now that the modules are split.
  * Merge from Debian testing (LP: #1007160).  Remaining changes:
- Build-depend on pkg-config.
- Port to libnl3.
  + debian/control: update Build-Depends libnl3-dev - libnl-3-dev,
libnl-genl-3-dev.
  * debian/patches/99_ubuntu_libnl-3-linking.dpatch: Convert quilt patch
'libnl-3-linking.patch' to dpatch.
  * Merge from Debian testing (LP: #1007160).  Remaining changes:
- Build-depend on pkg-config.
- Port to libnl3.
  + debian/control: update Build-Depends libnl3-dev - libnl-3-dev,
libnl-genl-3-dev.
  * debian/patches/99_ubuntu_libnl-3-linking.dpatch: Convert quilt patch
'libnl-3-linking.patch' to dpatch.
  * debian/control: update Build-Depends: libnl3-dev - libnl-3-dev,
libnl-genl-3-dev.
  * debian/patches/libnl-3-linking.patch: fix linking (and cflags) to properly
build against libnl3 now that the modules are split.
  * debian/control: update Build-Depends: libnl3-dev - libnl-3-dev,
libnl-genl-3-dev.
  * debian/patches/libnl-3-linking.patch: fix linking (and cflags) to properly
build against libnl3 now that the modules are split.
  * Makefile: test for poptGetContext by piping some test C code using
poptGetContext to $(CC) -include popt.h rather than searching for
libpopt.a in a set of hardcoded directories as that didn't work with
multiarch anymore and caused the package to FTBFS.
  * Build-depend on pkg-config.
  * Build-depend on pkg-config.
  * Port to libnl3.
  * libipvs/libipvs.c: upstream patch (r64) to fix incorrect activeconns,
(Debian bug 574587), (LP: #663564)
  * libipvs/libipvs.c: upstream patch (r64) to fix incorrect activeconns,
(Debian bug 574587), (LP: #663564)

Debian has merged Ubuntu changes.

Changelog entries since current utopic version 1:1.26-2ubuntu1:

ipvsadm (1:1.26-3) unstable; urgency=medium

  * [8fe73cf] Move to quilt 3.0
  * [9ae82d1] wrap-and-sort
  * [d8b7ba7] Move to debhelper compat v9
  * [450ce1d] Remove obsolete dpatch patches
  * [86caa7e] Remove obsolete templates
  * [8c6fbd7] Bump standards version
  * [6972aa0] Add deps for libnl3
  * [9a354ee] Add syncid to default file (Closes: #649106)
  * [f57062e] Build against libnl3 (Closes: #653021)
  * [ebeed1d] Fix displayed nodes (Closes: #685495, #706680)
  * [c0e7408] Imported Debian patch 1:1.26-2
  * [25fb091] Revert Imported Debian patch 1:1.26-2
  * [be1c118] Fix build-deps
  * [41027f9] Bump standards version (no changes)
  * [d0c8111] Add a patch to support LDFLAGS in Makefile. This adds support for 
hardening.

 -- Alexander Wirt formo...@debian.org  Sat, 01 Mar 2014 23:36:46
+0100

** Affects: ipvsadm (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync ipvsadm 1:1.26-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1317671/+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 1311870] Re: pygrub on 12.04 don't start 14.04

2014-05-08 Thread ysth
** Also affects: xen (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  pygrub on 12.04 don't start 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311870/+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 1302205] Re: manual provisioned systems stuck in pending on arm64

2014-05-08 Thread Robie Basak
I think I hit this on 1.18.1-0ubuntu1 on Trusty. Adding an LXC container
on the manual provider failed. It appears fixed in ppa:juju/stable in
1.18.2-0ubuntu1~14.04.1~juju1. Adding a Trusty task.

** Also affects: juju-core (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju-core (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: juju-core (Ubuntu Trusty)
   Importance: Undecided = High

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

Title:
  manual provisioned systems stuck in pending on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1302205/+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 1317680] Re: can't juju add machine when multiple images with same arch/release exist

2014-05-08 Thread Adam Stokes
** Tags added: cloud-installer

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

Title:
  can't juju add machine when multiple images with same arch/release
  exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1317680/+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 1317680] [NEW] can't juju add machine when multiple images with same arch/release exist

2014-05-08 Thread Chris J Arges
Public bug reported:

Setup the following:
$ cat ~/.juju/environments.yaml

default: local

environments:
  local:
type: local
container: kvm


Execute the following:
$ juju add-machine

You will see:
$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.18.1.1
dns-name: localhost
instance-id: localhost
series: trusty
  1:
agent-state-info: '(error: kvm container creation failed: exit status 1)'
instance-id: pending
series: trusty

I have the following:
$ uvt-simplestreams-libvirt query
release=trusty arch=amd64 label=daily (20140318)
release=trusty arch=amd64 label=release (20140416.1)

If I do:
$ uvt-simplestreams-libvirt purge 
$ uvt-simplestreams-libvirt sync release=trusty arch=amd64

Then I get this working correctly:
$ juju add-machine
$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.18.1.1
dns-name: localhost
instance-id: localhost
series: trusty
  3:
agent-state: pending
instance-id: arges-local-machine-3
series: trusty
hardware: arch=amd64 cpu-cores=1 mem=512M root-disk=8192M
services: {}

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: juju-core 1.18.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
Uname: Linux 3.13.0-18-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Thu May  8 17:02:34 2014
Dependencies:
 gcc-4.9-base 4.9-20140406-0ubuntu1
 libc6 2.19-0ubuntu6
 libgcc1 1:4.9-20140406-0ubuntu1
 multiarch-support 2.19-0ubuntu6
InstallationDate: Installed on 2014-03-17 (52 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20140313)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: juju-core
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: juju-core (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: amd64 apport-bug cloud-installer trusty

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

Title:
  can't juju add machine when multiple images with same arch/release
  exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1317680/+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 1317680] Re: can't juju add machine when multiple images with same arch/release exist

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: juju-core (Ubuntu)
   Status: New = Confirmed

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

Title:
  can't juju add machine when multiple images with same arch/release
  exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1317680/+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 1317592] [NEW] cannot log into trusty ubuntu-cloud based LXC containers

2014-05-08 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

freenode #ubuntu-server pointed me to create the bug here. Not sure if
it belongs here or elsewhere.

Create a container like so:
 $ sudo lxc-create -t ubuntu-cloud -n base -- -S ~/.ssh/id_rsa.pub -r trusty

Start it:
 $ sudo lxc-start -d -n base

Attach to the container:
 $ sudo lxc-attach -n base

Try to login (fails with too many authentication errors):
 $ ssh -i ~/.ssh/id_rsa ubuntu@`dig @10.0.3.1 base` -v

Look at logs (/var/log/auth.log) on attached container and see:
 - error: Could not load host key: /etc/ssh/ssh_host_ed25519_key

Work around by manually creating key:
 $ sudo /usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ''
 $ sudo service ssh restart

Login now works.

System info:
 $ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

OpenSSH version: OpenSSH_6.6p1 Ubuntu-2ubuntu1, OpenSSL 1.0.1f 6 Jan
2014

LXC version: 1.0.3

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

-- 
cannot log into trusty ubuntu-cloud based LXC containers
https://bugs.launchpad.net/bugs/1317592
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 1317592] Re: cannot log into trusty ubuntu-cloud based LXC containers

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  cannot log into trusty ubuntu-cloud based LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1317592/+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 1317592] Re: cannot log into trusty ubuntu-cloud based LXC containers

2014-05-08 Thread Don Spaulding II
I think this bug is occurs on non-containerized VMs.

** Project changed: lxc = openssh (Ubuntu)

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

Title:
  cannot log into trusty ubuntu-cloud based LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1317592/+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 1317671] Re: Sync ipvsadm 1:1.26-3 (main) from Debian unstable (main)

2014-05-08 Thread Barry Warsaw
This bug was fixed in the package ipvsadm - 1:1.26-3

---
ipvsadm (1:1.26-3) unstable; urgency=medium

  * [8fe73cf] Move to quilt 3.0
  * [9ae82d1] wrap-and-sort
  * [d8b7ba7] Move to debhelper compat v9
  * [450ce1d] Remove obsolete dpatch patches
  * [86caa7e] Remove obsolete templates
  * [8c6fbd7] Bump standards version
  * [6972aa0] Add deps for libnl3
  * [9a354ee] Add syncid to default file (Closes: #649106)
  * [f57062e] Build against libnl3 (Closes: #653021)
  * [ebeed1d] Fix displayed nodes (Closes: #685495, #706680)
  * [c0e7408] Imported Debian patch 1:1.26-2
  * [25fb091] Revert Imported Debian patch 1:1.26-2
  * [be1c118] Fix build-deps
  * [41027f9] Bump standards version (no changes)
  * [d0c8111] Add a patch to support LDFLAGS in Makefile. This adds support for 
hardening.

 -- Alexander Wirt formo...@debian.org  Sat, 01 Mar 2014 23:36:46
+0100

** Changed in: ipvsadm (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync ipvsadm 1:1.26-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1317671/+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 1317687] [NEW] cgm all should work on unbound cgroups

2014-05-08 Thread Serge Hallyn
Public bug reported:

If a user does 'cgm movepid all xxx $$', they likely want to be moved
into cgroup xxx for the name=systemd controller as well.

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

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

Title:
  cgm all should work on unbound cgroups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1317687/+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 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2014-05-08 Thread triden
** Summary changed:

-   Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2) with default 
configuration
+ Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default 
configuration

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

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1313450/+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 1317687] Re: cgm all should work on unbound cgroups

2014-05-08 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu)
   Status: New = Triaged

** Also affects: cgmanager (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  cgm all should work on unbound cgroups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1317687/+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 1317693] [NEW] Proxy does not exit on failure to connect to server

2014-05-08 Thread Serge Hallyn
Public bug reported:

In setup_proxy, if the proxy fails to connect to the server, it returns
success rather than returning an error code and exiting.

===
Impact: proxy may proceed even though it is not
Test case: Start cgmanager on a host;  start cgproxy in the guest and 
immediately kill cgmanager
===

** Affects: cgmanager (Ubuntu)
 Importance: High
 Status: Fix Released

** Affects: cgmanager (Ubuntu Trusty)
 Importance: High
 Status: Confirmed

** Changed in: cgmanager (Ubuntu)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu)
   Status: New = Fix Released

** Also affects: cgmanager (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: cgmanager (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: cgmanager (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  Proxy does not exit on failure to connect to server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1317693/+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 1317687] Re: cgm all should work on unbound cgroups

2014-05-08 Thread Launchpad Bug Tracker
This bug was fixed in the package cgmanager - 0.26-0ubuntu2

---
cgmanager (0.26-0ubuntu2) utopic; urgency=low

  * 0001-cgm-make-all-also-reference-name-systemd.patch: make cgm all
also act on the name=systemd container  (LP: #1317687)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 08 May 2014 17:58:29 -0500

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

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

Title:
  cgm all should work on unbound cgroups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1317687/+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 1304407] Re: juju bootstrap defaults to i386

2014-05-08 Thread Ian Booth
** Changed in: juju-core/1.18
 Assignee: Nate Finch (natefinch) = Ian Booth (wallyworld)

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

Title:
  juju bootstrap defaults to i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1304407/+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 1304407] Re: juju bootstrap defaults to i386

2014-05-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~wallyworld/juju-core/1.18-backport-1304407

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

Title:
  juju bootstrap defaults to i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1304407/+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 1289178] Re: MAAS packages should also pull in the tools necessary for power control

2014-05-08 Thread Julian Edwards
Dann, there is some work happening this cycle that will better report
node lifecycle events to enable easier debugging of this sort of fault.

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

Title:
  MAAS packages should also pull in the tools necessary for power
  control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1289178/+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 1317716] [NEW] net_gateway behaves poorly when used twice

2014-05-08 Thread LaMont Jones
Public bug reported:

with a precise server (openvpn 2.2.1-8ubuntu1.2) and trusty client
(2.3.2-7ubuntu3):

In the config, I had:

push route xx.xx.xx.xx 255.255.255.255 net_gateway
push route yy.yy.yy.yy 255.255.255.255 net_gateway
(and another route for the /21 containing both of the hosts above).

When the vpn comes up (on 192.168.1.50, with gw 192.168.1.1), we wind up
with:

192.168.1.1 is routed dev tun0
xx.xx.xx.xx is routed via 192.168.1.1 dev tun0
yy.yy.yy.yy is routed via 192.168.1.1 dev eth0

(xx.xx.xx.xx is the endpoint for the vpn)

Clearly this is wrong.  If I only specify one IP (the vpn endpoint) via
net_gateway, everything works correctly.

lamont

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  net_gateway behaves poorly when used twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1317716/+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 1317716] Re: net_gateway behaves poorly when used twice

2014-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  net_gateway behaves poorly when used twice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1317716/+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 1304407] Re: juju bootstrap defaults to i386

2014-05-08 Thread Go Bot
** Changed in: juju-core/1.18
   Status: In Progress = Fix Committed

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

Title:
  juju bootstrap defaults to i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1304407/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-08 Thread Julian Edwards
** Changed in: maas
   Status: Triaged = Fix Committed

** Changed in: maas
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

** Changed in: maas/1.5
   Status: Triaged = Fix Committed

** Changed in: maas/1.5
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

** Changed in: maas/1.5
Milestone: None = 1.5.1

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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


  1   2   >