[Bug 1362224] Re: local provider creates all containers with the same MAC address

2014-09-03 Thread Martin Pitt
I'm using juju-local with the default settings, i. e. without aufs, and
get the same. After deploying two services, I get

$ juju status
environment: local
machines:
  0:
agent-state: started
agent-version: 1.20.5.1
dns-name: localhost
instance-id: localhost
series: utopic
state-server-member-status: has-vote
  5:
agent-state: started
agent-version: 1.20.5.1
dns-name: 10.0.3.57
instance-id: martin-local-machine-5
series: trusty
hardware: arch=amd64
  6:
agent-state: started
agent-version: 1.20.5.1
dns-name: 10.0.3.57
instance-id: martin-local-machine-6
series: trusty
hardware: arch=amd64

$ sudo lxc-ls --fancy
NAME  STATEIPV4   IPV6  GROUPS  AUTOSTART  
-
juju-trusty-lxc-template  STOPPED  -  - -   NO 
martin-local-machine-5RUNNING  10.0.3.57  - -   YES
martin-local-machine-6RUNNING  10.0.3.57  - -   YES

They both have the same IP address and thus their network is broken. I
confirm that this is due to having the same MAC:

$ sudo lxc-attach -n martin-local-machine-5 ip a show dev eth0
9: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
link/ether 00:16:3e:c4:4e:24 brd ff:ff:ff:ff:ff:ff
inet 10.0.3.57/24 brd 10.0.3.255 scope global eth0
   valid_lft forever preferred_lft forever
inet6 fe80::216:3eff:fec4:4e24/64 scope link 
   valid_lft forever preferred_lft forever
0 martin@donald:~
$ sudo lxc-attach -n martin-local-machine-6 ip a show dev eth0
11: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP 
group default qlen 1000
link/ether 00:16:3e:c4:4e:24 brd ff:ff:ff:ff:ff:ff
inet 10.0.3.57/24 brd 10.0.3.255 scope global eth0
   valid_lft forever preferred_lft forever
inet6 fe80::216:3eff:fec4:4e24/64 scope link tentative dadfailed 
   valid_lft forever preferred_lft forever

This breaks lxc-local pretty much completely.

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

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

Title:
  local provider creates all containers with the same MAC address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1362224/+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 1362224] Re: local provider creates all containers with the same MAC address

2014-09-03 Thread Martin Pitt
I believe that is a bug/regression in LXC itself. The lxc-clone manpage
says

   -M, --keepmac
  Use the same MAC address as the original container, rather than 
generating a new random one.

If I clone an existing container

$ grep hwaddr /scratch/lxc/juju-trusty-lxc-template/config 
lxc.network.hwaddr = 00:16:3e:c4:4e:24
$ sudo lxc-clone -o juju-trusty-lxc-template -n test

then the cloned container has the same MAC address instead of a random
one:

$ grep hwaddr /scratch/lxc/test/config 
lxc.network.hwaddr = 00:16:3e:c4:4e:24

** Package changed: juju-core (Ubuntu) = lxc (Ubuntu)

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Summary changed:

- local provider creates all containers with the same MAC address
+ lxc-clone does not randomize MAC address - juju-local machines have same IPs

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

Title:
  lxc-clone does not randomize MAC address - juju-local machines have
  same IPs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1362224/+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 1362224] Re: local provider creates all containers with the same MAC address

2014-09-03 Thread Martin Pitt
For the record, both LXC configs have lxc.network.hwaddr =
00:16:3e:c4:4e:24, the exact same as juju-trusty-lxc-template.

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

Title:
  lxc-clone does not randomize MAC address - juju-local machines have
  same IPs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1362224/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/hockeypuck/utopic-
proposed

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Martin Pitt
** Also affects: dovecot (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: dovecot (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Martin Pitt
** Also affects: ubuntu-app-launch (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~pitti/ubuntu-app-launch/upstart-dep

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Martin Pitt
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: New = In Progress

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1364525] Re: Sync nose 1.3.4-1 (main) from Debian unstable (main)

2014-09-03 Thread Daniel Holbach
This bug was fixed in the package nose - 1.3.4-1
Sponsored for Dmitry Shachnev (mitya57)

---
nose (1.3.4-1) unstable; urgency=medium

  * New upstream bugfix release.
  * debian/patches/fix_constructor: drop, applied upstream.
  * Update my email address.
  * Update debian/copyright.

 -- Dmitry Shachnev mity...@debian.org  Tue, 02 Sep 2014 14:00:40
+0400

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

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

Title:
  Sync nose 1.3.4-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nose/+bug/1364525/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package hockeypuck -
1.0~rel20140413+7a1892a~trusty.1

---
hockeypuck (1.0~rel20140413+7a1892a~trusty.1) utopic; urgency=medium

  * Drop unnecessary upstart recommends, the package has an init.d script as
well which is supported by all init systems. (LP: #1351306)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 03 Sep 2014 09:44:14 +0200

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

** Branch linked: lp:ubuntu/utopic-proposed/dovecot

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1364828] [NEW] neutron unable? to create veth devices on utopic

2014-09-03 Thread James Page
Public bug reported:

Deploying OpenStack Juno on Utopic results in a non-functional cloud (at
least with neutron).

On gateway and compute nodes, neutron can't create veth devices AFAICT
resulting in missing interfaces etc.. and generally broken instance
connectivity.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: neutron-common 1:2014.2~b2-0ubuntu1
ProcVersionSignature: User Name 3.16.0-11.16-generic 3.16.1
Uname: Linux 3.16.0-11-generic x86_64
ApportVersion: 2.14.7-0ubuntu1
Architecture: amd64
Date: Wed Sep  3 08:39:35 2014
Ec2AMI: ami-005d
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.medium
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
SourcePackage: neutron
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.neutron.api.paste.ini: [deleted]
modified.conffile..etc.neutron.fwaas.driver.ini: [deleted]
modified.conffile..etc.neutron.l3.agent.ini: [deleted]
modified.conffile..etc.neutron.neutron.conf: [deleted]
modified.conffile..etc.neutron.policy.json: [deleted]
modified.conffile..etc.neutron.rootwrap.conf: [deleted]
modified.conffile..etc.neutron.rootwrap.d.debug.filters: [deleted]
modified.conffile..etc.neutron.rootwrap.d.iptables.firewall.filters: [deleted]
modified.conffile..etc.neutron.rootwrap.d.l3.filters: [deleted]
modified.conffile..etc.neutron.rootwrap.d.vpnaas.filters: [deleted]
modified.conffile..etc.neutron.vpn.agent.ini: [deleted]
modified.conffile..etc.sudoers.d.neutron.sudoers: [deleted]

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


** Tags: amd64 apport-bug ec2-images utopic

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

Title:
  neutron unable? to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1364828/+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 1364828] Re: neutron unable? to create veth devices on utopic

2014-09-03 Thread James Page
Looking at the running kernel, I can see that the veth module is not
loaded - maybe this has been switch out from core kernel functionality
for this release?

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

Title:
  neutron unable? to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1364828/+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 1351306] Re: Cannot uninstall upstart and install systemd-sysv

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:2.2.9-1ubuntu5

