[Bug 1257435] Re: Chef does not run with all install types

2014-09-29 Thread Anand
+1  2C does not work here is the snippet im trying to make it work on
AWS EC2 with 2014.03 Amazon linux or on 2014.09 Amazon AMI linux (aka.
CentOS customized)

chef:
install_type: omnibus
force_install: false
omnibus_url: https://www.opscode.com/chef/install.sh;
environment: production

I'm yet to try with package as gems instead of omnibus


Anand

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

Title:
  Chef does not run with all install types

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1257435/+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 1374782] [NEW] OpenVPN doesnt ask for pkcs12 password

2014-09-29 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi All,

today I have upgraded my Kubuntu client to Utopic, 
and now OpenVPN doesen't ask me for my pkcs12 password

I start it via init.d script as root

  root@client:~# /etc/init.d/openvpn start CLIENT1
  * Starting virtual private network daemon(s)...
  *   Starting VPN 'CLIENT1'
  Timed out

and in the processlist I found, the systemd-ask-password ask for fhe password
but there is no popup or other password ask dialog

  8523 ?Sl 0:17  \_ /usr/bin/konsole
  8526 pts/0Ss 0:00  |   \_ /bin/bash
  9142 pts/0S  0:00  |   |   \_ sudo -i
  9143 pts/0S  0:00  |   |   \_ -bash
  18807 pts/0S+ 0:00  |   |   \_ /bin/sh -e 
/etc/init.d/openvpn start CLIENT1
  18830 pts/0S+ 0:00  |   |   \_ /usr/sbin/openvpn 
--writepid /run/openvpn/CLIENT1.pid --daemon ovpn-CLIENT1 --status 
/run/openvpn/CLIENT1.statu
  18831 pts/0S+ 0:00  |   |   \_ 
/bin/systemd-ask-password Enter Private Key Password:

It worked unter Ubuntu Trusty and bevor!

What is wrong?


OS Infos:
  Distributor ID: Ubuntu
  Description:Ubuntu Utopic Unicorn (development branch)
  Release:14.10
  Codename:   utopic

  ii  openvpn  2.3.2-9ubuntu1  amd64
   virtual private network daemon
  ii  systemd  208-8ubuntu4amd64
   system and service manager

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: systemd 208-8ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
Uname: Linux 3.16.0-18-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
Date: Sat Sep 27 17:12:04 2014
ExecutablePath: /bin/systemd-ask-password
ProcEnviron:
 
SourcePackage: systemd
UpgradeStatus: Upgraded to utopic on 2014-09-27 (0 days ago)

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


** Tags: amd64 apport-bug utopic
-- 
OpenVPN doesnt ask for pkcs12 password
https://bugs.launchpad.net/bugs/1374782
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to openvpn 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 1375129] [NEW] cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade

2014-09-29 Thread Anand
Public bug reported:

I'm trying to do a yum upgrade in cloud-init as described here -
http://cloudinit.readthedocs.org/en/latest/topics/examples.html#run-apt-
or-yum-upgrade

running either

package_upgrade: true

or package_update: true

does not seem to work.  In cloud-init logs, I do not see these executed
even though there are updates that are available to be installed.

For now, we are doing

runcmd:
yum -y upgrade

However,  would like to know if this is a bug running package_upgrade

Anand

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade
  does not run yum upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1375129/+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 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Martin Pitt
Aside from that, it is utterly wrong to interactively ask for stuff in
an init script. That totally does not work on a server and is very
inconvenient on a desktop too.

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

Title:
  OpenVPN interactively asks for a password in an init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1374782] Re: OpenVPN doesnt ask for pkcs12 password

2014-09-29 Thread Martin Pitt
Ubuntu does not yet install a systemd-ask-password agent. It seems
openvpn went too much ahead and is relying on this without checking
whether a password agent is running.

** Package changed: systemd (Ubuntu) = openvpn (Ubuntu)

** Summary changed:

- OpenVPN doesnt ask for pkcs12 password
+ OpenVPN interactively asks for a password in an init script

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

Title:
  OpenVPN interactively asks for a password in an init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1375129] Re: cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade

2014-09-29 Thread Robie Basak
Thank you for taking the time to report this bug.

I presume this is for cloud-init for an RPM-based distro, so redirecting
to the upstream project as this presumably has nothing to do with
Ubuntu.

** Package changed: cloud-init (Ubuntu) = cloud-init

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

Title:
  cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade
  does not run yum upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1375129/+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 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Robie Basak
** Changed in: openvpn (Ubuntu)
   Importance: Undecided = High

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

Title:
  OpenVPN interactively asks for a password in an init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1291321] Re: migration fails between 12.04 Precise and 14.04 Trusty

2014-09-29 Thread Raphael Thoma
@Serge

Thank you very much. This was exactly the missing piece in my puzzle!
The live-migration between 12.04 and 14.04 is now working as expected.

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

Title:
  migration fails between 12.04 Precise and 14.04 Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1291321/+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 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread steve.horsley
FTR, the bug also seems to prevent vsftpd FTP server from accepting user
logins, rendering vsftpd unusable.

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

