[Bug 1437701] Re: package libgnutls26:i386 2.12.23-12ubuntu2.2 failed to install/upgrade: package libgnutls26:i386 is already installed and configured

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

** Changed in: gnutls26 (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/1437701

Title:
  package libgnutls26:i386 2.12.23-12ubuntu2.2 failed to
  install/upgrade: package libgnutls26:i386 is already installed and
  configured

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

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


[Bug 1562455] [NEW] Please sync 2ping 3.2.1-1 (universe) from Debian unstable (main)

2016-03-26 Thread Ryan Finnie
Public bug reported:

2ping 3.2.0-1 (currently in xenial) contains a remote crash denial of
service condition when the peer sends a notice with non-ASCII (e.g.
Unicode) text.  This cannot lead to a remote crash in the listener's
default configuration (only when --debug is passed), but IMHO is serious
enough that this fix should be included before xenial is released.

Please sync 2ping 3.2.1-1 from Debian unstable.  3.2.1-1 contains the
following fix against 3.2.0-1 to properly render Unicode notices and
filter invalid high characters:

diff --git a/twoping/cli.py b/twoping/cli.py
index 418f5b7..3e94573 100755
--- a/twoping/cli.py
+++ b/twoping/cli.py
@@ -335,7 +335,7 @@ class TwoPing():
 (packets.OpcodeExtended.id in packet_in.opcodes) and
 (packets.ExtendedNotice.id in 
packet_in.opcodes[packets.OpcodeExtended.id].segments)
 ):