---
dovecot (1:2.2.9-1ubuntu5) utopic; urgency=medium

  * No-change rebuild against current debhelper to drop unnecessary upstart
dependency. (LP: #1351306)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 03 Sep 2014 09:50:41 +0200

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

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

Title:
  Cannot uninstall upstart and install systemd-sysv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1351306/+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 1364828] Re: neutron unable? to create veth devices on utopic

2014-09-03 Thread James Page
It would appear that on trusty, the veth module gets loaded by something
- looking as to what does this

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

Title:
  neutron unable? to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1364828/+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 1364828] Re: neutron unable? to create veth devices on utopic

2014-09-03 Thread James Page
On a trusty install, I can't see anything in openstack loading the
module; maybe the first call to use veth is doing something magic:

Sep  3 09:07:37 juju-jamespage-machine-11 sudo:  neutron : TTY=unknown ;
PWD=/ ; USER=root ; COMMAND=/usr/bin/neutron-rootwrap
/etc/neutron/rootwrap.conf ip link add tap00742668-03 type veth peer
name qg-00742668-03 netns qrouter-348230c6-0f09-43b2-9aed-641a95d4ed87


** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  neutron unable? to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1364828/+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 1364828] Missing required logs.

2014-09-03 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1364828

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  neutron unable? to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1364828/+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 1364854] [NEW] python-ldap is needed as a dependency of keystone

2014-09-03 Thread Yaguang Tang
Public bug reported:

keystone can be configured to use ldap as identity backend , therefore,
python-ldap is needed as a dependency.

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

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

Title:
  python-ldap is needed as a dependency of keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1364854/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
Same commands manually executed on 14.04:

ubuntu@juju-jamespage-machine-0:~$ sudo ip netns add 
qrouter-0fb14595-c1ea-4c14-84d7-a05c88afcb08
   
ubuntu@juju-jamespage-machine-0:~$ sudo ip link add tap14e33126-b6 type veth 
peer name qg-14e33126-b6 netns qrouter-0fb14595-c1ea-4c14-84d7-a05c88afcb08

All OK

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: apport-collected

** Description changed:

  Deploying OpenStack Juno on Utopic results in a non-functional cloud (at
  least with neutron).
  
  On gateway and compute nodes, neutron can't create veth devices AFAICT
  resulting in missing interfaces etc.. and generally broken instance
  connectivity.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: neutron-common 1:2014.2~b2-0ubuntu1
  ProcVersionSignature: User Name 3.16.0-11.16-generic 3.16.1
  Uname: Linux 3.16.0-11-generic x86_64
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: amd64
  Date: Wed Sep  3 08:39:35 2014
  Ec2AMI: ami-005d
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.medium
  Ec2Kernel: aki-0002
  Ec2Ramdisk: ari-0002
  PackageArchitecture: all
  SourcePackage: neutron
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.neutron.api.paste.ini: [deleted]
  modified.conffile..etc.neutron.fwaas.driver.ini: [deleted]
  modified.conffile..etc.neutron.l3.agent.ini: [deleted]
  modified.conffile..etc.neutron.neutron.conf: [deleted]
  modified.conffile..etc.neutron.policy.json: [deleted]
  modified.conffile..etc.neutron.rootwrap.conf: [deleted]
  modified.conffile..etc.neutron.rootwrap.d.debug.filters: [deleted]
  modified.conffile..etc.neutron.rootwrap.d.iptables.firewall.filters: [deleted]
  modified.conffile..etc.neutron.rootwrap.d.l3.filters: [deleted]
  modified.conffile..etc.neutron.rootwrap.d.vpnaas.filters: [deleted]
  modified.conffile..etc.neutron.vpn.agent.ini: [deleted]
  modified.conffile..etc.sudoers.d.neutron.sudoers: [deleted]
+ --- 
+ AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.14.7-0ubuntu1
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 14.10
+ Ec2AMI: ami-005d
+ Ec2AMIManifest: FIXME
+ Ec2AvailabilityZone: nova
+ Ec2InstanceType: m1.small
+ Ec2Kernel: aki-0002
+ Ec2Ramdisk: ari-0002
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: OpenStack Foundation OpenStack Nova
+ Package: neutron
+ PciMultimedia:
+  
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-11-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
+ ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-11-generic N/A
+  linux-backports-modules-3.16.0-11-generic  N/A
+  linux-firmware N/A
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  utopic ec2-images
+ Uname: Linux 3.16.0-11-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 01/01/2011
+ dmi.bios.vendor: Bochs
+ dmi.bios.version: Bochs
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Bochs
+ dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2014.1.2:cvnBochs:ct1:cvr:
+ dmi.product.name: OpenStack Nova
+ dmi.product.version: 2014.1.2
+ dmi.sys.vendor: OpenStack Foundation

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] ProcInterrupts.txt

2014-09-03 Thread James Page
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194135/+files/ProcInterrupts.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] CurrentDmesg.txt

2014-09-03 Thread James Page
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194131/+files/CurrentDmesg.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] UdevDb.txt