Title:
  memory leakage messages (no talloc stackframe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1371137] Re: l3 HA requires new dependency on keepalived

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2014.2~b3-0ubuntu4

---
neutron (1:2014.2~b3-0ubuntu4) utopic; urgency=medium

  * d/control: Add radvd to neutron-l3-agent Depends to support
IPv6 subnet configurations.
  * d/control: Add keepalived to neutron-l3-agent Depends to support
HA router configurations (LP: #1371137).
  * d/control,neutron-plugin-opencontrail.install: Add plugin package for
OpenContrail.
  * d/control,neutron-plugin-nuage.install: Add plugin package for Nuage.
 -- James Page james.p...@ubuntu.com   Tue, 23 Sep 2014 09:31:51 +0100

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

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

Title:
  l3 HA requires new dependency on keepalived

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1371137/+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 1347147] Re: krb5 database operations enter infinite loop

2014-09-29 Thread Iain Lane
Thanks Sam, I've uploaded krb5.

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

** Changed in: krb5 (Ubuntu Trusty)
 Assignee: (unassigned) = Sam Hartman (hartmans)

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

Title:
  krb5 database operations enter infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1347147/+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 1375252] [NEW] Hostname change is not preserved across reboot on Azure Ubuntu VMs

2014-09-29 Thread Joe Clifford
Public bug reported:

Whilst a hostname change is effective using hostname hostname or using
hostnamectl, and the hostname appears under hostname in the Azure
dashboard, upon rebooting the Ubuntu VM, the hostname reverts to the VM
name as displayed in the Azure dashboard.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: walinuxagent 2.0.8-0ubuntu1~14.04.0
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
Date: Mon Sep 29 12:48:56 2014
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: walinuxagent
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.waagent.conf: 2014-09-29T09:37:10.758660

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  Hostname change is not preserved across reboot on Azure Ubuntu VMs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1375252/+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 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~gnuoy/nova/bug1314677

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

Title:
  nova-cells fails when using JSON file to store cell information

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1314677/+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 1371620] Re: Setting up database schema with db_sync fails in migration 039 (SQLITE)

2014-09-29 Thread James Page
** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Setting up database schema with db_sync fails in migration 039
  (SQLITE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1371620/+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 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2014-09-29 Thread David Hedberg
I suspect that this fix also broke rabbitmq on one of my servers. For
unimportant reasons this particular server had ipv6 disabled through the
kernel command line ( GRUB_CMDLINE_LINUX=ipv6.disable=1 ). I ran
strace on epmd and this is, I assume, the relevant section:

---
socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = -1 EAFNOSUPPORT (Address family not 
supported by protocol)
open(/etc/localtime, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f9e056a
read(3, TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0..., 4096) 
= 1892
lseek(3, -1217, SEEK_CUR)   = 675
read(3, TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0..., 4096) 
= 1217
close(3)= 0
munmap(0x7f9e056a, 4096)= 0
write(2, epmd: Mon Sep 29 15:09:23 2014: ..., 103epmd: Mon Sep 29 15:09:23 
2014: error opening stream socket: Address family not supported by protocol
) = 103
exit_group(1)   = ?
+++ exited with 1 +++

Re-enabling ipv6 fixes the problem.

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

Title:
  rabbitmq-server fails to start on a IPv6-Only environment/epmd is not
  IPv6 enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/erlang/+bug/1312507/+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 1367354] Re: oslo.db's master breaks unittest in OS projects

2014-09-29 Thread James Page
** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu)
   Importance: Undecided = Medium

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

** Changed in: keystone (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  oslo.db's master breaks unittest in OS projects

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1367354/+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 1375275] [NEW] drbd-utils has replaced drbd8-utils

2014-09-29 Thread Simon Déziel
Public bug reported:

The DRBD team now maintains a unified codebase for DRBD 8.3, 8.4 and 9.0
userspace utilities: drbd-utils. Ubuntu should stop shipping drbd8-utils
and move to the unified tools.

The move already happened in Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=751475

Doing this for Trusty would be especially useful with the various kernel
backports that are going to ship in the future. There were some problems
in the past with mismatching user and kernel DRBD components: LP:
#1132302, LP: #1314598


$ rmadison -u ubuntu drbd8-utils drbd-utils
 drbd8-utils | 2:8.3.7-1ubuntu2 | lucid   | amd64, armel, i386, 
ia64, powerpc, sparc
 drbd8-utils | 2:8.3.7-1ubuntu2.3   | lucid-updates   | amd64, armel, i386, 
ia64, powerpc, sparc
 drbd8-utils | 2:8.3.11-0ubuntu1| precise | amd64, armel, 
armhf, i386, powerpc
 drbd8-utils | 2:8.4.3-0ubuntu0.12.04.2 | precise-updates | amd64, armel, 
armhf, i386, powerpc
 drbd8-utils | 2:8.4.4-1ubuntu1 | trusty  | amd64, arm64, 
armhf, i386, powerpc, ppc64el
 drbd8-utils | 2:8.4.4-1ubuntu1 | utopic  | amd64, arm64, 
armhf, i386, powerpc, ppc64el

