[Bug 1498170] rukbah (amd64) - tests ran: 66, failed: 66

2015-09-21 Thread Brad Figg
tests ran:  66, failed: 66;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/rukbah__4.2.0-10.12__2015-09-22_06-28-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498145] Re: virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build [SUPDrv-linux.c:488:8: error: void value not ignored as it ought to be]

2015-09-21 Thread LocutusOfBorg
Invalid, unsupported configuration.

** Changed in: virtualbox (Ubuntu)
   Status: New => Invalid

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

Title:
  virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build
  [SUPDrv-linux.c:488:8: error: void value not ignored as it ought to
  be]

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

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


[Bug 1280555] Re: Square Icons should not have a border

2015-09-21 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Importance: Low => Wishlist

** Changed in: unity (Ubuntu)
   Importance: Low => Wishlist

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

Title:
  Square Icons should not have a border

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

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


[Bug 1466640] Re: config.mk in master branch fetched from stable/6.1

2015-09-21 Thread Sergey Kulanov
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

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

Title:
  config.mk in master branch fetched from stable/6.1

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

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


[Bug 1498170] phact (amd64) - tests ran: 66, failed: 66

2015-09-21 Thread Brad Figg
tests ran:  66, failed: 66;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/phact__4.2.0-10.12__2015-09-22_06-22-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1404824] Re: [Scopes] There is no way to uninstall a scope on ubuntu phone

2015-09-21 Thread Yuan-Chen Cheng
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

** Changed in: savilerow
   Status: New => Triaged

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

Title:
  [Scopes] There is no way to uninstall a scope on ubuntu phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1404824/+subscriptions

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


Re: [Bug 1496743] [NEW] /usr/bin/ld.gold: --push-state: unknown option

2015-09-21 Thread Steve Langasek
On Mon, Sep 21, 2015 at 01:56:46PM -, Launchpad Bug Tracker wrote:
> With gcc 5.2.1-17ubuntu4, we're seeing
> https://launchpadlibrarian.net/218108553/buildlog_ubuntu-wily-amd64
> .ubuntu-ui-toolkit_1.3.1639%2B15.10.20150916.2-0ubuntu1_BUILDING.txt.gz

The error in the log is:

g++ -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,-O1 -fuse-ld=gold 
-o ubuntu-ui-toolkit-launcher .obj/launcher.o .obj/MouseTouchAdaptor.o 
-L/usr/X11R6/lib64 -lQt5Quick -lQt5Gui -lQt5Qml -lQt5Network -lQt5Test 
-lQt5Core -lGL -lpthread 
/usr/bin/ld.gold: --push-state: unknown option
/usr/bin/ld.gold: use the --help option for usage information
collect2: error: ld returned 1 exit status

But --push-state only ever appears in the error message; it does not appear
in the g++ commandline that the build system claims to be invoking.  Has
anyone tracked down the origin of this?  I do see '--push-state' in the
output of 'strings /usr/bin/g++', so it's certainly possible that g++ itself
is adding it to the commandline when invoking ld.  If so this is definitely
a gcc bug, passing extra arguments to ld regardless of which ld is being
called, and it doesn't matter what libraries are being passed.

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

Title:
  /usr/bin/ld.gold: --push-state: unknown option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1496743/+subscriptions

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


[Bug 1433320] Re: systemd-journald, udev, logind crashed with SIGABRT -- get killed by 1 min watchdog timeout on longer kernel lockups