2014-09-03 Thread James Page
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1364828/+attachment/4194137/+files/UdevDb.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] ProcEnviron.txt

2014-09-03 Thread James Page
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194134/+files/ProcEnviron.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] AudioDevicesInUse.txt

2014-09-03 Thread James Page
apport information

** Attachment added: AudioDevicesInUse.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194129/+files/AudioDevicesInUse.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] BootDmesg.txt

2014-09-03 Thread James Page
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194130/+files/BootDmesg.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] ProcModules.txt

2014-09-03 Thread James Page
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194136/+files/ProcModules.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] ProcCpuinfo.txt

2014-09-03 Thread James Page
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194133/+files/ProcCpuinfo.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Re: neutron unable? to create veth devices on utopic

2014-09-03 Thread James Page
The same command on utopic:

$ ip link add tap14e33126-b6 type veth peer name qg-14e33126-b6 netns 
qrouter-0fb14595-c1ea-4c14-84d7-a05c88afcb08
Error: argument tap14e33126-b6 is wrong: Unknown device


** Summary changed:

- neutron unable? to create veth devices on utopic
+ neutron unable to create veth devices on utopic

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] UdevLog.txt

2014-09-03 Thread James Page
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194138/+files/UdevLog.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] WifiSyslog.txt

2014-09-03 Thread James Page
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1364828/+attachment/4194139/+files/WifiSyslog.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Lspci.txt

2014-09-03 Thread James Page
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1364828/+attachment/4194132/+files/Lspci.txt

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1362393] Re: default my.cnf has deprecated option key_buffer

2014-09-03 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Let's also track this in mysql-5.6 since we want to switch my.cnf over
to that source package.

** Also affects: mysql-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  default my.cnf has deprecated option key_buffer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1362393/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
Using the supposedly optional name keywork appears to resolve this
problem:

$ sudo ip link add name tap14e33126-b6 type veth peer name qg-
14e33126-b6 netns qrouter-0fb14595-c1ea-4c14-84d7-a05c88afcb08

** Changed in: linux (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: iproute2 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
Suspicious commit:

http://anonscm.debian.org/cgit/collab-maint/pkg-
iproute.git/commit/ip/iplink.c?id=9a02651a87d0fd56e2e7eedd63921a050a42b3ec

** Bug watch added: Debian Bug tracker #757644
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757644

** Also affects: iproute2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757644
   Importance: Unknown
   Status: Unknown

** No longer affects: linux (Ubuntu)

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

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

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

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

** Also affects: iproute2 (Ubuntu Utopic)
   Importance: High
   Status: Triaged

** Also affects: neutron (Ubuntu Utopic)
   Importance: High
   Status: Triaged

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
$ ip link help

Usage: ip link add [link DEV] [ name ] NAME
   [ txqueuelen PACKETS ]
   [ address LLADDR ]
   [ broadcast LLADDR ]
   [ mtu MTU ] [index IDX ]
   [ numtxqueues QUEUE_COUNT ]
   [ numrxqueues QUEUE_COUNT ]
   type TYPE [ ARGS ]

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
** Changed in: iproute2 (Ubuntu Utopic)
 Assignee: (unassigned) = James Page (james-page)

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

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/iproute2

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1339434] Re: Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-09-03 Thread Tim Lapawa
I got the same trouble with my vanilla Ubuntu 14.04 installation.
Samba4 AD DC is not working properly after system reboot when ipv6 is enabled.

Snipped from /var/log/syslog:

Sep  3 12:05:08 ubuntu samba[986]: [2014/09/03 12:05:08.864745,  0] 
../source4/cldap_server/cldap_server.c:134(cldapd_add_socket)
Sep  3 12:05:08 ubuntu smbd[982]:   You should start 'samba' instead, and it 
will control starting smbd if required
Sep  3 12:05:08 ubuntu samba[986]:   Failed to bind to 
ipv6::XX:XXX::XXX::::389 - NT_STATUS_ADDRESS_NOT_ASSOCIATED
Sep  3 12:05:08 ubuntu samba[986]: [2014/09/03 12:05:08.877964,  0] 
../source4/smbd/service_task.c:35(task_server_terminate)
Sep  3 12:05:08 ubuntu samba[986]:   task_server_terminate: [cldapd failed to 
setup interfaces]

Is there a upstart signal which is emitted after a successful ipv6
interface configuration?

Samba4 DC is working when I login into the system and restart the service via 
initctl.
I hope this helps

tlapawa@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

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

Title:
  Samba4 get stuck after a server reboot, if IPv6 is enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1339434/+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 1356113] Re: PHP5 session clean cron job causes OOM

2014-09-03 Thread Robie Basak
Sorry for the late reply. I've been out for the last couple of weeks.

On Tue, Aug 19, 2014 at 08:13:55AM -, Ondřej Surý wrote:
  2. Will these updated be present in 14.04.x?
  3. Will these changes be present in PHP 5.5.x?
 
 I will merge these changes to master-5.5 branch in Debian git repo (and
 my PPA ppa:ondrej/php5). It's up to Ubuntu maintainer (@racb) to pick
 that or not.

For updates to 14.04, I have to follow our SRU process for any updates,
and can only push fixes for high-impact bugs with low regression risk.
Each update is a separate effort and much more involved than a simple
push. It isn't clear to me that this change qualifies, but I'm open to
discussing this. The rationale, requirements and process is described
here: https://wiki.ubuntu.com/StableReleaseUpdates

By PHP 5.5.x, do you mean 14.10? We're past feature freeze for 14.10
now, but I can push bugfixes that aren't new features. The criteria
isn't much different, but I am permitted to judge that for myself and
can just upload. Again, I'm open to discussion and am happy to upload
fixes that are justified.

For anything else, we'll have to wait for the next release cycle.

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

Title:
  PHP5 session clean cron job causes OOM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package iproute2 - 3.16.0-1ubuntu1

---
iproute2 (3.16.0-1ubuntu1) utopic; urgency=medium

  * d/p/0003-Don-t-enforce-that-dev-already-exists.patch: Cherry pick from