$ rmadison -u debian drbd8-utils drbd-utils
 drbd-utils  | 8.9.1+git0.f861210b-1~bpo70+2   | wheezy-backports  | source, 
amd64
 drbd-utils  | 8.9.1+git0.f861210b-1   | jessie| source, 
amd64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
 drbd-utils  | 8.9.1+git0.f861210b-1   | sid   | source, 
amd64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x, sparc
 drbd8-utils | 2:8.3.7-2.1 | squeeze   | amd64, 
armel, i386, ia64, mips, mipsel, powerpc, s390, sparc
 drbd8-utils | 2:8.3.11-3~bpo60+1  | squeeze-backports | amd64, 
armel, i386, ia64, mips, mipsel, powerpc, s390, sparc
 drbd8-utils | 2:8.3.13-2  | wheezy| amd64, 
armel, armhf, i386, ia64, mips, mipsel, powerpc, s390, s390x, sparc
 drbd8-utils | 2:8.4.4-1~bpo70+1   | wheezy-backports  | armel, 
armhf, i386, ia64, mips, mipsel, powerpc, s390, s390x, sparc
 drbd8-utils | 2:8.9.1+git0.f861210b-1~bpo70+2 | wheezy-backports  | amd64
 drbd8-utils | 2:8.9.1+git0.f861210b-1 | jessie| amd64, 
armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
 drbd8-utils | 2:8.9.1+git0.f861210b-1 | sid   | amd64, 
armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x, sparc

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

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

Title:
  drbd-utils has replaced drbd8-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1375275/+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 1374782] Re: OpenVPN interactively asks for a password in an init script

2014-09-29 Thread Simon Déziel
On 09/29/2014 02:18 AM, Martin Pitt wrote:
 Aside from that, it is utterly wrong to interactively ask for stuff in
 an init script. That totally does not work on a server and is very
 inconvenient on a desktop too.

I believe that most people wanting to enter a password when starting a
VPN do not have this VPN included in the $AUTOSTART list from
/etc/default/openvpn.

Regards,
Simon

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

Title:
  OpenVPN interactively asks for a password in an init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1363348] Re: [SRU] Multipart base64 file decoding of fails with large files - greater than 47406

2014-09-29 Thread Andres Rodriguez
We have tested this and confirmed this works as expect!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] Multipart base64 file decoding of fails with large files  -
  greater than 47406

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

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


[Blueprint servercloud-u-server-core] General server work for Utopic

2014-09-29 Thread Robie Basak
Blueprint changed by Robie Basak:

Work items changed:
  Work items for ubuntu-14.06:
  [serge-hallyn] convert libvirt to cgmanager (4d): DONE
  [racb] Early cycle merge report: POSTPONED
  [serge-hallyn] merge qemu: DONE
  
  Work items for ubuntu-14.07:
  [serge-hallyn] cgmanager package into debian: DONE
  [serge-hallyn] systemd-shim integration for cgmanager: DONE
  [jamespage] (with raharper) docker 1.0 in 14.04: INPROGRESS
  
  Work items for ubuntu-14.08:
  [racb] Late cycle merge report: TODO
  [smoser] add simplestreams data to ubuntu core images: TODO
  [serge-hallyn] triage qemu bugs: DONE
  [serge-hallyn] go over high prio qemu bugs: DONE
- [racb] bcache in universe: INPROGRESS
+ [racb] bcache in universe: DONE
+ [kick-d] validate bcache in archive: TODO
+ [kick-d] write up and publish bcache test plan: TODO
  [racb] add scribe (https://github.com/facebook/scribe) to universe: POSTPONED
  [racb] add meteor (https://github.com/meteor/meteor) to universe: POSTPONED
  
  Work items for ubuntu-14.09:
  [smoser] write documentation on the process of how to do image customization 
in simplestreams: TODO
  [serge-hallyn] triage libvirt bugs: DONE
  [serge-hallyn] go over high prio libvirt bugs: DONE
  
  Work items for ubuntu-14.10:
  [serge-hallyn] discuss cgmanager features through systemd/cgfs (plumbers): 
POSTPONED
  determine ssd caching solution (bcache is it): DONE
  investigate support of ruby for puppet: POSTPONED

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
Ubuntu-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 1375275] Re: drbd-utils has replaced drbd8-utils

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

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

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

Title:
  drbd-utils has replaced drbd8-utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1375275/+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 1371159] Re: MacBookPro 11, 1 (Haswell, retina) fails to both suspend and hibernate with ubuntu 14.04

2014-09-29 Thread Albert
Update: finally figured out the pattern.

With the thunderbolt ethernet adapter plugged in, the MacBookPro 11,1
laptop won't suspend at all.

Without it, the laptop suspends every time.

Given that the thunderbolt ethernet adapter cannot be hotplugged, best
is to leave it unused for now. A USB ethernet adapter works just fine
and does not interfere with suspend or resume.

Therefore a permanent workaround has been found for this issue. The
MacBookPro 11,1 can now suspend and resume flawlessly, simply by closing
and opening the lid.

Hibernate, though, still doesn't work.

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

Title:
  MacBookPro 11,1 (Haswell, retina) fails to both suspend and hibernate
  with ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1371159/+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 1371620] Re: Setting up database schema with db_sync fails in migration 039 (SQLITE)

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.2~b3-0ubuntu2