-notice = 
str(packet_in.opcodes[packets.OpcodeExtended.id].segments[packets.ExtendedNotice.id].text)
+notice = 
unicode(str(packet_in.opcodes[packets.OpcodeExtended.id].segments[packets.ExtendedNotice.id].text),
 'UTF-8', 'replace')
 self.print_out('  ' + _('Peer notice: 
{notice}').format(notice=notice))
 sock_class.courtesy_messages[peer_tuple][replied_message_id_int] = 
(time_begin, replied_message_id)

** Affects: 2ping (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/1562455

Title:
  Please sync 2ping 3.2.1-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/2ping/+bug/1562455/+subscriptions

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


[Bug 1312051] Re: Upstart init process consuming all ram

2016-03-26 Thread ssolo
10G memory in total, of wich 6.4G RAM and 3+G swap...
A bit too much. Ubuntu 15.10

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

Title:
  Upstart init process consuming all ram

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

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


[Bug 1555775] Re: WiFi + wired ethernet broken after suspend on Alienware 15 R2

2016-03-26 Thread Andy Barry
Confirmed that the problem still exists in 4.6.0-rc1.  I'll try removing
the other kernel modules tomorrow and will report back.  Thanks for your
continued help.

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

Title:
  WiFi + wired ethernet broken after suspend on Alienware 15 R2

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

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


[Bug 1562435] Re: [needs-packaging] startpar

2016-03-26 Thread Ubuntu Foundations Team Bug Bot
** Tags added: needs-packaging

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

Title:
   [needs-packaging] startpar

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

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


[Bug 1562433] Re: ubuntuBSD porting fixes

2016-03-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "firefox.diff" seems to be a patch.  If it isn't, please
remove the "patch" flag from the attachment, remove the "patch" tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  ubuntuBSD porting fixes

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

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


[Bug 1535720] Re: system error message

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1535720

Title:
  system error message

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

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


[Bug 1523235] Re: Evince crashes when PDF is rewritten by pdflatex

2016-03-26 Thread Launchpad Bug Tracker
[Expired for evince (Ubuntu) because there has been no activity for 60
days.]

** Changed in: evince (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/1523235

Title:
  Evince crashes when PDF is rewritten by pdflatex

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

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


[Bug 848872] Re: chromium-browser crashed with SIGSEGV in _XSend()

2016-03-26 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

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

Title:
  chromium-browser crashed with SIGSEGV in _XSend()

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

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


[Bug 1534952] Re: bug

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1534952

Title:
  bug

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

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


[Bug 1534601] Re: Errors

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1534601

Title:
  Errors

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

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


[Bug 1523816] Re: VN7-792G erratic Fan speed

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1523816

Title:
  VN7-792G erratic Fan speed

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

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


[Bug 655973] Re: trackpad not recognized on Gateway LT3119u / Acer ZA8 laptop

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-synaptics (Ubuntu) because there has
been no activity for 60 days.]

** Changed in: xserver-xorg-input-synaptics (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/655973

Title:
  trackpad not recognized on Gateway LT3119u / Acer ZA8 laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/655973/+subscriptions

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


[Bug 1533786] Re: (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed. - xorg hang

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1533786

Title:
  (EE) [mi] EQ overflowing. Additional events will be discarded until
  existing events are processed. - xorg hang

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

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


[Bug 1534943] Re: keyboard issues, some keys not working

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1534943

Title:
  keyboard issues, some keys not working

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

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


[Bug 1046482] Re: Google Chrome slows down Unity big time

2016-03-26 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

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

Title:
  Google Chrome slows down Unity big time

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

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


[Bug 1534508] Re: stqrt up problems

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1534508

Title:
  stqrt up problems

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

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


[Bug 1476044] Re: package libopencore-amrwb0:amd64 0.1.3-2ubuntu1 failed to install/upgrade: package libopencore-amrwb0:amd64 is already installed and configured

2016-03-26 Thread julio
** This bug is no longer a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

** Changed in: dpkg (Ubuntu)
   Status: Confirmed => 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/1476044

Title:
  package libopencore-amrwb0:amd64 0.1.3-2ubuntu1 failed to
  install/upgrade: package libopencore-amrwb0:amd64 is already installed
  and configured

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

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


[Bug 1537443] Re: flickering of screen

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1537443

Title:
  flickering of screen

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

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


[Bug 1535914] Re: I have problems game freezing on steam even after I download wine

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1535914

Title:
  I have problems game freezing on steam even after I download wine

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

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


[Bug 1535358] Re: Clicking a URL crashes xorg

2016-03-26 Thread Launchpad Bug Tracker
[Expired for unity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: unity (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/1535358

Title:
  Clicking a URL crashes xorg

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

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


[Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1536165

Title:
  X server hangs on start when DisplayPort is connected

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

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


[Bug 1538000] Re: installation crashes

2016-03-26 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/1538000

Title:
  installation crashes

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

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


[Bug 1536913] Re: Some text & edges of windows messed up

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1536913

Title:
  Some text & edges of windows messed up

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

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


[Bug 1535358] Re: Clicking a URL crashes xorg

2016-03-26 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

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

Title:
  Clicking a URL crashes xorg

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

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


[Bug 1538203] Re: Impossiblity when installing ubuntu with an old Hard Disk nicely formated

2016-03-26 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/1538203

Title:
  Impossiblity when installing ubuntu with an old Hard Disk nicely
  formated

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

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


[Bug 1537079] Re: Ctrl+c/v does not copy and paste

2016-03-26 Thread Launchpad Bug Tracker
[Expired for ubuntu-ui-toolkit (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-ui-toolkit (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/1537079

Title:
  Ctrl+c/v does not copy and paste

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1537079/+subscriptions

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


[Bug 1537351] Re: error

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1537351

Title:
  error

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

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


[Bug 1535932] Re: downloading files hindered

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1535932

Title:
  downloading files hindered

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

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


[Bug 1537904] Re: black screen on boot; boot unsuccessful

2016-03-26 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1537904

Title:
  black screen on boot; boot unsuccessful

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

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


[Bug 1562445] Re: package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/locales/am.pak' to '/usr/lib/c

2016-03-26 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: corrupted-package

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

Title:
  package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.
  failed to install/upgrade: cannot copy extracted data for './usr/lib
  /chromium-browser/locales/am.pak' to '/usr/lib/chromium-
  browser/locales/am.pak.dpkg-new': unexpected end of file or stream

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

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


[Bug 1562451] Re: systemd-udevd crashed with SIGABRT in __open_nocancel()

2016-03-26 Thread Apport retracing service
*** This bug is a duplicate of bug 1544627 ***
https://bugs.launchpad.net/bugs/1544627

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1544627
   systemd-udevd crashed with SIGABRT in __open_nocancel()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  systemd-udevd crashed with SIGABRT in __open_nocancel()

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

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


[Bug 1562450] [NEW] package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-26 Thread Pavlushka
Public bug reported:

package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 1.  After
booting it crashes.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: memcached 1.4.25-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20-0ubuntu3
AptOrdering:
 memcached: Install
 memcached: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Mar 26 22:58:37 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-03-12 (14 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.7
SourcePackage: memcached
Title: package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package memcached 1.4.25-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1562450] [NEW] package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-26 Thread Pavlushka
Public bug reported:

package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 1.  After
booting it crashes.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: memcached 1.4.25-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20-0ubuntu3
AptOrdering:
 memcached: Install
 memcached: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Mar 26 22:58:37 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-03-12 (14 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.7
SourcePackage: memcached
Title: package memcached 1.4.25-2ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package memcached 1.4.25-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1540407] Comment bridged from LTC Bugzilla

2016-03-26 Thread bugproxy
--- Comment From thorsten.di...@de.ibm.com 2016-03-21 13:50 EDT---
Hi Ryan, hi Dimitri,

Update from LP 1551952:
> St?phane Graber (stgraber) wrote on 2016-03-18:   #7
>
> Unfortunate that this only gets in so late in the cycle, but I can certainly
> see the benefit of updating this before we have to support it for 5 years.
>
> Testing seems reasonable. debdiff is unreviewable so we can only rely on the
> testing...
>
> Assuming that you'll take care of any yet unknown regression from this, you
> may go ahead and upload the merge.
> Changed in multipath-tools (Ubuntu):
> status:   New ? Triaged

...let's roll.

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1540407] Comment bridged from LTC Bugzilla

2016-03-26 Thread bugproxy
--- Comment From thorsten.di...@de.ibm.com 2016-03-21 13:50 EDT---
Hi Ryan, hi Dimitri,

Update from LP 1551952:
> St?phane Graber (stgraber) wrote on 2016-03-18:   #7
>
> Unfortunate that this only gets in so late in the cycle, but I can certainly
> see the benefit of updating this before we have to support it for 5 years.
>
> Testing seems reasonable. debdiff is unreviewable so we can only rely on the
> testing...
>
> Assuming that you'll take care of any yet unknown regression from this, you
> may go ahead and upload the merge.
> Changed in multipath-tools (Ubuntu):
> status:   New ? Triaged

...let's roll.

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

Title:
  multipathd drops paths of a temporarily lost device

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

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


[Bug 1535470] Re: Backlight brightness keys not working

2016-03-26 Thread Ian Booth
I have just tried again with the latest 4.5 kernel downloaded from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.5-wily/
No luck.

** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-4.5

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

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

Title:
  Backlight brightness keys not working

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools -
0.5.0+git1.656f8865-5ubuntu1

---
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium

  * Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
  - Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
  - Bump udev dependencies as well
- debian/control:
  - multipath-tools: add sg3-utils-dev Depends
  - multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load 
modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
  This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
  'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
  test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
  - debian/initramfs/kpartx.hook
  - debian/kpartx-boot.postinst
  - debian/kpartx-boot.postrm
  - debian/kpartx.install
  - debian/control: Add kpartx-boot package for dmraid
  - debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in 
multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
  and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
  back to round-robin while service-time isn't available to the installer
  multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
  ensure all paths come up on boot. (LP: #1479929)
- Disable -fexceptions on multipath-udeb (LP: #1489379): the flag causes
  libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
  which is not available in the installer environment.
  - debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
  - debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
  change to the right line (LP: #1492425)
- debian/initramfs/local-premount: wait for udev to settle before the call
  to resolve_device() in local_mount_root(), so the by-uuid/ symlinks have
  a chance to be updated by the multipath udev rules (LP: #1503286).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
  from the old device names with device numbers to using letters for 
devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
  to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
  indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
  multipath so that new paths can be correctly added as detected while we're
  still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
  allow multipathd to handle cases where the bindings file is read-only.
  (LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
  with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future 
cases
  where uploads might break kpartx's loopback file handling.
- debian/patches/kpartx_more_loopback_fixes.patch: fix loopback mounted
  files some more: since we stat() the loopback device node, we can't rely
  on S_ISREG() tests to handle this case, and should look at the device
  itself instead. (LP: #1543430)
- Remove partition device nodes of individual paths (for LVM on multipath)
  (LP: #1540401)
  - debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
  - debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
  - debian/initramfs/init-top: load the dm-multipath module for 'multipath 
-c'.
  - debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
  not necessary with multipath-tools listening for udev events directly.
  * Drop changes:
- debian/patches/series: Drop 

[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools -
0.5.0+git1.656f8865-5ubuntu1

---
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium

  * Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
  - Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
  - Bump udev dependencies as well
- debian/control:
  - multipath-tools: add sg3-utils-dev Depends
  - multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load 
modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
  This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
  'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
  test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
  - debian/initramfs/kpartx.hook
  - debian/kpartx-boot.postinst
  - debian/kpartx-boot.postrm
  - debian/kpartx.install
  - debian/control: Add kpartx-boot package for dmraid
  - debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in 
multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
  and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
  back to round-robin while service-time isn't available to the installer
  multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
  ensure all paths come up on boot. (LP: #1479929)
- Disable -fexceptions on multipath-udeb (LP: #1489379): the flag causes
  libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
  which is not available in the installer environment.
  - debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
  - debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
  change to the right line (LP: #1492425)
- debian/initramfs/local-premount: wait for udev to settle before the call
  to resolve_device() in local_mount_root(), so the by-uuid/ symlinks have
  a chance to be updated by the multipath udev rules (LP: #1503286).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
  from the old device names with device numbers to using letters for 
devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
  to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
  indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
  multipath so that new paths can be correctly added as detected while we're
  still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
  allow multipathd to handle cases where the bindings file is read-only.
  (LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
  with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future 
cases
  where uploads might break kpartx's loopback file handling.
- debian/patches/kpartx_more_loopback_fixes.patch: fix loopback mounted
  files some more: since we stat() the loopback device node, we can't rely
  on S_ISREG() tests to handle this case, and should look at the device
  itself instead. (LP: #1543430)
- Remove partition device nodes of individual paths (for LVM on multipath)
  (LP: #1540401)
  - debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
  - debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
  - debian/initramfs/init-top: load the dm-multipath module for 'multipath 
-c'.
  - debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
  not necessary with multipath-tools listening for udev events directly.
  * Drop changes:
- debian/patches/series: Drop 

[Bug 1488050] Re: Unable to connect to Upstart

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

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

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

Title:
   Unable to connect to Upstart

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

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


[Bug 1488050] Re: Unable to connect to Upstart

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

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

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

Title:
   Unable to connect to Upstart

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools -
0.5.0+git1.656f8865-5ubuntu1

---
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium

  * Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
  - Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
  - Bump udev dependencies as well
- debian/control:
  - multipath-tools: add sg3-utils-dev Depends
  - multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load 
modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
  This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
  'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
  test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
  - debian/initramfs/kpartx.hook
  - debian/kpartx-boot.postinst
  - debian/kpartx-boot.postrm
  - debian/kpartx.install
  - debian/control: Add kpartx-boot package for dmraid
  - debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in 
multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
  and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
  back to round-robin while service-time isn't available to the installer
  multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
  ensure all paths come up on boot. (LP: #1479929)
- Disable -fexceptions on multipath-udeb (LP: #1489379): the flag causes
  libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
  which is not available in the installer environment.
  - debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
  - debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
  change to the right line (LP: #1492425)
- debian/initramfs/local-premount: wait for udev to settle before the call
  to resolve_device() in local_mount_root(), so the by-uuid/ symlinks have
  a chance to be updated by the multipath udev rules (LP: #1503286).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
  from the old device names with device numbers to using letters for 
devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
  to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
  indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
  multipath so that new paths can be correctly added as detected while we're
  still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
  allow multipathd to handle cases where the bindings file is read-only.
  (LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
  with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future 
cases
  where uploads might break kpartx's loopback file handling.
- debian/patches/kpartx_more_loopback_fixes.patch: fix loopback mounted
  files some more: since we stat() the loopback device node, we can't rely
  on S_ISREG() tests to handle this case, and should look at the device
  itself instead. (LP: #1543430)
- Remove partition device nodes of individual paths (for LVM on multipath)
  (LP: #1540401)
  - debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
  - debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
  - debian/initramfs/init-top: load the dm-multipath module for 'multipath 
-c'.
  - debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
  not necessary with multipath-tools listening for udev events directly.
  * Drop changes:
- debian/patches/series: Drop 

[Bug 1551952] Re: FFE: Please merge multipath-tools 0.5.0+git1.656f8865 from Debian unstable

2016-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools -
0.5.0+git1.656f8865-5ubuntu1

---
multipath-tools (0.5.0+git1.656f8865-5ubuntu1) xenial; urgency=medium

  * Merge from Debian. (LP: #1551952) (LP: #1540407)
Remaining changes:
- debian/control:
  - Bump debhelper dependency to install udev rules to
/lib/udev/rules.d
  - Bump udev dependencies as well
- debian/control:
  - multipath-tools: add sg3-utils-dev Depends
  - multipath-udeb: add sg3-udeb Depends
- debian/initramfs/hooks: use 95 not 60 for multipath rules priority
- debian/rules: Move udev rules to priority 95, because rules that load 
modules should be >90.
- debian/multipath-tools.preinst: modprobe dm-multipath.
  This will make sure that multipathd will be able to start.
- debian/initramfs/local-top: wait for udev to settle before running
  'multipath' in order to avoid race condition on device-mapper calls.
- debian/initramfs/local-top: remove '--timeout 10' which causes my
  test system to not boot roughly 3 out of 4 times.
- Split kpartx initramfs bits into kpartx-boot for dmraid (LP: #941874)
  - debian/initramfs/kpartx.hook
  - debian/kpartx-boot.postinst
  - debian/kpartx-boot.postrm
  - debian/kpartx.install
  - debian/control: Add kpartx-boot package for dmraid
  - debian/rules: Install kpartx initramfs hook
- debian/patches/1000--set-umask-in-multipathd.patch: Set umask in 
multipathd.
- debian/patches/handle_spaces_in_rev_attr.patch: support IBM IPR devices
  and others which may have only spaces for the rev attribute.
- debian/patches/path_selector.patch: switch the default path selector
  back to round-robin while service-time isn't available to the installer
  multipath-modules.
- debian/patches/0015-shared-lock-for-udev.patch: (LP: #1431650)
- debian/initramfs/hooks: also copy wwids file on the installed system to
  ensure all paths come up on boot. (LP: #1479929)
- Disable -fexceptions on multipath-udeb (LP: #1489379): the flag causes
  libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
  which is not available in the installer environment.
  - debian/patches/disable-fexceptions-udeb.patch: conditionally disable
-fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
  - debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.
- debian/patches/handle_spaces_in_rev_attr.patch: update patch to apply the
  change to the right line (LP: #1492425)
- debian/initramfs/local-premount: wait for udev to settle before the call
  to resolve_device() in local_mount_root(), so the by-uuid/ symlinks have
  a chance to be updated by the multipath udev rules (LP: #1503286).
- debian/multipath-tools.postinst: handle upgrades from < 0.5.0 by migrating
  from the old device names with device numbers to using letters for 
devices.
- debian/patches/mpath_name_migration.patch: ship a multipath_migrate binary
  to make translation from pre-0.5.0 device naming to the new scheme.
- debian/initramfs/hooks: install multipathd and required directories.
- debian/initramfs/local-premount: reload all maps to make sure they're
  indeed loaded and ready before we end premount.
- debian/initramfs/local-top: run multipathd rather than a one-off call to
  multipath so that new paths can be correctly added as detected while we're
  still in the initramfs.
- debian/initramfs/local-bottom: remember to stop multipathd.
- debian/rules: install debian/initramfs/local-bottom
- debian/patches/0053-readonly-bindings_multipathd_prod.patch: support -B to
  allow multipathd to handle cases where the bindings file is read-only.
  (LP: #1526984)
- debian/patches/git-kpartx-support-spaces-in-dev-names-b407050a.patch: deal
  with spaces in device names in kpartx too (LP: #1432062)
- debian/tests/kpartx-file-loopback: add an autopkgtest to catch future 
cases
  where uploads might break kpartx's loopback file handling.
- debian/patches/kpartx_more_loopback_fixes.patch: fix loopback mounted
  files some more: since we stat() the loopback device node, we can't rely
  on S_ISREG() tests to handle this case, and should look at the device
  itself instead. (LP: #1543430)
- Remove partition device nodes of individual paths (for LVM on multipath)
  (LP: #1540401)
  - debian/multipath-tools.dm-mpath-lvm.udev: udev rule for that.
  - debian/initramfs/hooks: copy the udev rule and partx to the initramfs.
  - debian/initramfs/init-top: load the dm-multipath module for 'multipath 
-c'.
  - debian/rules: install the udev rule (priority 56: after 55-scsi-sg3_id)
- debian/rules: don't ship 95-multipath.rules udev rules anymore; they are
  not necessary with multipath-tools listening for udev events directly.
  * Drop changes:
- debian/patches/series: Drop 

Re: [Bug 1345682] Re: fsck on 24TB ext4 keeps crashing

2016-03-26 Thread DD Park
Hello, I need your help. This bug seemed to have been placed offline due to
inactivity. It is still a problem as been working on moving things around
to get a testing platform. I've been getting new hardware, and started
another build process to get me to a point of testing. I'm plan on doing a
little more testing before going into production based on the thought that
this problem was fixed, but initial testing shows I'm stilll having some
similar problems. I've built a 18TB file system raid5 ext4, and I was
crossing my fingers that it would be stable, but I'm seeing all kinds of
corruptions and doing fsck early I see that the file system doesn't stay
clean for long. I've built 3 systems so far. Two of them have gone into
production and I've limited my ext4 to 16TB. I built another system with
18TB and  I once I start copying large amounts of files onto the system, I
start seeing some warning messages indicating some forms of corruption, and
I stop the copy, run fsck, and I find I do not have a clean file system.
I'm running ubuntu 14.04.04 LTS on this test system. I've got another near
identical setup with ubuntu-14.04 and 16TB or less and works fine(this was
the original system that I saw my corruption. After downsizing, I'm good).
I've got another with 18TB, but split into a 16TB partition and 2TB
partition, on a ubuntu-15.04 system and that is working fine. I go back to
an hybrid system I built to do this test. It is running ubuntu14.04.04 and
built this one with 18TB. This was an older file server that did not have
problems that I decomissioned recently so I could do this testing. I
started my burn in tests and started seeing corruption of the file system.
As expected the only thing I can determine is that it doesn't seem to like
>16TB. Please let me know how I can help get this debugged.

On Wed, Nov 18, 2015 at 6:38 PM, Phillip Susi  wrote:

> To jump in for Ted here; I'm pretty sure that "very large" is in the
> millions range.  Whatever the cause though, the best way for us to be
> able to reproduce, diagnose, and fix it is with an image of the
> filesystem, even if it is with the file names scrambled ( the names
> don't really matter anyhow, just the number and possibly placement of
> them ).
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1345682
>
> Title:
>   fsck on 24TB ext4 keeps crashing
>
> Status in e2fsprogs package in Ubuntu:
>   Incomplete
>
> Bug description:
>   date; fsck -vy /dev/mapper/raid61p1 ;date
>   Thu Jul 17 11:54:21 PDT 2014
>   fsck from util-linux 2.20.1
>   I can't get my ext4 24TB to fsck clean. there came a whole bunch of file
> stat problems after a clean reboot.
>   I tried 3 times so far, and each does something like segfault. I looked
> twice, and the errors were different,
>   but was able to capture one output. The system has 6GB ram, and it used
> up all the memory. ended up adding 25GB
>   of swap as fsck seems to use up a huge amount of memory. After a long
> while, usually after mem use is >90%,
>   I come back to see the fsck has crashed and file system is still not
> clean.
>
>   The reboot was clean and should not  have caused any corruption. the
>   system is using ubuntu-14.04
>
>   # uname -a
>   Linux gigabyte133 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08
> UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
>   root@gigabyte133:~#
>
>   I had to use the 64 bit version since the 32 bit version I couldn't get
> more than 15TB file system built and read
>   that there were compatibility problems between 32bit version with the -O
> 64bit and the 64 bit version so just
>   built the whole thing in 64 bit ubuntu..
>
>
>   e2fsck 1.42.9 (4-Feb-2014)
>
>
>   /dev/mapper/raid61p1 contains a file system with errors, check forced.
>   Pass 1: Checking inodes, blocks, and sizes
>   Inode 203167820 has compression flag set on filesystem without
> compression support.  Clear? yes
>
>   Signal (11) SIGSEGV si_code=SI_KERNEL fault addr=(nil)
>   fsck.ext4[0x4266f1]
>   /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0)[0x7fd38d087ff0]
>   /lib/x86_64-linux-gnu/libext2fs.so.2(ext2fs_rb_next+0x23)[0x7fd38dc7bc43]
>   /lib/x86_64-linux-gnu/libext2fs.so.2(+0x10670)[0x7fd38dc5e670]
>   fsck.ext4[0x4100f6]# lsb_release -va
>   No LSB modules are available.
>   Distributor ID: Ubuntu
>   Description:Ubuntu 14.04 LTS
>   Release:14.04
>   Codename:   trusty
>
>   /lib/x86_64-linux-gnu/libext2fs.so.2(+0x11c3d)[0x7fd38dc5fc3d]
>   /lib/x86_64-linux-gnu/libext2fs.so.2(+0x11f78)[0x7fd38dc5ff78]
>
> /lib/x86_64-linux-gnu/libext2fs.so.2(ext2fs_block_iterate3+0xa13)[0x7fd38dc60b13]
>   fsck.ext4[0x4115c4]
>   fsck.ext4[0x412699]
>   fsck.ext4[0x412761]
>
> /lib/x86_64-linux-gnu/libext2fs.so.2(ext2fs_get_next_inode_full+0x59)[0x7fd38dc6c9a9]
>   fsck.ext4(e2fsck_pass1+0x8d8)[0x4130c8]
>   fsck.ext4(e2fsck_run+0x52)[0x40deb2]
>   fsck.ext4(main+0xd27)[0x40a0e7]
>   

[Bug 1562447] [NEW] package kpartx 0.5.0-7ubuntu7.1 failed to install/upgrade: package kpartx is already installed and configured

2016-03-26 Thread Ranjit Patil
Public bug reported:

dggreg

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: kpartx 0.5.0-7ubuntu7.1
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Sat Mar 26 20:58:33 2016
DuplicateSignature: package:kpartx:0.5.0-7ubuntu7.1:package kpartx is already 
installed and configured
ErrorMessage: package kpartx is already installed and configured
InstallationDate: Installed on 2016-03-26 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: dpkg
Title: package kpartx 0.5.0-7ubuntu7.1 failed to install/upgrade: package 
kpartx is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package wily

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

Title:
  package kpartx 0.5.0-7ubuntu7.1 failed to install/upgrade: package
  kpartx is already installed and configured

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

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


[Bug 1562447] Re: package kpartx 0.5.0-7ubuntu7.1 failed to install/upgrade: package kpartx is already installed and configured

2016-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package kpartx 0.5.0-7ubuntu7.1 failed to install/upgrade: package
  kpartx is already installed and configured

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

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


[Bug 1562444] Re: mate-panel crashed with SIGSEGV in g_slice_alloc()

2016-03-26 Thread Apport retracing service
*** This bug is a duplicate of bug 1560720 ***
https://bugs.launchpad.net/bugs/1560720

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  mate-panel crashed with SIGSEGV in g_slice_alloc()

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

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


[Bug 1562445] [NEW] package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/locales/am.pak' to '/usr/lib

2016-03-26 Thread Vishal
Public bug reported:

no further information, package failed to install option came

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Sun Mar 27 08:36:30 2016
DuplicateSignature: 
package:chromium-browser-l10n:48.0.2564.116-0ubuntu0.14.04.1.:cannot copy 
extracted data for './usr/lib/chromium-browser/locales/am.pak' to 
'/usr/lib/chromium-browser/locales/am.pak.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/chromium-browser/locales/am.pak' to 
'/usr/lib/chromium-browser/locales/am.pak.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2016-01-10 (76 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: chromium-browser
Title: package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1. failed 
to install/upgrade: cannot copy extracted data for 
'./usr/lib/chromium-browser/locales/am.pak' to 
'/usr/lib/chromium-browser/locales/am.pak.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: chromium-browser (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/1562445

Title:
  package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.
  failed to install/upgrade: cannot copy extracted data for './usr/lib
  /chromium-browser/locales/am.pak' to '/usr/lib/chromium-
  browser/locales/am.pak.dpkg-new': unexpected end of file or stream

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

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


[Bug 1461950] Re: Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

2016-03-26 Thread Vasya Pupkin
I wonder if this will ever be fixed. Bugs like this is what turns people
away from Ubuntu because no one seems to be able to help. I am not a
linux geek, so I came here and reported a bug. I don't know how and what
to report upstream, and I don't even know how that work. I found a page
on your wiki related to a promlem:
https://help.ubuntu.com/community/AsusZenbookPrime, it states that the
problem is related to a kernel bug that WAS FIXED a long time ago. So
why the heck the ambient light sensor still not working? Can someone who
has a clue look into this issue? If this is a kernel issue, I must at
least have a proof before reporting it upstream. Show me how to check
that kernel doesn't support something.

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

Title:
  Support for Ambient Light Sensor in ASUS Zenbook UX301LAA

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

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


[Bug 1562442] Re: mission-control-5 crashed with SIGSEGV in __libc_start_main()

2016-03-26 Thread Apport retracing service
*** This bug is a duplicate of bug 621048 ***
https://bugs.launchpad.net/bugs/621048

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 621048
   mission-control-5 crashed with SIGSEGV in __libc_start_main()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  mission-control-5 crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1562442/+subscriptions

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


[Bug 621048] Re: mission-control-5 crashed with SIGSEGV in __libc_start_main()

2016-03-26 Thread Apport retracing service
** Tags added: xenial

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

Title:
  mission-control-5 crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/621048/+subscriptions

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


[Bug 1507002] Re: "boot error" due to gcc v5 transition

2016-03-26 Thread Cusiri
Hi all,

I got the same problem in system Live with lubuntu 15.10 x64
systemback 
1.8.201_03.10.2016_Qt5.4.2_GCC5.2.1_amd64




Comment #16
--
thaniyarasu (thaniyarasu-gmail) wrote on 2015-12-14:#16

yesterday , i have upgraded ubuntu 15.04 to 15.10.
and try to create a USB boot from ubuntu-15.10-server-amd64.iso

when i try to boot from that usb i got this error

attempting Boot From usb device
SYSLINUX 6.03 EDD 20150813 Copyright (C) 1994-2014 H. Peter Anvin et al Boot 
error

--

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

Title:
  "boot error" due to gcc v5 transition

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

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


[Bug 1562445] Re: package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.1111 failed to install/upgrade: cannot copy extracted data for './usr/lib/chromium-browser/locales/am.pak' to '/usr/lib/c

2016-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package chromium-browser-l10n 48.0.2564.116-0ubuntu0.14.04.1.
  failed to install/upgrade: cannot copy extracted data for './usr/lib
  /chromium-browser/locales/am.pak' to '/usr/lib/chromium-
  browser/locales/am.pak.dpkg-new': unexpected end of file or stream

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

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


[Bug 1562443] [NEW] Segfault in dwb browser

2016-03-26 Thread TLewis
*** This bug is a duplicate of bug 1550493 ***
https://bugs.launchpad.net/bugs/1550493

Public bug reported:

dwb experiences random segmentation faults. The only thing consistent is
it will always segfault when trying to close a new tab. I believe it is
related to the recent security update for GTK (USN-2937-1: WebKitGTK+
vulnerabilities). I experienced no problems until then.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: dwb 20130503hg-2ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: LXDE
Date: Sat Mar 26 22:59:06 2016
InstallationDate: Installed on 2015-06-04 (296 days ago)
InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: dwb
UpgradeStatus: Upgraded to trusty on 2015-06-04 (296 days ago)

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


** Tags: apport-bug i386 trusty

** This bug has been marked a duplicate of bug 1550493
   Segmentation fault on startup

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

Title:
  Segfault in dwb browser

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

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


[Bug 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event

2016-03-26 Thread Vasya Pupkin
Just tested with latest and greatest 4.6rc1 kernel, still nothing.

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

Title:
  Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev
  event

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

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


[Bug 1562440] Re: package python-dateutil 2.2-2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-03-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package python-dateutil 2.2-2 failed to install/upgrade: 子进程 已安装 post-
  installation 脚本 返回错误状态 1

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

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

[Bug 1523108] Re: Bluetooth doesn't work on ASUS Zenbook UX301LAA

2016-03-26 Thread Vasya Pupkin
Doesn't work with 4.6rc1 kernel as well.

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

Title:
  Bluetooth doesn't work on ASUS Zenbook UX301LAA

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

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


[Bug 1550493] Re: Segmentation fault on startup

2016-03-26 Thread TLewis
I get segfault crashes at random. Like gsarret, I believe the crashes
are related to gtk since they did not happen until I applied the
security update USN-2937-1: WebKitGTK+ vulnerabilities. I added the
terminal output from my last DWB session.

** Attachment added: "terminal output for dwb"
   
https://bugs.launchpad.net/ubuntu/+source/dwb/+bug/1550493/+attachment/4613101/+files/dwberr

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

Title:
  Segmentation fault on startup

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

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


[Bug 1562440] [NEW] package python-dateutil 2.2-2 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-03-26 Thread kn
Public bug reported:

i dont know what should I provide

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: python-dateutil 2.2-2
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Sun Mar 27 10:45:32 2016
DuplicateSignature: package:python-dateutil:2.2-2:子进程 已安装 post-installation 脚本 
返回错误状态 1
ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
InstallationDate: Installed on 2016-03-25 (1 days ago)
InstallationMedia: Ubuntu-Kylin 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: python-dateutil
Title: package python-dateutil 2.2-2 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package wily

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

Title:
  package python-dateutil 2.2-2 failed to install/upgrade: 子进程 已安装 post-
  installation 脚本 返回错误状态 1

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

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

[Bug 1562431] Re: Huawei E3372 is not switched to modem mode automatically

2016-03-26 Thread Leo
It worked perfectly each time on 15.10.

However I was already using a 4.4.* upstream kernel when I bought this
device, so no prior experience.

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

Title:
  Huawei E3372 is not switched to modem mode automatically

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

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


[Bug 1544352] Re: [PHP7] After bootstrapping, these PHP packages can be rebuilt

2016-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package php-horde-util - 2.5.7-1ubuntu1

---
php-horde-util (2.5.7-1ubuntu1) xenial; urgency=medium

  * Update to PHP7.0 dependencies (LP: #1544352).

 -- Nishanth Aravamudan   Thu, 24 Mar
2016 15:36:26 -0700

** Changed in: php-horde-util (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/1544352

Title:
  [PHP7] After bootstrapping, these PHP packages can be rebuilt

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
I note you added the "bios-outdated-r1045v7" tag. Do you want me to
upgrade the bios?

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
Every Linux OS I've run on directly on the hardware has had this issue.
I'm currently running 14.04. The above/recent details are from running a
Xenial off a USB flash. I've previously tried 15.10 with the same
results.

USB pass-through gives high-speed direct access of the USB hardware to
the guest operating system. Fedora 22 and Kubuntu have the same problem.

I use win7 in a VM for HD video chat.

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1522422] Re: Update to php 7.0

2016-03-26 Thread Colan Schwartz
I'm not able to help with this at the moment, but I sent an e-mail to
the package maintainers letting them know.  Hopefully they'll get in
touch.

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

Title:
  Update to php 7.0

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

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


[Bug 1522422] Re: Update to php 7.0

2016-03-26 Thread Colan Schwartz
I'm not able to help with this at the moment, but I sent an e-mail to
the package maintainers letting them know.  Hopefully they'll get in
touch.

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

Title:
  Update to php 7.0

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

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


[Bug 1294858] Re: Installer does not install all language support packages

2016-03-26 Thread Mathew Hodson
** Changed in: ubiquity (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/1294858

Title:
  Installer does not install all language support packages

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

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


[Bug 1562436] [NEW] Firefox hangs system on certain urls

2016-03-26 Thread Tom
Public bug reported:

When you go to many urls with lots of images and videos (such as
http://news.google.com/news/url?sr=1=us%2F1_0_s_1_1_a=t=AFQjCNF3YmGSJKFgDC92d6FUG8AmbybUzg=52779069898901=http%3A%2F%2Fwww.mirror.co.uk%2Fnews
%2Fworld-news%2Fbarack-obama-filmed-hiding-wedding-7633906=hDz3Vsi-
DZKLhAG107fYDw=HOMEPAGE=STANDARD=section=5638657433709108861
=en_us-sfy=sfy=1=dt0=%2Fm%2F02mjmr=false=8) the
page seems to load ok, but then Firefox greys out and then right after
that the mouse pointer stops moving. One must do a hard power off, power
on to get the machine to work again. Just recently started happening as
of version 45 update of firefox. Tried restarting in safe mode and it
still does it. Quite frustrating. Seems every page from news.google.com
will cause the issue although you can load news.google.com ok.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: firefox 45.0+build2-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
Uname: Linux 3.19.0-56-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tom2209 F pulseaudio
 /dev/snd/controlC1:  tom2209 F pulseaudio
BuildID: 20160304114926
Channel: Unavailable
CurrentDesktop: Unity
Date: Sat Mar 26 18:50:32 2016
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-10-15 (163 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.105  metric 9
Locales: extensions.sqlite corrupt or missing
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=45.0/20160304114926 (In use)
RelatedPackageVersions:
 totem-mozilla 3.10.1-1ubuntu4
 rhythmbox-mozilla 3.0.2-0ubuntu2
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/01/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N56JN.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N56JN
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.:bvrN56JN.202:bd04/01/2014:svnASUSTeKCOMPUTERINC.:pnN56JN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN56JN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: N56JN
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug trusty

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

Title:
  Firefox hangs system on certain urls

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Christopher M. Penalver
Brad, to clarify, did this problem not occur for you personally with the
host (not VM) in a release prior to Xenial?

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1520278] Re: Default languages strategy for Ubuntu desktop CD

2016-03-26 Thread Mathew Hodson
** Package changed: ubuntu => ubuntu-seeds

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

Title:
  Default languages strategy for Ubuntu desktop CD

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

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


[Bug 1562431] Re: Huawei E3372 is not switched to modem mode automatically

2016-03-26 Thread Christopher M. Penalver
Leo, thank you for reporting this and helping make Ubuntu better.

Did this problem not occur for you personally with a release prior to
Xenial?

** Tags added: latest-bios-1.21

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

** Changed in: systemd (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/1562431

Title:
  Huawei E3372 is not switched to modem mode automatically

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

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


[Bug 1393842] Re: libvirt does not grant qemu-guest-agent channel perms

2016-03-26 Thread Anthony Kamau
In comparison, when attempting to lunch a VitualBox VM, it fails with a
slightly better error message at least directing one to investigate what
else would be using a hypervisor.  But it also suggests some rather
drastic steps to do with recompiling the kernel to remove KVM kernel
extension - wow:

==
Failed to open a session for the virtual machine core-plus-vm.

VT-x is being used by another hypervisor (VERR_VMX_IN_VMX_ROOT_MODE).

VirtualBox can't operate in VMX root mode. Please disable the KVM kernel
extension, recompile your kernel and reboot (VERR_VMX_IN_VMX_ROOT_MODE).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

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

Title:
  libvirt does not grant qemu-guest-agent channel perms

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Christopher M. Penalver
** Tags added: bios-outdated-r1045v7

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
$ cheese
libv4l2: error got 4 consecutive frame decode errors, last error: v4l-convert: 
libjpeg error: End Of Image

(cheese:3610): cheese-WARNING **: Internal data flow error.: 
gstbasesrc.c(2865): gst_base_src_loop (): 
/GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin17/GstV4l2Src:video_source:
streaming task paused, reason error (-5)

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 342096] Re: SD Card containing /home corrupted on resume

2016-03-26 Thread Ivan Garavito
Hi everyone!

This bug is still Ubuntu 14.04.3 nowadays. The SD card I'm using is for music 
(not my /home  ^_^') and it have 64 GB, but it's annoying use the method I've 
found its working for me:
1. Remove SD card
2. Kill processes that use the SD card
3. Reinsert SD card
4. Start new processes that use the SD card

By the way, when starting to use the SD card this way, I did include it
to fstab, but it brought me the system not starting on resume or power
up, so currently I'm using the way described above.

The output from kernel is:

ૐ  » ~ λ dmesg | tail -n 10
[87713.372892] mmcblk0: error -110 sending status command, aborting
[87713.372898] blk_update_request: I/O error, dev mmcblk0, sector 2050
[87713.372986] EXT4-fs (mmcblk0p1): unable to read superblock
[87790.817694] mmc0: card 59b4 removed
[87794.836239] mmc0: cannot verify signal voltage switch
[87794.955839] mmc0: new ultra high speed SDR50 SDXC card at address 59b4
[87794.956111] mmcblk0: mmc0:59b4 SD64G 59.0 GiB 
[87794.959661]  mmcblk0: p1
[87797.141293] EXT4-fs (mmcblk0p1): recovery complete
[87797.148999] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. 
Opts: (null)
ૐ  » ~ λ uname -a
Linux vaio 3.19.0-56-generic #62~14.04.1-Ubuntu SMP Fri Mar 11 11:03:15 UTC 
2016 x86_64 x86_64 x86_64 GNU/Linux

Any idea by these days? Some workaround? Some bug fix? Something out of
kernel compilation?

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

Title:
  SD Card containing /home corrupted on resume

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

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

[Bug 1562417] lsusb.txt

2016-03-26 Thread Brad
apport information

** Attachment added: "lsusb.txt"
   https://bugs.launchpad.net/bugs/1562417/+attachment/4613084/+files/lsusb.txt

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1500211] Re: ImageMagick missing icon nautilus context menu open with

2016-03-26 Thread Mathew Hodson
*** This bug is a duplicate of bug 1549732 ***
https://bugs.launchpad.net/bugs/1549732

** This bug has been marked a duplicate of bug 1549732
   Duplicate Imagemagick entries on menu

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

Title:
  ImageMagick missing icon nautilus context menu open with

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

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


[Bug 1499604] Re: ImageMagick appears twice in context menu of file manager

2016-03-26 Thread Mathew Hodson
*** This bug is a duplicate of bug 1549732 ***
https://bugs.launchpad.net/bugs/1549732

** This bug is no longer a duplicate of bug 1500211
   ImageMagick missing icon nautilus context menu open with
** This bug has been marked a duplicate of bug 1549732
   Duplicate Imagemagick entries on menu

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

Title:
  ImageMagick appears twice in context menu of file manager

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
apport information

** Tags added: apport-collected gstreamer-ok

** Description changed:

  Start cheese on the current Ubuntu 16.04 LTS Beta. 640x480 works
  correctly. 1280x720 video fails with "There was an error playing video
  from the webcam"
  
  I suspect the problem is in libjpeg or video4linux, but cannot be sure.
  I am happy to compile anything and I will reply to this issue generally
  same day.
  
  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04
  ubuntu@ubuntu:~$ apt-cache policy cheese
  cheese:
    Installed: 3.18.1-2ubuntu2
    Candidate: 3.18.1-2ubuntu2
    Version table:
   *** 3.18.1-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status
  
  Workaround for Google Hangouts: Click the "Quality"/"Phone Reception"
  icon and disable HD Video.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: cheese 3.18.1-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.368
  CurrentDesktop: Unity
  Date: Sat Mar 26 22:52:30 2016
  ExecutablePath: /usr/bin/cheese
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: innotek GmbH VirtualBox
  ProcEnviron:
   TERM=xterm-256color
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   XDG_RUNTIME_DIR=
  RelatedPackageVersions:
   cheese3.18.1-2ubuntu2
   cheese-common 3.18.1-2ubuntu2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  lsusb:
   Bus 001 Device 002: ID 04f2:b3be Chicony Electronics Co., Ltd
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ --- 
+ ApportVersion: 2.20-0ubuntu3
+ Architecture: amd64
+ CasperVersion: 1.368
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 16.04
+ LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
+ MachineType: Sony Corporation SVP13215PXB
+ Package: cheese 3.18.1-2ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
+ RelatedPackageVersions:
+  cheese3.18.1-2ubuntu2
+  cheese-common 3.18.1-2ubuntu2
+ Tags:  xenial gstreamer-ok
+ Uname: Linux 4.4.0-15-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/24/2014
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: R1044V7
+ dmi.board.asset.tag: N/A
+ dmi.board.name: VAIO
+ dmi.board.vendor: Sony Corporation
+ dmi.board.version: N/A
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Sony Corporation
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1044V7:bd03/24/2014:svnSonyCorporation:pnSVP13215PXB:pvrC60C55AF:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
+ dmi.product.name: SVP13215PXB
+ dmi.product.version: C60C55AF
+ dmi.sys.vendor: Sony Corporation

** Attachment added: "CheeseDebug.txt.gz"
   
https://bugs.launchpad.net/bugs/1562417/+attachment/4613079/+files/CheeseDebug.txt.gz

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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

[Bug 1562417] Dependencies.txt

2016-03-26 Thread Brad
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1562417/+attachment/4613080/+files/Dependencies.txt

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562417] lspci.txt

2016-03-26 Thread Brad
apport information

** Attachment added: "lspci.txt"
   https://bugs.launchpad.net/bugs/1562417/+attachment/4613083/+files/lspci.txt

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562417] ProcCpuinfo.txt

2016-03-26 Thread Brad
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1562417/+attachment/4613082/+files/ProcCpuinfo.txt

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1558409] Re: AppStream icon for display-im6.desktop

2016-03-26 Thread Mathew Hodson
** Changed in: imagemagick (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/1558409

Title:
  AppStream icon for display-im6.desktop

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

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


[Bug 1562417] JournalErrors.txt

2016-03-26 Thread Brad
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1562417/+attachment/4613081/+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/1562417

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562435] [NEW] [needs-packaging] startpar

2016-03-26 Thread Jon Boden
Public bug reported:

Run processes in parallel and multiplex their output

startpar runs scripts in parallel while making sure the script output is
not completely messed up.

URL: https://savannah.nongnu.org/projects/sysvinit
 https://packages.debian.org/sid/startpar
License: GPL-2+

** Affects: 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/1562435

Title:
   [needs-packaging] startpar

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

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


[Bug 646293] Re: usb connected cd/dvd drive not showing up in Nautilus despite being in dmesg

2016-03-26 Thread Patrick Gillespie
I can also confirm this problem with a different USB DVDRW drive:

 results in:

  *-cdrom 
   description: DVD-RAM writer
   product: DVD RW DRU-830A
   vendor: SONY
   physical id: 0.0.0
   bus info: scsi@5:0.0.0
   logical name: /dev/cdrom
   logical name: /dev/cdrw
   logical name: /dev/dvd
   logical name: /dev/dvdrw
   logical name: /dev/sr0
   version: SS15
   capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
   configuration: status=ready
 *-medium
  physical id: 0
  logical name: /dev/cdrom

However, the drive does not appear accessible in user space. This, at
least, eliminate the Toshiba as the culprit.

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

Title:
  usb connected cd/dvd drive not showing up in Nautilus despite being in
  dmesg

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
Running apport-collect on 16.04-beta gives you all of the information I
just gave you above. Doesn't it? Do you want me to submit this a second
time?

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1562431] Re: Huawei E3372 is not switched to modem mode automatically

2016-03-26 Thread Leo
In fact it seems to be a little bit unpredictable. When I plugged the
key to create this report, the modem switch has been done
automatically...

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

Title:
  Huawei E3372 is not switched to modem mode automatically

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

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


[Bug 1562433] [NEW] ubuntuBSD porting fixes

2016-03-26 Thread Jon Boden
Public bug reported:

Hi!

Here are some porting fixes to build Firefox on ubuntuBSD.

NSS-GNU-kFreeBSD-support.patch is imported from Debian package and
already reported to Mozilla
(https://bugzilla.mozilla.org/show_bug.cgi?id=758517)

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

** Patch added: "firefox.diff"
   
https://bugs.launchpad.net/bugs/1562433/+attachment/4613078/+files/firefox.diff

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

Title:
  ubuntuBSD porting fixes

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

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


[Bug 1562431] [NEW] Huawei E3372 is not switched to modem mode automatically

2016-03-26 Thread Leo
Public bug reported:

This "modem key" worked out of the box for me in ubuntu 15.10.

However now, in 16.04, the "usb mode switch" is not done automatically
(both is the modem is plugged at boot or after).

I suppose it's an udev regression.

So, when the "key" is plugged (lsusb):

Bus 002 Device 010: ID 12d1:1f01 Huawei Technologies Co., Ltd.
E353/E3131 (Mass storage mode)

$ usb_modeswitch -J -v 0x12d1 -p 0x1f01

=> Bus 002 Device 011: ID 12d1:14dc Huawei Technologies Co., Ltd.

And now the device work as expected and can be choosed in network
manager.

So there is no kernel problem for me.

(first answered it in #1527914, also maybe related to #1431179)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: udev 229-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: MATE
Date: Sun Mar 27 03:08:34 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-03-25 (1 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
MachineType: LENOVO 20BWS02G00
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-15-generic 
root=UUID=3dd4b932-06dd-4c0b-8f63-1ee6b90969ed ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/27/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: JBET56WW (1.21 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20BWS02G00
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrJBET56WW(1.21):bd01/27/2016:svnLENOVO:pn20BWS02G00:pvrThinkPadT450s:rvnLENOVO:rn20BWS02G00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.name: 20BWS02G00
dmi.product.version: ThinkPad T450s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug xenial

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

Title:
  Huawei E3372 is not switched to modem mode automatically

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Brad
Cheese does not run in debugging mode in 14.04 due to:
https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1486011

ERROR: hook /usr/share/apport/package-hooks/source_cheese.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/apport/report.py", line 197, in 
_run_hook
symb['add_info'](report, ui)
  File "/usr/share/apport/package-hooks/source_cheese.py", line 16, in add_info
report['lspci'] = command_output(['lspci', '-vvnn'])
NameError: global name 'command_output' is not defined
...


The only way I can run this is in 16.04-beta.

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

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 646293] Re: usb connected cd/dvd drive not showing up in Nautilus despite being in dmesg

2016-03-26 Thread Patrick Gillespie
After upgrading from 15.04 to 15.10, I'm also experiencing this bug.

 results in:

*-cdrom 
   description: DVD-RAM writer
   product: SuperMultiPA3761
   vendor: Toshiba
   physical id: 0.0.0
   bus info: scsi@4:0.0.0
   logical name: /dev/cdrom
   logical name: /dev/cdrw
   logical name: /dev/dvd
   logical name: /dev/dvdrw
   logical name: /dev/sr0
   version: TO01
   capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
   configuration: status=ready
 *-medium
  physical id: 0
  logical name: /dev/cdrom

But the drive does not appear in "userspace". This bug affects Ubuntu
15.10 and Kubuntu 15.10.

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

Title:
  usb connected cd/dvd drive not showing up in Nautilus despite being in
  dmesg

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

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


[Bug 1532226] Re: A significant number of fresh boots or restarts result in no menus for most apps

2016-03-26 Thread Uncle Spellbinder
Confirming in new install of 16.04 today. Doug McMahon is correct when
he said... "This seems to be continuing at 'random' with no particular
rhyme or reason & no way to reproduce on demand." After installing Pinta
and The Gimp, I had no global menu for either app. Logged out and back
in and all was fine. Rebooted and lost it again. Logged out and back in
and the menus were fine. Very odd bug.

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

Title:
  A significant number of fresh boots or restarts result in no menus for
  most apps

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

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


[Bug 823878] Re: "bind interfaces only" requires a manual change to /etc/init/smbd.conf

2016-03-26 Thread Steve Langasek
>  - "IFACE=eth0": shouldn't "net-device-up" wait for all interfaces to
have an ip address ?

No. That's the 'static-network-up' event, mentioned above.  'net-device-
up' is a per-device event.

> - "started nmbd": I wonder whether that should not be put per default
by the samba's installation script. What do you think ?

No, that's definitely wrong and will cause 'service nmbd restart' to
hang.  And I don't know why this would be necessary on your system.

Regardless, beyond 14.04 the system init is handled completely
differently (via systemd instead of upstart) so this bug will no longer
apply in 16.04 LTS.

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

Title:
  "bind interfaces only" requires a manual change to /etc/init/smbd.conf

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

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


[Bug 823878] Re: "bind interfaces only" requires a manual change to /etc/init/smbd.conf

2016-03-26 Thread Steve Langasek
>  - "IFACE=eth0": shouldn't "net-device-up" wait for all interfaces to
have an ip address ?

No. That's the 'static-network-up' event, mentioned above.  'net-device-
up' is a per-device event.

> - "started nmbd": I wonder whether that should not be put per default
by the samba's installation script. What do you think ?

No, that's definitely wrong and will cause 'service nmbd restart' to
hang.  And I don't know why this would be necessary on your system.

Regardless, beyond 14.04 the system init is handled completely
differently (via systemd instead of upstart) so this bug will no longer
apply in 16.04 LTS.

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

Title:
  "bind interfaces only" requires a manual change to /etc/init/smbd.conf

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

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


[Bug 1527914] Re: Huawei E3372 is not detected and cannot be used

2016-03-26 Thread Christopher M. Penalver
Leo, it will help immensely if you filed a new report with the Ubuntu 
repository kernel (not mainline/upstream) via a terminal:
ubuntu-bug udev

Please feel free to subscribe me to it.

For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Huawei E3372 is not detected and cannot be used

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

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


[Bug 1562417] Re: 04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

2016-03-26 Thread Christopher M. Penalver
Brad, thank you for reporting this and helping make Ubuntu better.

Please execute the following command only once on the host OS (not a VM guest), 
as it will automatically gather debugging information, in a terminal:
apport-collect 1562417


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

** Changed in: cheese (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/1562417

Title:
   04f2:b3be [Sony VAIO SVP13215PXB] Webcam is distorted

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

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


[Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-26 Thread Richard Elkins
Christopher,

First of all, I am pleased that I no longer need work-arounds for this
issue and the mouse-cursor disappearing.  Apparently, both issues were
addressed during or prior to 16.04.

I always try to minimize the time spent by investigators to extract
information that I supply.  As a developer, that is also what I would
want.  You said that submitting tar files in compressed form makes it
harder for folks to review the contents.  Let us put the GUI approach
aside.  Look solely at the command line for extracting the contents of a
tar-archive.

1. tar xvf something.tar   (uncompressed)
2. tar xvfz something.tar.gz(gzip-compressed)

As I implied in comment #30, to a developer who uses the command line
regularly (E.g. me), #2 above is as simple as #1 above.  Same level of
effort.  However, as I also said previously, I will be happy to only
attach uncompressed tar-archives in the future.  Maybe this is something
we should have talked about on the phone or by email instead of in a bug
report.

As a developer, I understand that kernel developers are busy.  I
certainly appreciate the time that they have donated to the various
Linux distributions.  I also appreciate the time that you spend time
looking at the bug reports.  That is exactly why I acknowledged that
"This issue is no longer present" and marked it "Fix Released" as
quickly as I could so that you and others could shift attention
elsewhere as soon as possible.

My reporting this issue had the intention of highlighting an issue that
people with a laptop who use the Ubuntu base might also run into in
14.04.  I published a functional work-around so that (a) you and the
kernel developers would know that I was not waiting for a fix and (b)
another laptop user still on 14.04 could leverage the same work-around
[if needed] by substituting the name of their Ethernet module for
"r8169".

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

Title:
  In 14.04.04, r8169.ko cannot recover wired Ethernet connection after
  resume from suspend

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

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


[Bug 1532226] Re: A significant number of fresh boots or restarts result in no menus for most apps

2016-03-26 Thread Frogs Hair
Confirming Bug in 16.04

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

Title:
  A significant number of fresh boots or restarts result in no menus for
  most apps

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

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


[Bug 1527914] Re: Huawei E3372 is not detected and cannot be used

2016-03-26 Thread Leo
This "modem key" worked out of the box for me in ubuntu 15.10.

However now, in 16.04, the "usb mode switch" is not done automatically
(both is the modem is plugged at boot or after).

I suppose it's an udev regression.

So, when the "key" is plugged (lsusb):

Bus 002 Device 010: ID 12d1:1f01 Huawei Technologies Co., Ltd.
E353/E3131 (Mass storage mode)

$ usb_modeswitch -J  -v 0x12d1 -p 0x1f01

=> Bus 002 Device 011: ID 12d1:14dc Huawei Technologies Co., Ltd.

And now the device work as expected and can be choosed in network
manager.

So there is no kernel problem 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/1527914

Title:
  Huawei E3372 is not detected and cannot be used

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

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


[Bug 1448760] Re: Unable to update kwallet passwords (kwallet5/4 issue?)

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

** Changed in: kwalletmanager (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/1448760

Title:
  Unable to update kwallet passwords (kwallet5/4 issue?)

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

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


  1   2   3   4   5   >