Debian bug tracker to fix break in parsing of arguments for ip link add
commands (LP: #1364828).
 -- James Page james.p...@ubuntu.com   Wed, 03 Sep 2014 11:29:22 +0100

** Changed in: iproute2 (Ubuntu Utopic)
   Status: In Progress = 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/1364828

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1201873] Re: dnsmasq does not use -h, so /etc/hosts sends folks to loopback when they look up the machine it's running on

2014-09-03 Thread Sean Dague
Under multihost we turn this on, so I think it's probably fine to also
turn it on in the single host or single network node case.

** Changed in: nova
   Status: New = Confirmed

** Changed in: nova
   Importance: Undecided = Medium

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

Title:
  dnsmasq does not use -h, so /etc/hosts sends folks to loopback when
  they look up the machine it's running on

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1201873/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread Bug Watch Updater
** Changed in: iproute2 (Debian)
   Status: Unknown = New

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1354114] Re: multipath segmentation Fault (libmultipath: update waiter handling)

2014-09-03 Thread Rafael David Tinoco
Thank you very much Brian.

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

Title:
  multipath segmentation Fault (libmultipath: update waiter handling)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1354114/+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 1201873] Re: dnsmasq does not use -h, so /etc/hosts sends folks to loopback when they look up the machine it's running on

2014-09-03 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.openstack.org/118613

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

** Changed in: nova
 Assignee: (unassigned) = Sean Dague (sdague)

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

Title:
  dnsmasq does not use -h, so /etc/hosts sends folks to loopback when
  they look up the machine it's running on

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1201873/+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 1335391] Re: etckeeper with git breaks update-manager

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

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

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

Title:
  etckeeper with git breaks update-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1335391/+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 1362278] Re: Stack overflow in vararg functions with many fixed parameters called with few arguments

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package lua5.1 - 5.1.5-5ubuntu0.1

---
lua5.1 (5.1.5-5ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: possible code execution via overflow in vararg
functions (LP: #1362278)
- debian/patches/CVE-2014-5461.patch: properly calculate length in
  src/ldo.c.
- CVE-2014-5461
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Tue, 02 Sep 2014 12:46:04 
-0400

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

Title:
  Stack overflow in vararg functions with many fixed parameters called
  with few arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.1/+bug/1362278/+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 1362278] Re: Stack overflow in vararg functions with many fixed parameters called with few arguments

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package lua5.1 - 5.1.4-12ubuntu1.1

---
lua5.1 (5.1.4-12ubuntu1.1) precise-security; urgency=medium

  * SECURITY UPDATE: possible code execution via overflow in vararg
functions (LP: #1362278)
- debian/patches/CVE-2014-5461.patch: properly calculate length in
  src/ldo.c.
- CVE-2014-5461
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Tue, 02 Sep 2014 12:47:05 
-0400

** Changed in: lua5.1 (Ubuntu Precise)
   Status: Confirmed = Fix Released

** Changed in: lua5.2 (Ubuntu Precise)
   Status: Confirmed = Fix Released

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

Title:
  Stack overflow in vararg functions with many fixed parameters called
  with few arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.1/+bug/1362278/+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 1362278] Re: Stack overflow in vararg functions with many fixed parameters called with few arguments

2014-09-03 Thread Launchpad Bug Tracker
This bug was fixed in the package lua5.2 - 5.2.0-2ubuntu0.1

---
lua5.2 (5.2.0-2ubuntu0.1) precise-security; urgency=medium

  * SECURITY UPDATE: possible code execution via overflow in vararg
functions (LP: #1362278)
- debian/patches/CVE-2014-5461.patch: properly calculate length in
  src/ldo.c.
- CVE-2014-5461
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Wed, 03 Sep 2014 07:39:25 
-0400

** Changed in: lua5.1 (Ubuntu Trusty)
   Status: Confirmed = Fix Released

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

Title:
  Stack overflow in vararg functions with many fixed parameters called
  with few arguments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua5.1/+bug/1362278/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-03 Thread Ryan Harper
I've been running the scripts from comment #10.  I have two VMs each
running simultaneously;  I've completed 24 hours of this sequence, about
50 total cycles with zero errors in the qcow2 images.

We're missing something; possibly hardware specific?

Host machine is an Intel NUC on Trusty.
Linux kriek 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

Ill see about increasing concurrency next.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-03 Thread James Page
Confirmed neutron functional again with updated iproute2 package.

** Changed in: neutron (Ubuntu Utopic)
   Status: Triaged = 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/1364828

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1270193] Re: /etc/init.d/munin-node not systemd compliant

2014-09-03 Thread Robie Basak
@Markus

I think you're talking about a different issue. Mixing calling SysV init
scripts directly with calling other init systems directly generally
isn't a good idea, but the system shouldn't let you shoot yourself in
the foot like this. Bug 1273462 covers this.

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

Title:
  /etc/init.d/munin-node not systemd compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1270193/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-03 Thread Serge Hallyn
There are 69 commits to block/qcow* between 1.5.0 and 1.7.0.
I have compiled binaries of qemu-system-x86_64 and qemu-img
at each of those commits and pushed them to

http://people.canonical.com/~serge/binaries.0
through
http://people.canonical.com/~serge/binaries.68

Note that binaries.0 is the *latest* commit.

So to bisect with these you could start with binaries.34, then
if that shows corruption, try binaries.51, or if it does not,
try binaries.17 etc.  6 steps should get us to a single commit.
It's not certain that one of these commits caused the
regression, but it seems a reasonable place to start.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-03 Thread Ryan Harper
I'm also starting work on updating uvt to use external snapshots
instead;  this would be an alternative to use while chasing down the bug
in internal snapshots.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1362224] Re: lxc-clone does not randomize MAC address - juju-local machines have same IPs

2014-09-03 Thread Serge Hallyn
*** This bug is a duplicate of bug 1346815 ***
https://bugs.launchpad.net/bugs/1346815

** This bug has been marked a duplicate of bug 1346815
   lxc-clone causes duplicate MAC address and IP address

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

Title:
  lxc-clone does not randomize MAC address - juju-local machines have
  same IPs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1362224/+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 1331982] Re: [SRU] API documentation for nodegroup op=details missing parameter