---
keystone (1:2014.2~b3-0ubuntu2) utopic; urgency=medium

  * Start failing package builds on unit test failures again:
- d/rules: Fail build on any test failures.
- d/p/skip-pysaml2.patch: Skip federation tests for now as pysaml2 is
  not yet in Ubuntu main and federation is only a contrib module.
- d/p/bug-1371620.patch: Cherry pick fix from upstream VCS for db locking
  issues with sqlite during package install (LP: #1371620).
- d/p/bug-1367354.patch: Cherry pick fix from upstream VCS to ensure that
  downgrade tests on sqlite complete successfully (LP: #1367354).
- d/control: Add missing python-ldappool to BD's.
  * d/control: Align version requirements for pycadf and six with upstream.
  * d/p/series: Re-enable disabled add-version-info.patch.
 -- James Page james.p...@ubuntu.com   Mon, 29 Sep 2014 15:34:45 +0100

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

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

Title:
  Setting up database schema with db_sync fails in migration 039
  (SQLITE)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1371620/+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 1367354] Re: oslo.db's master breaks unittest in OS projects

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2014.2~b3-0ubuntu2

---
keystone (1:2014.2~b3-0ubuntu2) utopic; urgency=medium

  * Start failing package builds on unit test failures again:
- d/rules: Fail build on any test failures.
- d/p/skip-pysaml2.patch: Skip federation tests for now as pysaml2 is
  not yet in Ubuntu main and federation is only a contrib module.
- d/p/bug-1371620.patch: Cherry pick fix from upstream VCS for db locking
  issues with sqlite during package install (LP: #1371620).
- d/p/bug-1367354.patch: Cherry pick fix from upstream VCS to ensure that
  downgrade tests on sqlite complete successfully (LP: #1367354).
- d/control: Add missing python-ldappool to BD's.
  * d/control: Align version requirements for pycadf and six with upstream.
  * d/p/series: Re-enable disabled add-version-info.patch.
 -- James Page james.p...@ubuntu.com   Mon, 29 Sep 2014 15:34:45 +0100

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

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

Title:
  oslo.db's master breaks unittest in OS projects

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1367354/+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 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
Nova sec operations are now OK after deploying with ncc and neutron-api.
http://paste.ubuntu.com/8459292/

FYI, the deployer bundle used:
http://paste.ubuntu.com/8459289/

lint checks pass for:
https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/next-fix-1372893
https://code.launchpad.net/~gnuoy/charms/trusty/neutron-api/next-fix-1372893
revnos 103 and 40, respectively.

unit test pass for:
https://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/next-fix-1372893
revno 104

unit test fails for:
https://code.launchpad.net/~gnuoy/charms/trusty/neutron-api/next-fix-1372893
revno 41
unit test results:  http://paste.ubuntu.com/8459538/

Retesting deployment with 104 + 41.

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

Title:
  Neutron has an empty database after deploying juno on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1372893/+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 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
** Tags removed: osci
** Tags added: uosci

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

Title:
  Neutron has an empty database after deploying juno on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1372893/+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 1314677] Change abandoned on nova (stable/icehouse)

2014-09-29 Thread OpenStack Infra
Change abandoned by Liam Young (liam.yo...@canonical.com) on branch: 
stable/icehouse
Review: https://review.openstack.org/124811
Reason: One of the chaged files went awol

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

Title:
  nova-cells fails when using JSON file to store cell information

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1314677/+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 1314677] Fix proposed to nova (stable/icehouse)

2014-09-29 Thread OpenStack Infra
Fix proposed to branch: stable/icehouse
Review: https://review.openstack.org/124811

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

Title:
  nova-cells fails when using JSON file to store cell information

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1314677/+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 1372893] Re: Neutron has an empty database after deploying juno on utopic

2014-09-29 Thread Ryan Beisner
fyi, same bundle deploys ok with 104+41, and nova-secgroup cmds succeed.

## revnos deployed:
ceilometer: 52
ceilometer-agent: 41
ceph: 82
cinder: 45
glance: 62
keystone: 79
mongodb: 52
mysql: 126
neutron-api: 41
neutron-gateway: 65
neutron-openvswitch: 31
nova-cloud-controller: 104
nova-compute: 80
openstack-dashboard: 37
rabbitmq-server: 59
swift-proxy: 60
swift-storage-z1: 43
swift-storage-z2: 43
swift-storage-z3: 43

## nova secgroup cmd output
+ nova secgroup-add-rule default tcp 22 22 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| tcp | 22| 22  | 0.0.0.0/0 |  |
+-+---+-+---+--+
+ nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| icmp| -1| -1  | 0.0.0.0/0 |  |
+-+---+-+---+--+
+ nova secgroup-add-rule default udp 53 53 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| udp | 53| 53  | 0.0.0.0/0 |  |
+-+---+-+---+--+
+ nova secgroup-add-rule default tcp 80 80 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| tcp | 80| 80  | 0.0.0.0/0 |  |
+-+---+-+---+--+
+ nova secgroup-add-rule default tcp 443 443 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| tcp | 443   | 443 | 0.0.0.0/0 |  |
+-+---+-+---+--+
+ nova secgroup-add-rule default tcp 3128 3128 0.0.0.0/0
+-+---+-+---+--+
| IP Protocol | From Port | To Port | IP Range  | Source Group |
+-+---+-+---+--+
| tcp | 3128  | 3128| 0.0.0.0/0 |  |
+-+---+-+---+--+

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

