[Bug 1089105] Re: [Lenovo V480c Notebook]: Trackpad doesn't work after closing and opening the lid

2014-11-26 Thread Hui Wang
There is no this problem under Trusty (14.04), since the udev has
removed the below keymap:

ENV{DMI_VENDOR}==LENOVO, ATTR{[dmi/id]product_version}==*Lenovo
V480*, RUN+=keymap $name 0xf1 f21

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

Title:
  [Lenovo V480c Notebook]: Trackpad doesn't work after closing and
  opening the lid

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

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


[Bug 1089105] Re: [Lenovo V480c Notebook]: Trackpad doesn't work after closing and opening the lid

2014-11-26 Thread Hui Wang
In the latest ubuntu precise (12.04.5), the udev version is
175-0ubuntu9.8, and the keymap in the #31 still exists in this version
udev, so this problem still happens on the V480c machines with latest
ubuntu precise installed.

But this is not a linux kernel bug, I think it is a lightm defect, and
can be workaround through udev keymap rules.

And since we already have 14.04LTS and there is no this problem in the
14.04 and onwards version,  set won't fix for precise (12.04).





** Changed in: linux (Ubuntu Precise)
   Status: In Progress = Won't Fix

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  [Lenovo V480c Notebook]: Trackpad doesn't work after closing and
  opening the lid

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

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


[Bug 1396497] [NEW] 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot

2014-11-26 Thread James Hunt
Public bug reported:

qemu-img _may_ be working as designed, but it feels like this could be a
bug. I'd certainly prefer to only allow unique snapshot names (unless
maybe something like a --force-non-unique-snapshot-names was also
specified).

If this really is correct behaviour, it should be documented as qemu-
img(1) currently specifies no details whatsoever regarding expected
behaviour or valid snapshot names.

$ qemu-img snapshot -l image.cow 
$ qemu-img snapshot -c foo image.cow
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
$ qemu-img snapshot -c foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
2 foo   0 2014-11-26 08:30:58   00:00:00.000
$ qemu-img snapshot -c foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
2 foo   0 2014-11-26 08:30:58   00:00:00.000
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
2 foo   0 2014-11-26 08:30:58   00:00:00.000
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow 
$ qemu-img snapshot -l image.cow 
$

Note also how snapshot deletion works in reverse order - the oldest
snapshot with a given name is deleted first.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: qemu-utils 2.1+dfsg-4ubuntu9
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Nov 26 08:28:16 2014
InstallationDate: Installed on 2014-04-11 (228 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140409)
KvmCmdLine:
 COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
 kvm-irqfd-clean S   0 0   719 2  0.0 [kvm-irqfd-clean]
