[Bug 1274320] Re: Error: diskfilter writes are not supported

2015-06-07 Thread Anders Kaseorg
Friendly reminder that I posted a patch at
https://bugs.debian.org/754921 nearly a year ago.

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

Title:
  Error: diskfilter writes are not supported

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

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


[Bug 1462765] Re: Sync morse 2.4-3 (universe) from Debian unstable (main)

2015-06-07 Thread Daniel Holbach
This bug was fixed in the package morse - 2.4-3
Sponsored for Kamal Mostafa (kamalmostafa)

---
morse (2.4-3) unstable; urgency=high

  * Open a mono (not stereo) PulseAudio output stream and hence avoid
improperly passing non-multiples of the frame size to pa_simple_write
(Closes: #784285, LP: #1461755). Thanks to Kamal Mostafa for providing
the patch.
  * New patch fixing FTBFS (LP: #770766). Thanks to John Nogatch.

 -- Nanakos Chrysostomos   Sat, 06 Jun 2015
12:26:41 +0300

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

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

Title:
  Sync morse 2.4-3 (universe) from Debian unstable (main)

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

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


[Bug 1313370] Re: Support for installing Digital Certificates

2015-06-07 Thread Olivier Tilloy
** Changed in: webbrowser-app
   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/1313370

Title:
  Support for installing Digital Certificates

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

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


[Bug 1326070] Re: Add support for context menus

2015-06-07 Thread Olivier Tilloy
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Confirmed

** No longer affects: webbrowser-app

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

Title:
  Add support for context menus

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

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


[Bug 1347892] Re: Consider defaulting WebPreferences.allowFileAccessFromFileUrls to true

2015-06-07 Thread Olivier Tilloy
** Also affects: webbrowser-app (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/1347892

Title:
  Consider defaulting WebPreferences.allowFileAccessFromFileUrls to true

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

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


[Bug 1462747] Re: Please sync with 1.4.24 Debian sid package

2015-06-07 Thread Daniel Holbach
Can you please review which of our changes were already applied in
Debian? Syncing would effectively mean dropping all our changes. Ubuntu
currently has the following changes applied on top of Debian's 1.4.14:

  * SECURITY UPDATE: denial of service via large body length
- debian/patches/CVE-2011-4971.patch: check length in memcached.c,
  added test to t/issue_192.t.
- CVE-2011-4971
  * SECURITY UPDATE: denial of service when using -vv
- debian/patches/CVE-2013-0179.patch: properly format key in items.c,
  memcached.c.
- CVE-2013-0179
  * SECURITY UPDATE: SASL authentication bypass
- debian/patches/CVE-2013-7239.patch: explicitly record sasl auth
  states in memcached.*, added test to t/binary-sasl.t.
- CVE-2013-7239
  * debian/memcached.postinst: don't create home directory so we don't end
up with /nonexistent. Thanks to Dustin Lundquist for patch.
(LP: #1255328)
  * Revert unnecessary deltas added to patches compared to Debian.
  * Revert use of dh-autoreconf and patch configure manually to
match configure.ac, as this package despises modern autotools.
  * debian/rules: Fix the previous fixes a little harder, so they work.
  * debian/rules: Shuffle things around so that dh_autoreconf is always
run before dh_quilt_patch.  Fixes FTBFS with dpkg-buildpackage -B.
  * debian/control: added lsb-release, dh-autoreconf to build depends
  * debian/rules: run autoreconf
  * debian/patches/fix-distribution.patch: added patch to show
distribution on version
  * Move dh_quilt_apply into configure step so that config.{sub,guess}
patches get applied before running configure. (LP: #1218114)
  * Update config.{guess,sub} for Aarch64.
  * debian/tests: Add autopkgtest.
  * d/p/60_fix_racey_test.patch: Dropped, applied upstream.
  * d/p/start-memcached-fix-hash.patch: Change regex to make sure 
inline comments can function per feedback from upstream. Passing
"#" to arguments now requires escaping with \.
  * d/p/start-memcached-fix-hash.patch: Apply patch to allow passing
# as a value for memcached options such as -D to use # as a prefix
delimiter for stats collection. (LP: #1005821)
- Run as 'memcache' user instead of nobody.
- Depend on adduser for preinst/postrm.
- Create user in postinst.
- d/rules: run test suite on build.
- d/patches/50_fix_racey_test.patch: Cherry picked patch from
  upstream bug tracker which endeavours to avoid the race condition.
  Thanks to Clint Byrum for this fix.
- d/patches/50_add_init_retry.patch: Dropped - superceeded by Debian
  patch.


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

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

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

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

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

Title:
  Please sync with 1.4.24 Debian sid package

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

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


[Bug 1312445] Re: Messaging menu opens several windows

2015-06-07 Thread Olivier Tilloy
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Confirmed

** Changed in: webbrowser-app
   Status: Confirmed => Invalid

** Changed in: webbrowser-app
 Assignee: Alexandre Abreu (abreu-alexandre) => (unassigned)

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

Title:
  Messaging menu opens several windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-telegram/+bug/1312445/+subscriptions

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


[Bug 1462687] Re: update-grub creates duplicate ubuntu entries

2015-06-07 Thread Steve Langasek
** Package changed: grub (Ubuntu) => grub2 (Ubuntu)

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

Title:
  update-grub creates duplicate ubuntu entries

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

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


[Bug 1274320] Re: Error: diskfilter writes are not supported

2015-06-07 Thread Steve Langasek
I am seeing this problem recently on an Ubuntu 14.04 server system where
I don't remember seeing it before.  There are no recent changes to the
grub version on the system, and there are no recent changes to the
filesystem layout.

This is a serious bug, because it appears to block the boot indefinitely
with this error.

** Changed in: grub2 (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  Error: diskfilter writes are not supported

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

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


[Bug 1441873] Re: When a trusted session is active webapps will not start

2015-06-07 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alberto Mardegan (mardy)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Critical

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webbrowser-app
 Assignee: Alberto Mardegan (mardy) => (unassigned)

** Changed in: webbrowser-app
   Status: Fix Committed => Invalid

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

Title:
  When a trusted session is active webapps will not start

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

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


[Bug 1302832] Re: Limit webapps cache size

2015-06-07 Thread Olivier Tilloy
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app
   Status: Triaged => Invalid

** Changed in: webbrowser-app
 Assignee: Alexandre Abreu (abreu-alexandre) => (unassigned)

** Also affects: webbrowser-app (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu RTM)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

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

Title:
  Limit webapps cache size

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

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


[Bug 1264493] Re: No Paste option in web page entries

2015-06-07 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** Changed in: webbrowser-app
   Status: Confirmed => Invalid

** Also affects: webbrowser-app (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: New => Triaged

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu RTM)
   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/1264493

Title:
  No Paste option in web page entries

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

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


[Bug 1356516] Re: consider shipping apparmor profile for webbrowser-app

2015-06-07 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Importance: Wishlist => Critical

** Changed in: webbrowser-app
   Status: Triaged => Invalid

** Changed in: webbrowser-app
 Assignee: Olivier Tilloy (osomon) => (unassigned)

** No longer affects: webbrowser-app

** Also affects: webbrowser-app (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu RTM)
   Status: New => Confirmed

** Changed in: webbrowser-app (Ubuntu RTM)
   Importance: Undecided => Critical

** Changed in: webbrowser-app (Ubuntu RTM)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

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

Title:
  consider shipping apparmor profile for webbrowser-app

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

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


[Bug 1425379] Re: touch browser crashes when invoking contextual menu in landscape orientation

2015-06-07 Thread Olivier Tilloy
** No longer affects: webbrowser-app

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  touch browser crashes when invoking contextual menu in landscape
  orientation

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

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


[Bug 1460152] Re: apparmor cache not updated when apparmor.d rules change (breaks 15.04/stable -> 15.04/edge updates)

2015-06-07 Thread Michael Vogt
@all I just verified that a 15.04/stable -> 15.04/edge upgrade works and
that the caches are regenerated. So the workaround works.

@John I started with the mtime approach in my proof of concept patch. So
if you guys are too busy I can try to expand it to cover the includes as
well (it does not right now). Great to hear that we are close to nice
and clean solution :)

@Jamie Thanks for your feedback! I haven't considered the #includes,
thats a gap in the patch indeed.

** Changed in: snappy/15.04
   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/1460152

Title:
  apparmor cache not updated when apparmor.d rules change (breaks
  15.04/stable -> 15.04/edge updates)

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

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


[Bug 1436820] Re: Blocked SIM card keeps on asking for PUK

2015-06-07 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Blocked SIM card keeps on asking for PUK

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

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


[Bug 1462692] Re: /etc/init.d/screen-cleanup.service causes ordering cycle when package is removed

2015-06-07 Thread Martin Pitt
Thanks for confirming! As a local fix, please purge the screen package.

** Summary changed:

- Ordering cycle on NetworkManager-wait-online.service/start
+ /etc/init.d/screen-cleanup.service causes ordering cycle when package is 
removed

** Changed in: screen (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: screen (Ubuntu)
   Importance: Undecided => Low

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

Title:
  /etc/init.d/screen-cleanup.service causes ordering cycle when package
  is removed

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

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


[Bug 1317125] Re: Xfburn crashes when trying to add files to data composition on Lubuntu 14.04

2015-06-07 Thread Alexander
There're two nice workarounds for this issue (tested on my xubuntu 14.04):
1) If you double click on the file you want to add - application will not crash
2) If you use "file browser" - application will not crash

So, disregards there's real issue in xfburn, it is still quite usable.

Hope these helps,
Alex.

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

Title:
  Xfburn crashes when trying to add files to data composition on Lubuntu
  14.04

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

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


[Bug 1356457] Re: [browser] bookmarks not easily found with new design

2015-06-07 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => 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/1356457

Title:
  [browser] bookmarks not easily found with new design

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

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


[Bug 1292113] Re: CTRL+ALT+T - shortcut to open Terminal is does not work

2015-06-07 Thread Jari Hyle
I have this bug sometimes when starting Ubuntu 15.04. Restarting lightdm
fixes it.

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

Title:
  CTRL+ALT+T - shortcut to open Terminal is does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/1292113/+subscriptions

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


[Bug 1462816] Re: when setting up users during install and moving down through arrow keys the text still gets shows username as highligted when you are entering your password in.

2015-06-07 Thread Brendan Perrine
** Attachment added: "screenshot of bad ui"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1462816/+attachment/4411369/+files/Screenshot_67wamd64xfs_2015-06-07_13%3A56%3A19.png

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

Title:
  when setting up users during install and moving down through arrow
  keys the text still gets shows username as highligted when you are
  entering your password in.

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

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


[Bug 1441660] Re: CVE-2014-8326: XSS vulnerabilities in SQL debug output and server monitor page.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441660

Title:
  CVE-2014-8326: XSS vulnerabilities in SQL debug output and server
  monitor page.

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

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


[Bug 1440255] Re: Start nautilus in the language specified by LANG environment variable (if present)

2015-06-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (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/1440255

Title:
  Start nautilus in the language specified by LANG environment variable
  (if present)

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

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


[Bug 1441667] Re: CVE-2014-8961: Leakage of line count of an arbitrary file.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441667

Title:
  CVE-2014-8961: Leakage of line count of an arbitrary file.

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

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


[Bug 1441648] Re: CVE-2014-5273: Multiple XSS vulnerabilities in browse table, ENUM editor, monitor, query charts and table relations pages

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441648

Title:
  CVE-2014-5273: Multiple XSS vulnerabilities in browse table, ENUM
  editor, monitor, query charts and table relations pages

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

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


[Bug 1413996] Re: [cellular] Cannot change to certain carriers

2015-06-07 Thread Launchpad Bug Tracker
[Expired for ubuntu-system-settings (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-system-settings (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/1413996

Title:
  [cellular] Cannot change to certain carriers

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

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


[Bug 1441666] Re: CVE-2014-8960: XSS vulnerability in error reporting functionality.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441666

Title:
  CVE-2014-8960: XSS vulnerability in error reporting functionality.

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

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


[Bug 1441568] Re: CVE 2012-1902: Path disclosure due to missing verification of file presence.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441568

Title:
  CVE 2012-1902: Path disclosure due to missing verification of file
  presence.

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

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


[Bug 1441590] Re: CVE-2014-1879: Self-XSS due to unescaped HTML output in import.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441590

Title:
  CVE-2014-1879: Self-XSS due to unescaped HTML output in import.

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

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


[Bug 1441640] Re: CVE-2014-4986: Multiple XSS in AJAX confirmation messages.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441640

Title:
  CVE-2014-4986: Multiple XSS in AJAX confirmation messages.

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

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


[Bug 1441663] Re: CVE-2014-8958: Multiple XSS vulnerabilities (table browse page, table print view, zoom search pages, home page)

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441663

Title:
  CVE-2014-8958: Multiple XSS vulnerabilities (table browse page, table
  print view, zoom search pages, home page)

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

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


[Bug 1439361] Re: USB to Ethernet adapter not working on USB 3 port but OK on USB 2 port

2015-06-07 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/1439361

Title:
  USB to Ethernet adapter not working on USB 3 port but OK on USB 2 port

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

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


[Bug 1441673] Re: CVE-2015-2206: Risk of BREACH attack due to reflected parameter.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441673

Title:
  CVE-2015-2206: Risk of BREACH attack due to reflected parameter.

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

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


[Bug 1441637] Re: CVE-2014-4955: Self-XSS due to unescaped HTML output in database triggers page.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441637

Title:
  CVE-2014-4955: Self-XSS due to unescaped HTML output in database
  triggers page.

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

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


[Bug 1441671] Re: CVE-2014-9219: XSS vulnerability in redirection mechanism.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441671

Title:
  CVE-2014-9219: XSS vulnerability in redirection mechanism.

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

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


[Bug 1441654] Re: CVE-2014-6300: XSRF/CSRF due to DOM based XSS in the micro history feature

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441654

Title:
  CVE-2014-6300: XSRF/CSRF due to DOM based XSS in the micro history
  feature

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

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


[Bug 1441664] Re: CVE-2014-8959: Local file inclusion vulnerability.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441664

Title:
  CVE-2014-8959: Local file inclusion vulnerability.

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

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


[Bug 1441656] Re: CVE-2014-7217: XSS vulnerabilities in table search and table structure pages.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441656

Title:
  CVE-2014-7217: XSS vulnerabilities in table search and table structure
  pages.

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

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


[Bug 1441650] Re: CVE-2014-5274: XSS in view operations page.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441650

Title:
  CVE-2014-5274: XSS in view operations page.

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

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


[Bug 1441669] Re: CVE-2014-9218: DoS vulnerability with long passwords.

2015-06-07 Thread Launchpad Bug Tracker
[Expired for phpmyadmin (Ubuntu) because there has been no activity for
60 days.]

** Changed in: phpmyadmin (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/1441669

Title:
  CVE-2014-9218: DoS vulnerability with long passwords.

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

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


[Bug 1441741] Re: usb installer crashed

2015-06-07 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1441741

Title:
  usb installer crashed

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

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


[Bug 903608]

2015-06-07 Thread Gordon1drake
Still reproducible.

The doc file can be created in LO, saved, closed, reopened, and the
effect is the same.

Windows Vista 64
Version: 4.4.3.2
Build ID: 88805f81e9fe61362df02b9941de8e38a9b5fd16

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

Title:
  [Upstream] LibreOffice text remains superscript if typed right after
  footnote

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/903608/+subscriptions

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


[Bug 1460781] Re: efibootmgr Causes Duplicate Entries In BootOrder

2015-06-07 Thread Shih-Yuan Lee
The changes of BootOrder after reboot are from the UEFI BIOS
implementation.

** Changed in: efibootmgr (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/1460781

Title:
  efibootmgr Causes Duplicate Entries In BootOrder

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

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


[Bug 1462704] Re: nvidia-340 340.76-0ubuntu2: nvidia-340 kernel module failed to build [The nvidiafb driver conflicts with the NVIDIA driver]

2015-06-07 Thread Daniel van Vugt
** Summary changed:

- nvidia-340 340.76-0ubuntu2: nvidia-340 kernel module failed to build
+ nvidia-340 340.76-0ubuntu2: nvidia-340 kernel module failed to build [The 
nvidiafb driver conflicts with the NVIDIA driver]

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

Title:
  nvidia-340 340.76-0ubuntu2: nvidia-340 kernel module failed to build
  [The nvidiafb driver conflicts with the NVIDIA driver]

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

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


[Bug 1462853] [NEW] Free list can store enormous amounts of memory

2015-06-07 Thread Sworddragon
Public bug reported:

I'm using Ubuntu 15.10 dev (x86_64) with libc6 2.21-0ubuntu4 and I have
noticed that the free list can store a huge amount of memory and on
analyzing this and reading manpages I have found some strange things.
First here is a testcase to reproduce this issue (compiled with "gcc
-Wall -pedantic -o test test.c"):

#include 
#include 
#include 
#define BLOCKSIZE 4096
#define NUMBER_BLOCKS 524288

int main()
{
char *block[NUMBER_BLOCKS];
int unsigned i;

for(i = 0; i < NUMBER_BLOCKS; ++i)
memset(block[i] = malloc(BLOCKSIZE), 0, BLOCKSIZE);
for(i = 0; i < NUMBER_BLOCKS - 1; ++i)
free(block[i]);
pause();
return 0;
}


On executing this the application uses actively only 4 KiB on the heap while 
RES is ~2 GiB because of glibc's caching methods. But there are some strange 
things:

- Freeing up the memory by decrementing in the testcase results that RES is ~5 
MiB. On reading the manpage of mallopt() I'm assuming this happens because in 
the original testcase the last allocated block is at the end of the heap which 
prevents trimming it. I'm thinking that this part describes it: "(By contrast, 
the heap can be
  trimmed only if memory is freed at the top end.)". If I'm right 
maybe this could be stated in a better context as directly before it is talked 
about mmap().
- Using malloc_trim() before pause() in the testcase causes that RES is ~5 MiB 
too. The manpage of malloc_trim() says that releasing is done at the top of the 
heap which should not cause this result if my previous assumption should be 
correct.


In the end I think it is not healthy that the caching behavior from glibc can 
reserve such huge amounts of memory. The potential performance penalty if this 
would cause any swapping could be insane. For example I'm seeing this caching 
behavior on GIMP if I'm making huge scaling operations which causes ~9 GiB to 
be in the free list. Who knows how many other applications are caching moderate 
amounts of memory without being as suspicious as in this case with GIMP.

** Affects: glibc (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/1462853

Title:
  Free list can store enormous amounts of memory

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

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


[Bug 1245081] Re: macbook keyboard layout maps the tilde key to something else

2015-06-07 Thread Chris Cowan
I ran into this problem on a fresh install of Ubuntu 15.04 on a Macbook
Air. The "echo 0 > /sys/module/hid_apple/parameters/iso_layout"
workaround worked for me.

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

Title:
  macbook keyboard layout maps the tilde key to something else

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

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


[Bug 1462848] Re: zip文件解压后文件名显示乱码

2015-06-07 Thread zhangchao
Hi @Aron , file:debian/Z99-zip-gbk.sh in ubuntukylin-default-settings is:
if [ "$LANGUAGE" = "zh_CN" ]; then
export UNZIP="-O GBK"
export ZIPINFO="-O GBK"
fi

but in my ubuntukylin 15.04 ,$LANGUAGE = zh_CN:zh 。
xin@xin-thinkpad:~$ echo $LANGUAGE 
zh_CN:zh

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

Title:
  zip文件解压后文件名显示乱码

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

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

[Bug 1462848] Re: zip文件解压后文件名显示乱码

2015-06-07 Thread zhangchao
** Also affects: ubuntukylin-default-settings (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/1462848

Title:
  zip文件解压后文件名显示乱码

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

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

Re: [Bug 1453160] Re: [SRU] missing binaries in Ubuntu heat packages

2015-06-07 Thread sri krishna
hi faizal,

the publishing history shows that the update is only available for
vivid.

https://launchpad.net/ubuntu/+source/heat/2015.1.0-0ubuntu1.1/+publishinghistory

not sure when it will be available for trysty.

-Sri

On 06/07/2015 01:42 PM, Ahmad Faizal wrote:
> Hi Sri,
>
> i'm also using trusty. cannot get the updates also. when can we have it
> for trusty?
>

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

Title:
  [SRU] missing binaries in Ubuntu heat packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1453160/+subscriptions

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


[Bug 1369216] Re: gpu-manager: /etc/modprobe.d is not a file

2015-06-07 Thread François Jacques
I do see this symptom with Vivid, even after purging everything nvidia
related.

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

Title:
  gpu-manager: /etc/modprobe.d is not a file

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

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


[Bug 1432683] Re: apt-get install lxc doesn't load required apparmor profiles

2015-06-07 Thread Jens Elkner
It appears, that something is still broken. Because systemd doesn't
work, I installed  upstart + upstart-sysv (and uninstalled systemd-
sysv), but unfortunately sssd doesn't come up (has exactly the same
config, as in other < 14.10 zones, where it works as expected). And
because sssd doesn't come up, other depending services like autofs
doesn't come up either.

The problem seems to be /lib/init/apparmor-profile-load as well, which returns 
with 1 and thus probably causes start always fail.
As a workaround I modified  /etc/init/sssd.conf:
...
pre-start script
test -f /etc/sssd/sssd.conf || { stop; exit 0; }
/lib/init/apparmor-profile-load usr.sbin.sssd || true
end script
...

which makes it work, however, I still wonder, what apparmor-profile-load
causes to return != 0 ...

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

Title:
  apt-get install lxc doesn't load required apparmor profiles

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

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


[Bug 1441487] Re: Running any Java program produces messages in the terminal, while rendering many Java applications broken

2015-06-07 Thread Dan Jared
Can you send the name of program to reproduce 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/1441487

Title:
  Running any Java program produces messages in the terminal, while
  rendering many Java applications broken

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

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


[Bug 1325833] Re: gnome-keyring has an inadequate man page and employs insecure defaults for GPG passphrase caching

2015-06-07 Thread Bug Watch Updater
** Changed in: gnome-keyring
   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/1325833

Title:
  gnome-keyring has an inadequate man page and employs insecure defaults
  for GPG passphrase caching

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/1325833/+subscriptions

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


[Bug 1462834] Re: fails to start due to TypeError

2015-06-07 Thread Logan Rosen
Yep, gjs is the culprit. I just packaged gjs 1.43.3-0ubuntu1, which
should be in the repositories shortly. I'll also update the gnome-
weather package to depend on gjs >= 1.43.3 so that we can close this
bug.

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

Title:
  fails to start due to TypeError

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

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


[Bug 1407996] Re: package wesnoth-1.10-core 1:1.10.7-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

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

** Changed in: wesnoth-1.10 (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/1407996

Title:
  package wesnoth-1.10-core 1:1.10.7-1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 1440614] Re: package nvidia-331 331.113-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

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

** Changed in: nvidia-graphics-drivers-331 (Ubuntu)
   Status: New => Confirmed

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

Title:
  package nvidia-331 331.113-0ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 3

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

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


[Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on some devices

2015-06-07 Thread Daniel van Vugt
Are these frame dropping clients (swap interval zero) by any chance?

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

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on some devices

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

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


[Bug 1462841] [NEW] window spread set with unity tweak causes system logout

2015-06-07 Thread Ludovic Angot
Public bug reported:

Expect to happen: 
-window spread upon  w
- no intempestive logout when tweaking window spread with the unity-tweak-tool

What happened instead:
-After installing unity tweak, turning ON the window spread caused a system 
logout when I clicked on any icon with multiple windows open.
-A logout also happens if hot corners is enabled with the action set to window 
spread, and the mouse pointer directed to the preset hot corner.
-A logout also happened when i press -w but in an unpredictable manner 
( w sometimes have the desired effect without logout)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-tweak-tool 0.0.6ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun  8 09:49:51 2015
InstallationDate: Installed on 2013-08-29 (647 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
PackageArchitecture: all
SourcePackage: unity-tweak-tool
UpgradeStatus: Upgraded to trusty on 2015-04-20 (48 days ago)

** Affects: unity-tweak-tool (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  window spread set with unity tweak causes system logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-tweak-tool/+bug/1462841/+subscriptions

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


[Bug 1462647] Re: Native Client (NaCl) not working in Chromium Dev

2015-06-07 Thread Saikrishna Arcot
Currently, this is intentional, because building the Native Client
plugin into Chromium requires the use of a separate toolchain. While the
toolchain is open-source, I'm having some trouble building it locally.
When I do have it built successfully, I'll include Native Client using
that toolchain.

** Changed in: chromium-browser (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/1462647

Title:
  Native Client (NaCl) not working in Chromium Dev

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

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


[Bug 1462834] Re: fails to start due to TypeError

2015-06-07 Thread Logan Rosen
We might need gjs 1.43.3. According to the NEWS file [1], it added "full
automatic support for GTK widget templates." gnome-weather switched to a
full templating system, as far as I can tell, so our outdated version of
gjs might explain why it won't start.

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

Title:
  fails to start due to TypeError

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

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


[Bug 472100] Re: siproxd chroot is empty

2015-06-07 Thread Bug Watch Updater
** Changed in: siproxd (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/472100

Title:
  siproxd chroot is empty

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

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


[Bug 1452165] Missing required logs.

2015-06-07 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1452165

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

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

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

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

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

Title:
  currupted btrfs breaks both recovery and boot

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

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


[Bug 1454253] Missing required logs.

2015-06-07 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1454253

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

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

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

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

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

Title:
  external usb breaks suspend

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

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


[Bug 1462838] [NEW] libvirt takes away access to my files

2015-06-07 Thread Phillip Susi
Public bug reported:

When starting a vm in virt-manager and pointing it to an iso file in my
home directory, it changes the permissions so it can only be accessed by
the owner, and chowns the file to libvirt-qemu.kvm, so I no longer have
access to it.  It should not be changing permissions.

** Affects: libvirt (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/1462838

Title:
  libvirt takes away access to my files

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

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


[Bug 1462837] Re: package apt-config-auto-update (not installed) failed to install/upgrade: tentative de remplacement de « /etc/apt/apt.conf.d/20archive », qui appartient aussi au paquet update-notifi

2015-06-07 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/1462837

Title:
  package apt-config-auto-update (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /etc/apt/apt.conf.d/20archive », qui appartient aussi au paquet
  update-notifier-common 3.160

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pk-update-icon/+bug/1462837/+subscriptions

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

[Bug 1462837] [NEW] package apt-config-auto-update (not installed) failed to install/upgrade: tentative de remplacement de « /etc/apt/apt.conf.d/20archive », qui appartient aussi au paquet update-noti

2015-06-07 Thread steinhauser christian
Public bug reported:

installing on my laptop acer e1 510

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: apt-config-auto-update (not installed)
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Mon Jun  8 00:56:27 2015
DuplicateSignature: package:apt-config-auto-update:(not installed):tentative de 
remplacement de « /etc/apt/apt.conf.d/20archive », qui appartient aussi au 
paquet update-notifier-common 3.160
ErrorMessage: tentative de remplacement de « /etc/apt/apt.conf.d/20archive », 
qui appartient aussi au paquet update-notifier-common 3.160
InstallationDate: Installed on 2015-06-07 (0 days ago)
InstallationMedia: Lubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: pk-update-icon
Title: package apt-config-auto-update (not installed) failed to 
install/upgrade: tentative de remplacement de « /etc/apt/apt.conf.d/20archive 
», qui appartient aussi au paquet update-notifier-common 3.160
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pk-update-icon (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/1462837

Title:
  package apt-config-auto-update (not installed) failed to
  install/upgrade: tentative de remplacement de «
  /etc/apt/apt.conf.d/20archive », qui appartient aussi au paquet
  update-notifier-common 3.160

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pk-update-icon/+bug/1462837/+subscriptions

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

[Bug 1454253] Re: external usb breaks suspend

2015-06-07 Thread god
I've run apport-collect twice already - what exactly are you missing?

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

Title:
  external usb breaks suspend

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

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


[Bug 1452165] Re: currupted btrfs breaks both recovery and boot

2015-06-07 Thread god
If you know a way to reliably get btrfs corupted than you can test it
yourself on dedicated VM.

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

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

Title:
  currupted btrfs breaks both recovery and boot

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

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


[Bug 1454253] Re: external usb breaks suspend

2015-06-07 Thread god
apport information

** Description changed:

  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the system
  goes to suspend briefly (for bout 1 second) but immediately wakes up for
  no apparent reason.
  
  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 15.04
+ EcryptfsInUse: Yes
+ Package: linux (not installed)
+ Tags:  vivid
+ Uname: Linux 4.1.0-040100rc6-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
+ _MarkForUpload: True

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4411324/+files/JournalErrors.txt

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

Title:
  external usb breaks suspend

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

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


[Bug 1454253] ProcEnviron.txt

2015-06-07 Thread god
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4411325/+files/ProcEnviron.txt

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

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

Title:
  external usb breaks suspend

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

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


[Bug 392758] Re: "Delete permanantly" should not be close to "restore" in the trash bin

2015-06-07 Thread Bug Watch Updater
** Changed in: nautilus
   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/392758

Title:
  "Delete permanantly" should not be close to "restore" in the trash bin

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

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


[Bug 1460985] Re: periodic find task slow ubuntu to death

2015-06-07 Thread god
The most likely culprit is /etc/cron.daily/man-db


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

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

Title:
  periodic find task slow ubuntu to death

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

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


[Bug 1460985] Missing required logs.

2015-06-07 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1460985

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

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

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

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

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

Title:
  periodic find task slow ubuntu to death

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

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


[Bug 1462822] Re: Kernel configuration parameter CONFIG_DEVMEM is not set, it should be

2015-06-07 Thread Doug Smythies
** Description changed:

  There is a relatively new kernel configuration parameter, CONFIG_DEVMEM.
- I do not understand why, but for some reason "is not set" for Ubuntu, and 
therefore dmidecode does not work. 
+ I do not understand why, but for some reason "is not set" for Ubuntu, and 
therefore dmidecode does not work.
  I think that, in general, we want dmidecode to work.
  
  I found this: 
https://lists.ubuntu.com/archives/kernel-team/2015-May/057250.html,
  and so had expected it to be set to yes by now, but in Kernel 4.1RC6 it still 
isn't.
  (And yes, I am talking mainline kernels here, which I know are not supported, 
but I am just trying to help.)
  
  Is there a reason to have it not set?
  
  On IRC apw asked me to enter this bug report and to assign it to him.
  
- By the way, I compiled 4.1RC6 with CONFIG_DEVMEM=y and now dmidecode
- works fine.
+ By the way, I compiled 4.1RC6 changing from "#CONFIG_DEVMEM is not set"
+ to "CONFIG_DEVMEM=y" myself and now dmidecode works fine.

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

Title:
  Kernel configuration parameter CONFIG_DEVMEM is not set, it should be

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

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


[Bug 1462632] Re: "Editing" unknown partition to LVM to see if LVM is detected instantlzy destroys what was there, "Quit" does not revert

2015-06-07 Thread Phillip Susi
I'm not able to reproduce this on 15.04 either ( which also only has the
crypt option, not lvm ).

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

Title:
  "Editing" unknown partition to LVM to see if LVM is detected
  instantlzy destroys what was there, "Quit" does not revert

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

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


[Bug 1462836] [NEW] firefox when on a Vine.com webpage, crashes MATE session.

2015-06-07 Thread Solo.Dev
Public bug reported:

Ubuntu MATE 15.04 x64

It seems that I have found an interesting bug in Firefox (64 bit) ver 36
for Linux (ubuntu packaging).  I can watch Vine videos, as long as they
are NOT on vine's website.

If I DO go to a vine page, i get kicked out of my XWindows session and a
few seconds later i go back in to the session, but i cant control
anything.  Not start the Wifi, can not use mounted drives, i can't even
log out or even sudo reboot.  I have to physically turn off my machine.

I have sent an error report by Apport to Ubuntu, but I dont know if it
is firefox that is causing the issue, or the session manager, or what.
I am using MATE and the fglrx-updates (amdcccle) graphics driver, but i
doubt that has anything to do with it.   All of this is the current
15.04 software from the Ubuntu repo, not extra ppa's.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: firefox 38.0+build3-0ubuntu0.15.04.1
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
NonfreeKernelModules: fglrx
AddonCompatCheckDisabled: False
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  brad   1583 F pulseaudio
 /dev/snd/controlC0:  brad   1583 F pulseaudio
BuildID: 20150511103303
Channel: Unavailable
CurrentDesktop: MATE
Date: Sun Jun  7 19:48:45 2015
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2015-05-29 (9 days ago)
InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 (20150422.1)
IpRoute:
 default via 192.168.1.254 dev wlan0  proto static  metric 1024 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.68
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-db8c60e9-8766-4825-b946-1bd7a2150607
Plugins:
 Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so
 Java(TM) Plug-in 11.45.2 - /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
PrefSources: prefs.js
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=38.0/20150511103303 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs: bp-db8c60e9-8766-4825-b946-1bd7a2150607
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/07/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 217
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K55N
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr217:bd09/07/2012:svnASUSTeKCOMPUTERINC.:pnK55N:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK55N:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: K55N
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug firefox mate vivid

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

Title:
  firefox when on a Vine.com webpage, crashes MATE session.

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

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


[Bug 1462836] Re: firefox when on a Vine.com webpage, crashes MATE session.

2015-06-07 Thread Solo.Dev
Sorry, Firefox is version 38 from the repo, i don't know why I thought
it was 36.

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

Title:
  firefox when on a Vine.com webpage, crashes MATE session.

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

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


[Bug 1462650] Re: Incorrect installation behaviour on multi-drive system

2015-06-07 Thread Phillip Susi
Grub defaults to installing to sda since that is the drive the computer
typically boots from.  Installing it to the other drive would result in
it not booting unless you know to go into your bios and make it boot
from the other drive, so this is very much intentional.  If you really
want to do that, then you can choose the something else option and
select where to install grub to.

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

Title:
  Incorrect installation behaviour on multi-drive system

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

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


[Bug 1452689] Re: "tahoe start" exits with error

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

** Changed in: tahoe-lafs (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/1452689

Title:
  "tahoe start" exits with error

To manage notifications about this bug go to:
https://bugs.launchpad.net/tahoe-lafs/+bug/1452689/+subscriptions

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


[Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

2015-06-07 Thread Ming
Hey, I figured out my problem. Turns out that some of the header files
and code were broken (had a padlock on the icon) or were missing
altogether. I made new copies of the file with the same code and
formatting. After that, there were no problems running the command: make
-jX

@Jane Doe, Isaiah: 
I found this thread that may address your concern. I originally had to answer 
the questions as well. But I ran the command

make olddefconfig

before running

make -jX.

Here's the thread in which your problem may be addressed. (Note, I used the 
second post)
http://serverfault.com/questions/116299/automatically-answer-defaults-when-doing-make-oldconfig-on-a-kernel-tree

My wireless card is working now. Thanks everyone.

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

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported

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

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


[Bug 1462834] [NEW] fails to start due to TypeError

2015-06-07 Thread Logan Rosen
Public bug reported:

gnome-weather doesn't appear to launch properly on my system. Nothing
appears when I run the gnome-weather command in a terminal. Here are the
messages returned:

logan@logan-VMware:~$ gnome-weather

(org.gnome.Weather.Application:2037): Gjs-WARNING **: JS ERROR: TypeError: 
this._outerGrid is undefined
WeatherWidget<._init@resource:///org/gnome/Weather/Application/js/app/city.js:54
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
WeatherView<._init@resource:///org/gnome/Weather/Application/js/app/city.js:211
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
MainWindow<._init@resource:///org/gnome/Weather/Application/js/app/window.js:87
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
Application<._createWindow@resource:///org/gnome/Weather/Application/js/app/main.js:127
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
Application<.vfunc_activate@resource:///org/gnome/Weather/Application/js/app/main.js:159
wrapper@resource:///org/gnome/gjs/modules/lang.js:169
main@resource:///org/gnome/Weather/Application/js/app/main.js:175
run@resource:///org/gnome/gjs/modules/package.js:192
@/usr/bin/gnome-weather:6

Gjs-Message: JS LOG: Failed to connect to GeoClue2 service:
GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Geolocation
disabled for UID 1000

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: gnome-weather 3.16.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
ApportVersion: 2.17.3-0ubuntu4
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Jun  7 16:32:56 2015
InstallationDate: Installed on 2014-09-18 (262 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140917)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-weather
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-weather (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/1462834

Title:
  fails to start due to TypeError

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

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


[Bug 472100] Re: siproxd chroot is empty

2015-06-07 Thread Logan Rosen
** Bug watch added: Debian Bug tracker #506764
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506764

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

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

Title:
  siproxd chroot is empty

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

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


[Bug 1462831] Re: package libc6 2.19-0ubuntu6.6 failed to install/upgrade: package architecture (armhf) does not match system (amd64)

2015-06-07 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/1462831

Title:
  package libc6 2.19-0ubuntu6.6 failed to install/upgrade: package
  architecture (armhf) does not match system (amd64)

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

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


[Bug 1462832] [NEW] mount -v doesn't provide useful output for failure

2015-06-07 Thread Karl-Philipp Richter
Public bug reported:

Output in the form of

$ sudo mount -v -a
/: ignored
/boot: already mounted
/boot/efi: already mounted
/home: already mounted
none : ignored
/mnt/DATA: already mounted
mount: mount(2) failed: No such file or directory

should be

$ sudo mount -v -a
/: ignored
/boot: already mounted
/boot/efi: already mounted
/home: already mounted
none : ignored
/mnt/DATA: already mounted
[mountpoint] [target] mount: mount(2) failed: No such file or directory

otherwise the verbose option hardly deserves its name.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: mount 2.25.2-4ubuntu2
Uname: Linux 4.0.1-040001-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun  8 01:22:42 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-04-02 (66 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: util-linux
SystemImageInfo:
 current build number: 0
 device name: 
 channel: daily
 last update: Unknown
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  mount -v doesn't provide useful output for failure

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

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


[Bug 1462831] [NEW] package libc6 2.19-0ubuntu6.6 failed to install/upgrade: package architecture (armhf) does not match system (amd64)

2015-06-07 Thread Steven Thibault
Public bug reported:

trying to set my system up for cross building for arm hf. I added a new
architecture, dpkg --add-architecture... added [arch=] for amd64, i386,
and armhf to each item is sources.list, updated, and then installed
dpkg-cross and the error occured during the install of crossbuild-
essential-armhf.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libc6 2.19-0ubuntu6.6
ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Sun Jun  7 19:19:17 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.6
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.6
DuplicateSignature: package:libc6:2.19-0ubuntu6.6:package architecture (armhf) 
does not match system (amd64)
ErrorMessage: package architecture (armhf) does not match system (amd64)
InstallationDate: Installed on 2015-05-22 (16 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
SourcePackage: eglibc
Title: package libc6 2.19-0ubuntu6.6 failed to install/upgrade: package 
architecture (armhf) does not match system (amd64)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package libc6 2.19-0ubuntu6.6 failed to install/upgrade: package
  architecture (armhf) does not match system (amd64)

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

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


[Bug 1441657] Re: Waking from hibernation results in kernel panic

2015-06-07 Thread Enkouyami
I've tried v4.4 and v4.5 and the problem doesn't happen from waking from
sleep, but it still happens on waking from hibernation.

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

Title:
  Waking from hibernation results in kernel panic

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

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


[Bug 1372202] Re: octave needs to be rebuilt against graphicsmagick 1.3.20-4

2015-06-07 Thread Max Ehrlich
Also having this issue, is there any chance of seeing a fix soon?

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

Title:
  octave needs to be rebuilt against graphicsmagick 1.3.20-4

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

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


[Bug 1341944] Re: 32-Bit UEFI bootloader support needed

2015-06-07 Thread Reimar Döffinger
Sorry, the command needs to be without "-p /EFI/BOOT" (that only applies if the 
grub.cfg is there instead of in /boot/grub).
grub-mkimage -o bootia32.efi -O i386-efi ntfs hfs appleldr boot cat efi_gop 
efi_uga elf fat hfsplus iso9660 linux keylayouts memdisk minicmd part_apple 
ext2 extcmd xfs xnu part_bsd part_gpt search search_fs_file chain btrfs 
loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart scsi loopback 
normal configfile gzio all_video efi_gop efi_uga gfxterm gettext echo boot 
chain eval ls test sleep png gfxmenu

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

Title:
  32-Bit UEFI bootloader support needed

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

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


[Bug 1367764] Re: Themes using overlay scrollbars have to set explicitly set backgrounds on all scrollable widgets

2015-06-07 Thread Adolfo Jayme
The GTK+3 implementation of overlay-scrollbar has been dropped as GTk+
3.16 includes a similar feature.

** Project changed: overlay-scrollbar => overlay-scrollbar (Ubuntu)

** Changed in: overlay-scrollbar (Ubuntu)
   Status: New => Won't Fix

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

** No longer affects: hundredpapercuts

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

Title:
  Themes using overlay scrollbars have to set explicitly set backgrounds
  on all scrollable widgets

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

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


[Bug 1341944] Re: 32-Bit UEFI bootloader support needed

2015-06-07 Thread Reimar Döffinger
I'd also like to add my voice on having someone look into it. All it should 
require is running grub-mkimage a second time with -o bootia32.efi -O i386-efi.
To summarize instructions found elsewhere to fix this yourself:
Install grub-efi-ia32-bin
Run something like (a bit unsure about which modules are actually needed):
grub-mkimage -o bootia32.efi -O i386-efi -p /EFI/BOOT ntfs hfs appleldr boot 
cat efi_gop efi_uga elf fat hfsplus iso9660 linux keylayouts memdisk minicmd 
part_apple ext2 extcmd xfs xnu part_bsd part_gpt search search_fs_file chain 
btrfs loadbios loadenv lvm minix minix2 reiserfs memrw mmap msdospart scsi 
loopback normal configfile gzio all_video efi_gop efi_uga gfxterm gettext echo 
boot chain eval ls test sleep png gfxmenu
Then somehow get the bootia32.efi on the boot media in the location where the 
bootx64.efi is located (normally under BOOT/EFI on some FAT16 partition).

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

Title:
  32-Bit UEFI bootloader support needed

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

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


[Bug 1462822] Re: Kernel configuration parameter CONFIG_DEVMEM is not set, it should be

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

** Changed in: linux (Ubuntu)
   Status: New => Confirmed

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

Title:
  Kernel configuration parameter CONFIG_DEVMEM is not set, it should be

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

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


[Bug 1367764] Re: Themes using overlay scrollbars have to set explicitly set backgrounds on all scrollable widgets

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

** Changed in: overlay-scrollbar (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/1367764

Title:
  Themes using overlay scrollbars have to set explicitly set backgrounds
  on all scrollable widgets

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

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


[Bug 1283938] Re: [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from sleep

2015-06-07 Thread Kenneth Bogert
For me the fix was to add:

export CLUTTER_VBLANK=none

to /etc/environment

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

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

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

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


[Bug 1462825] [NEW] Low resolution screen.

2015-06-07 Thread ojota99
Public bug reported:

xrandr: Failed to get size of gamma for output default

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sun Jun  7 18:17:14 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
InstallationDate: Installed on 2015-06-05 (2 days ago)
InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:1115): WARNING **: Failed to load user image: Failed 
to open file '/home/juan/.face': No such file or directory
 init: indicator-power main process (1157) killed by TERM signal
 init: indicator-application main process (1168) killed by TERM signal
MachineType: POSITIVO Positivo Mobile
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=145c040c-e374-40bb-b53c-c730dc0a717e ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/29/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.asset.tag: 1234567890
dmi.board.name: M7x0S
dmi.board.vendor: clevo
dmi.board.version: Bottom
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SiS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/29/2009:svnPOSITIVO:pnPositivoMobile:pvr1.00.19PO_SIM:rvnclevo:rnM7x0S:rvrBottom:cvnSiS:ct1:cvrN/A:
dmi.product.name: Positivo Mobile
dmi.product.version: 1.00.19PO_SIM
dmi.sys.vendor: POSITIVO
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150528+10.6.ffd133bd-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150528+10.6.ffd133bd-0ubuntu0ricotz~trusty
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.4.99+git20140806.fbf575cb-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150528.fb1643f0-0ubuntu0sarvatt~trusty
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20141030.3fb97d78-0ubuntu0sarvatt~trusty2
xserver.bootTime: Sun Jun  7 18:04:00 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug third-party-packages trusty ubuntu

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

Title:
  Low resolution screen.

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

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


[Bug 1442311] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2015-06-07 Thread Kenneth Bogert
I finally found some time to work on this, and I think I have it fixed.

Debugging gnome-shell when I hit this bug (note, I could also trigger
this bug by allowing the screen to lock, no suspend necessary) I noticed
the following backtrace kept happening:

Thread 1 (Thread 0x7f920ec68a40 (LWP 12089)):
#0  0x7f920b9f912d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9202b8ab72 in poll (__timeout=-1, __nfds=1, __fds=0x7fff76528300) 
at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x7f9ed0, cond=cond@entry=0x7fff76528420, 
vector=vector@entry=0x0, count=count@entry=0x0) at ../../src/xcb_conn.c:447
#3  0x7f9202b8c3ff in wait_for_reply (c=c@entry=0x7f9ed0, request=29601, 
e=e@entry=0x0) at ../../src/xcb_in.c:490
#4  0x7f9202b8c512 in xcb_wait_for_reply (c=0x7f9ed0, request=29601, e=0x0) 
at ../../src/xcb_in.c:520
#5  0x7f91f8e4b4ce in dri2WaitForMSC (pdraw=0xca4900, target_msc=0, 
divisor=2, remainder=0, ust=0x7fff76528550, msc=0x7fff76528558, 
sbc=0x7fff76528560) at ../../../../src/glx/dri2_glx.c:480
#6  0x7f92090478f6 in _cogl_winsys_wait_for_vblank 
(onscreen=onscreen@entry=0xca12e0) at ./winsys/cogl-winsys-glx.c:1606
#7  0x7f9209048016 in _cogl_winsys_onscreen_swap_region (onscreen=0xca12e0, 
user_rectangles=, n_rectangles=) at 
./winsys/cogl-winsys-glx.c:1808
#8  0x7f920903d341 in cogl_onscreen_swap_region (onscreen=0xca12e0, 
rectangles=rectangles@entry=0x7fff76528700, n_rectangles=n_rectangles@entry=1) 
at ./cogl-onscreen.c:337
#9  0x7f920ce13662 in clutter_stage_cogl_redraw (stage_window=0x855b80) at 
./cogl/clutter-stage-cogl.c:641
#10 0x7f920ce77887 in clutter_stage_do_redraw (stage=0xd11bf0) at 
./clutter-stage.c:1184
#11 _clutter_stage_do_update (stage=0xd11bf0) at ./clutter-stage.c:1242
#12 0x7f920ce5e028 in master_clock_update_stages (master_clock=0xbe7880, 
stages=0x35dca30) at ./clutter-master-clock.c:457
#13 clutter_clock_dispatch (source=, callback=, 
user_data=) at ./clutter-master-clock.c:589
#14 0x7f920c13ee04 in g_main_dispatch (context=0x7d35f0) at 
/build/buildd/glib2.0-2.40.2/./glib/gmain.c:3064
#15 g_main_context_dispatch (context=context@entry=0x7d35f0) at 
/build/buildd/glib2.0-2.40.2/./glib/gmain.c:3663
#16 0x7f920c13f048 in g_main_context_iterate (context=0x7d35f0, 
block=block@entry=1, dispatch=dispatch@entry=1, self=) at 
/build/buildd/glib2.0-2.40.2/./glib/gmain.c:3734
#17 0x7f920c13f30a in g_main_loop_run (loop=0x7d3390) at 
/build/buildd/glib2.0-2.40.2/./glib/gmain.c:3928
#18 0x7f920d883021 in meta_run () at core/main.c:556
#19 0x00401d11 in main (argc=1, argv=0x7fff76528b08) at main.c:439


Specifically frame #6, it appeared to be endlessly waiting for a vblank.  So I 
added the following to /etc/environment:

export CLUTTER_VBLANK=none

I have just done suspend and resume 20 times without issue, whereas
previously I could trigger this bug after 3 or 4 on average.

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

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

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


[Bug 1447701] Re: Backport chromium-browser 43

2015-06-07 Thread Vasya Pupkin
*sigh*

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

Title:
  Backport chromium-browser 43

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

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


[Bug 1462692] Re: Ordering cycle on NetworkManager-wait-online.service/start

2015-06-07 Thread Edward Z. Yang
Yes, that diagnosis looks correct.

ezyang@sabre:~$ ls -l  /lib/systemd/system/screen-cleanup.service
ls: cannot access /lib/systemd/system/screen-cleanup.service: No such file or 
directory
ezyang@sabre:~$ dpkg -s screen
Package: screen
Status: deinstall ok config-files
Priority: optional
Section: misc
Installed-Size: 983
Maintainer: Ubuntu Developers 
Architecture: amd64
Version: 4.2.1-2
Config-Version: 4.2.1-2
Depends: libc6 (>= 2.15), libpam0g (>= 0.99.7.1), libtinfo5
Suggests: iselect (>= 1.4.0-1) | screenie | byobu
Conffiles:
 /etc/init.d/screen-cleanup c1dc791ae42e2ce284cd20aff93e8987
 /etc/screenrc 12c245238eb8b653625bba27dc81df6a
 /etc/init/screen-cleanup.conf 441f4a1c5b41d7f23427be5aa6ccbbcc obsolete
Description: terminal multiplexer with VT100/ANSI terminal emulation
 GNU Screen is a terminal multiplexer that runs several separate "screens" on
 a single physical character-based terminal. Each virtual terminal emulates a
 DEC VT100 plus several ANSI X3.64 and ISO 2022 functions. Screen sessions
 can be detached and resumed later on a different terminal.
 .
 Screen also supports a whole slew of other features, including configurable
 input and output translation, serial port support, configurable logging,
 and multi-user support.
Original-Maintainer: Axel Beckert 
Homepage: http://savannah.gnu.org/projects/screen

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

Title:
  Ordering cycle on NetworkManager-wait-online.service/start

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

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


[Bug 1367764] [NEW] Themes using overlay scrollbars have to set explicitly set backgrounds on all scrollable widgets

2015-06-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The overlay scrollbar module forces the window that should be scrolled
to be native. Gtk is moving away from native windows and seems to have
some hard-to-find regressions when using them.

This causes a bunch of themeing issues (black/transparent backgrounds)
which can be worked around in the theme by setting backgrounds for these
widgets explicitely. That's a performance issue (since we're filling
backgrounds unnecessarily) and annoying, as these have to be only some
of the time for some widgets (e.g., GtkEventBox).

Porting overlay-scrollbars to not use native windows might be worthwhile
if we decide to keep them.

** Affects: overlay-scrollbar (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Themes using overlay scrollbars have to set explicitly set backgrounds on all 
scrollable widgets
https://bugs.launchpad.net/bugs/1367764
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1462816] Re: when setting up users during install and moving down through arrow keys the text still gets shows username as highligted when you are entering your password in.

2015-06-07 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1462816

** Tags added: iso-testing

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

Title:
  when setting up users during install and moving down through arrow
  keys the text still gets shows username as highligted when you are
  entering your password in.

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

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


[Bug 1289807] Re: User Accounts endless loop (never opens)

2015-06-07 Thread van hanegen
I was able to fix it by printing:
sudo apt-get install libwayland-dev-lts-trusty libwayland-egl1-mesa-lts-trusty
See https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1290099, post #7 by 
Cerin (chrisspen)

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

Title:
  User Accounts endless loop (never opens)

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

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


  1   2   3   4   >