Title:
  Neutron has an empty database after deploying juno on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1372893/+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 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-09-29 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: New = 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/1312533

Title:
  Installing apache2 fails in apache2.preinst when a previous version
  was in removed state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312533/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Tags removed: verification-done
** Tags added: verification-done-precise verification-needed

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1370452] Re: [MIR] python-django-pyscss, python-pyscss

2014-09-29 Thread Corey Bryant
Hi Michael,

Thanks for reviewing!  In response to your python-pyscss comments.

- The lintian warning maintainer-script-should-not-use-update-
alternatives-remove seems like something that should be fixed

I'm not seeing this.  Am I missing something?

- It runs 215 tests, but skips 271! Why so many skips?

The skipped tests are the tests that are borrowed from the Ruby and C 
implementations
and many are known to not work.  These tests get skipped by default.

- I'd love it if the python3 tests were run too. Since we only need the
python2 version, not a big deal. But still.

I think we should be able to enable these.

- It's about to be removed from Debian testing due to Debian bug 761198.
That's not great...

It looks like Thomas Goirand has responded that this should be fixed in
Debian .

Thanks,
Corey

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

Title:
  [MIR] python-django-pyscss, python-pyscss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-pyscss/+bug/1370452/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-trusty

inaddy@trusty.1315535:~$ cat /etc/auto.master 
/- /etc/auto.direct

inaddy@trusty.1315535:~$ cat /etc/auto.direct 
# cat /etc/auto.direct
# /nfs.client localhost:/nfs.server
/nfs.client/dir01 localhost:/nfs.server
/nfs.client/dir02 localhost:/nfs.server

# after changing auto.direct
inaddy@trusty.1315535:~$ sudo kill -HUP $(pidof automount)

inaddy@trusty.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:23 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:23 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:23 9 - /nfs.client/dir01
inaddy@trusty.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@trusty.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:23 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:23 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:23 9 - /nfs.client/dir01
inaddy@trusty.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@trusty.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:23 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:23 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:23 9 - /nfs.client/dir01
inaddy@trusty.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@trusty.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:23 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:23 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:23 9 - /nfs.client/dir01

# verification-done-trusty

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1276719] Re: apparmor denies VFIO passthrough: RLIMIT_MEMLOCK and /dev/vfio/XX

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu13.1.4

---
libvirt (1.2.2-0ubuntu13.1.4) trusty-proposed; urgency=medium

  * debian/apparmor/usr.sbin.libvirtd - add cap-sys-resource to fully