MachineType: LENOVO 20AQCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: qemu
UpgradeStatus: Upgraded to vivid on 2014-05-08 (201 days ago)
dmi.bios.date: 02/10/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: GJET71WW (2.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20AQCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: 0B98405 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGJET71WW(2.21):bd02/10/2014:svnLENOVO:pn20AQCTO1WW:pvrThinkPadT440s:rvnLENOVO:rn20AQCTO1WW:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20AQCTO1WW
dmi.product.version: ThinkPad T440s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug vivid

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

Title:
  'qemu-img snapshot' allows new snapshot to be created with the name of
  an existing snapshot

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

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


[Bug 1346734] Re: Unprivileged LXC containers don't work under systemd

2014-11-26 Thread Martin Pitt
I created a per-user container t1, and confirm that it does start
under upstart/cgmanger and doesn't under systemd. I now have a
preliminary patch for putting the user slices into all cgroup
controllers, plus some hand-crafted chown ubuntu for all the
user-1000.slice cgroup directories so that they become writable (this
part still needs to be added to the patch). I understand that this
should now be sufficient:

ubuntu@ulxc$ cat /proc/$$/cgroup
10:devices:/user.slice/user-1000.slice
9:memory:/user.slice/user-1000.slice
8:cpuset:/
7:hugetlb:/user.slice/user-1000.slice
6:blkio:/user.slice/user-1000.slice
5:cpu,cpuacct:/user.slice/user-1000.slice
4:freezer:/user.slice/user-1000.slice
3:perf_event:/user.slice/user-1000.slice
2:net_cls,net_prio:/user.slice/user-1000.slice
1:name=systemd:/user.slice/user-1000.slice/session-1.scope

ubuntu@ulxc:~$ ls -ld /sys/fs/cgroup/*/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/blkio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuset/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/devices/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/freezer/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/hugetlb/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/memory/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/perf_event/user.slice/user-1000.slice/
drwxr-xr-x 4 root   root 0 Nov 26 10:33 
/sys/fs/cgroup/systemd/user.slice/user-1000.slice/

I'm not sure why my login shell isn't in cpuset, I'll debug that
still. But I chown'ed /sys/fs/cgroup/cpuset/ to ubuntu as well.

But still lxc-start fails:

$ lxc-start -n t1 -F 
lxc-start: cgfs.c: lxc_cgroupfs_create: 849 Could not set clone_children to 1 
for cpuset hierarchy in parent cgroup.
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/devices/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/memory/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Read-only file system - cgroup_rmdir: 
failed to delete /sys/fs/cgroup/cpuset/
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/hugetlb/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/blkio/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/freezer/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/perf_event/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice
lxc-start: start.c: lxc_spawn: 864 failed creating cgroups

Questions:

 - Why is it trying to *remove* the existing cgroups? It sounds wrong to
fuzz around with those, I thought it would merely want and need to
create new cgroups below those? And the ubuntu user can definitively do
that:

ubuntu@ulxc:~$ mkdir 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
ubuntu@ulxc:~$ ls -ld 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
drwxrwxr-x 2 ubuntu ubuntu 0 Nov 26 10:50 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup

--logpriority debug --logfile /tmp/d doesn't really give much
information either. stracing lxc-start only shows rmdir() whose errors
are shown above, it doesn't have any mkdir() or similar call which would
show an attempt to create new cgroups?

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

** No longer affects: lxc (Ubuntu)

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

[Bug 1396536] [NEW] lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread windowsguy
Public bug reported:

I have an up to date Ubuntu 14.04. I  followed the guide at
https://help.ubuntu.com/lts/serverguide/lxc.html

sudo apt-get install lxc  sudo lxc-create --template download --name
u1

- Choose ubuntu-vivid-armhf, then: 
sudo lxc-start --name u1 --daemon

  lxc-start 1416996721.249 INFO lxc_apparmor - changed apparmor profile
to lxc-container-default
  lxc-start 1416996721.249 NOTICE   lxc_start - exec'ing '/sbin/init'
  lxc-start 1416996721.253 ERRORlxc_start - Exec format error - failed 
to exec /sbin/init
  lxc-


$ sudo lxc-ls --fancy
NAME  STATEIPV4  IPV6  AUTOSTART

u1STOPPED  - - NO


$ sudo lxc-checkconfig
Kernel configuration not found at /proc/config.gz; searching...
Kernel configuration found at /boot/config-3.13.0-24-generic
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Multiple /dev/pts instances: enabled

--- Control groups ---
Cgroup: enabled
Cgroup clone_children flag: enabled
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: enabled

Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig


Except apt-get update and apt-get upgrade I didn't install any other packages 
(okay, I installed vim and git).

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

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396536] Re: lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread windowsguy
In case it wasn't clear I followed instructions for basic privileged
usage. not user namespaces.

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396536] Re: lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread windowsguy
$ sudo ls -lisa /var/lib/lxc/u1/rootfs/sbin/init
541928 0 lrwxrwxrwx 1 root root 7 Nov 19 23:17 /var/lib/lxc/u1/rootfs/sbin/init 
- upstart
$ sudo ls -lisa /var/lib/lxc/u1/rootfs/sbin/upstart
541969 220 -rwxr-xr-x 1 root root 223596 Nov 19 23:17 
/var/lib/lxc/u1/rootfs/sbin/upstart

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396536] Re: lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread windowsguy
$ sudo file /var/lib/lxc/u1/rootfs/sbin/upstart
/var/lib/lxc/u1/rootfs/sbin/upstart: ELF 32-bit LSB  shared object, ARM, EABI5 
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, 
BuildID[sha1]=401fd3761e2edac12fc6081bebbfd834a985e11b, stripped

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396572] [NEW] Critcial security vulnerabilties in docker 1.3.2

2014-11-26 Thread James Page
*** This bug is a security vulnerability ***

Public security bug reported:

Today, we are releasing Docker 1.3.2 in order to address two critical
security issues. This release also includes several bugfixes, including
changes to the insecure-registry option. Below are CVE descriptions for the
vulnerabilities addressed in this release.

Docker 1.3.2 is available immediately for all supported platforms:
https://docs.docker.com/installation/


Docker Security Advisory [24 Nov 2014]
=

=
[CVE-2014-6407] Archive extraction allowing host privilege escalation
=
Severity: Critical
Affects: Docker up to 1.3.1

The Docker engine, up to and including version 1.3.1, was vulnerable to
extracting files to arbitrary paths on the host during ‘docker pull’ and
‘docker load’ operations. This was caused by symlink and hardlink
traversals present in Docker's image extraction. This vulnerability could
be leveraged to perform remote code execution and privilege escalation.

Docker 1.3.2 remedies this vulnerability. Additional checks have been added
to pkg/archive and image extraction is now performed in a chroot. No
remediation is available for older versions of Docker and users are advised
to upgrade.

Related vulnerabilities discovered by Florian Weimer of Red Hat Product
Security and independent researcher, Tõnis Tiigi.

=
[CVE-2014-6408] Security options applied to image could lead to container
escalation
=
Severity: Critical
Affects: Docker 1.3.0-1.3.1

Docker versions 1.3.0 through 1.3.1 allowed security options to be applied
to images, allowing images to modify the default run profile of containers
executing these images. This vulnerability could allow a malicious image
creator to loosen the restrictions applied to a container’s processes,
potentially facilitating a break-out.

Docker 1.3.2 remedies this vulnerability. Security options applied to
images are no longer consumed by the Docker engine and will be ignored.
Users are advised to upgrade.

=
Other changes:
=

Besides the above CVEs, the 1.3.2 release allows administrators to pass a
CIDR-formatted range of addresses for '—insecure-registry'. In addition,
allowing a cleartext registry to exist on localhost is now default
behavior. This change was made due to user feedback following the changes
made in 1.3.1 to resolve CVE-2014-5277.

** Affects: docker.io (Ubuntu)
 Importance: High
 Status: Fix Committed

** Affects: docker.io (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: docker.io (Ubuntu Utopic)
 Importance: High
 Status: New

** Affects: docker.io (Ubuntu Vivid)
 Importance: High
 Status: Fix Committed

** Information type changed from Public to Public Security

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

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

** Changed in: docker.io (Ubuntu)
   Importance: Undecided = High

** Also affects: docker.io (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: docker.io (Ubuntu Vivid)
   Importance: High
   Status: New

** Also affects: docker.io (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: docker.io (Ubuntu Vivid)
   Status: New = Fix Committed

** Changed in: docker.io (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: docker.io (Ubuntu Trusty)
   Importance: Undecided = High

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

Title:
  Critcial security vulnerabilties in docker  1.3.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1396572/+subscriptions

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


[Bug 1384555] Re: SQL error during alembic.migration when populating Neutron database on MariaDB 10.0

2014-11-26 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/136710
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=467a4496cfcd74b473730d2baa667fd633e4d0b3
Submitter: Jenkins
Branch:stable/juno

commit 467a4496cfcd74b473730d2baa667fd633e4d0b3
Author: Jakub Libosvar libos...@redhat.com
Date:   Fri Oct 31 15:49:40 2014 +0100

Drop and recreate FK if adding new PK to routerl3bindings

Since MySQL 5.6 FK columns cannot be altered. As a workaround we can
drop the FK before ALTER COLUMN and then recreate it.

Change-Id: Icd1b3075cf29a6b0c477a4ddea2e6ebee91baef8
Closes-Bug: 1384555
(cherry picked from commit b5f1cc48b877caaebc944154d56a8bb4060aa9b0)


** Tags added: in-stable-juno

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

Title:
  SQL error during alembic.migration when populating Neutron database on
  MariaDB 10.0

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

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


[Bug 1396595] [NEW] Using virt-install fails on ppc64el with ERROR XML error: No PCI buses available

2014-11-26 Thread Breno Leitão
Public bug reported:

Currently, if you don't specify the parameter --arch=ppc64 to virt-
install, the virt-install will fail as follows:

  $ virt-install  --name breno   --memory 4096 --disk size=500,bus=virtio  
--cdrom mini.iso  
  WARNING  CDROM media does not print to the text console by default, so you 
likely will not see text install output. You might  
want to use --location.

  Starting install...
  Allocating 'breno.qcow2'  
 | 500 GB 00:04 
  ERRORXML error: No PCI buses available
  Domain installation does not appear to have been successful.
  If it was, you can restart your domain by running:
virsh --connect qemu:///system start breno
  otherwise, please restart your installation.


On the other side, if the option --arch=ppc64 is passed, it works fine. I 
generated a diff of both XML generated in both cases, and the result is the 
following (with some unimportant parts removed): 

+type arch=ppc64 machine=pserieshvm/type
 boot dev=cdrom/
 boot dev=hd/
   /os
@@ -19,33 +19,33 @@
   on_rebootdestroy/on_reboot
   on_crashdestroy/on_crash
   devices
-emulator/usr/bin/qemu-system-ppc64le/emulator
+emulator/usr/bin/qemu-system-ppc64/emulator
 disk type=file device=disk
   driver name=qemu type=qcow2/
   driver name=qemu type=raw/
   source file=/home/brenohl/versions/14.04.2/mini.iso/
-  target dev=hda bus=ide/
+  target dev=sda bus=scsi/
   readonly/
 /disk
   vcpu1/vcpu
   os
-type arch=ppc64lehvm/type
+type arch=ppc64 machine=pserieshvm/type
 boot dev=hd/
   /os
   features
@@ -58,19 +58,19 @@
   on_rebootrestart/on_reboot
   on_crashrestart/on_crash
   devices
-emulator/usr/bin/qemu-system-ppc64le/emulator
+emulator/usr/bin/qemu-system-ppc64/emulator
 disk type=file device=disk
   driver name=qemu type=qcow2/
 /disk
 disk type=block device=cdrom
-  target dev=hda bus=ide/
+  target dev=sda bus=scsi/
   readonly/
 /disk

I understand that libvirt should consider ppc64le a ppc64 guests for all
purposes.

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


** Tags: ppc64el

** Tags added: ppc64el

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

Title:
  Using virt-install fails on ppc64el with ERRORXML error: No PCI
  buses available

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

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


[Bug 1393832] Re: Modules fail to enable when configured after apache2 is configured

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

Title:
  Modules fail to enable when configured after apache2 is configured

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

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


[Bug 1358305] Re: harden default ssl settings

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

Title:
  harden default ssl settings

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

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


[Bug 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

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

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

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


[Bug 1366174] Re: apache2 SEGV with multiple SSL sites

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

Title:
  apache2 SEGV with multiple SSL sites

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

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


[Bug 1312533] Re: Installing apache2 fails in apache2.preinst when a previous version was in removed state

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

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

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

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


[Bug 1333388] Re: mod_ident no longer included in apache

2014-11-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.10-8ubuntu2

---
apache2 (2.4.10-8ubuntu2) vivid; urgency=medium

  * Allow triggers-awaited and triggers-pending states in addition to
installed when determining whether to defer actions or process
deferred actions (LP: #1393832).
 -- Colin Watson cjwat...@ubuntu.com   Wed, 26 Nov 2014 11:31:44 +

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

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

Title:
  mod_ident no longer included in apache

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

-- 
Ubuntu-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 1396536] [NEW] lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread Serge Hallyn
Hi,

thanks for submitting this bug.  Is your host architecture armhf?  If not,
then when using the download template you'll need to manually install
qemu-user-static on the host, and copy /usr/bin/qemu-arm-static into
the container's rootfs.  The easier way to create such a container,
currently, is still using the ubuntu template, which will link the
qemu-user binary into your container for you.

 status: incomplete


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

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396536] Re: lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread windowsguy
No my arch is amd64, that's why I specified -a armhf. 
I know about qemu (I wasn't sure whether to use static or binfmt), but errors 
should be meaningful, instead it seems as if lxc is working fine, but in fact 
it's not. Obviously it's not a matter of permissions, so the error is wrong.

The image I used is downloaded from debian.org, so I didn't prepare it myself.  
Either non-armhf hosts shouldn't list armhf images or should warn (maybe in 
documentation, if not in code) that those aren't usable without additional 
packages.

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396670] [NEW] gdbsx missing

2014-11-26 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The gdbsx debugging tool i smissing from the xen-tools package, or any
other xen package, making debug difficult...

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

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

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


[Bug 1396670] Re: gdbsx missing

2014-11-26 Thread Axel Beckert
** Package changed: xen-tools (Ubuntu) = xen (Ubuntu)

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

Title:
  gdbsx missing

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

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


[Bug 1396536] Re: lxc_start - Exec format error - failed to exec /sbin/init

2014-11-26 Thread Stéphane Graber
I agree it'd be nice for the download template to be clever and filter
its output. However the fact that it's very very difficult to know what
your CPU is actually capable of running (especially for arm64, armel,
armhf and powerpc, powerpc64 and ppc64el) and the name for the
architectures changes between distributions too.

So for now, we expect our users to know what architecture their CPU is
capable of running and then select something which has a chance to work.

Marking bug report as low priority wishlist.

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

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  lxc_start - Exec format error - failed to exec /sbin/init

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

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


[Bug 1396724] [NEW] false kernel dependency in walinuxagent package

2014-11-26 Thread Ben Howard
Public bug reported:

walinuxagent has a false kernel dependency which prevents use of hwe
kernel

** Affects: walinuxagent (Ubuntu)
 Importance: High
 Assignee: Ben Howard (utlemming)
 Status: Confirmed

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

Title:
  false kernel dependency in walinuxagent package

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

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


[Bug 1396724] Re: false kernel dependency in walinuxagent package

2014-11-26 Thread Ben Howard
** Description changed:

- walinuxagent has a false kernel dependency which prevents use of hwe
- kernel
+ [IMPACT] Windows Azure users are unable to remove the 3.13 Trusty kernel
+ infavor of the HWE enablement kernel without removing walinuxagent.
+ Microsoft is suggesting that users
+ 
+ [FIX] Remove the dependency on linux-image-virtual. The dependency is
+ completely false.
+ 
+ [TEST CASE 1]
+ - Boot image in Azure
+ - Install walinuxagent from proposed
+ - Run sudo apt-get -y purge linux-image-virtual linux-image-extra-virtual
+ - Confirm that walinuxagent is still installed
+ 
+ [TEST CASE 2]
+ - Build image from -proposed
+ - Confirm that walinuxagent is installed and that host provisions
+ 
+ 
+ walinuxagent has a false kernel dependency which prevents use of hwe kernel

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

Title:
  false kernel dependency in walinuxagent package

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

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


[Bug 1396740] [NEW] etherwake does not wake up machines

2014-11-26 Thread Daniel Bidwell
Public bug reported:

wakeonlan uses a tcp socket to wake up the server and can run as the
maas user.  ether_wake uses a udp socket to wake up the server and must
run as root for it to work.

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

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

Title:
  etherwake does not wake up machines

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

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


[Bug 1396740] Re: etherwake does not wake up machines

2014-11-26 Thread Daniel Bidwell
The fix for this is ato add the following line to /etc/sudoers.d/99
-maas-sudoers:

maas ALL= NOPASSWD: /usr/sbin/etherwake

and edit /etc/maas/templates/power/ether_wake.template to change:

/usr/sbin/etherwake $mac_address

to:

sudo /usr/sbin/etherwake $mac_address

If the network that you need to send to is not eth0 then you need to use
the following instead:

sudo /usr/sbin/etherwake -i ethx $mac_address

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

Title:
  etherwake does not wake up machines

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

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


[Bug 1396724] Re: false kernel dependency in walinuxagent package

2014-11-26 Thread Ben Howard
** Description changed:

  [IMPACT] Windows Azure users are unable to remove the 3.13 Trusty kernel
  infavor of the HWE enablement kernel without removing walinuxagent.
  Microsoft is suggesting that users
  
  [FIX] Remove the dependency on linux-image-virtual. The dependency is
  completely false.
  
  [TEST CASE 1]
  - Boot image in Azure
  - Install walinuxagent from proposed
  - Run sudo apt-get -y purge linux-image-virtual linux-image-extra-virtual
  - Confirm that walinuxagent is still installed
  
  [TEST CASE 2]
- - Build image from -proposed
+ - Build image from -proposed and the linxu-virtual-lts-utopic kernel
  - Confirm that walinuxagent is installed and that host provisions
  
- 
- walinuxagent has a false kernel dependency which prevents use of hwe kernel
+ walinuxagent has a false kernel dependency which prevents use of hwe
+ kernel

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

Title:
  false kernel dependency in walinuxagent package

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

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


[Bug 360655] Re: SRU for clamav on intrepid (freshclam apparmor profile updates)

2014-11-26 Thread Mathew Hodson
*** This bug is a duplicate of bug 359301 ***
https://bugs.launchpad.net/bugs/359301

** This bug has been marked a duplicate of bug 359301
   klamav can't download virus database on jaunty

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

Title:
  SRU for clamav on intrepid (freshclam apparmor profile updates)

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

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


[Bug 359301] Re: klamav can't download virus database on jaunty

2014-11-26 Thread Mathew Hodson
** Changed in: clamav (Ubuntu Intrepid)
   Status: Invalid = Fix Released

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

Title:
  klamav can't download virus database on jaunty

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

-- 
Ubuntu-server-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-11-26 Thread Chris J Arges
Ok I think I can reproduce this; after running some disk operations
(bonnie++ and split a 100MB file), if I shutdown and try to boot the VM
the disk cannot be booted and I'm presented with the grub menu.

However this reproducer is not yet 100% reliable. Next week I'll work on
bisecting it down after testing latest upstream.

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


Re: [Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-11-26 Thread Serge Hallyn
Awesome - thank you Chris.

-- 
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 1396497] Re: 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot

2014-11-26 Thread Serge Hallyn
I'd agree that at least the last part - removing the oldest snapshot
first - seems like a bug.

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

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

Title:
  'qemu-img snapshot' allows new snapshot to be created with the name of
  an existing snapshot

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

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


[Bug 1356478] Re: kvm_stat not found in qemu packages

2014-11-26 Thread Serge Hallyn
Please see the discussion in the debian bug (https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=758042).

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

Title:
  kvm_stat not found in qemu packages

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

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


[Bug 1389897] Re: no way to install enough qemu for kvm in a cross platform way

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

** Changed in: qemu (Ubuntu Utopic)
   Status: New = Confirmed

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

Title:
  no way to install enough qemu for kvm in a cross platform way

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

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


[Bug 1389897] Re: no way to install enough qemu for kvm in a cross platform way

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

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

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

Title:
  no way to install enough qemu for kvm in a cross platform way

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

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


[Bug 1392781] Re: qemu-kvm is missing for ppc64el

2014-11-26 Thread Serge Hallyn
*** This bug is a duplicate of bug 1389897 ***
https://bugs.launchpad.net/bugs/1389897

Which release are you using?  qemu-kvm currently exists only for vivid,
but I believe that change may end up SRUd for trusty.  I'm going to mark
this bug as a duplicate of 1389897 which is where this was actually
fixed.

** This bug has been marked a duplicate of bug 1389897
   no way to install enough qemu for kvm in a cross platform way

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

Title:
  qemu-kvm is missing for ppc64el

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1392781/+subscriptions

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


[Bug 1396480] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-11-26 Thread Roman
Public bug reported:

I updated Ubuntu 14.10, it asked to report problem and directed me here.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Wed Nov 26 09:44:06 2014
InstallationDate: Installed on 2014-10-19 (38 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: Upgraded to utopic on 2014-10-31 (25 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396480/+subscriptions

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


[Bug 1396454] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

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

** Changed in: nvidia-graphics-drivers-331 (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/1396454

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396454/+subscriptions

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


[Bug 1378298] Re: ucactioncontext.h:60: Warning: Class UCActionContext implements the interface QQmlParserStatus but does not list it in Q_INTERFACES. qobject_cast to will work!

2014-11-26 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  ucactioncontext.h:60: Warning: Class UCActionContext implements the
  interface QQmlParserStatus but does not list it in Q_INTERFACES.
  qobject_cast to will work!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1378298/+subscriptions

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


[Bug 1395465] Re: [ASUS X200MA] Bluetooth does not work

2014-11-26 Thread Pilot6
I failed to submit the patch upstream in a right way. They get me resend it 
again and again.
I spent already hours on doing it. So I give up. If someone else wills to deal 
with the kernel team, please, do it.
That was my first and last try to contact them.

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

Title:
  [ASUS X200MA] Bluetooth does not work

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

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


[Bug 1365695] Re: No longer able to use GUI after update

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

** Changed in: xserver-xorg-video-intel-lts-trusty (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/1365695

Title:
  No longer able to use GUI after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1365695/+subscriptions

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


[Bug 1396376] Re: linux-lts-trusty: 3.13.0-41.70~precise1 -proposed tracker

2014-11-26 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Brad Figg 
(brad-figg)

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

Title:
  linux-lts-trusty: 3.13.0-41.70~precise1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1396376/+subscriptions

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


[Bug 1396407] Re: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

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

** Changed in: nvidia-graphics-drivers-331 (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/1396407

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396407/+subscriptions

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


[Bug 1365695] Re: No longer able to use GUI after update

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

** Changed in: xserver-xorg-video-intel-lts-trusty (Ubuntu Trusty)
   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/1365695

Title:
  No longer able to use GUI after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1365695/+subscriptions

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


[Bug 1396375] Re: linux-keystone: 3.13.0-19.30 -proposed tracker

2014-11-26 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/package-testing
   Status: In Progress = Confirmed

** Description changed:

  This bug is for tracking the 3.13.0-19.30 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 25. November 2014 22:52 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Tuesday, 25. November 2014 22:52 UTC
  kernel-stable-master-bug:1396112
  kernel-stable-Certification-testing-end:Wednesday, 26. November 2014 02:02 UTC
  kernel-stable-Security-signoff-end:Wednesday, 26. November 2014 02:02 UTC
+ kernel-stable-phase:PPA Testing
+ kernel-stable-phase-changed:Wednesday, 26. November 2014 08:02 UTC
+ kernel-stable-Prepare-package-end:Wednesday, 26. November 2014 08:02 UTC
+ kernel-stable-Promote-to-proposed-start:Wednesday, 26. November 2014 08:02 UTC
+ ppa-package-testing-start:Wednesday, 26. November 2014 08:02 UTC

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

Title:
  linux-keystone: 3.13.0-19.30 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1396375/+subscriptions

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


[Bug 382056] Re: Windows moved to wrong workspace after suspend/resume

2014-11-26 Thread neferty
James, It happens to me even without changing the count of displays in
suspend. If I have an extermal monitor connected and suspend, the
windows get mixed up on next resume.

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

Title:
  Windows moved to wrong workspace after suspend/resume

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

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


[Bug 1191128] Re: package libkidletime4 4:4.9.5-0ubuntu0.2 failed to install/upgrade: package libkidletime4 is already installed and configured

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

** Changed in: dpkg (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/1191128

Title:
  package libkidletime4 4:4.9.5-0ubuntu0.2 failed to install/upgrade:
  package libkidletime4 is already installed and configured

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

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


[Bug 1376154] Re: data grid not displaying resultset is blank

2014-11-26 Thread Reinaert Albrecht
This version (6.1.7+dfsg-1ubuntu1) of the package solves the bug for me.
Thanks!

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

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

Title:
  data grid not displaying resultset is blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1376154/+subscriptions

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


[Bug 1396479] Re: Xorg crashed with SIGABRT

2014-11-26 Thread Michał Sawicz
** Information type changed from Private to Public

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1396479/+subscriptions

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


[Bug 1089105] Re: [Lenovo V480c Notebook]: Trackpad doesn't work after closing and opening the lid

2014-11-26 Thread Hui Wang
There is no this problem under Trusty (14.04), since the udev has
removed the below keymap:

ENV{DMI_VENDOR}==LENOVO, ATTR{[dmi/id]product_version}==*Lenovo
V480*, RUN+=keymap $name 0xf1 f21

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

Title:
  [Lenovo V480c Notebook]: Trackpad doesn't work after closing and
  opening the lid

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

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


[Bug 1396478] Re: mediascanner-service-2.0 assert failure: mediascanner-service-2.0: dri2_util.c:199: isDRI2Connected: Assertion `dri_state-base.fd = 0' failed.

2014-11-26 Thread Michał Sawicz
** Information type changed from Private to Public

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

Title:
  mediascanner-service-2.0 assert failure: mediascanner-service-2.0:
  dri2_util.c:199: isDRI2Connected: Assertion `dri_state-base.fd = 0'
  failed.

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

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


[Bug 738437] Re: firefox Warning: Unresponsive script dialog fails to wrap text in URL path

2014-11-26 Thread Matthew Paul Thomas
** Bug watch added: Mozilla Bugzilla #982171
   https://bugzilla.mozilla.org/show_bug.cgi?id=982171

** Also affects: firefox via
   https://bugzilla.mozilla.org/show_bug.cgi?id=982171
   Importance: Unknown
   Status: Unknown

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

Title:
  firefox Warning: Unresponsive script dialog fails to wrap text in
  URL path

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

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


[Bug 1396490] [NEW] nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module failed to build

2014-11-26 Thread Wolf Rogner
Public bug reported:

Gets boring
on - off - on - ...

can you avoid this type of regressions?

Thanks

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia wl
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-26-generic
Date: Wed Nov 26 09:18:22 2014
InstallationDate: Installed on 2013-05-17 (557 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.nvidia.331.updates.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331-updates 331.89-0ubuntu5: nvidia-331-updates kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1396490/+subscriptions

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


[Bug 1181078] Re: Browse button to add a Samba printer is disabled

2014-11-26 Thread Madbyte
Same here:
Ubuntu 14.10 fresh install.
Browse option disabled.
I have no problems to see and access the workgroup.

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

Title:
  Browse button to add a Samba printer is disabled

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

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


[Bug 1089105] Re: [Lenovo V480c Notebook]: Trackpad doesn't work after closing and opening the lid

2014-11-26 Thread Hui Wang
In the latest ubuntu precise (12.04.5), the udev version is
175-0ubuntu9.8, and the keymap in the #31 still exists in this version
udev, so this problem still happens on the V480c machines with latest
ubuntu precise installed.

But this is not a linux kernel bug, I think it is a lightm defect, and
can be workaround through udev keymap rules.

And since we already have 14.04LTS and there is no this problem in the
14.04 and onwards version,  set won't fix for precise (12.04).





** Changed in: linux (Ubuntu Precise)
   Status: In Progress = Won't Fix

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  [Lenovo V480c Notebook]: Trackpad doesn't work after closing and
  opening the lid

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

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


[Bug 1396494] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-26 Thread Rostislav Dzinko
Public bug reported:

It happened after update

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 13:07:24 2014
InstallationDate: Installed on 2012-07-18 (860 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-10-23 (33 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396494/+subscriptions

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


[Bug 1396492] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-26 Thread Aram Paronikyan
Public bug reported:

I got this on system reboot after auto-update to the next kernel
modules.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 16:26:58 2014
InstallationDate: Installed on 2014-06-26 (152 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: Upgraded to utopic on 2014-11-16 (9 days ago)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396492/+subscriptions

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


[Bug 1396497] [NEW] 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot

2014-11-26 Thread James Hunt
Public bug reported:

qemu-img _may_ be working as designed, but it feels like this could be a
bug. I'd certainly prefer to only allow unique snapshot names (unless
maybe something like a --force-non-unique-snapshot-names was also
specified).

If this really is correct behaviour, it should be documented as qemu-
img(1) currently specifies no details whatsoever regarding expected
behaviour or valid snapshot names.

$ qemu-img snapshot -l image.cow 
$ qemu-img snapshot -c foo image.cow
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
$ qemu-img snapshot -c foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
2 foo   0 2014-11-26 08:30:58   00:00:00.000
$ qemu-img snapshot -c foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
1 foo   0 2014-11-26 08:30:53   00:00:00.000
2 foo   0 2014-11-26 08:30:58   00:00:00.000
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
2 foo   0 2014-11-26 08:30:58   00:00:00.000
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow 
$ qemu-img snapshot -l image.cow
Snapshot list:
IDTAG VM SIZEDATE   VM CLOCK
3 foo   0 2014-11-26 08:31:00   00:00:00.000
$ qemu-img snapshot -d foo image.cow 
$ qemu-img snapshot -l image.cow 
$

Note also how snapshot deletion works in reverse order - the oldest
snapshot with a given name is deleted first.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: qemu-utils 2.1+dfsg-4ubuntu9
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Nov 26 08:28:16 2014
InstallationDate: Installed on 2014-04-11 (228 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140409)
KvmCmdLine:
 COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
 kvm-irqfd-clean S   0 0   719 2  0.0 [kvm-irqfd-clean]
MachineType: LENOVO 20AQCTO1WW
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: qemu
UpgradeStatus: Upgraded to vivid on 2014-05-08 (201 days ago)
dmi.bios.date: 02/10/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: GJET71WW (2.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20AQCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: 0B98405 STD
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGJET71WW(2.21):bd02/10/2014:svnLENOVO:pn20AQCTO1WW:pvrThinkPadT440s:rvnLENOVO:rn20AQCTO1WW:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 20AQCTO1WW
dmi.product.version: ThinkPad T440s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug vivid

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

Title:
  'qemu-img snapshot' allows new snapshot to be created with the name of
  an existing snapshot

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

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


[Bug 1392475] Re: freeze

2014-11-26 Thread kenz
when I turn off the computer before closing appear some messages  on the
screen including: vncserver : The environment is not set

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

Title:
  freeze

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

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


[Bug 1310388] Re: Display calibration hangs

2014-11-26 Thread Alfred15
I have the same problem (Ubuntu 14.04, AMD 64)
I'm gonna try Pascal's PPA

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

Title:
  Display calibration hangs

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

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


[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2014-11-26 Thread da6930p
Why are we bothering with this error? Is not this a SHAME?

All time when I try people to use Linux, Ubuntu installation sucks!
Especially after saying 5 minutes is enough for installation I was
unable to boot. Trying to work around for bugs.

I think Canonical should have some policies for this kind a thing! Don't
make us shame on other f**king ms users...

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

Title:
  failed to boot from USB disk with error: gfxboot.c32: not a COM32R
  Image boot:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1325801/+subscriptions

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


[Bug 1298255] Re: Xorg crashed with SIGSEGV after logging in to VMware VCenter in rdesktop session

2014-11-26 Thread dekoning
*** This bug is a duplicate of bug 1292961 ***
https://bugs.launchpad.net/bugs/1292961

I experience the same problem. Ubuntu 14.04 on Dell Latitude E7440, rdesktop to 
windows 7, crashes as soon as I start vsphere.
Sometimes a black screen immediately sometimes after a couple of minutes.

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

Title:
  Xorg crashed with SIGSEGV after logging in to VMware VCenter in
  rdesktop session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1298255/+subscriptions

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


[Bug 1292961] Re: Xorg crashed with SIGABRT

2014-11-26 Thread dekoning
I experience the same problem.  Ubuntu 14.04 on Dell Latitude E7440, rdesktop 
to windows 7, crashes as soon as I start vsphere. 
Sometimes a black screen immediately sometimes after a  couple of minutes.

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

Title:
  Xorg crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1292961/+subscriptions

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


[Bug 1395636] Re: Unity8 doesn't build against Qt 5.4 beta

2014-11-26 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: Triaged = In Progress

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

Title:
  Unity8 doesn't build against Qt 5.4 beta

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

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


[Bug 1376154] Re: data grid not displaying resultset is blank

2014-11-26 Thread Rocko
Thanks, version  6.1.7+dfsg-1ubuntu1 fixes it for me, too.

Out of interest, why are we still on 6.1.7 when upstream is at 6.2.4?

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

Title:
  data grid not displaying resultset is blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1376154/+subscriptions

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


Re: [Bug 1189164] Re: Disconnecting ethernet during shutdown hangs shutdown

2014-11-26 Thread octalman
HP Product No. A3G60AV
HP Model No.dv6z-7000

I just now tested this bug under Ubuntu 14.04.  It's still a problem.  
Shutdown didn't hang this time, but I had to remove the battery and 
reinstall it to restart -- power button on keyboard goes inactive when 
ethernet port is disconnected during shutdown.

Wilbur Killebrew

On 11/17/2014 11:00 PM, Christopher M. Penalver wrote:
 octalman, could you please provide the full computer model as noted on
 the sticker of the computer itself (not from the Bug Description)?

 ** Description changed:

 - Ubuntu 12.04 LTS, up-to-date.  May be related to bugs 113095 and/or
 - 197705.
 + Ubuntu 12.04 LTS, up-to-date. If I absent-mindedly disconnect the
 + ethernet cable between my laptop and DSL modem during shutdown, the
 + shutdown process hangs.

 - If I absent-mindedly disconnect the ethernet cable between my HP
 - Pavilion and my DSL internet service during shutdown, the shutdown
 - process hangs.
 + WORKAROUND: Don't disconnect during shutdown.

 - Solution:  don't disconnect during shutdown  :-)
 -
 - I don't experience this problem with Linux Mint 14 (on a separate Pavilion) 
 -- but Mint 14 is derived from Ubuntu 12.10 (I think).
 - ---
 + ---
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 -  USERPID ACCESS COMMAND
 -  /dev/snd/controlC1:  wilbur 1958 F pulseaudio
 -  /dev/snd/controlC0:  wilbur 1958 F pulseaudio
 +  USERPID ACCESS COMMAND
 +  /dev/snd/controlC1:  wilbur 1958 F pulseaudio
 +  /dev/snd/controlC0:  wilbur 1958 F pulseaudio
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=6fe09c1c-25d2-4fa4-bf47-ffbc4a434794
InstallationDate: Installed on 2012-08-10 (829 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
 (20120425)
MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
NonfreeKernelModules: fglrx
Package: linux (not installed)
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
 root=UUID=2c8038be-3e01-4de0-a8ad-cd83730e4606 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
RelatedPackageVersions:
 -  linux-restricted-modules-3.13.0-36-generic N/A
 -  linux-backports-modules-3.13.0-36-generic  N/A
 -  linux-firmware 1.127.7
 +  linux-restricted-modules-3.13.0-36-generic N/A
 +  linux-backports-modules-3.13.0-36-generic  N/A
 +  linux-firmware 1.127.7
Tags:  trusty
Uname: Linux 3.13.0-36-generic x86_64
UpgradeStatus: Upgraded to trusty on 2014-09-04 (74 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 04/30/2012
dmi.bios.vendor: Insyde
dmi.bios.version: F.06
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 182D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 55.19
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
 dmi:bvnInsyde:bvrF.06:bd04/30/2012:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr07901020571620100:rvnHewlett-Packard:rn182D:rvr55.19:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv6 Notebook PC
dmi.product.version: 07901020571620100
dmi.sys.vendor: Hewlett-Packard
 - ---
 - ApportVersion: 2.14.1-0ubuntu3.5
 - Architecture: amd64
 - AudioDevicesInUse:
 -  USERPID ACCESS COMMAND
 -  /dev/snd/controlC1:  wilbur 1958 F pulseaudio
 -  /dev/snd/controlC0:  wilbur 1958 F pulseaudio
 - CurrentDesktop: Unity
 - DistroRelease: Ubuntu 14.04
 - HibernationDevice: RESUME=UUID=6fe09c1c-25d2-4fa4-bf47-ffbc4a434794
 - InstallationDate: Installed on 2012-08-10 (829 days ago)
 - InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
 (20120425)
 - MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
 - NonfreeKernelModules: fglrx
 - Package: linux (not installed)
 - ProcFB: 0 VESA VGA
 - ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
 root=UUID=2c8038be-3e01-4de0-a8ad-cd83730e4606 ro quiet splash vt.handoff=7
 - ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
 - RelatedPackageVersions:
 -  linux-restricted-modules-3.13.0-36-generic N/A
 -  linux-backports-modules-3.13.0-36-generic  N/A
 -  linux-firmware 1.127.7
 - Tags:  trusty
 - Uname: Linux 3.13.0-36-generic x86_64
 - UpgradeStatus: Upgraded to trusty on 2014-09-04 (74 days ago)
 - UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
 - _MarkForUpload: True
 - dmi.bios.date: 04/30/2012
 - dmi.bios.vendor: Insyde
 - dmi.bios.version: F.06
 - dmi.board.asset.tag: Base Board Asset Tag
 - dmi.board.name: 182D
 - dmi.board.vendor: Hewlett-Packard
 - dmi.board.version: 55.19
 - 

[Bug 1393800] Re: Ubuntu 14.10 shut down slow after sleep

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

** Changed in: modemmanager (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/1393800

Title:
  Ubuntu 14.10 shut down slow after sleep

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

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


[Bug 1396505] Re: gftp was downloading when i wanted to change remote directory, it crashed

2014-11-26 Thread Apport retracing service
*** This bug is a duplicate of bug 451675 ***
https://bugs.launchpad.net/bugs/451675

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #451675, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1396505/+attachment/4268814/+files/CoreDump.gz

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1396505/+attachment/4268816/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1396505/+attachment/4268817/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 451675
   gftp-gtk crashed with SIGSEGV in g_closure_invoke() while downloading a 
directory and its content, without any human interaction

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  gftp was downloading when i wanted to change remote directory, it
  crashed

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

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


[Bug 1395533] Re: Kit Wizard Description needs to be simplified.

2014-11-26 Thread Zoltan Balogh
  This is vague, and not true in the literal sense. For example; I was
creating apps for ubuntu before these Kits came along

But not with the Ubuntu SDK and not with QtCreator

  The question that comes into mind is, Is this for packaging? I have
no clue because it does not say so.

Since it does not say it is for packaging it is safe to assume that it
is not for packaging.

 I have no idea what Cross Configuration Development refers to, at
least not intuitively.

Cross configuration development is when you develop for a different
configuration than your development environment.

 I have no idea what the scope of Cross Platform means. Does that
mean I can develop software on other platforms like mac or windows, or
that I can develop for other architectures?

Both.  In the previous sentence it says Ubuntu Platform, so in this
context the platform means OS. So yes, in order to build  source
projects to a different platform you will need Kits.

 Kits consist of a set of values that define one environment, such as a 
 target device, sysroot to build against, toolchain to build 
 with, platform specific api set, and some metadata.

 - These need to be bullet pointed.

I am not sure. The information is there. It is a dialog not a textbook.
But I will check how it fits and how it is possible to format that
label.

 These are perhaps a bit too technical on there own. Not everyone is
familiar with Sysroots, nor why it is important to Build against
them, nor what the Toolchain references, nor what the Platform
specific API you are talking about is, nor what specific metadata we
are talking about is.

Yes, it is technical.  The Kit is a technical term, such as toolchain
and sysroots are technical terms. If a developer wants to understand
application development then askubuntu, freenode and mailing lists are
there.

I am not sure that a simple UI dialog should explain everything.

The text  in that dialog attempts to be be both minimalistic and precise
at the same time.

The Kit in the Qt and QtCreator word is what the text says. Kits define
the target.

The text the developers see in the dialog comes mostly from the
QtCreator upstream project - http://qt-project.org/doc/qtcreator-3.1
/creator-targets.html


** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: New = Opinion

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) = Zoltan Balogh (bzoltan)

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

Title:
  Kit Wizard Description needs to be simplified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1395533/+subscriptions

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


[Bug 451675] Re: gftp-gtk crashed with SIGSEGV in g_closure_invoke() while downloading a directory and its content, without any human interaction

2014-11-26 Thread Apport retracing service
** Tags added: trusty

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

Title:
  gftp-gtk crashed with SIGSEGV in g_closure_invoke() while downloading
  a directory and its content, without any human interaction

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

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


[Bug 1396508] [NEW] package linux-image-3.13.0-40-generic (not installed) failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2014-11-26 Thread Thomas Gitzen
Public bug reported:

I use an old IBM ThinkPad T40 2373 - Pentium M 1.6 GHz

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-40-generic (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tomboy 1551 F pulseaudio
CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'iw'
Date: Wed Nov 26 09:25:38 2014
DuplicateSignature: package:linux-image-3.13.0-40-generic:(not 
installed):Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 
zurück
ErrorMessage: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 
zurück
HibernationDevice: RESUME=UUID=977c5d97-1a3d-4aa9-ba62-44a96b466f2f
InstallationDate: Installed on 2014-07-09 (139 days ago)
InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: IBM 2373NG4
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=7b40c0a5-60c0-47f7-915e-5dc91f2c1418 ro nomodeset quiet splash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-3.13.0-40-generic (not installed) failed to 
install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 
1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/30/2003
dmi.bios.vendor: IBM
dmi.bios.version: 1RET84WW (2.11 )
dmi.board.name: 2373NG4
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1RET84WW(2.11):bd10/30/2003:svnIBM:pn2373NG4:pvrThinkPadT40:rvnIBM:rn2373NG4:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2373NG4
dmi.product.version: ThinkPad T40
dmi.sys.vendor: IBM

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


** Tags: apport-package i386 trusty

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

Title:
  package linux-image-3.13.0-40-generic (not installed) failed to
  install/upgrade: Unterprozess neues pre-installation-Skript gab den
  Fehlerwert 1 zurück

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

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

[Bug 1396509] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-11-26 Thread Pablo Caviglia
Public bug reported:

a

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-25-generic
Date: Tue Nov 25 22:35:10 2014
InstallationDate: Installed on 2014-11-13 (12 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1396509/+subscriptions

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


[Bug 1396506] [NEW] Ubuntu Server installer does not mount /cdrom for preseeding

2014-11-26 Thread Michael Yoo
Public bug reported:

When trying to use preseeding, the loading of preseeding file fails due
to the /cdrom directory not being mounted.

First when I try to install, no error message is shown and installation
progresses as normal. However, if I explicitly select the menu option
Load debconf preconfiguration file, I am shown the error message
Failed to retrieve the preconfiguration file: The file needed for
preconfiguration could not be retrieved from file:///cdrom/preseed
/ubuntu-server.seed. The installation will proceed in non-automated
mode.

This bug makes it impossible to use any other preconfiguration seed
file, as the same bug happens with other preconfiguration modes/files.

A video of reproduction can be found in the attachments.

If I mount the /cdrom folder manually using mount -t iso9660 /dev/sr0
/cdrom, I can load the preconfiguration file correctly.

This is on ubuntu-14.04-server-amd64.iso, verified by md5 hash and
integrity verified inside installer as shown in the video.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: A video of the bug being reproduced.
   
https://bugs.launchpad.net/bugs/1396506/+attachment/4268819/+files/preseed-bug-demonstration.mp4

** Description changed:

  When trying to use preseeding, the loading of preseeding file fails due
  to the /cdrom directory not being mounted.
  
  First when I try to install, no error message is shown and installation
  progresses as normal. However, if I explicitly select the menu option
  Load debconf preconfiguration file, I am shown the error message
  Failed to retrieve the preconfiguration file: The file needed for
  preconfiguration could not be retrieved from file:///cdrom/preseed
  /ubuntu-server.seed. The installation will proceed in non-automated
  mode.
  
  This bug makes it impossible to use any other preconfiguration seed
  file, as the same bug happens with other preconfiguration modes/files.
  
  A video of reproduction can be found in the attachments.
  
  If I mount the /cdrom folder manually using mount -t iso9660 /dev/sr0
  /cdrom, I can load the preconfiguration file correctly.
+ 
+ This is on ubuntu-14.04-server-amd64.iso, verified by md5 hash and
+ integrity verified inside installer as shown in the video.

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

Title:
  Ubuntu Server installer does not mount /cdrom for preseeding

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1396506/+subscriptions

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


[Bug 1355454] Re: pantheon-files-plugin-dropbox missing dependency

2014-11-26 Thread Dawid Deręgowski
Ok, I manage to repair it by myself.

Icons will work after cp from /home/yourlogin/.dropbox-dist/dropbox-
lnx.x86_64-2.10.52/images/emblems/ to
/usr/share/icons/elementary/emblems/24 and renaming it to: emblem-
ubuntuone-synchronized.svg, emblem-ubuntuone-unsynchronized.svg, emblem-
ubuntuone-updating.svg .

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

Title:
  pantheon-files-plugin-dropbox missing dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/pantheon-files/+bug/1355454/+subscriptions

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


[Bug 1393317] Re: Intel 7265 [8086:095b] Wireless disconnect automatically

2014-11-26 Thread Adam Lee
patchset and the request of firmware upgrading have been sent to kernel-
team@

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

Title:
  Intel 7265 [8086:095b] Wireless disconnect automatically

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

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


[Bug 1396508] Re: package linux-image-3.13.0-40-generic (not installed) failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2014-11-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.13.0-40-generic (not installed) failed to
  install/upgrade: Unterprozess neues pre-installation-Skript gab den
  Fehlerwert 1 zurück

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

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

[Bug 1364716] Re: grub menu show up everytime after the second time of fwts s4

2014-11-26 Thread Po-Hsu Lin
For the record, 
the hwclock issue still there, but the grub menu won't show up when running 
hibernate stress test on 14.04.1
(fwts version 14.11)

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

Title:
  grub menu show up everytime after the second time of fwts s4

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

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


[Bug 1380510] Re: Failed to copy file from mobile phone via Bluetooth on 14.04

2014-11-26 Thread Po-Hsu Lin
** Tags removed: blocks-hwcert

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

Title:
  Failed to copy file from mobile phone via Bluetooth on 14.04

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

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


[Bug 1394858] Re: XDG_DATA_HOME can't work ubuntu-emulator

2014-11-26 Thread Vicamo Yang
When you execute any command with sudo, it will probably _not_ carry
your environment variables set for your normal user. So, when you
execute `ubuntu-emulator list` as normal user, that XDG_DATA_HOME
variable takes effect and not when you execute `ubuntu-emulator create`
as root via sudo.

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

Title:
  XDG_DATA_HOME can't work ubuntu-emulator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phablet-tools/+bug/1394858/+subscriptions

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


[Bug 1396513] [NEW] Failed to browse the SMB network

2014-11-26 Thread DEDan
Public bug reported:

When I click the SMB button, I get message Failed to browse the network. Is 
the SMB module installed?
This message began to appear after upgrading 14.04 to 14.10.

And appears this message, when i trying to run gnome commander in
console:

(gnome-commander:11413): libgnomevfs-WARNING **: Failed to activate
daemon: The name org.gnome.GnomeVFS.Daemon was not provided by any
.service files

Installed Ubuntu 14.10

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gnome-commander 1.4.3-1build1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Nov 26 12:23:12 2014
InstallationDate: Installed on 2013-04-30 (574 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: gnome-commander
UpgradeStatus: Upgraded to utopic on 2014-09-25 (62 days ago)

** Affects: gnome-commander (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  Failed to browse the SMB network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-commander/+bug/1396513/+subscriptions

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


[Bug 1189164] Re: [HP Pavilion dv6z-7000 CTO Entertainment Notebook PC] Disconnecting ethernet during shutdown hangs shutdown

2014-11-26 Thread Christopher M. Penalver
octalman, as per 
http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4132lc=encc=usdlc=ensw_lang=product=5292556#N4395
 an update to your BIOS is available (F.25). If you update to this following 
https://help.ubuntu.com/community/BIOSUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, then please mark this report Status Confirmed.

Thank you for your understanding.

** Summary changed:

- Disconnecting ethernet during shutdown hangs shutdown
+ [HP Pavilion dv6z-7000 CTO Entertainment Notebook PC] Disconnecting ethernet 
during shutdown hangs shutdown

** Tags added: bios-outdated-f.25

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

Title:
  [HP Pavilion dv6z-7000 CTO Entertainment Notebook PC] Disconnecting
  ethernet during shutdown hangs shutdown

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

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


[Bug 1396508] Status changed to Confirmed

2014-11-26 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (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/1396508

Title:
  package linux-image-3.13.0-40-generic (not installed) failed to
  install/upgrade: Unterprozess neues pre-installation-Skript gab den
  Fehlerwert 1 zurück

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

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

[Bug 1368826] Re: [Launcher] [design] Remove the recent apps from the launcher

2014-11-26 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
   Status: New = Incomplete

** Changed in: unity8 (Ubuntu RTM)
   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/1368826

Title:
  [Launcher] [design] Remove the recent apps from the launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1368826/+subscriptions

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


[Bug 1364905] Re: new item panel's Ok button disabled (github version works)

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

** Changed in: alacarte (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/1364905

Title:
  new item panel's Ok button disabled (github version works)

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

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


[Bug 1364905] Re: new item panel's Ok button disabled (github version works)

2014-11-26 Thread Bob van de Loo
When editing an existing item the OK button stays disabled.

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

Title:
  new item panel's Ok button disabled (github version works)

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

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


[Bug 1396521] [NEW] ubuntu-dev-tools needs better proxy support

2014-11-26 Thread Jonathan Hogg
Public bug reported:

I've just tried using the backportpackage command from behind a proxy. I
had to manually go in and set proxy_info on calls in the following
files/routines where httplib2.Http was being instantiated without any
proxy information. I think someone needs to go through and address this
issue globally, because if I accidentalyl hit two locations, odds are
there's more!

ubuntutools/archive.py: def _donwload_dsc()
response, body = httplib2.Http().request(url)

ubuntutools/lp/lpapicache.py: login_anonymously()
self.__lp = LP.login_anonymously('ubuntu-dev-tools', service, 
version=api_version)

** Affects: ubuntu-dev-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ubuntu-dev-tools needs better proxy support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1396521/+subscriptions

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


[Bug 1303404]

2014-11-26 Thread Shuhao
Which setup? I can still reproduce this

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2014-11-26 Thread Harald Judt
Shuhao, please try the patch in this bug report and report back if it
changes anything for you.

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2014-11-26 Thread giamma
If that is the only solution to make this work properly I think I'll
switch back too

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

Title:
  Need support of Ralink RT3290 wifi support

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

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


[Bug 1303404]

2014-11-26 Thread Harald Judt
Another weird thing:

When I add a non-existing command, e.g. b for superb and bsh for
supershiftb, the presentation in the error dialog that opens when
trying to exiting this command via the shortcut differs from that in the
xfce4-settings dialog (and assignment dialog).

In the error dialog, it is written as above, while in the other two
dialogs they are presented with a capital letter B.

This is both with and without my patch, however.

What's more strange: After I have assigned the command bsh to
supershiftb and hit this shortcut combination, the error message
appears, but also a notification that bouncing keys have been
enabled/disabled. Interestingly, this is not reflected in the xfce4
-accessibility-settings.

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2014-11-26 Thread Shuhao
By no longer reproduce this you mean with the patch attached?

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2014-11-26 Thread Harald Judt
I can no longer reproduce this. I will check on other machines and close
this bug after verification.

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 1303404]

2014-11-26 Thread Harald Judt
(In reply to Shuhao from comment #12)
 By no longer reproduce this you mean with the patch attached?

No, without the patch. Sorry, but why don't you simply try the patch and
see if it solves your problem?

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

Title:
  Hotkeys with Super modifier overriding each other

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

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


[Bug 738437] Re: firefox Warning: Unresponsive script dialog fails to wrap text in URL path

2014-11-26 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=982171.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-03-11T17:22:27+00:00 Bruan wrote:

Created attachment 8389273
An example of an extremely long confirmation box.

I've included a screenshot to illustrate the problem. Because the script
name makes the dialog extremely long, the continue/stop buttons (which,
if I understand correctly, are trying to be in a container that's
centered relative to the whole width) are off screen and unable to be
clicked.

Specific version: Nightly 30.0a1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/5


On 2014-11-26T03:31:13+00:00 allanlw wrote:

This bug also affects Windows, where the dialog box can in fact be large
enough that the whole dialog does not fit on the screen.

I experienced this on Firefox 33.1 today.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/6


On 2014-11-26T03:33:53+00:00 allanlw wrote:

Created attachment 8528776
An example of a long dialog box on Windows in Firefox 33.1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/7


On 2014-11-26T08:19:22+00:00 Mpt-postinbox wrote:

*** Bug 596883 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/8


On 2014-11-26T08:21:14+00:00 Mpt-postinbox wrote:

Confirmed in Firefox 33.0 on Ubuntu 14.04.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/9


On 2014-11-26T08:23:42+00:00 Mpt-postinbox wrote:

*** Bug 915523 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/738437/comments/10


** Changed in: firefox
   Status: Unknown = Confirmed

** Changed in: firefox
   Importance: Unknown = Medium

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

Title:
  firefox Warning: Unresponsive script dialog fails to wrap text in
  URL path

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

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


[Bug 1396526] Re: /usr/bin/unity8-dash:11:std::basic_string:unity::scopes::Category::title:title:scopes_ng::Categories::data:QSortFilterProxyModel::data

2014-11-26 Thread Michael Zanetti
To reproduce:

Scroll down the click scope, open the ubuntu store, wait a bit for it to
load results. When first results appear, quickly scroll down to the
bottom and then a tiny bit back up so that the header appears. Press the
back button. It'll crash in most of the cases.

** Changed in: unity8 (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/1396526

Title:
  
/usr/bin/unity8-dash:11:std::basic_string:unity::scopes::Category::title:title:scopes_ng::Categories::data:QSortFilterProxyModel::data

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

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


[Bug 1396526] [NEW] /usr/bin/unity8-dash:11:std::basic_string:unity::scopes::Category::title:title:scopes_ng::Categories::data:QSortFilterProxyModel::data

2014-11-26 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding unity8.  This problem was most recently seen with version
8.01.1+15.04.2014~rtm-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/1d146aed1a307e6e69dc8cb8f3d7ee012df94e2c
contains more details.

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


** Tags: rtm-14.09 vivid

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

Title:
  
/usr/bin/unity8-dash:11:std::basic_string:unity::scopes::Category::title:title:scopes_ng::Categories::data:QSortFilterProxyModel::data

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

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


[Bug 1376154] Re: data grid not displaying resultset is blank

2014-11-26 Thread d❤vid seaward
Confirmed for me too (results appear, other basic functions continue
working as expected). Thanks! :)

@Rocko afaik once an Ubuntu release is made, packages are not updated,
but critical bugfixes (like this one) are backported - you can expect
the new version to be included in Ubuntu 15.04

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

Title:
  data grid not displaying resultset is blank

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1376154/+subscriptions

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


[Bug 1346734] Re: Unprivileged LXC containers don't work under systemd

2014-11-26 Thread Martin Pitt
Ah, nevermind; it wanted to write
/sys/fs/cgroup/cpuset//cgroup.clone_children, which is probably an
artifact of cpuset not being included in the join all controllers
bits.

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

Title:
  Unprivileged LXC containers don't work under systemd

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

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


[Bug 1346734] Re: Unprivileged LXC containers don't work under systemd

2014-11-26 Thread Martin Pitt
I created a per-user container t1, and confirm that it does start
under upstart/cgmanger and doesn't under systemd. I now have a
preliminary patch for putting the user slices into all cgroup
controllers, plus some hand-crafted chown ubuntu for all the
user-1000.slice cgroup directories so that they become writable (this
part still needs to be added to the patch). I understand that this
should now be sufficient:

ubuntu@ulxc$ cat /proc/$$/cgroup
10:devices:/user.slice/user-1000.slice
9:memory:/user.slice/user-1000.slice
8:cpuset:/
7:hugetlb:/user.slice/user-1000.slice
6:blkio:/user.slice/user-1000.slice
5:cpu,cpuacct:/user.slice/user-1000.slice
4:freezer:/user.slice/user-1000.slice
3:perf_event:/user.slice/user-1000.slice
2:net_cls,net_prio:/user.slice/user-1000.slice
1:name=systemd:/user.slice/user-1000.slice/session-1.scope

ubuntu@ulxc:~$ ls -ld /sys/fs/cgroup/*/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/blkio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuset/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/devices/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/freezer/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/hugetlb/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/memory/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/perf_event/user.slice/user-1000.slice/
drwxr-xr-x 4 root   root 0 Nov 26 10:33 
/sys/fs/cgroup/systemd/user.slice/user-1000.slice/

I'm not sure why my login shell isn't in cpuset, I'll debug that
still. But I chown'ed /sys/fs/cgroup/cpuset/ to ubuntu as well.

But still lxc-start fails:

$ lxc-start -n t1 -F 
lxc-start: cgfs.c: lxc_cgroupfs_create: 849 Could not set clone_children to 1 
for cpuset hierarchy in parent cgroup.
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/devices/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/memory/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Read-only file system - cgroup_rmdir: 
failed to delete /sys/fs/cgroup/cpuset/
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/hugetlb/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/blkio/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/freezer/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/perf_event/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice
lxc-start: start.c: lxc_spawn: 864 failed creating cgroups

Questions:

 - Why is it trying to *remove* the existing cgroups? It sounds wrong to
fuzz around with those, I thought it would merely want and need to
create new cgroups below those? And the ubuntu user can definitively do
that:

ubuntu@ulxc:~$ mkdir 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
ubuntu@ulxc:~$ ls -ld 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
drwxrwxr-x 2 ubuntu ubuntu 0 Nov 26 10:50 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup

--logpriority debug --logfile /tmp/d doesn't really give much
information either. stracing lxc-start only shows rmdir() whose errors
are shown above, it doesn't have any mkdir() or similar call which would
show an attempt to create new cgroups?

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

** No longer affects: lxc (Ubuntu)

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

[Bug 1268257] Re: nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module failed to build, with only error: objdump: '... .tmp_nv.o': No such file

2014-11-26 Thread Timo Aaltonen
** Changed in: nvidia-graphics-drivers-331-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

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

Title:
  nvidia-331-updates 331.38-0ubuntu3: nvidia-331-updates kernel module
  failed to build, with only error: objdump: '... .tmp_nv.o': No such
  file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1268257/+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   >