2014-09-03 Thread Chris J Arges
Hello Adam, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] API documentation for nodegroup op=details missing parameter

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1331982/+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 1325759] Re: start_up uses database lock outside of transaction

2014-09-03 Thread Chris J Arges
Hello Gavin, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  start_up uses database lock outside of transaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325759/+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 1324966] Re: VirshSSH referencing invalid attributes

2014-09-03 Thread Chris J Arges
Hello Blake, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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: maas (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  VirshSSH referencing invalid attributes

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

2014-09-03 Thread Chris J Arges
Hello Gavin, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] test_prepare_holds_startup_lock() still fails spuriously

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1325640/+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 1187742] Re: [patch] upstart job for freeradius

2014-09-03 Thread Robie Basak
On Tue, Aug 26, 2014 at 01:56:53PM -, Eloy Paris wrote:
 The symlinks in the /etc/rc?.d directories are still in place after the
 upstart job for FreeRADIUS was added via this bug. Is this correct or
 there is nothing that prevents both the init.d script and the upstart
 job from attempting to start the job?

No, this is fine. I think. It allows a system to switch init systems,
since we're in a multiple init system world now. I believe the packaging
and/or dh_installinit makes sure to not stop duplicate jobs. However,
the user can still do it accidentally, which is bug 1273462. In general,
in this new world users should always use the service wrapper to make
sure that the right thing happens.

 Also,  the upstart job seems to be tracking incorrectly the freeradius
 process as reload freeradius does not work. I notice that the upstart
 job does not run the FreeRADIUS executable as a daemon (-f specified) so
 a PID file is not written to /var/run/freeradius. The init.d script does
 run the server as a daemon, which is probably more correct.
 
 Should separate bugs be filed for these two issues?

I'm not sure this is a bug exactly, since upstart tracks processes so a
PID file shouldn't be needed for a reload, by upstart at least. Running
in the foreground isn't necessarily a problem here, either, depending on
how the process handles that flag.

But if you want to discuss this further, a separate bug would be
useful, since this one is Fix Released and so we can't track any
status for your concerns.

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

Title:
  [patch] upstart job for freeradius

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1187742/+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 1315154] Re: [SRU] doesn't support booting ppc64el hardware

2014-09-03 Thread Chris J Arges
Hello Blake, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  [SRU] doesn't support booting ppc64el hardware

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1315154/+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 1324944] Re: MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change was made

2014-09-03 Thread Chris J Arges
Hello Diogo, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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: maas (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change
  was made

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1324944/+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 1301465] Re: Architecture error message is badly formatted

2014-09-03 Thread Chris J Arges
Hello Gavin, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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: maas (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

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

Title:
  Architecture error message is badly formatted

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1301465/+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 1190986] Re: [SRU] ERROR Nonce already used

2014-09-03 Thread Chris J Arges
Hello Konrad, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] ERROR Nonce already used

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1190986/+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 1338851] Re: [SRU] Add MAAS arm64/xgene support

2014-09-03 Thread Chris J Arges
Hello Andres, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] Add MAAS arm64/xgene support

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1338851/+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 1352273] Re: [SRU] ImportError: No module named pexpect when setting up maas-region-controller

2014-09-03 Thread Chris J Arges
Hello Haw, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] ImportError: No module named pexpect when setting up maas-
  region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1352273/+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 1342302] Re: [SRU] pserv dies after upgrade to beta5~ppa1 (release cut for the boot images fix)

2014-09-03 Thread Chris J Arges
Hello Andres, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] pserv dies after upgrade to beta5~ppa1 (release cut for the boot
  images fix)

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1342302/+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 1337437] Re: [SRU] maas needs utopic support

2014-09-03 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] maas needs utopic support

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1337437/+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 1350235] Re: [SRU] Package fails to install when the default route is through an aliased/tagged interface

2014-09-03 Thread Chris J Arges
Hello Raphaël, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] Package fails to install when the default route is through an
  aliased/tagged interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1350235/+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 1334401] Re: [SRU] Missing dependency on python-paramiko

2014-09-03 Thread Chris J Arges
Hello Diogo, or anyone else affected,

Accepted maas into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/maas/1.5.4+bzr2294-0ubuntu1 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!

** Tags added: verification-needed

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

Title:
  [SRU] Missing dependency on python-paramiko

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1334401/+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 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-03 Thread Jamie Strandboge
I tried to reproduce this many different ways with 2.1+dfsg-3ubuntu3
over the weekend and could not trigger the issue (with ksm enabled too).
I don't know what version I had in comment #12. 2.1+dfsg-3ubuntu2 is
plausible based on the date of the comment and the publication of this
version, though I can't guarantee it wasn't 2.1+dfsg-2ubuntu2 or even
2.1+dfsg-2ubuntu1 though I did specifically mention I used 2.1. I don't
see anything in the changes that jumps out that qcow2 corruption bugs
were fixed since my comment, so I'm worried I just haven't been able to
reproduce

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 1360471] Re: [SRU] update walinuxagent to 2.0.8

2014-09-03 Thread Ben Howard
Ran test cases against current set of images and confirmed that the
upgrade works. Building new images from -proposed now.

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

Title:
  [SRU] update walinuxagent to 2.0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1360471/+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 1360471] Re: [SRU] update walinuxagent to 2.0.8

2014-09-03 Thread Ben Howard
Images build from -proposed and confirmed test cases. Marking as
'verification-done'.

** Tags added: verification-done

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

Title:
  [SRU] update walinuxagent to 2.0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1360471/+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 1276156] Re: CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML tags

2014-09-03 Thread Scott Kitterman
** Also affects: libyaml (Ubuntu Utopic)
   Importance: Undecided
   Status: Confirmed

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

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

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

** Changed in: libyaml (Ubuntu Precise)
   Status: New = Confirmed

** Changed in: libyaml (Ubuntu Lucid)
   Status: New = Confirmed

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

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

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

Title:
   CVE-2013-6393 libyaml: heap-based buffer overflow when parsing YAML
  tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libyaml/+bug/1276156/+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 1365130] [NEW] django-admin prints spurious messages to stdout, breaking scripts