fix (LP: #1276719)

libvirt (1.2.2-0ubuntu13.1.3) trusty-proposed; urgency=medium

  * 9026-fix-apparmor-profile-for-vfio-pci-passthrough - allow VFIO passthrough
(LP: #1276719)
  * 9027-virt-aa-helper-allow-access-to-vhost-net - allow access to
/dev/vhost-net if domain needs it (LP: #1322568)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 07 Aug 2014 12:46:22 -0500

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

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

Title:
  apparmor denies VFIO passthrough: RLIMIT_MEMLOCK and /dev/vfio/XX

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1276719/+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 1322568] Re: nova interface-attach fails

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.2.2-0ubuntu13.1.4

---
libvirt (1.2.2-0ubuntu13.1.4) trusty-proposed; urgency=medium

  * debian/apparmor/usr.sbin.libvirtd - add cap-sys-resource to fully
fix (LP: #1276719)

libvirt (1.2.2-0ubuntu13.1.3) trusty-proposed; urgency=medium

  * 9026-fix-apparmor-profile-for-vfio-pci-passthrough - allow VFIO passthrough
(LP: #1276719)
  * 9027-virt-aa-helper-allow-access-to-vhost-net - allow access to
/dev/vhost-net if domain needs it (LP: #1322568)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 07 Aug 2014 12:46:22 -0500

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

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

Title:
  nova interface-attach fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1322568/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-precise

inaddy@precise.1315535:~$ sudo mkdir /nfs.server
inaddy@precise.1315535:~$ sudo mkdir /nfs.client

inaddy@precise.1315535:~$ sudo vi /etc/exports 
inaddy@precise.1315535:~$ sudo service nfs-kernel-server restart

inaddy@precise.1315535:~$ sudo vi /etc/auto.master 
inaddy@precise.1315535:~$ sudo vi /etc/auto.direct

inaddy@precise.1315535:~$ sudo service autofs restart
autofs stop/waiting
autofs start/running, process 2234

inaddy@precise.1315535:~$ cat /etc/auto.direct 
/nfs.client localhost:/nfs.server
#/nfs.client/dir01 localhost:/nfs.server
#/nfs.client/dir02 localhost:/nfs.server

inaddy@precise.1315535:~$ sudo mkdir /nfs.server/dir01
inaddy@precise.1315535:~$ sudo mkdir /nfs.server/dir02

inaddy@precise.1315535:~$ ls /nfs.client/
dir01  dir02
inaddy@precise.1315535:~$ sudo vi /etc/auto.direct 

# change auto.direct

inaddy@precise.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@precise.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:29 4 - /nfs.client
inaddy@precise.1315535:~$ sudo vi /etc/auto.direct 
inaddy@precise.1315535:~$ ls /nfs.client/dir01
dir01  dir02
inaddy@precise.1315535:~$ ls /nfs.client/dir02
dir01  dir02
inaddy@precise.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:29 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:29 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:29 9 - /nfs.client/dir01

# final test

inaddy@precise.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@precise.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:29 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:29 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:29 9 - /nfs.client/dir01
inaddy@precise.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@precise.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:29 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:29 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:29 9 - /nfs.client/dir01

# verification-done-precise

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Rafael David Tinoco
# verification-saucy

inaddy@saucy.1315535:~$ sudo mkdir /nfs.server/
mkdir: cannot create directory ‘/nfs.server/’: File exists
inaddy@saucy.1315535:~$ sudo mkdir /nfs.client
inaddy@saucy.1315535:~$ sudo vi /etc/exports 
inaddy@saucy.1315535:~$ sudo vi /etc/exports 
inaddy@saucy.1315535:~$ sudo service nfs-kernel-server restart
 * Stopping NFS kernel daemon   
   [ OK ] 
 * Unexporting directories for NFS kernel daemon... 
   [ OK ] 
 * Exporting directories for NFS kernel daemon...   
   [ OK ] 
 * Starting NFS kernel daemon   
   [ OK ] 
inaddy@saucy.1315535:~$ sudo vi /etc/auto.master 
inaddy@saucy.1315535:~$ cat /etc/auto.master 
/- /etc/auto.direct
inaddy@saucy.1315535:~$ sudo vi /etc/auto.direct
inaddy@saucy.1315535:~$ cat /etc/auto.direct 
# cat /etc/auto.direct
/nfs.client localhost:/nfs.server
#/nfs.client/dir01 localhost:/nfs.server
#/nfs.client/dir02 localhost:/nfs.server
inaddy@saucy.1315535:~$ sudo service autofs restart
autofs stop/waiting
autofs start/running, process 2351
inaddy@saucy.1315535:~$ mkdir /nfs.server/dir01
mkdir: cannot create directory ‘/nfs.server/dir01’: Permission denied
inaddy@saucy.1315535:~$ sudo mkdir /nfs.server/dir01
inaddy@saucy.1315535:~$ sudo mkdir /nfs.server/dir02
inaddy@saucy.1315535:~$ ls /nfs.client/
dir01  dir02
inaddy@saucy.1315535:~$ sudo vi /etc/auto.direct 
inaddy@saucy.1315535:~$ cat /etc/auto.direct 
# cat /etc/auto.direct
#/nfs.client localhost:/nfs.server
/nfs.client/dir01 localhost:/nfs.server
/nfs.client/dir02 localhost:/nfs.server
inaddy@saucy.1315535:~$ ls /nfs.client/dir01/
inaddy@saucy.1315535:~$ ls /nfs.client/dir02
inaddy@saucy.1315535:~$ ls /nfs.client/
dir01  dir02
inaddy@saucy.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@saucy.1315535:~$ ls /nfs.client/
dir01  dir02
inaddy@saucy.1315535:~$ ls /nfs.client/dir01
dir01  dir02
inaddy@saucy.1315535:~$ ls /nfs.client/dir02
dir01  dir02
inaddy@saucy.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:36 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:36 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:36 9 - /nfs.client/dir01
inaddy@saucy.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@saucy.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:36 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:36 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:36 9 - /nfs.client/dir01
inaddy@saucy.1315535:~$ sudo kill -HUP $(pidof automount)
inaddy@saucy.1315535:~$ sudo ls -la /proc/$(pidof automount)/fd | grep /nfs
lr-x-- 1 root root 64 Sep 29 15:36 10 - /nfs.client/dir02
lr-x-- 1 root root 64 Sep 29 15:36 4 - /nfs.client
lr-x-- 1 root root 64 Sep 29 15:36 9 - /nfs.client/dir01

# verification-done-saucy

** Tags removed: precise verification-needed
** Tags added: verification-done verification-done-saucy 
verification-done-trusty

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs5 - 5.0.6-0ubuntu5.2

---
autofs5 (5.0.6-0ubuntu5.2) precise; urgency=low

  * Fix file descriptor leak when reloading daemon. (LP: #1316125)
 -- Rafael David Tinoco rafael.tin...@canonical.com   Mon, 12 May 2014 
10:46:04 -0500

** Changed in: autofs5 (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 autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1316125

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Tags removed: verification-done verification-done-saucy
** Tags added: precise

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

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

2014-09-29 Thread Brian Murray
The verification of the Stable Release Update for autofs5 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 regressions.

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package autofs - 5.0.7-3ubuntu3.1

---
autofs (5.0.7-3ubuntu3.1) trusty-proposed; urgency=low

  * Fix file descriptor leak when reloading daemon. (LP: #1316125)
 -- Rafael David Tinoco rafael.tin...@canonical.com   Thu, 15 May 2014 
17:47:51 -0300

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

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1316125] Re: Autofs leak file descriptors when reloaded (-HUP) and daemon may stop working on high # of shares/reloads

2014-09-29 Thread Brian Murray
** Changed in: autofs (Ubuntu Saucy)
   Status: Fix Committed = Won't Fix

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

Title:
  Autofs leak file descriptors when reloaded (-HUP) and daemon may stop
  working on high # of shares/reloads

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1316125/+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 1292102] Re: AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-09-29 Thread Adam Gandelman
** Also affects: neutron/icehouse
   Importance: Undecided
   Status: New

** Changed in: neutron/icehouse
   Status: New = Fix Committed

** Changed in: neutron/icehouse
Milestone: None = 2014.1.3

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

Title:
  AttributeError: 'NoneType' object has no attribute 'obj'
  (driver.obj.release_segment(session, segment))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1292102/+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 574773] Re: Cannot make directory '/var/run/screen': Permission denied (convert init to upstart)

2014-09-29 Thread Bob Ballister
I am having this problem with Ubuntu 14.04.

There is an /etc/init.d/screen-cleanup script instead of an /etc/init
/screen-cleanup.conf script unlike 12.04.

Is this intended?

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

Title:
  Cannot make directory '/var/run/screen': Permission denied (convert
  init to upstart)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/574773/+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 1372977] Re: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

2014-09-29 Thread Andres Rodriguez
** Changed in: maas
   Status: New = Fix Committed

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

Title:
  1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1372977/+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 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread Bill Weinel
Same problems noted here after an upgrade from 12.04 server to 14.04.1
server preventing user logins to  vsftpd. I apt-get removed libpam-
smbpass and vsftpd now works again here.

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

Title:
  memory leakage messages (no talloc stackframe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-09-29 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   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/1312854

Title:
  dh-apache2 causes a postinst failure when a package depends on an
  apache2-bin provided module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312854/+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 1258026] Re: Default configuration file Apache 2.2 not Apache 2.4

2014-09-29 Thread Nelson Minar
I believe Ubuntu 14.04 now ships with Apache 2.4 by default, but Munin
has not been updated to the 2.4-style configuration file. At least,  I
just set up Ubuntu 14.04 with a naive apt-get install apache2 munin
munin-node, and wasn't able to access http://localhost/munin/.
Something like jm-3's patch seems important to apply.

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

Title:
  Default configuration file Apache 2.2 not Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026/+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 1257186] Re: memory leakage messages (no talloc stackframe)

2014-09-29 Thread monochromec
Please note that this bug affects *all* packages using libsmclient,
ranging from the python client side library right up to VLC and XBMC
apart from the ones mentioned above.

I am a bit surpised that - given the scope of this bug - it's still
unassigned (although the importance has been raised to high, where it
belongs). What's the proper way to escalate this?

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

Title:
  memory leakage messages (no talloc stackframe)

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

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


[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-09-29 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items for ubuntu-14.06:
  [tycho-s] test/fix basic multi-process criu: DONE
  [tycho-s] send patch to fix c/r of pseudofs mounts (pstore etc): DONE
  [tycho-s] c/r cgroup settings: DONE
  [serge-hallyn] fix btrfs issues with lxc snapshots: DONE
  [serge-hallyn] simplify lxc-execute: DONE
  [serge-hallyn] cgmanager: allow multiple controllers in a single API call: 
DONE
  
  Work items for ubuntu-14.07:
  [tycho-s] criu: figure out why checkpoint sometimes fails: INPROGRESS
  [tycho-s] implement lxc-checkpoint: DONE
  [tycho-s] design lxc-restart: DONE
  [tycho-s] criu: hook the network interface up at restart: DONE
  [serge-hallyn] cgmanager: handle co-mounted controllers: DONE
  [zulcss] native lxc driver for openstack: INPROGRESS
  [stgraber] Shorten the cgroup path in logind so we don't get too much of a 
performance impact: POSTPONED
  
  Work items for ubuntu-14.08:
  [stgraber] Update lxc-start-ephemeral to use the clone function: POSTPONED
  [hazmat] image based workflow for juju: POSTPONED
  [jjohansen] Provide a test PPA for stacked apparmor profiles: POSTPONED
  [serge-hallyn] Test apparmor stacked profiles (2d): BLOCKED
  [serge-hallyn] Update the upstart job to setup the LXC apparmor profile as a 
namespace (.5d): BLOCKED
  [tycho-s] c/r consoles : POSTPONED
  [tycho-s] re-attach lxc monitor at criu restart: DONE
  
  Work items for ubuntu-14.09:
  [serge-hallyn] design security profiles: POSTPONED
  [sforshee] Investigate the syslog namespace and try to get things forward a 
bit (1d): POSTPONED
  [sforshee] enable mounts in unprivileged containers, using fuse: DONE
  [tycho-s] Design unprivileged checkpoint and restart: POSTPONED
  [tycho-s] additional criu breakages for basic containers (split up as we find 
them): POSTPONED
  [tycho-s] fix dumping ubuntu-cloud containers (missing pid fix): DONE
  [tycho-s] fix co-mounted cgroup restore bug: INPROGRESS
- [tycho-s] fix not being able to checkpoint restored containers: TODO
+ [tycho-s] fix not being able to checkpoint restored containers: DONE

-- 
LXC work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-lxc

-- 
Ubuntu-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 881887] Re: tcp filter not work with wlan0 iface

2014-09-29 Thread Launchpad Bug Tracker
[Expired for iptraf (Ubuntu) because there has been no activity for 60
days.]

** Changed in: iptraf (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  tcp filter not work with wlan0 iface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptraf/+bug/881887/+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 903832] Re: No sound after resuming from suspend

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  No sound after resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/903832/+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 841520] Re: Dell Studio 15 Hangs when power cable is removed

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Dell Studio 15 Hangs when power cable is removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/841520/+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 846613] Re: cannot suspend when using xorg 'dummy' driver

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  cannot suspend when using xorg 'dummy' driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/846613/+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 827869] Re: [HP pavillion dv5-1070el] Doesn't hibernate

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [HP pavillion dv5-1070el] Doesn't hibernate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/827869/+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 849873] Re: failed assertion: too many hard links