2015-09-21 Thread Martin Pitt
** Changed in: apport (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: systemd (Ubuntu)
   Status: Triaged => 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/1433320

Title:
  systemd-journald, udev, logind crashed with SIGABRT -- get killed by 1
  min watchdog timeout on longer kernel lockups

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

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


[Bug 1453331] Re: Job open-iscsi.service/start deleted to break ordering cycle starting with sysinit.target/start

2015-09-21 Thread Torsten Gollnick
I have the same problem with iscsi.
Kernel is
3.19.0-25-generic #26-Ubuntu SMP Fri Jul 24 21:17:31 UTC 2015 x86_64 x86_64 
x86_64 GNU/Linux
System is updated. 
Additionally I use zfs on iscsi and I have lxc containers on it. 
That is, no iscsi, no auto import of zfs pools, no lxc container.

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

Title:
  Job open-iscsi.service/start deleted to break ordering cycle starting
  with sysinit.target/start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1453331/+subscriptions

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


[Bug 1498310] Re: udev is missing /lib/udev/udev-finish in wily

2015-09-21 Thread Martin Pitt
udev-finish.service is gone, together with /lib/udev/udev-finish. That's
quite deliberate, we don't need it any more.

Please give me the output of "sudo systemctl status -l udev-
finish.service". Thanks!

** Package changed: udev (Ubuntu) => systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: New => Incomplete

** Summary changed:

- udev is missing /lib/udev/udev-finish in wily
+ udev-finish.service still present in wily

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

Title:
  udev-finish.service still present in wily

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

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


[Bug 1493185] Re: missing icons in dash/app scope for ubuntu touch vivid image

2015-09-21 Thread Hawk
Is there any thing I can do to help with resolving the bug?

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

Title:
  missing icons in dash/app scope for ubuntu touch vivid image

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

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


[Bug 1472050] Re: Thunar crashes when I have multiple files highlighted and drag then drop them

2015-09-21 Thread Fidelis
The crash bug doesn't seem to have any connection to moving files between 
different partitions.
I just selected all the hand-full of the files from a sub-folder and moved them 
with the mouse to the parent-folder when Thunar crashed, and apport produced 
the attached log. Like the original poster said, despite the crash the files 
reached their destination, so the crash appears after Thunar complets the 
moving operation.

Can we make apport to log more details about how Thunar crashes?

** Attachment added: "Thunar crash log from apport.log"
   
https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1472050/+attachment/4470993/+files/apport.log

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

Title:
  Thunar crashes when I have multiple files highlighted and drag then
  drop them

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

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


[Bug 702157] Re: unity reboots when changing tabs in kile or evolution

2015-09-21 Thread NickTh
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

** Changed in: compiz (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  unity reboots when changing tabs in kile or evolution

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

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


[Bug 702157] Re: unity reboots when changing tabs in kile or evolution

2015-09-21 Thread NickTh
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

** Changed in: unity (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  unity reboots when changing tabs in kile or evolution

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

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


[Bug 702157] Re: unity reboots when changing tabs in kile or evolution

2015-09-21 Thread NickTh
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

** Changed in: unity
   Status: Confirmed => Invalid

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

Title:
  unity reboots when changing tabs in kile or evolution

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

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


[Bug 1486036] Re: Faulty graphics behaviour when resuming from suspend with intel graphics drivers

2015-09-21 Thread Gregor Kastner
*** This bug is a duplicate of bug 1452318 ***
https://bugs.launchpad.net/bugs/1452318

** This bug has been marked a duplicate of bug 1452318
   Faulty behavior when resuming from suspend

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

Title:
  Faulty graphics behaviour when resuming from suspend with intel
  graphics drivers

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

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


[Bug 1497547] Re: Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2015-09-21 Thread Daniel van Vugt
As a workaround you can run Mir natively using the option:   --vt 1
Then just switch to it with Ctrl+Alt+F1/F7

** Summary changed:

- mir_proving_server assert failure: mir_proving_server: 
../../src/xcb_io.c:274: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
+ Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274: 
poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

** Information type changed from Private to Public

** Also affects: mir
   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/1497547

Title:
  Mir on X11 server crashed: mir_proving_server: ../../src/xcb_io.c:274:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

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

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


[Bug 1292396] Re: After upgrade Unity session is broken

2015-09-21 Thread NickTh
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

Maybe a bad configuration ?

Try to restore original settings.

$ gconftool --shutdown
$ sudo killall -r -I gconf
$ sudo killall -r -I dconf
$ tar czf confbackup.tar.gz .compiz* .gconf* .config/dconf/ .config/compiz*

then

$ rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*

and reboot.

** Changed in: unity
   Status: Confirmed => Invalid

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

Title:
  After upgrade Unity session is broken

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

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


[Bug 1498310] [NEW] udev is missing /lib/udev/udev-finish in wily

2015-09-21 Thread glitsj16
Public bug reported:

$ lsb_release -rd
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10

$ apt-cache policy udev
udev:
  Installed: 225-1ubuntu4
  Candidate: 225-1ubuntu4
  Version table:
 *** 225-1ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

The udev package in wily is missing /lib/udev/udev-finish, hence systemd 
reports the udev-finish.service as failed.
Placing this script , which is in udev package 219-7ubuntu6 (vivid-updates), 
into the correct location rectifies this.

** Affects: udev (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/1498310

Title:
  udev is missing /lib/udev/udev-finish in wily

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

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


[Bug 1292396] Re: After upgrade Unity session is broken

2015-09-21 Thread NickTh
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

Maybe a bad configuration ?

Try to restore original settings.

$ gconftool --shutdown
$ sudo killall -r -I gconf
$ sudo killall -r -I dconf
$ tar czf confbackup.tar.gz .compiz* .gconf* .config/dconf/ .config/compiz*

then

$ rm -rf .compiz* .gconf* .config/dconf/ .config/compiz*

and reboot.

** Changed in: unity (Ubuntu)
   Status: Triaged => Invalid

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

Title:
  After upgrade Unity session is broken

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

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


[Bug 1498170] rukbah (i386) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/rukbah__4.2.0-10.12__2015-09-22_05-53-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498170] phact (i386) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/phact__4.2.0-10.12__2015-09-22_05-50-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498065] Packages available

2015-09-21 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Backport packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-lts-vivid (14.04.1) - bug 1498307

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

** Description changed:

  This bug is for tracking the 3.19.0-30.33 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:Monday, 21. September 2015 15:30 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Monday, 21. September 2015 15:30 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Tuesday, 22. September 2015 06:02 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 22. September 2015 06:02 UTC
+ kernel-stable-phase-changed:Tuesday, 22. September 2015 06: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/1498065

Title:
  linux: 3.19.0-30.33 -proposed tracker

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

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


[Bug 1498307] [NEW] linux-lts-vivid: 3.19.0-30.33~14.04.1 -proposed tracker

2015-09-21 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.19.0-30.33~14.04.1 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, 22. September 2015 06:01 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 22. September 2015 06:01 UTC
kernel-stable-master-bug:1498065

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-vivid (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-trusty

** Also affects: linux-lts-vivid (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: 

[Bug 1497544] Re: Xorg crashed with SIGABRT in OsAbort()

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1237904 ***
https://bugs.launchpad.net/bugs/1237904

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 #1237904, 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/1497544/+attachment/4468570/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468573/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468580/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468582/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468583/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468584/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497544/+attachment/4468585/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1237904
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

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


[Bug 986841] Re: Debug log created by Adobe Reader browser plugin (nppdf.so)

2015-09-21 Thread Alkis Georgopoulos
Here's my version of the workaround, it patches all the nppdf files only if 
they match the broken md5sum.
Just copy/paste all of it in a single line in a terminal and enter your 
password when prompted by the sudo command.

find /usr /opt -name '*nppdf*' | xargs md5sum | while read sum file; do
if [ "$sum" = "5ca924df0f81f7b922f003a37b588a60" ]; then sudo sed
's@C:\\nppdf32Log\\debuglog.txt@//dev/null@' -i "$file";
echo "Patched $file $sum"; else echo "Skipped $file $sum"; fi; done

Example output:
Patched /usr/lib/mozilla/plugins/nppdf.so 5ca924df0f81f7b922f003a37b588a60
Patched /usr/lib/firefox-addons/plugins/nppdf.so 
5ca924df0f81f7b922f003a37b588a60
Patched /usr/lib/firefox/plugins/nppdf.so 5ca924df0f81f7b922f003a37b588a60
Patched /opt/Adobe/Reader9/Browser/intellinux/nppdf.so 
5ca924df0f81f7b922f003a37b588a60

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

Title:
  Debug log created by Adobe Reader browser plugin (nppdf.so)

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/986841/+subscriptions

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


[Bug 1498138] Re: z-order weirdness when dragging ListItems

2015-09-21 Thread Zsombor Egri
** Tags added: listitem

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

Title:
  z-order weirdness when dragging ListItems

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

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


[Bug 1497536]

2015-09-21 Thread Apport retracing service
StacktraceTop:
 ff_audio_data_free (a=a@entry=0x7f8270042b00) at 
/build/buildd/libav-11.2/libavresample/audio_data.c:220
 avresample_close (avr=0x7f8270042a60) at 
/build/buildd/libav-11.2/libavresample/utils.c:264
 avresample_free (avr=avr@entry=0x7f827003d378) at 
/build/buildd/libav-11.2/libavresample/utils.c:282
 ffmpeg_close (ip_data=0x7f827004c808) at ffmpeg.c:300
 ip_close (ip=0x7f827004c800) at input.c:584

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

Title:
  cmus crashed with SIGSEGV in ff_audio_data_free() when adding music
  folder

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

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


[Bug 1498143] Re: Separator missing when last ListItem dragged into middle of ListView

2015-09-21 Thread Zsombor Egri
Yep, I can confirm that, an update must be invoked on the dragged item
when drop completes.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

** Tags added: listitem

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

Title:
  Separator missing when last ListItem dragged into middle of ListView

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

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


[Bug 1497536] StacktraceSource.txt

2015-09-21 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1497536/+attachment/4470977/+files/StacktraceSource.txt

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

Title:
  cmus crashed with SIGSEGV in ff_audio_data_free() when adding music
  folder

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

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


[Bug 1497536] ThreadStacktrace.txt

2015-09-21 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497536/+attachment/4470978/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1497536/+attachment/4468476/+files/CoreDump.gz

** Changed in: cmus (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- cmus crashed with SIGSEGV in avresample_close() when adding music folder
+ cmus crashed with SIGSEGV in ff_audio_data_free() when adding music folder

** Tags removed: need-amd64-retrace

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

Title:
  cmus crashed with SIGSEGV in ff_audio_data_free() when adding music
  folder

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

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


[Bug 1497536] Stacktrace.txt

2015-09-21 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497536/+attachment/4470976/+files/Stacktrace.txt

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

Title:
  cmus crashed with SIGSEGV in ff_audio_data_free() when adding music
  folder

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

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


[Bug 1497787] Re: Customize Look and Feel doesn't start

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1494923 ***
https://bugs.launchpad.net/bugs/1494923

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 #1494923, 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/1497787/+attachment/4469787/+files/CoreDump.gz

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1497787/+attachment/4469791/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1497787/+attachment/4469792/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 1494923

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Customize Look and Feel doesn't start

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

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


[Bug 1498138] Re: z-order weirdness when dragging ListItems

2015-09-21 Thread Zsombor Egri
1) Indeed, we should set the z-order to be MAXINT while dragged so they go over 
any element in the view.
2) you don't see the z-order going back to 1 as the dragged item is duplicated, 
the original one is hidden for the entire time of dragging and the duplicate is 
set to be z-ordered 2. This duplicate is then deleted when dropped event 
animations are completed.

So the only bug we have is the z-order of the dragged element.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

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

Title:
  z-order weirdness when dragging ListItems

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

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


[Bug 1498164] Re: file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1062401 ***
https://bugs.launchpad.net/bugs/1062401

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 #1062401, 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/1498164/+attachment/4470673/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470675/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470677/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470678/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470679/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470680/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1498164/+attachment/4470681/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1062401
   file-roller crashed with SIGSEGV in fr_window_update_columns_visibility()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1498164/+subscriptions

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


[Bug 1495207] Re: BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and as "never" updated

2015-09-21 Thread Matthias Apitz
to Barry:

I do not know what "si 2.5" or "si 3.0" is; I only can see what I have
posted in the original report: version: Ubuntu 15.04-armhf
(20150825-170536), can you please explain here (or off-list) what those
"si values" are?

as I said, on the update to r25 on September 13, mine was working fine
and my wife's failed; in my BQ a lot of things are installed below
~phablet, even a chroot complete system to compile things; the one of my
wife is nearly unchanged (if I do not count contacts etc.); the only
"unusual" with my wife's phone is that it was for "repair" in June here
in Germany in the company Mundo Reader GmbH and I don't know what they
did exactly as "repair"; it returned with a new MAC addr, that's why I
think, they just returned another device which I then updated to r24; do
you want me to contact Mundo Reader?

What do you mean with "dangling symlink"? I could not see any error in
the fetched delta files nor in  https://system-image.ubuntu.com/ubuntu-
touch/stable/bq-aquaris.en/krillin/version-25.tar.xz 

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

Title:
  BQ E4.5 (r24): after fine update to r25 system is reported as r-1 and
  as "never" updated

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495207/+subscriptions

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


[Bug 1497177] Re: 15.10 default desktop wallpaper

2015-09-21 Thread Adolfo Jayme
Since this seems to be the usual biannual dance that brings no new
strings, +1 from translators. The default wallpaper is always named
“Ubuntu”, so there’s no affectation to our workload (that actually
happens when the rest of the artwork gets uploaded, usually at a later
stage).

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

Title:
  15.10 default desktop wallpaper

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

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

[Bug 1498170] phact (amd64) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/phact__4.2.0-10.12__2015-09-22_05-16-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498170] rukbah (amd64) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/rukbah__4.2.0-10.12__2015-09-22_05-19-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498302] Re: package libkf5sysguard5-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in package kde-l10n-tg 4:

2015-09-21 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/1498302

Title:
  package libkf5sysguard5-data (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in
  package kde-l10n-tg 4:4.11.97-0ubuntu1

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

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


[Bug 1498302] [NEW] package libkf5sysguard5-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in package kde-l10n-tg

2015-09-21 Thread patrick ritter
Public bug reported:

trying to install the kde desktop to my ubuntu

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libkf5sysguard5-data (not installed)
ProcVersionSignature: Ubuntu 3.19.0-29.31-generic 3.19.8-ckt6
Uname: Linux 3.19.0-29-generic i686
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: i386
Date: Tue Sep 22 00:47:26 2015
DuplicateSignature: package:libkf5sysguard5-data:(not installed):trying to 
overwrite '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in 
package kde-l10n-tg 4:4.11.97-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in package 
kde-l10n-tg 4:4.11.97-0ubuntu1
InstallationDate: Installed on 2015-09-20 (2 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.2
SourcePackage: libksysguard
Title: package libkf5sysguard5-data (not installed) failed to install/upgrade: 
trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is 
also in package kde-l10n-tg 4:4.11.97-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 package-conflict vivid

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

Title:
  package libkf5sysguard5-data (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/locale/tg/LC_MESSAGES/processcore.mo', which is also in
  package kde-l10n-tg 4:4.11.97-0ubuntu1

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

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


[Bug 1495178] Re: Failed to set wall message, ignoring: Message recipient disconnected from message bus without replying

2015-09-21 Thread Martin Pitt
Fixed with https://github.com/systemd/systemd/commit/91b3e7f, pulled
that into the wily branch.

** Changed in: systemd (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: systemd (Ubuntu)
   Importance: High => Medium

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

Title:
  Failed to set wall message, ignoring: Message recipient disconnected
  from message bus without replying

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

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


[Bug 1497883] Re: cat of long files breaks dropbear ssh connection

2015-09-21 Thread Madper Xie
** Also affects: oem-priority
   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/1497883

Title:
  cat of long files breaks dropbear ssh connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1497883/+subscriptions

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


[Bug 1462688] Re: ubi-timezone failed exit code 1 error when installing UbuntuStudio Wily-15.10 32bit version

2015-09-21 Thread Doug Smythies
Given that there have now been 3 installation failures today, I'll set
this back to critical and to not fixed.

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

** Changed in: ubiquity (Ubuntu)
   Importance: Medium => Critical

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

Title:
  ubi-timezone failed exit code 1 error when installing UbuntuStudio
  Wily-15.10 32bit version

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

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


[Bug 1495178] Re: Failed to set wall message, ignoring: Message recipient disconnected from message bus without replying

2015-09-21 Thread Martin Pitt
Trivially reproducible in a VM. So
https://github.com/systemd/systemd/commit/3d1c455f9a8 fixed the timed
shutdown (this does work now), but still leaves the crash. This works
fine with 226, so we just need to find the commit to backport.

** Changed in: systemd (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: systemd (Ubuntu)
Milestone: None => ubuntu-15.09

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

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

Title:
  Failed to set wall message, ignoring: Message recipient disconnected
  from message bus without replying

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

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


[Bug 1498170] rukbah (i386) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/rukbah__4.2.0-10.12__2015-09-22_04-48-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498170] phact (i386) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/phact__4.2.0-10.12__2015-09-22_04-42-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498020] Re: kactivitymanagerd crashed with SIGABRT in QMessageLogger::fatal()

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1495934 ***
https://bugs.launchpad.net/bugs/1495934

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 #1495934, 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/1498020/+attachment/4470347/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470349/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470351/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470352/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470353/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470354/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1498020/+attachment/4470355/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1495934

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  kactivitymanagerd crashed with SIGABRT in QMessageLogger::fatal()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kactivities-kf5/+bug/1498020/+subscriptions

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


[Bug 1497876] Re: [HDA-Intel - HDA Intel PCH, playback] Playback problem

2015-09-21 Thread MeneM
The laptop has got 1 headphone and 1 microphone jacket. It also has 1
redlight emitting jacket for digital audio out. That's it.

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1497876/+subscriptions

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


[Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-21 Thread Micah Gersten
Oh, I didn't realize that my previous backport upload was already
accepted.  This still needs a patch.  I think we should just apply
http://launchpadlibrarian.net/213125772/haproxy_1.4.24-2ubuntu0.1_1.4.24-2ubuntu0.2.diff.gz
to backports, could you please test this?  I've upload a test package to
my PPA ppa:micahg/ppa

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

Title:
  HAProxy 1.5 init script does not terminate processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1494141/+subscriptions

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


[Bug 1498296] Re: package kio-extras-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/kio_man.mo', which is also in package kde-l10n-tg 4:4.11.97-0

2015-09-21 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/1498296

Title:
  package kio-extras-data (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/kio_man.mo',
  which is also in package kde-l10n-tg 4:4.11.97-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kio-extras/+bug/1498296/+subscriptions

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


[Bug 1374892] Re: Please backport php5-apcu version 4.0.6 to Ubuntu 14.04 LTS

2015-09-21 Thread Johannes Rohr
This bug will soon celebrate its first birthday. Is it really that
difficult to fix and to upload what appears to be a maintenance release?

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

Title:
  Please backport php5-apcu version 4.0.6 to Ubuntu 14.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-apcu/+bug/1374892/+subscriptions

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


[Bug 1498296] [NEW] package kio-extras-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/kio_man.mo', which is also in package kde-l10n-tg 4:4.11.97

2015-09-21 Thread patrick ritter
Public bug reported:

i was installing the kde pagages

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: kio-extras-data (not installed)
ProcVersionSignature: Ubuntu 3.19.0-29.31-generic 3.19.8-ckt6
Uname: Linux 3.19.0-29-generic i686
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: i386
Date: Tue Sep 22 00:19:47 2015
DuplicateSignature: package:kio-extras-data:(not installed):trying to overwrite 
'/usr/share/locale/tg/LC_MESSAGES/kio_man.mo', which is also in package 
kde-l10n-tg 4:4.11.97-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/share/locale/tg/LC_MESSAGES/kio_man.mo', which is also in package 
kde-l10n-tg 4:4.11.97-0ubuntu1
InstallationDate: Installed on 2015-09-20 (1 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.2
SourcePackage: kio-extras
Title: package kio-extras-data (not installed) failed to install/upgrade: 
trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/kio_man.mo', which is 
also in package kde-l10n-tg 4:4.11.97-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kio-extras (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check package-conflict vivid

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

Title:
  package kio-extras-data (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/locale/tg/LC_MESSAGES/kio_man.mo',
  which is also in package kde-l10n-tg 4:4.11.97-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kio-extras/+bug/1498296/+subscriptions

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


[Bug 1498259] Re: No abre la aplicación "personalizar apariencia y comportamiento"

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1494923 ***
https://bugs.launchpad.net/bugs/1494923

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 #1494923, 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/1498259/+attachment/4470866/+files/CoreDump.gz

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1498259/+attachment/4470869/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1498259/+attachment/4470870/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 1494923

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  No abre la aplicación "personalizar apariencia y comportamiento"

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

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

[Bug 1497997] Re: Xorg crashed with SIGABRT in OsAbort()

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1237904 ***
https://bugs.launchpad.net/bugs/1237904

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 #1237904, 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/1497997/+attachment/4470298/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470301/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470313/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470315/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470316/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470317/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1497997/+attachment/4470318/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1237904
   Xorg crashed with SIGABRT in OsAbort()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Xorg crashed with SIGABRT in OsAbort()

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

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


[Bug 1497668] Re: Mendeley program chashes

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1495148 ***
https://bugs.launchpad.net/bugs/1495148

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 #1495148, 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/1497668/+attachment/4469175/+files/CoreDump.gz

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1497668/+attachment/4469178/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1497668/+attachment/4469179/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 1495148

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  Mendeley program chashes

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

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


[Bug 1498170] phact (amd64) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/phact__4.2.0-10.12__2015-09-22_04-10-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1498170] rukbah (amd64) - tests ran: 2, failed: 2

2015-09-21 Thread Brad Figg
tests ran:   2, failed: 2;
  
http://kernel.ubuntu.com/testing/4.2.0-10.12/rukbah__4.2.0-10.12__2015-09-22_04-14-00/results-index.html

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

Title:
  linux: 4.2.0-11.13 -proposed tracker

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

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


[Bug 1300097] Re: NetworkManager VPN openconnect fails to connect on 14.04 after update

2015-09-21 Thread Launchpad Bug Tracker
[Expired for network-manager-openconnect (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: network-manager-openconnect (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  NetworkManager VPN openconnect fails to connect on 14.04 after update

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

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


[Bug 1477523] Re: Any lock function causes black screen and no login

2015-09-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Any lock function causes black screen and no login

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

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


[Bug 1458158] Re: Lock Screen Closes Applications

2015-09-21 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  Lock Screen Closes Applications

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

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


[Bug 1498108] Re: linux: 3.13.0-65.105 -proposed tracker

2015-09-21 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

Derivative packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-keystone - bug 1498290

Backport packages from packages here can be worked on, the following tracking 
bugs were opened for them:
linux-lts-trusty (precise1) - bug 1498291

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

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

** Description changed:

  This bug is for tracking the 3.13.0-65.105 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:Monday, 21. September 2015 17:41 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Monday, 21. September 2015 17:41 UTC
+ kernel-stable-phase:CopyToProposed
+ kernel-stable-Prepare-package-end:Tuesday, 22. September 2015 04:04 UTC
+ kernel-stable-Promote-to-proposed-start:Tuesday, 22. September 2015 04:04 UTC
+ kernel-stable-phase-changed:Tuesday, 22. September 2015 04:04 UTC

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

Title:
  linux: 3.13.0-65.105 -proposed tracker

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

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


[Bug 1498290] Derivative package tracking bug

2015-09-21 Thread Brad Figg
This tracking bug was opened to be worked from linux-3.13.0-65.105
update (bug 1498108)

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

Title:
  linux-keystone:  -proposed tracker

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

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


[Bug 1498290] [NEW] linux-keystone: -proposed tracker

2015-09-21 Thread Brad Figg
Public bug reported:

This bug is for tracking the  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, 22. September 2015 04:01 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 22. September 2015 04:01 UTC
kernel-stable-master-bug:1498108

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/upload-to-ppa
 Importance: Medium
 Status: Invalid

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)
 Status: New

** Affects: linux-keystone (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-keystone (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: armhf block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: armhf

** Tags added: block-proposed-trusty

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

** Tags added: trusty

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/upload-to-ppa
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Invalid

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
   Status: New => Invalid

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: (unassigned) => Ubuntu Stable Release Updates Team (ubuntu-sru)

** Changed in: kernel-sru-workflow/promote-to-security
   Impor

[Bug 1498291] [NEW] linux-lts-trusty: 3.13.0-65.105~precise1 -proposed tracker

2015-09-21 Thread Brad Figg
Public bug reported:

This bug is for tracking the 3.13.0-65.105~precise1 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, 22. September 2015 04:03 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 22. September 2015 04:03 UTC
kernel-stable-master-bug:1498108

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-lts-trusty (Ubuntu)
 Importance: Medium
 Status: New

** Affects: linux-lts-trusty (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-precise

** Also affects: linux-lts-trusty (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   I

[Bug 1489578] Re: Default route for IPv6 not being set correctly

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

** Changed in: network-manager-openconnect (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/1489578

Title:
  Default route for IPv6 not being set correctly

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

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


[Bug 1498281] Re: rc-proposed contains three versions of Mir: 0.15.1 + 0.14.1 + 0.13.3

2015-09-21 Thread Daniel van Vugt
This bug only seems to exist in vivid+overlay. On wily it does not
happen because wily has ubuntu-application-api3-touch which depends on
libmirclient9.

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

Title:
  rc-proposed contains three versions of Mir: 0.15.1 + 0.14.1 + 0.13.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1498281/+subscriptions

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


[Bug 1498281] [NEW] rc-proposed contains three versions of Mir: 0.15.1 + 0.14.1 + 0.13.3

2015-09-21 Thread Daniel van Vugt
Public bug reported:

rc-proposed contains three versions of Mir: 0.15.1 + 0.14.1 + 0.13.3

$ dpkg -l | grep libmir
ii  libmirclient-debug-extension1:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - optional client debug interfaces
ii  libmirclient8:armhf  
0.13.3+15.04.20150617-0ubuntu1  armhfDisplay 
server for Ubuntu - client library
ii  libmirclient9:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - client library
ii  libmircommon4:armhf  
0.13.3+15.04.20150617-0ubuntu1  armhfDisplay 
server for Ubuntu - shared library
ii  libmircommon5:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - shared library
ii  libmirplatform9:armhf
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - platform library
ii  libmirprotobuf0:armhf
0.14.1+15.04.20150821-0ubuntu1  armhfDisplay 
server for Ubuntu - RPC definitions
ii  libmirprotobuf1:armhf
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - RPC definitions
ii  libmirserver33:armhf 
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - server library

It appears the main reason for the older packages still being present is
platform-api depending on libmirclient8:

$ dpkg -s ubuntu-application-api2-touch
Package: ubuntu-application-api2-touch
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 361
Maintainer: Ubuntu Developers 
Architecture: armhf
Multi-Arch: same
Source: platform-api
Version: 2.9.0+15.04.20150326-0ubuntu1
Depends: libc6 (>= 2.17), libdbus-cpp4 (>= 2.0.0+14.04.20140310), libgcc1 (>= 
1:4.4.0), libhybris-common1, libmirclient8 (>= 0.12.0+15.04.20150228), 
libstdc++6 (>= 4.9), libubuntu-location-service2, liburl-dispatcher1 (>= 0.1), 
libubuntu-application-api2 (= 2.9.0+15.04.20150326-0ubuntu1)
Pre-Depends: multiarch-support
Description: Implementation of the Platform API for Ubuntu Touch
 This package provides the implementation of the Platform API to
 bring up an Ubuntu Touch system.
Homepage: https://launchpad.net/platform-api

$ system-image-cli -i
current build number: 118
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en
last update: 2015-09-22 03:17:29
version version: 118
version ubuntu: 20150921
version device: 20150818-0b38025
version custom: 20150814-887-8-46

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: platform-api
 Importance: Undecided
 Status: New

** Affects: platform-api (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: platform-api
   Importance: Undecided
   Status: New

** Also affects: platform-api (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  rc-proposed contains three versions of Mir: 0.15.1 + 0.14.1 + 0.13.3
  
  $ dpkg -l | grep libmir
  ii  libmirclient-debug-extension1:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - optional client debug interfaces
  ii  libmirclient8:armhf  
0.13.3+15.04.20150617-0ubuntu1  armhfDisplay 
server for Ubuntu - client library
  ii  libmirclient9:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - client library
  ii  libmircommon4:armhf  
0.13.3+15.04.20150617-0ubuntu1  armhfDisplay 
server for Ubuntu - shared library
  ii  libmircommon5:armhf  
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - shared library
  ii  libmirplatform9:armhf
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - platform library
  ii  libmirprotobuf0:armhf
0.14.1+15.04.20150821-0ubuntu1  armhfDisplay 
server for Ubuntu - RPC definitions
  ii  libmirprotobuf1:armhf
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - RPC definitions
  ii  libmirserver33:armhf 
0.15.1+15.04.20150903-0ubuntu1  armhfDisplay 
server for Ubuntu - serv

[Bug 1280555] Re: Square Icons should not have a border

2015-09-21 Thread Kai Mast
I am talking about how the icons are rendered in unity7.
A square icons gets an additional square border which seems off.

You can probably mark this as wont fix as unity7 is in maintenance mode.

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

Title:
  Square Icons should not have a border

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

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


[Bug 1489560] Re: qemu-efi: hangs in kvm mode when built w/ gcc-5

2015-09-21 Thread Thomas Preud'homme
I built edk2 with and without the arm64-no-expensive-optimizations
patch, dumping the trees in both case (with -fdump-tree-bswap with the
patch and -fdump-tree-sincos without). Fortunately, the diff is quite
small and I could review it all. Transformations all look sound and
indeed there is a few transformations that wasn't done before the patch
mentionned in the initial bug report.

One thing that it does and could pose problem is transforming a serie of
byte load into a single unaligned 32bit load. This is allowed for this
target by default so nothing wrong here but maybe in this case unaligned
load should not be done. If that is the case, -mstrict-align should be
used when compiling all files. Dann, could you try compiling with this
flag instead of -mno-expensive-optimizations and see if you still hit
the bug? Unfortunately I don't have access to an aarch64 machine with
KVM available.

Best regards.

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

Title:
  qemu-efi: hangs in kvm mode when built w/ gcc-5

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

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


[Bug 1498278] [NEW] Shouldnt allow to switch cameras when only a single camera is present

2015-09-21 Thread Kai Mast
Public bug reported:

In fact, the app freezes when I try to do so...

This happens on my Laptop.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: camera-app 3.0.0+15.10.20150707-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Sep 21 23:25:30 2015
InstallationDate: Installed on 2014-11-20 (305 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: camera-app
SystemImageInfo:
 current build number: 0
 device name: 
 channel: daily
 last update: 2015-07-01 14:58:02
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  Shouldnt allow to switch cameras when only a single camera is present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1498278/+subscriptions

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


[Bug 1498280] [NEW] App doesnt display correctly on widescreen.

2015-09-21 Thread Kai Mast
Public bug reported:

Seems to be optimized for vertical screens. Can only see half of the
output on my laptop.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: camera-app 3.0.0+15.10.20150707-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-10.11-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Sep 21 23:28:10 2015
InstallationDate: Installed on 2014-11-20 (305 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: camera-app
SystemImageInfo:
 current build number: 0
 device name: 
 channel: daily
 last update: 2015-07-01 14:58:02
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: camera-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  App doesnt display correctly on widescreen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1498280/+subscriptions

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


Re: [Bug 1459284] Re: Two-finger scroll setting does not persist

2015-09-21 Thread Daniel Burton
I'm not sure what you mean by "touchpad configuration."  This is just a
normal Mac touchpad, and I haven't done any special configuration, other
than the Mouse & Touchpad settings.  I have Disable While Typing, Tap to
click and Natural scrolling checked.

On Mon, Sep 21, 2015 at 8:03 AM, Sebastien Bacher 
wrote:

> Thank you for your bug report. Could you give details on your touchpad
> and configuration? The setting value is correctly stored/loaded on login
> here
>
> ** Changed in: unity-control-center (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: unity-control-center (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1459284
>
> Title:
>   Two-finger scroll setting does not persist
>
> Status in unity-control-center package in Ubuntu:
>   Incomplete
>
> Bug description:
>   When I enable the "two finger scroll" setting under Mouse & Touchpad,
>   it does not persist after rebooting.  When I log in again, two-finger
>   scrolling is disabled.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.04
>   Package: unity-control-center 15.04.0+15.04.20150410-0ubuntu1
>   ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
>   Uname: Linux 3.19.0-18-generic x86_64
>   NonfreeKernelModules: wl
>   ApportVersion: 2.17.2-0ubuntu1.1
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Wed May 27 07:45:56 2015
>   ExecutablePath: /usr/bin/unity-control-center
>   InstallationDate: Installed on 2015-05-16 (10 days ago)
>   InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
>   ProcEnviron:
>LANGUAGE=en_US:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   SourcePackage: unity-control-center
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   usr_lib_unity-control-center: deja-dup 32.0-0ubuntu5
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1459284/+subscriptions
>

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

Title:
  Two-finger scroll setting does not persist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1459284/+subscriptions

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


[Bug 1432949] Re: r300 Mesa driver not loading with KMS enabled

2015-09-21 Thread Herminio
I also ran the OpenGL test suite piglit on my graphics card. I shared
the result upstream to mesa but anyone can see them here:

https://drive.google.com/open?id=0ByNWUTbPhemsM1BMczBETndBeEk

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

Title:
  r300 Mesa driver not loading with KMS enabled

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

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


[Bug 1498272] Re: ubiquity crashed with dbus.exceptions.DBusException in call_blocking(): org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 7 matched rules; type="method_call", sender=":

2015-09-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1495017 ***
https://bugs.launchpad.net/bugs/1495017

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 #1495017, 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.

** Tags removed: need-duplicate-check

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided => Medium

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1498272/+attachment/4470887/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1498272/+attachment/4470888/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 1495017
   ubiquity crashed with permission error on NetworkManager GetDevices() call

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

Title:
  ubiquity crashed with dbus.exceptions.DBusException in
  call_blocking(): org.freedesktop.DBus.Error.AccessDenied: Rejected
  send message, 7 matched rules; type="method_call", sender=":1.67"
  (uid=999 pid=2326 comm="/usr/bin/python3
  /usr/lib/ubiquity/bin/ubiquity gt") interface="(unset)"
  member="GetDevices" error name="(unset)" requested_reply="0"
  destination=":1.8" (uid=0 pid=1221 comm="/usr/sbin/NetworkManager
  --no-daemon ")

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

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


[Bug 1498274] [NEW] init.d script doesn't respect `version` argument

2015-09-21 Thread Eoghan Murray
Public bug reported:

Release: Ubuntu 15.04

It seems that the current version of the /etc/init.d/postgresql script
doesn't respect the `version` flag.  Help text states:

Usage: /etc/init.d/postgresql {start|stop|restart|reload|force-
reload|status} [version ..]

But with 2 installations and called as follows:

/etc/init.d/postgresql start 9.4

or

   service postgresql start 9.4

Both 9.4 and 9.3 are started, I expected just 9.4 to start.


Package info:
# apt-cache policy postgresql-common
postgresql-common:
  Installed: 169.pgdg14.04+1
  Candidate: 169.pgdg70+1
  Version table:
 169.pgdg70+1 0
500 http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg/main amd64 
Packages
 *** 169.pgdg14.04+1 0
100 /var/lib/dpkg/status
 166bzr2 0
500 http://mirror.hetzner.de/ubuntu/packages/ vivid/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

** Affects: postgresql-common (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/1498274

Title:
  init.d script doesn't respect `version` argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1498274/+subscriptions

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


[Bug 1498065] Re: linux: 3.19.0-30.33 -proposed tracker

2015-09-21 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/1498065

Title:
  linux: 3.19.0-30.33 -proposed tracker

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

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


[Bug 1498108] Re: linux: 3.13.0-65.105 -proposed tracker

2015-09-21 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package
 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/1498108

Title:
  linux: 3.13.0-65.105 -proposed tracker

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

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


[Bug 1497882] Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module failed to build

2015-09-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1251037 ***
https://bugs.launchpad.net/bugs/1251037

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1251037, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1251037
   bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu1: bcmwl kernel module failed 
to build [Makefile: No such file or directory]

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

Title:
  bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu2: bcmwl kernel module
  failed to build

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

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


[Bug 1498146] Re: nvidia-340 340.93-0ubuntu1: nvidia-340 kernel module failed to build [nv-procfs.c:359:12: error: void value not ignored as it ought to be]

2015-09-21 Thread Daniel van Vugt
** Summary changed:

- nvidia-340 340.93-0ubuntu1: nvidia-340 kernel module failed to build
+ nvidia-340 340.93-0ubuntu1: nvidia-340 kernel module failed to build 
[nv-procfs.c:359:12: error: void value not ignored as it ought to be]

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

Title:
  nvidia-340 340.93-0ubuntu1: nvidia-340 kernel module failed to build
  [nv-procfs.c:359:12: error: void value not ignored as it ought to be]

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

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


[Bug 1494932] Re: fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module failed to build for 4.0.9-040009-generic [include/generated/utsrelease.h:2:32: error: invalid digit "9" in oc

2015-09-21 Thread Daniel van Vugt
** Also affects: fglrx-installer (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/1494932

Title:
  fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel
  module failed to build for 4.0.9-040009-generic
  [include/generated/utsrelease.h:2:32: error: invalid digit "9" in
  octal constant]

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

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


[Bug 1494932] Re: fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module failed to build for 4.0.9-040009-generic [include/generated/utsrelease.h:2:32: error: invalid digit "9" in oc

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

** Changed in: fglrx-installer-updates (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/1494932

Title:
  fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel
  module failed to build for 4.0.9-040009-generic
  [include/generated/utsrelease.h:2:32: error: invalid digit "9" in
  octal constant]

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

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


[Bug 1494932] Re: fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module failed to build for 4.0.9-040009-generic [include/generated/utsrelease.h:2:32: error: invalid digit "9" in oc

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

** Changed in: fglrx-installer (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/1494932

Title:
  fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel
  module failed to build for 4.0.9-040009-generic
  [include/generated/utsrelease.h:2:32: error: invalid digit "9" in
  octal constant]

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

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


[Bug 1497911] Re: fglrx-core 2:15.200-0ubuntu0.5: fglrx-core kernel module failed to build

2015-09-21 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1494932 ***
https://bugs.launchpad.net/bugs/1494932

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1494932, so it 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. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1494932
   fglrx-updates-core 2:15.200-0ubuntu4.2: fglrx-updates-core kernel module 
failed to build for 4.0.9-040009-generic [include/generated/utsrelease.h:2:32: 
error: invalid digit "9" in octal constant]

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

Title:
  fglrx-core 2:15.200-0ubuntu0.5: fglrx-core kernel module failed to
  build

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

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


[Bug 1498145] Re: virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build [SUPDrv-linux.c:488:8: error: void value not ignored as it ought to be]

2015-09-21 Thread Daniel van Vugt
** Summary changed:

- virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build
+ virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build 
[SUPDrv-linux.c:488:8: error: void value not ignored as it ought to be]

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

Title:
  virtualbox-dkms 5.0.4-dfsg-2: virtualbox kernel module failed to build
  [SUPDrv-linux.c:488:8: error: void value not ignored as it ought to
  be]

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

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


[Bug 1469260] Re: [SRU] Custom vendor data causes cloud-init failure on 0.7.5

2015-09-21 Thread Felipe Reyes
The package available in trusty-proposed fixes this bug.

$nova console-log 7a2e57a7-df5c-4c61-8f69-c98a41a1de5f
...
ubuntu login: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 22 Sep 2015 
02:39:29 +. Up 26.16 seconds.
2015-09-22 02:39:30,077 - util.py[WARNING]: Running ssh-authkey-fingerprints 
()
 failed
ec2: 
ec2: #
ec2: -BEGIN SSH HOST KEY FINGERPRINTS-
ec2: -END SSH HOST KEY FINGERPRINTS-
ec2: #
-BEGIN SSH HOST KEY KEYS-
-END SSH HOST KEY KEYS-
Cloud-init v. 0.7.5 finished at Tue, 22 Sep 2015 02:39:30 +. Datasource 
DataSourceOpenStack [net,ver=2].  Up 26.33 seconds

$ nova console-log trusty-patched
...
Cloud-init v. 0.7.5 running 'modules:final' at Tue, 22 Sep 2015 02:41:53 +. 
Up 30.54 seconds.
ci-info: ++Authorized keys from /home/ubuntu/.ssh/authorized_keys for 
user ubuntu+++
ci-info: 
+-+-+-+---+
ci-info: | Keytype |Fingerprint (md5)| Options 
|  Comment  |
ci-info: 
+-+-+-+---+
ci-info: | ssh-rsa | bd:37:fc:87:b5:3a:c6:4b:86:cf:ab:e1:29:81:aa:7f |-
| Generated-by-Nova |
ci-info: 
+-+-+-+---+
ec2: 
ec2: #
ec2: -BEGIN SSH HOST KEY FINGERPRINTS-
ec2: 1024 35:8e:8c:4d:86:ff:2c:a0:01:da:f0:fd:db:dc:da:94  root@trusty-patched 
(DSA)
ec2: 256 72:f7:f1:6e:5d:74:ad:ad:13:25:2a:3f:25:83:8b:5c  root@trusty-patched 
(ECDSA)
ec2: 256 33:cb:4f:2a:70:08:30:8f:dc:3e:60:68:1a:19:a9:cc  root@trusty-patched 
(ED25519)
ec2: 2048 60:cb:95:fe:11:1f:01:14:fc:44:6e:a6:43:1b:81:31  root@trusty-patched 
(RSA)
ec2: -END SSH HOST KEY FINGERPRINTS-
ec2: #
-BEGIN SSH HOST KEY KEYS-
ecdsa-sha2-nistp256 
E2VjZHNhLXNoYTItbmlzdHAyNTYIbmlzdHAyNTYAAABBBGp6OpR/cqHVcQmks95ANFCbgi67E+Opr4CmhOIDZl1zRkT6hwW2qGZa3P0Y9PAisNorgaidbpq+Vfi13MKsV5o=
 root@trusty-patched
ssh-ed25519 
C3NzaC1lZDI1NTE5IPy5DB2nOuBzAL+R+0x4xPn3bfdGCSlLgEK1B7PIUzyB 
root@trusty-patched
ssh-rsa 
B3NzaC1yc2EDAQABAAABAQDCY7NO6k1FBQ27JfcQSuewZ74NNCWhC0ZllDtGi3j/WoQooGn7zRWcY36yibvFu7JP1k9ajrPqUD9P0wlDLhfdSaOzyKWOEqP/pSW2/o1R+o/L7+mOFdZoOblzjd+hHvjkZ+xXMRAn0o/fvRo7kButtKyijscGvUZ8yAFRRNauseJxzsMBBdX0/AWLRNG6LFMjrsWwgooDOwjCNK7tRSU8KulBEGMEMrvnScbNmoDvwYwUZFVK8tW8MSeWH+pbD8GR6rJjSmiTikkH1ChZI6o+A+AkHhVaNoH044Ddea6x3CvwEYO9HXOADmZZfwUgx2cym6V6D/jw4QtqriXCdspf
 root@trusty-patched
-END SSH HOST KEY KEYS-
Cloud-init v. 0.7.5 finished at Tue, 22 Sep 2015 02:41:54 +. Datasource 
DataSourceOpenStack [net,ver=2].  Up 30.81 seconds


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

Title:
  [SRU] Custom vendor data causes cloud-init failure on 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1469260/+subscriptions

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


[Bug 1498265] Re: package freeradius-mysql 2.1.12+dfsg-1.3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-21 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/1498265

Title:
  package freeradius-mysql 2.1.12+dfsg-1.3ubuntu4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1498265] [NEW] package freeradius-mysql 2.1.12+dfsg-1.3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-21 Thread kahfiehudson
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: freeradius-mysql 2.1.12+dfsg-1.3ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
Uname: Linux 3.19.0-28-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: amd64
Date: Tue Sep 22 09:28:07 2015
DuplicateSignature: package:freeradius-mysql:2.1.12+dfsg-1.3ubuntu4:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-02-18 (215 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: freeradius
Title: package freeradius-mysql 2.1.12+dfsg-1.3ubuntu4 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to vivid on 2015-04-25 (149 days ago)

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


** Tags: amd64 apport-package vivid

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

Title:
  package freeradius-mysql 2.1.12+dfsg-1.3ubuntu4 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1448092] Re: [needs-packaging] ibmpmlinux

2015-09-21 Thread Mathieu Trudel-Lapierre
It is a condition of distribution in partner that things are policy-
compliant. This means packages, unless they have a very good reason to,
should ship files in Debian-policy compliant directories (this means
following the FHS precisely and shipping in /usr/lib/$package, or even
better, shipping files in the typical locations: /usr/bin or /usr/sbin
for binaries, /usr/share/man for manpages, /etc for configuration, /run
or /var/lib or other locations for temporary or "permanent" runtime
files, etc.). The /opt hierarchy is fine too, provided that *everything*
the package ships is under /opt directories, or /etc/opt or /var/opt (as
per FHS).

Would it be possible to recompile just to replace /var/perf/pm with
/opt/ibm/pm? Or even better, update the program to be fully FHS-
compliant and not expect any particular hard-coded path? This way we
could have a PMLinux.cfg in a reasonable location and use it to guide
binaries as to where to find what they need, or have the binaries "just
work" without any config file present?

One further issue with relocation to /opt remains the manpages; they
really should go to /opt too if the binaries are there, and this poses
further problems. We don't have automated man path detection; from what
I gather from /etc/manpath.config, files should be placed in
/opt/man/... so as to match binaries from /opt/sbin or /opt/bin; and
don't really go looking down into /opt/ hierarchies. This would need
testing to make sure the manpages properly work where they'd be placed.

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

Title:
  [needs-packaging] ibmpmlinux

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

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


[Bug 1498263] Re: package linux-firmware 1.143 failed to install/upgrade: unable to make backup link of `./lib/firmware/iwlwifi-7260-10.ucode' before installing new version: Input/output error

2015-09-21 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/1498263

Title:
  package linux-firmware 1.143 failed to install/upgrade: unable to make
  backup link of `./lib/firmware/iwlwifi-7260-10.ucode' before
  installing new version: Input/output error

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

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


[Bug 1498263] [NEW] package linux-firmware 1.143 failed to install/upgrade: unable to make backup link of `./lib/firmware/iwlwifi-7260-10.ucode' before installing new version: Input/output error

2015-09-21 Thread Display Real name by default PFFFFB buh bye
Public bug reported:

Tried to do update on the USB bootable ISO. Hoping it would fix the
original crash during install to hard drive. No such luck. Just got more
errrors during update. Goodbye MATE you need work. Trying another
distribution. Maybe Fedora.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: linux-firmware 1.143
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: amd64
CasperVersion: 1.360
Date: Mon Sep 21 19:09:49 2015
Dependencies:
 
DuplicateSignature: package:linux-firmware:1.143:unable to make backup link of 
`./lib/firmware/iwlwifi-7260-10.ucode' before installing new version: 
Input/output error
ErrorMessage: unable to make backup link of 
`./lib/firmware/iwlwifi-7260-10.ucode' before installing new version: 
Input/output error
LiveMediaBuild: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: linux-firmware
Title: package linux-firmware 1.143 failed to install/upgrade: unable to make 
backup link of `./lib/firmware/iwlwifi-7260-10.ucode' before installing new 
version: Input/output error
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package linux-firmware 1.143 failed to install/upgrade: unable to make
  backup link of `./lib/firmware/iwlwifi-7260-10.ucode' before
  installing new version: Input/output error

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

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


[Bug 1497228] Re: [UIFe] shimmer-themes 2.0.2

2015-09-21 Thread Sean Davis
Thanks Micah!

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

Title:
  [UIFe] shimmer-themes 2.0.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1497228/+subscriptions

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


[Bug 1442005] Re: Notifications are shown forever

2015-09-21 Thread JaSauders
Just discovered this myself tonight. Running 15.04 on multiple machines
-- same issue with Quassel on all machines I tinkered with.

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

Title:
  Notifications are shown forever

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

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


[Bug 1482069] Re: miredo.service fails on boot

2015-09-21 Thread Bug Watch Updater
** Changed in: miredo (Debian)
   Status: Unknown => New

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

Title:
  miredo.service fails on boot

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

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


[Bug 1482851] Re: Windows 10 is detected as Windows 8

2015-09-21 Thread Mathieu Trudel-Lapierre
Sponsored earlier today; this is still in proposed waiting for
autopkgtests to run/complete.

** Changed in: os-prober (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  Windows 10 is detected as Windows 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1482851/+subscriptions

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


[Bug 1308133] Re: Mir cursor is missing/invisible despite definitely being set by the client

2015-09-21 Thread Daniel van Vugt
It may be related but this one and bug 1418071 show the cursor goes
missing even without using nesting.

Although a nested server is a client and will probably suffer from the
same bug, I don't think the problem is specific to nesting.

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

Title:
  Mir cursor is missing/invisible despite definitely being set by the
  client

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

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


[Bug 1463944] Re: Ubiquity gtk dialogs could be large in width

2015-09-21 Thread Mathieu Trudel-Lapierre
I'd like to echo Iain's comments here; I'm happy to sponsor a patch to
limit the width of dialogs, but I would prefer if it used max-width-
chars (or an equivalent for the KDE component).

Hugh, would you have time to update your patch to at least use the
property for the gtk dialog? I'm happy to do the research for the Qt
variant of it and patch that component myself (or I can let you do it if
you're interested).

I'm assigning this bug to you for now, but we'll look again soon; it
would be great to fix this for the 15.10 release.

** Changed in: ubiquity (Ubuntu)
   Status: New => Triaged

** Changed in: ubiquity (Ubuntu)
 Assignee: (unassigned) => Hugh Greenberg (hugegreenbug)

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

Title:
  Ubiquity gtk dialogs could be large in width

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

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


[Bug 1497921] Re: /usr/sbin/unity-system-compositor:unity-system-compositor: pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.

2015-09-21 Thread Daniel van Vugt
** Also affects: unity-system-compositor
   Importance: Undecided
   Status: New

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

** Changed in: mir
   Importance: Undecided => High

** Changed in: mir
Milestone: None => 0.17.0

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

** Changed in: mir (Ubuntu)
   Importance: Undecided => High

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

Title:
  /usr/sbin/unity-system-compositor:unity-system-compositor:
  pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion
  `mutex->__data.__owner == 0' failed.

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

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


[Bug 1497108] Re: Long paths are not handled correctly when deleting partition mappings

2015-09-21 Thread Snappy Tarmac
** Changed in: snapcraft
   Status: In Progress => Fix Committed

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

Title:
  Long paths are not handled correctly when deleting partition mappings

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

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


[Bug 1320709] Re: incorrect info in /usr/share/doc/awstats/README.Debian.gz about logrotate

2015-09-21 Thread Willie
Perhaps a valid fix is to change the su line to:
su -s /bin/sh -l -c /usr/share/awstats/tools/update.sh www-data

This would allow the shell to stay as /usr/sbin/nologin, but
specifically override that just for the logrotate job.

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

Title:
  incorrect info in /usr/share/doc/awstats/README.Debian.gz about
  logrotate

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

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


  1   2   3   4   5   6   7   8   9   10   >