2014-09-03 Thread Gavin Panella
Public bug reported:

Scripts in MAAS's packaging rely on shell code like the following:

  APIKEY=$(maas-region-admin apikey --username admin)

maas-region-admin is a shell script that execs django-admin.

However, the new django-admin in Utopic prints lines like:

  Using: Python 2.7

to _stdout_ as part of its normal operation. This breaks programs that
rely on capturing stdout.

I would expect that a message of this nature should go to stderr at
least. Better for us would be if it were omitted altogether, but there
may be good reasons for it to stay.

We can work around this in MAAS, by bypassing django-admin.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: python-django-common 1.6.5-3
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: veth xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables snd_ens1371 
snd_ac97_codec ac97_bus gameport snd_pcm snd_page_alloc snd_seq_midi coretemp 
snd_seq_midi_event kvm_intel kvm snd_rawmidi crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel vmw_balloon aesni_intel aes_x86_64 snd_seq lrw gf128mul 
glue_helper ablk_helper cryptd snd_seq_device serio_raw snd_timer snd bnep 
rfcomm bluetooth soundcore vmwgfx ttm drm vmxnet3 vmw_vmci i2c_piix4 parport_pc 
shpchp ppdev lp parport mac_hid hid_generic usbhid hid mptspi psmouse ahci 
libahci e1000 floppy mptscsih mptbase
ApportVersion: 2.14.7-0ubuntu1
Architecture: amd64
Date: Wed Sep  3 20:41:20 2014
Dependencies: libjs-jquery 1.7.2+dfsg-3ubuntu2
PackageArchitecture: all
ProcEnviron:
 TERM=vt102
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: python-django
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: maas
 Importance: Critical
 Status: Triaged

** Affects: python-django (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = Critical

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

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+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 1365163] Re: qemu-system-x86_64 crashed with SIGABRT in spice_logv()

2014-09-03 Thread Anders Kaseorg
Seems to be an apparmor problem, given this kernel message:

[18863.831346] audit: type=1400 audit(1409779637.619:110):
apparmor=DENIED operation=mknod profile=libvirt-a83f3934-2f03-4915
-80fd-67130bcf234b name=/dev/shm/spice.31266 pid=31266 comm=qemu-
system-x86 requested_mask=c denied_mask=c fsuid=123 ouid=123

Booting with apparmor=0 fixes it.

** Information type changed from Private to Public

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

Title:
  apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with
  SIGABRT in spice_logv()]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1365163/+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 1365163] Re: apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with SIGABRT in spice_logv()]

2014-09-03 Thread Anders Kaseorg
** Summary changed:

- qemu-system-x86_64 crashed with SIGABRT in spice_logv()
+ apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with 
SIGABRT in spice_logv()]

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

Title:
  apparmor breaks virt-manager creation [qemu-system-x86_64 crashed with
  SIGABRT in spice_logv()]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1365163/+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 1315562] Re: libnss-winbind should allow installation of the 32 bit libarary in trusty

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

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

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

Title:
  libnss-winbind should allow installation of the 32 bit libarary in
  trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1315562/+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 832507] Re: console.log grows indefinitely

2014-09-03 Thread John Haller
See the following blueprint, the associated code has passed the gate for Juno:
https://blueprints.launchpad.net/nova/+spec/serial-ports

This only addresses KVM hosts, which support access console access via
SPICE, which is the solution adopted in above blueprint.

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 1365130] Re: django-admin prints spurious messages to stdout, breaking scripts

2014-09-03 Thread Julian Edwards
** Changed in: maas
Milestone: None = 1.7.0

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

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+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 1365250] [NEW] nova-compute memory leak

2014-09-03 Thread Takenori MATSUMOTO
Public bug reported:

We found a symptom like memory leak of nova-compute.
Even though there are no activities of OpenStack, the heap of
nova-compute continuously grows as approximately 100KB/sec.

After running for a week the virtual space size of nova-compute
almost reached 2.5GB. The initial size was around 1.6GB.

Is this bug at upstream? And if this is bug, is there workaround or solution to 
avoid memory leak.
The following is detail information

root# while true;
 do
 date
 pmap -x 8506 | head
 sleep 60
 done
Tue Sep  2 08:32:28 UTC 2014
8506:   /usr/bin/python /usr/bin/nova-compute --config-file=/etc/nova/nova.conf 
--config-file=/etc/nova/nova-compute.conf
Address   Kbytes RSS   Dirty Mode  Mapping
004028041832   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 368 252 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
00cdc000   19948   19708   19708 rw---   [ anon ] *** heap
7f47b400 132 132 132 rw---   [ anon ]
7f47b4021000   65404   0   0 -   [ anon ]
7f47bb7ff000   4   0   0 -   [ anon ]
Tue Sep  2 08:33:28 UTC 2014
8506:   /usr/bin/python /usr/bin/nova-compute --config-file=/etc/nova/nova.conf 
--config-file=/etc/nova/nova-compute.conf
Address   Kbytes RSS   Dirty Mode  Mapping
004028041832   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 368 252 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
00cdc000   20080   19840   19840 rw---   [ anon ]
7f47b400 132 132 132 rw---   [ anon ]
7f47b4021000   65404   0   0 -   [ anon ]
7f47bb7ff000   4   0   0 -   [ anon ]
Tue Sep  2 08:34:28 UTC 2014
8506:   /usr/bin/python /usr/bin/nova-compute --config-file=/etc/nova/nova.conf 
--config-file=/etc/nova/nova-compute.conf
Address   Kbytes RSS   Dirty Mode  Mapping
004028041832   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 368 252 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
00cdc000   20080   19848   19848 rw---   [ anon ]
7f47b400 132 132 132 rw---   [ anon ]
7f47b4021000   65404   0   0 -   [ anon ]
7f47bb7ff000   4   0   0 -   [ anon ]
Tue Sep  2 08:35:28 UTC 2014
8506:   /usr/bin/python /usr/bin/nova-compute --config-file=/etc/nova/nova.conf 
--config-file=/etc/nova/nova-compute.conf
Address   Kbytes RSS   Dirty Mode  Mapping
004028041832   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 368 252 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
00cdc000   20232   19992   19992 rw---   [ anon ]
7f47b400 132 132 132 rw---   [ anon ]
7f47b4021000   65404   0   0 -   [ anon ]
7f47bb7ff000   4   0   0 -   [ anon ]