2014-09-29 Thread Launchpad Bug Tracker
[Expired for rsync (Ubuntu) because there has been no activity for 60
days.]

** Changed in: rsync (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  failed assertion: too many hard links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/849873/+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 740136] Re: check_nrpe reports All OK even if it is not all OK.

2014-09-29 Thread Launchpad Bug Tracker
[Expired for nagios-nrpe (Ubuntu) because there has been no activity for
60 days.]

** Changed in: nagios-nrpe (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  check_nrpe reports All OK even if it is not all OK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/740136/+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 676365] Re: Acer Aspire 5742z fails to suspend/resume

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Acer Aspire 5742z fails to suspend/resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/676365/+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 864527] Re: PPTP VPN not work on ubuntu X64 10.04 - undefined symbol PR_UnloadLibrary

2014-09-29 Thread Launchpad Bug Tracker
[Expired for nss (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nss (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  PPTP VPN not work on ubuntu X64 10.04 - undefined symbol
  PR_UnloadLibrary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/864527/+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 587507] Re: incorrect error message Must run suid root for multiuser support

2014-09-29 Thread Launchpad Bug Tracker
[Expired for screen (Ubuntu) because there has been no activity for 60
days.]

** Changed in: screen (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  incorrect error message Must run suid root for multiuser support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/587507/+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 584002] Re: Suspend/Resume worked in Ubuntu 9.04, now does not

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Suspend/Resume worked in Ubuntu 9.04, now does not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/584002/+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 589085] Re: [Lucid] Black screen when trying to resume from sleep

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [Lucid] Black screen when trying to resume from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/589085/+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 589916] Re: [kubuntu] [karmic] [regression] Mouse problems after resume if lock screen on resume is NOT checked

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [kubuntu] [karmic] [regression] Mouse problems after resume if lock
  screen on resume is NOT checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/589916/+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 656396] Re: screen segmentation fault

2014-09-29 Thread Launchpad Bug Tracker
[Expired for screen (Ubuntu) because there has been no activity for 60
days.]

** Changed in: screen (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  screen segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/656396/+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 582000] Re: sony vaio ar71vgn brigntness change do not work

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  sony vaio ar71vgn brigntness change do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/582000/+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 582804] Re: rsync timeouts and stays in state D

2014-09-29 Thread Launchpad Bug Tracker
[Expired for rsync (Ubuntu) because there has been no activity for 60
days.]

** Changed in: rsync (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  rsync timeouts and stays in state D

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/582804/+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 412011] Re: Can't wake up after a long standby

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Can't wake up after a long standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/412011/+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 551160] Re: laptop does not wakeup after suspend

2014-09-29 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  laptop does not wakeup after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/551160/+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 580495] Re: rexml can't deal with XML element names containing a - character

2014-09-29 Thread Launchpad Bug Tracker
[Expired for ruby1.8 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ruby1.8 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  rexml can't deal with XML element names containing a - character

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/580495/+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 522142] Re: Unable to configure Cacti database on install (no MySQL root password)

2014-09-29 Thread Launchpad Bug Tracker
[Expired for dbconfig-common (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: dbconfig-common (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Unable to configure Cacti database on install (no MySQL root password)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbconfig-common/+bug/522142/+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 1368815] Re: qemu-img convert intermittently corrupts output images

2014-09-29 Thread Tony Breeds
openstack review at:
  https://review.openstack.org/#/c/123957/

Qemu patches at:
  http://patchwork.ozlabs.org/patch/393494/ ; and
  http://patchwork.ozlabs.org/patch/393495/

** Changed in: nova
 Assignee: (unassigned) = Tony Breeds (o-tony)

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

** Changed in: qemu
 Assignee: (unassigned) = Tony Breeds (o-tony)

** Changed in: nova
   Status: Triaged = In Progress

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

Title:
  qemu-img convert intermittently corrupts output images

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