- Software versions
ii  nova-common 1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - common files
ii  nova-compute1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node base
ii  nova-compute-kvm1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node (KVM)
ii  nova-compute-libvirt1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node libvirt support

ii  python  2.7.5-5ubuntu3
amd64interactive high-level object-oriented language (default
version)

- nova-compute.conf
[DEFAULT]
compute_driver=libvirt.LibvirtDriver
[libvirt]
virt_type=kvm


- nova.conf
[DEFAULT]
scheduler_default_filters = 
RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,DifferentHostFilter,SameHostFilter
dhcpbridge_flagfile = /etc/nova/nova.conf
dhcpbridge = /usr/bin/nova-dhcpbridge
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lock/nova
force_dhcp_release = True
iscsi_helper = tgtadm
libvirt_use_virtio_for_bridges = True
connection_type = libvirt
root_helper = sudo nova-rootwrap /etc/nova/rootwrap.conf
verbose = True
ec2_private_dns_show_ip = True
api_paste_config = /etc/nova/api-paste.ini
volumes_path = /var/lib/nova/volumes
enabled_apis = ec2,osapi_compute,metadata
auth_strategy = keystone
rpc_backend = rabbit
rabbit_host = xxx.xxx.xxx.xxx
rabbit_password = *
my_ip = yyy.yyy.yyy.yyy
vnc_enabled = True
vncserver_listen = 0.0.0.0
vncserver_proxyclient_address = yyy.yyy.yyy.yyy
novncproxy_base_url = http://zzz.zzz.zzz.zzz:6080/vnc_auto.html
glance_host = xxx.xxx.xxx.xxx

[Bug 1365261] [NEW] Apparmor denies qemu access to /tmp directory

2014-09-03 Thread Takenori MATSUMOTO
Public bug reported:

I find the following messages in syslog.

Sep  1 07:12:38 cn1 kernel: [510962.435074] type=1400 
audit(1409523158.899:794): apparmor=DENIED operation=open 
profile=libvirt-62ecd5a8-9b3b-4320-92f0-e54ef8cdf851 name=/tmp/ pid=11254 
comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=109 ouid=0
Sep  1 07:12:38 cn1 kernel: [510962.435085] type=1400 
audit(1409523158.899:795): apparmor=DENIED operation=open 
profile=libvirt-62ecd5a8-9b3b-4320-92f0-e54ef8cdf851 name=/var/tmp/ 
pid=11254 comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=109 
ouid=0

Is this OK to just ignore this messages? Or if this is bug, is there
solution or workaround?


Seeing nova-compute.log, at the time, nova-compute just tried to create an 
instance.

2014-09-01 07:12:38.096 3245 INFO nova.virt.libvirt.driver 
[req-fd1d0575-0c7a-4977-a9bd-605824da7612 c771d7600a4445d98ef365311dab7b51 
f468ee3dda1142c587cf44d31031eca9] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Creating image
2014-09-01 07:12:38.212 3245 INFO nova.virt.libvirt.firewall 
[req-fd1d0575-0c7a-4977-a9bd-605824da7612 c771d7600a4445d98ef365311dab7b51 
f468ee3dda1142c587cf44d31031eca9] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Called setup_basic_filtering in nwfilter
2014-09-01 07:12:38.212 3245 INFO nova.virt.libvirt.firewall 
[req-fd1d0575-0c7a-4977-a9bd-605824da7612 c771d7600a4445d98ef365311dab7b51 
f468ee3dda1142c587cf44d31031eca9] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Ensuring static filters
2014-09-01 07:12:39.093 3245 INFO nova.compute.manager [-] Lifecycle event 0 on 
VM 62ecd5a8-9b3b-4320-92f0-e54ef8cdf851
2014-09-01 07:12:39.163 3245 INFO nova.virt.libvirt.driver [-] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Instance spawned successfully.
2014-09-01 07:12:39.191 3245 INFO nova.compute.manager [-] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] During sync_power_state the instance has 
a pending task (spawning). Skip.


A volume was attached to the instance after that, then the instance was 
destroyed.

2014-09-01 07:14:09.597 3245 AUDIT nova.compute.manager [req-7120818d-
61a7-4f78-8a22-f186034f3da1 c771d7600a4445d98ef365311dab7b51
f468ee3dda1142c587cf44d31031eca9] [instance:
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Attaching volume 4531347c-
71fe-4571-985b-a4b9ae3ab70e to /dev/vdb

2014-09-01 07:20:11.584 3245 AUDIT nova.compute.manager [req-da17d4bd-
1d23-4ead-888f-da5e66dde656 c771d7600a4445d98ef365311dab7b51
f468ee3dda1142c587cf44d31031eca9] [instance:
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Detach volume 4531347c-71fe-4571
-985b-a4b9ae3ab70e from mountpoint /dev/vdb

2014-09-01 07:21:14.313 3245 INFO nova.compute.manager [-] Lifecycle event 1 on 
VM 62ecd5a8-9b3b-4320-92f0-e54ef8cdf851
2014-09-01 07:21:14.317 3245 INFO nova.virt.libvirt.driver [-] [instance: 
62ecd5a8-9b3b-4320-92f0-e54ef8cdf851] Instance destroyed successfully.

It seems this messages cause no problem. But I don't know whether this DENIED 
error from apparmor can be ignored.
In another running test, we saw the message with an error of accessing ceph 
file.

Aug  4 06:36:02 cn1 kernel: [1058887.801002] type=1400 
audit(1407101762.890:2098): apparmor=DENIED operation=open 
profile=libvirt-53a1d479-2299-4069-a691-72f3f5ae7a6e name=/tmp/ pid=8336 
comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=110 ouid=0
Aug  4 06:36:02 cn1 kernel: [1058887.801012] type=1400 
audit(1407101762.890:2099): apparmor=DENIED operation=open 
profile=libvirt-53a1d479-2299-4069-a691-72f3f5ae7a6e name=/var/tmp/ 
pid=8336 comm=qemu-system-x86 requested_mask=r denied_mask=r fsuid=110 
ouid=0
Aug  4 06:37:31 cn1 kernel: [1058976.654848] type=1400 
audit(1407101851.714:2102): apparmor=DENIED operation=open 
profile=libvirt-53a1d479-2299-4069-a691-72f3f5ae7a6e 
name=/etc/ceph/ceph.client.cinder.keyring pid=8336 comm=qemu-system-x86 
requested_mask=r denied_mask=r fsuid=110 ouid=108

It could be possibility that ceph library linked to qemu-system-x86
tried to access forbidden files.

- Software versions
ii  nova-common 1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - common files
ii  nova-compute1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node base
ii  nova-compute-kvm1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node (KVM)
ii  nova-compute-libvirt1:2014.1.2-0ubuntu1.1   all 
 OpenStack Compute - compute node libvirt support

ii  qemu-system-x86 2.0.0+dfsg-2ubuntu1.2   
amd64QEMU full system emulation binaries (x86)
ii  ceph-common 0.80.1-0ubuntu1.1   
amd64common utilities to mount and interact with a ceph storage cluster

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

-- 
You received this bug notification because you are a member of Ubuntu
Server 

[Bug 1364759] Missing required logs.

2014-09-03 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1364759

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-09-03 Thread Tobias Marczewski
I installed the driver from #161 on my wife's Asus Vivobook K551LN. Wifi
works, bluetooth doesn't. When wifi is enabled, however,  CPU load of
ksoftirqd/2 ramps to 100% and stays there. I guess this is the CPU load
problem reported before.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1320995] Re: Error message after setting a non-standard display resolution in a virtual machine

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

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1320995

Title:
  Error message after setting a non-standard display resolution in a
  virtual machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1320995/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] BootDmesg.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193915/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] Re: ELAN touchpad-pointing device not detected

2014-09-03 Thread bmankir
apport information

** Tags added: apport-collected trusty

** Description changed:

- I'm a ubuntu release 14.04 user on Gigabyte U24F, my ELAN touchpad-
- pointing device is not detected as a device by the system,  I'm using
- external mouse to come over that issue. Hope this problem can be solved
- by the help of the suggested attachment files.
+ I'm a ubuntu release 14.04 user on Gigabyte U24F, my ELAN touchpad-pointing 
device is not detected as a device by the system,  I'm using external mouse to 
come over that issue. Hope this problem can be solved by the help of the 
suggested attachment files.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  batu  14841 F pulseaudio
+   batu  17036 F pulseaudio
+  /dev/snd/controlC1:  batu  14841 F pulseaudio
+   batu  17036 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=80243359-72c9-4388-9b42-648169cd8862
+ InstallationDate: Installed on 2014-06-17 (78 days ago)
+ InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
+ MachineType: GIGABYTE U24
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=00c62373-bae0-436c-a6f9-78bbe9a5ee30 ro quiet splash 
intel_pstate=enable vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-35-generic N/A
+  linux-backports-modules-3.13.0-35-generic  N/A
+  linux-firmware 1.127.5
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  trusty
+ Uname: Linux 3.13.0-35-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-06-28 (66 days ago)
+ UserGroups: adm cdrom dip lp lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/26/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: U24.305
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: U24
+ dmi.board.vendor: GIGABYTE
+ dmi.board.version: To be filled by O.E.M.
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU24.305:bd12/26/2013:svnGIGABYTE:pnU24:pvrTobefilledbyO.E.M.:rvnGIGABYTE:rnU24:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.name: U24
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: GIGABYTE

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193914/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364768] [NEW] Connecting to WPA2-Enterprise without CA

2014-09-03 Thread Thomas N
Public bug reported:

Connecting to WPA2-Enterprise without CA results in a warning. You can
choose to ignore this warning but the warning will popup the next
connect again.

So the checkbox for [x] Don't warn me again does nothing.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep  3 08:10:43 2014
EcryptfsInUse: Yes
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-03-26 (160 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
IpRoute:
 default via 10.67.240.1 dev wlan0  proto static 
 10.67.240.0/21 dev wlan0  proto kernel  scope link  src 10.67.243.164  metric 9
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-03-26T21:52:14.918040
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364768

Title:
  Connecting to WPA2-Enterprise without CA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1364768/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364768] Re: Connecting to WPA2-Enterprise without CA

2014-09-03 Thread Thomas N
Screenshot of dialog

** Attachment added: Screenshot from 2014-09-03 08:10:18.png
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1364768/+attachment/4193953/+files/Screenshot%20from%202014-09-03%2008%3A10%3A18.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364768

Title:
  Connecting to WPA2-Enterprise without CA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1364768/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] CRDA.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1364759/+attachment/4193916/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] ProcEnviron.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193922/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] ProcModules.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193924/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] Lspci.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1364759/+attachment/4193919/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] Lsusb.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1364759/+attachment/4193920/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] WifiSyslog.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193928/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] CurrentDmesg.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193917/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] UdevLog.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193927/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] IwConfig.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193918/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] ProcCpuinfo.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193921/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] PulseList.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193925/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364759] ProcInterrupts.txt

2014-09-03 Thread bmankir
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1364759/+attachment/4193923/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364759

Title:
  ELAN touchpad-pointing device not detected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1320995] Re: Error message after setting a non-standard display resolution in a virtual machine

2014-09-03 Thread Ermolin Ilya
In my case problems is with monitor for witch I create non standard
resolution due to limitations of HDMI interface - I need to drop
frequency to be able to use full resolution of monitor wia HDMI.

So I get non standard resolusion mode, witch is absent in moment of my
login.

I supose that there is workaround for this problem - we need to add
needed resolution in standard list for witch check is done... but I
don't know where to add such...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1320995

Title:
  Error message after setting a non-standard display resolution in a
  virtual machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1320995/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >