[Bug 1535910] Re: Please update ubuntu-mate-meta for 16.04 Alpha 2

2016-01-20 Thread Martin Wimpress
With Ubuntu MATE (an official flavour) 16.04 Alpha 2 coming up next
week, may I respectfully request the importance of this  request be
elevated from Low?

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

Title:
  Please update ubuntu-mate-meta for 16.04 Alpha 2

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

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


[Bug 1535927] Re: ubuntu-mate-artwork 16.04.1 new release [debdiff attached]

2016-01-20 Thread Martin Wimpress
With Ubuntu MATE (an official flavour) 16.04 Alpha 2 coming up next
week, may I respectfully request the importance of this  request be
elevated from Wishlist?

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

Title:
  ubuntu-mate-artwork 16.04.1 new release [debdiff attached]

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

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


[Bug 1535922] Re: ubuntu-mate-settings 16.04.1 release [debdiff attached]

2016-01-20 Thread Martin Wimpress
With Ubuntu MATE (an official flavour) 16.04 Alpha 2 coming up next
week, may I respectfully request the importance of this  request be
elevated from Wishlist? There are essential fixes included that require
wider testing.

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

Title:
  ubuntu-mate-settings 16.04.1 release [debdiff attached]

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

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


[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2016-01-20 Thread Uqbar
This is actually 2016. 
15.10 curl is:

[Uqbar@Feynman ~] curl --version
curl 7.43.0 (x86_64-pc-linux-gnu) libcurl/7.43.0 GnuTLS/3.3.15 zlib/1.2.8 
libidn/1.28 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 
pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
   Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB 
SSL libz TLS-SRP UnixSockets

Moreover the upstream bug got fixed long ago: https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=587735 .

What else?

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

Title:
  curl and pycurl is not compiled with sftp support

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
** Attachment added: "syslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553885/+files/syslog.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1532634] Re: Netbeans hangs at startup splash screen

2016-01-20 Thread Andrew
Hello, thanks for looking at this. I believe it is a problem with GTK as
I also tried eclipse and it too, was hanging.

Please see the bug report from eclipse:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=485808
Product/Component: Platform / SWT

Carsten Reckord  changed:

   What|Removed |Added

 CC||reck...@yatta.de
  Component|Install |SWT
Version|unspecified |4.5
   Assignee|mpc.install-inbox@eclipse.o |platform-swt-inbox@eclipse.
   |rg  |org
Product|MPC |Platform

--- Comment #5 from Carsten Reckord  ---
I don't see anything in those traces that indicates the Marketplace Client's
invlovement in this. 

(There are two stack frames below the current ui event loop on the main thread
in the first two dumps, but that looks coincidental, especially since the
latest thread dump doesn't contain MPC frames at all.)

What I do see in those traces are an awful lot of threads waiting for a
Display.syncExec to return:

> java.lang.Thread.State: WAITING (on object monitor)
>at java.lang.Object.wait(Native Method)
>- waiting on <0xc38b8b48> (a org.eclipse.swt.widgets.RunnableLock)
>at java.lang.Object.wait(Object.java:503)
>at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:199)
>- locked <0xc38b8b48> (a org.eclipse.swt.widgets.RunnableLock)
>at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
>at org.eclipse.swt.widgets.Display.syncExec(Display.java:4633)

while at the same time, the main thread seems to be idling:

> "main" prio=10 tid=0x7f74d000a000 nid=0x1847 runnable [0x7f74d8ed3000]
> java.lang.Thread.State: RUNNABLE
>at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
>at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2425)
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3428)
>at 
> org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:172)
>at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:387)

This could be a bug in SWT under Linux/GTK. Reassigning to the SWT team.

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

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

** Bug watch added: Eclipse bugs #485808
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=485808

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

Title:
  Netbeans hangs at startup splash screen

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
I created 2 sets of logs.

- one with wifi on. 
- one with wifi off. 

Hopefully these will help. if there is anything else I can do to help
debug please let me know.

Thanks,

Dan

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1440553] Re: please convert python scripts to Python3

2016-01-20 Thread Sylvain Pineau
It's finally over. plainbox-provider-checkbox 0.25-1 is python3 only in
xenial \o/

** Changed in: plainbox-provider-checkbox (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  please convert python scripts to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1440553/+subscriptions

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
Logs Attached.

** Attachment added: "image.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553880/+files/image.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
** Attachment added: "modems.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553881/+files/modems.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
** Attachment added: "modems_nowifi.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553882/+files/modems_nowifi.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
** Attachment added: "nmcli.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553883/+files/nmcli.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1533508] Re: Mobile data doesn't automatically connect after leaving wifi

2016-01-20 Thread Dubstar_04
** Attachment added: "nmcli_nowifi.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1533508/+attachment/4553884/+files/nmcli_nowifi.txt

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

Title:
  Mobile data doesn't automatically connect after leaving wifi

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

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Walter Cheuk
after reinstall

** Attachment added: "afterreinstall.png"
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1535214/+attachment/4553890/+files/afterreinstall.png

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1536507] [NEW] Error in `/usr/share/doc-base/xapian-python3-docs', line 9: all `Format' sections are invalid.

2016-01-20 Thread Jeffery Wilkins
Public bug reported:

Processing triggers for doc-base (0.10.6) ...
Processing 1 added doc-base file...
Error in `/usr/share/doc-base/xapian-python3-docs', line 9: all `Format' 
sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about 
the above error.
Registering documents with dwww...
Registering documents with scrollkeeper...
Processing triggers for dbus (1.10.6-1ubuntu1) ...


Full Messages on Pastebin at http://paste.ubuntu.com/14588859/

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: python3-xapian1.3 1.3.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: MATE
Date: Wed Jan 20 23:38:26 2016
SourcePackage: xapian1.3-bindings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xapian1.3-bindings (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/1536507

Title:
  Error in `/usr/share/doc-base/xapian-python3-docs', line 9: all
  `Format' sections are invalid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-bindings/+bug/1536507/+subscriptions

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Walter Cheuk
The command completed with an error (see attached).

After a reboot, the 'language support' seems normal and I rearranged so
that zh_TW come next to zh_HK. Some commands output (apt-get) does
fallback to zh_TW, but the GUI such as the 'Personal', 'System' and
'Hardware' titles under system settings do not look perfectly as
expected (see attached).

** Attachment added: "failmsg.png"
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1535214/+attachment/4553889/+files/failmsg.png

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1535579] Re: Libreoffice no longer shows menu in top panel

2016-01-20 Thread Christopher M. Penalver
Barry Drake, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1535579/comments/3
regarding this being fixed with a reinstall. For future reference you
can manage the status of your own bugs by clicking on the current status
in the yellow line and then choosing a new status in the revealed drop
down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Libreoffice no longer shows menu in top panel

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

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


[Bug 1536504] [NEW] Canon i-Sensys scan only once, need to replug the usb cable

2016-01-20 Thread mcshel
Public bug reported:

I have a Canon MF 4570 and MF 4730, which works by default on ubuntu
15.10 and ubuntu 14.04.3 with packages sane-backends.

The problem is after first scan, I can not scan for second time. I need
to reconnect the USB cable to use the scanner again.

$ scanimage -L
device `pixma:04A92736_' is a CANON Canon i-SENSYS MF4500 Series 
multi-function peripheral

lsusb
Bus 004 Device 002: ID 8087:8000 Intel Corp. 
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 8087:8008 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 002: ID 0502:3318 Acer, Inc. 
Bus 001 Device 010: ID 04a9:2736 Canon, Inc. I-SENSYS MF4550d
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

$ scanimage --test -d pixma:04A92736_
scanimage: scanning image of size 640x877 pixels at 24 bits/pixel
scanimage: acquiring RGB frame, 8 bits/sample
scanimage: reading one scanline, 1920 bytes...  PASS
scanimage: reading one byte...  PASS
scanimage: stepped read, 2 bytes... PASS
scanimage: stepped read, 4 bytes... PASS
scanimage: stepped read, 8 bytes... PASS
.

scanimage: stepped read, 7 bytes... PASS
scanimage: stepped read, 3 bytes... PASS

$ scanimage --test -d pixma:04A92736_
scanimage: scanning image of size 640x877 pixels at 24 bits/pixel
scanimage: acquiring RGB frame, 8 bits/sample
scanimage: reading one scanline, 1920 bytes...  FAIL Error: Error during device 
I/O

After replug USB to 2.0 OR 3.0 port

scanimage --test -d pixma:04A92736_
scanimage: scanning image of size 640x877 pixels at 24 bits/pixel
scanimage: acquiring RGB frame, 8 bits/sample
scanimage: reading one scanline, 1920 bytes...  PASS
scanimage: reading one byte...  PASS
scanimage: stepped read, 2 bytes... PASS
scanimage: stepped read, 4 bytes... PASS
scanimage: stepped read, 8 bytes... PASS
scanimage: stepped read, 16 bytes...PASS

$ uname -a && cat /etc/issue
Linux ExMachine 4.2.0-25-generic #30-Ubuntu SMP Mon Jan 18 12:31:50 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 15.10 \n \l

$ dpkg -l | grep sane
ii  libsane:amd64 1.0.25+git20150528-1ubuntu2   
 amd64API library for scanners
ii  libsane-common1.0.25+git20150528-1ubuntu2   
 all  API library for scanners -- documentation and support 
files
ii  libsane-hpaio 3.15.7-0ubuntu4   
 amd64HP SANE backend for multi-function peripherals
ii  libsane-perl  0.05-2build2  
 amd64Perl bindings for the SANE (Scanner Access Now Easy) 
Project
ii  sane  1.0.14-11 
 amd64scanner graphical frontends
ii  sane-utils1.0.25+git20150528-1ubuntu2   
 amd64API library for scanners -- utilities

I guess that does not close USB port after the completion of the scan.

While using hack present 
http://askubuntu.com/questions/278473/canon-lide-110-should-reconnect-usb-for-each-scan
Like problem already be post bugreport 
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1184699

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: canon sane sane-backends

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

Title:
  Canon i-Sensys scan only once, need to replug the usb cable

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

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


[Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-20 Thread Alberto Mardegan
I've marked bug 1536100 as a duplicate of this bug, even though that
case is quite different: there, it's the Facebook webapp with is not
receiving using input after the trusted session terminates.

I don't think that Online Accounts or Oxide can do anything to cause the
input to be blocked for *another* process (OA and oxide run in the
process that is shown in the trusted session, which should not be able
to cause any harm to the initiator of the trusted session, which in this
case is the dash).

I'm adding the mir project for investigation.

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

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Dash doesn't accept input (appears frozen) after youtube scope auth

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

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


[Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

2016-01-20 Thread Alberto Mardegan
Have no idea what happened to my comment :-) I meant: "...there, it's
the Facebook webapp which is not receiving user input..."

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

Title:
  Dash doesn't accept input (appears frozen) after youtube scope auth

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

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


[Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

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

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

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

Title:
  Dash doesn't accept input (appears frozen) after youtube scope auth

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

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


[Bug 1534541] Re: Dash doesn't accept input (appears frozen) after youtube scope auth

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

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

Title:
  Dash doesn't accept input (appears frozen) after youtube scope auth

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

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


[Bug 1535579] Re: Libreoffice no longer shows menu in top panel

2016-01-20 Thread Barry Drake
Yesterday, I decided to try re-installing.  The problem is no longer
there.  I had carried out upgrades for several months, and problems like
this sometimes happen.  Sorry.  Please close this bug report.  Barry.

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

Title:
  Libreoffice no longer shows menu in top panel

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

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


[Bug 1533914] Re: linux-lts-vivid: 3.19.0-46.52~14.04.1 -proposed tracker

2016-01-20 Thread Po-Hsu Lin
Hardware Certification have begun testing this -proposed kernel.

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

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

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

Title:
  linux-lts-vivid: 3.19.0-46.52~14.04.1 -proposed tracker

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

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


[Bug 1507064] Re: FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

2016-01-20 Thread Logan Rosen
** Changed in: undertaker (Ubuntu)
   Status: Triaged => 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/1507064

Title:
  FTBFS: error: 'buildString' is not a member of 'Puma::StrCol'

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

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


[Bug 1524184] Re: pygccjit: FTBFS due to test failures during binNMU for python3.5 support

2016-01-20 Thread Logan Rosen
** Changed in: pygccjit (Ubuntu)
   Status: New => Fix Released

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

Title:
  pygccjit: FTBFS due to test failures during binNMU for python3.5
  support

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

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


[Bug 1532774] Re: linux: 3.2.0-98.138 -proposed tracker

2016-01-20 Thread Po-Hsu Lin
Hardware Certification have begun testing this -proposed kernel.

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

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

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

Title:
  linux: 3.2.0-98.138 -proposed tracker

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

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


[Bug 1271768] Re: Cannot install freecad

2016-01-20 Thread Bug Watch Updater
** Changed in: freecad (Debian)
   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/1271768

Title:
  Cannot install freecad

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

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


[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-20 Thread Kugi Eusebio
Isn't this the same as https://bugs.launchpad.net/bugs/1504084 ?
I see that it was fixed already but I assume it hasn't landed yet on vivid 
channels since the package mentioned was for Xenial.

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

Title:
  Not requesting desktop content when connected to monitor

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

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


[Bug 1536496] [NEW] plymouth-text needs to be updated for Xenial

2016-01-20 Thread zhangchao
Public bug reported:

plymouth-text needs to be updated for ubuntu kylin 16.04

** Affects: ubuntukylin
 Importance: Medium
 Assignee: zhangchao (zctgbhu)
 Status: Triaged

** Affects: ubuntukylin-theme
 Importance: Medium
 Assignee: zhangchao (zctgbhu)
 Status: Triaged

** Affects: ubuntukylin-theme (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: ubuntukylin-theme
 Assignee: (unassigned) => zhangchao (zctgbhu)

** Changed in: ubuntukylin-theme
   Importance: Undecided => Medium

** Changed in: ubuntukylin-theme
   Status: New => Triaged

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

** Also affects: ubuntukylin-theme (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntukylin
Milestone: None => xenial-alpha2

** Changed in: ubuntukylin
 Assignee: (unassigned) => zhangchao (zctgbhu)

** Changed in: ubuntukylin
   Importance: Undecided => Medium

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

** Changed in: ubuntukylin-theme (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/1536496

Title:
  plymouth-text needs to be updated for Xenial

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

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


[Bug 1536497] [NEW] unity-greeter's logo needs to be updated for Xenial

2016-01-20 Thread zhangchao
Public bug reported:

unity-greeter's logo needs to be updated for ubuntu kylin 16.04

** Affects: ubuntukylin
 Importance: Medium
 Assignee: zhangchao (zctgbhu)
 Status: Triaged

** Affects: ubuntukylin-theme
 Importance: Medium
 Assignee: zhangchao (zctgbhu)
 Status: Triaged

** Affects: ubuntukylin-theme (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Also affects: ubuntukylin-theme
   Importance: Undecided
   Status: New

** Also affects: ubuntukylin-theme (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntukylin
Milestone: None => xenial-alpha2

** Changed in: ubuntukylin
 Assignee: (unassigned) => zhangchao (zctgbhu)

** Changed in: ubuntukylin-theme
 Assignee: (unassigned) => zhangchao (zctgbhu)

** Changed in: ubuntukylin
   Importance: Undecided => Medium

** Changed in: ubuntukylin-theme
   Importance: Undecided => Medium

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

** Changed in: ubuntukylin-theme
   Status: New => Triaged

** Changed in: ubuntukylin-theme (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/1536497

Title:
  unity-greeter's logo needs to be updated for Xenial

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

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


[Bug 1282139] Re: Greeter does not remember last session and language per user

2016-01-20 Thread imran
Hi,

I am also facing problem in ubuntu 14.04 that firefox use too much
memory in system.When initially  i am starting system and just open 1 to
2 and it takes 400 to 500 MB ram and gradually increase upto 1.5 to
2GB.After my system gets hang.

Kindly provide me suitable solution.I am facing this issue from last 4
month.

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

Title:
  Greeter does not remember last session and language per user

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1282139/+subscriptions

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


[Bug 1376109] Comment bridged from LTC Bugzilla

2016-01-20 Thread bugproxy
--- Comment From cdead...@us.ibm.com 2016-01-21 01:51 EDT---
 State: Closed by: tuandoan on 09 October 2014 15:55:37 

#=#=# 2014-10-09 15:55:33 (CDT) #=#=#
#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#

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

Title:
  Unable to Update Shiner Microcode from Ubuntu Partition

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

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


[Bug 1536093] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread Logan Rosen
The Breaks/Replaces that Matthias specified were missing a couple
hyphens, explaining why this issue is ongoing. I'll upload a quick fix.

** Changed in: xapian1.3-core (Ubuntu)
   Status: Fix Released => Triaged

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536093/+subscriptions

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


[Bug 1536093] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread Logan Rosen
jk, this is in main. Matthias, can you please fix your Breaks/Replaces to 
affect the correct packages?
libxapian1.3-4 should be libxapian-1.3-4
libxapian1.3-4-dbg should be libxapian-1.3-4-dbg

** Changed in: xapian1.3-core (Ubuntu)
   Importance: Undecided => High

** Changed in: xapian1.3-core (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536093/+subscriptions

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


[Bug 1536490] Re: rtl8821ae has no connectivity in 5GHz networks

2016-01-20 Thread Christopher M. Penalver
Simon Naunton, thank you for reporting this and helping make Ubuntu
better.

As per http://support.lenovo.com/us/en/products/Laptops-and-
netbooks/300-Series/300-15isk?linkTrack=Homepage:Body_Search%20Products
an update to your computer's buggy and outdated BIOS is available (29).
If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

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

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

Once the BIOS is updated, if the problem is still reproducible:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status Confirmed. If it's not reproducible, please 
mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-d5cn28ww

** Tags removed: bios-outdated-d5cn28ww
** Tags added: bios-outdated-d5cn29ww

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

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

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

Title:
  rtl8821ae has no connectivity in 5GHz networks

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

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


[Bug 1528886] Re: Checking for updates never finishes

2016-01-20 Thread Lorn Potter
2nd patch here that I am fairly certain fixes this in QNAM as well as in
the nm bearer plugin (making the defaultConfiguration switch when
default connection actually changes). It also optimizes the bearer
plugin a bit.

I have an auto test to be run on a phone to test for this, but I haven't
put it anywhere just yet.


** Patch added: "qnam-ubuntu-fix2.patch"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1528886/+attachment/4553861/+files/qnam-ubuntu-fix2.patch

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

Title:
  Checking for updates never finishes

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

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


[Bug 1536343] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536343/+subscriptions

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


[Bug 1536260] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: försöker skriva över "/usr/share/xapian-core/stopwords/dutch.list" som också finns i paketet libxapian-1.3-4 1.3.3-

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug is no longer a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2
** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  försöker skriva över "/usr/share/xapian-core/stopwords/dutch.list" som
  också finns i paketet libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536260/+subscriptions

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

[Bug 1536308] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: Versuch, »/usr/share/xapian-core/stopwords/dutch.list« zu überschreiben, welches auch in Paket libxapian-1.3-4 1.3.

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug is no longer a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2
** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  Versuch, »/usr/share/xapian-core/stopwords/dutch.list« zu
  überschreiben, welches auch in Paket libxapian-1.3-4 1.3.3-0ubuntu2
  ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536308/+subscriptions

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

[Bug 1536371] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug is no longer a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2
** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536371/+subscriptions

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


[Bug 1536412] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug is no longer a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2
** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536412/+subscriptions

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


[Bug 1536332] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: спроба перезаписати «/usr/share/xapian-core/stopwords/dutch.list», який вже є у пакунку libxapian-1.3-4 1.3.3-0ubun

2016-01-20 Thread Logan Rosen
*** This bug is a duplicate of bug 1536093 ***
https://bugs.launchpad.net/bugs/1536093

** This bug is no longer a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2
** This bug has been marked a duplicate of bug 1536093
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  спроба перезаписати «/usr/share/xapian-core/stopwords/dutch.list»,
  який вже є у пакунку libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536332/+subscriptions

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

[Bug 1528047] Re: package linux-image-4.2.0-22-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-01-20 Thread Jorma Hytonen
"But would like a more permanent solution" - I agree with that! 
I upgrade XUbuntu 14.10 to 15.10 and then software update kernel 
4.2.0-25-generic and then I got same error.

The problem solved as Derek wrote, but what about next update?

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

Title:
  package linux-image-4.2.0-22-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1522412] Re: [Ubuntu 16.04] iprutils package update - ppc64le

2016-01-20 Thread Launchpad Bug Tracker
This bug was fixed in the package iprutils - 2.4.10.1-1

---
iprutils (2.4.10.1-1) unstable; urgency=medium

  * New upstream release (LP: #1522412).
- Add a command to update all devices to the latest microcode levels
  (LP: #1376109).
  * Don't try to install nonexistent iprdumpfmt.8.

 -- Colin Watson   Tue, 19 Jan 2016 23:02:46 +

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

Title:
  [Ubuntu 16.04] iprutils package update - ppc64le

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

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


[Bug 1376109] Re: Unable to Update Shiner Microcode from Ubuntu Partition

2016-01-20 Thread Launchpad Bug Tracker
This bug was fixed in the package iprutils - 2.4.10.1-1

---
iprutils (2.4.10.1-1) unstable; urgency=medium

  * New upstream release (LP: #1522412).
- Add a command to update all devices to the latest microcode levels
  (LP: #1376109).
  * Don't try to install nonexistent iprdumpfmt.8.

 -- Colin Watson   Tue, 19 Jan 2016 23:02:46 +

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

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

Title:
  Unable to Update Shiner Microcode from Ubuntu Partition

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

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


[Bug 1536412] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

2016-01-20 Thread dino99
*** This bug is a duplicate of bug 1536343 ***
https://bugs.launchpad.net/bugs/1536343

** This bug has been marked a duplicate of bug 1536343
   package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in 
package libxapian-1.3-4 1.3.3-0ubuntu2

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

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536412/+subscriptions

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Gunnar Hjalmarsson
Then please run this command:

sudo apt-get install --reinstall language-pack-zh-hant-base

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1352447] Re: regression: mplayer detects video frame rate as -nan

2016-01-20 Thread freetimed
Avdshare Video Converter will take change MP4 file frame rate as an
example and it can also serve to change AVCHD, MTS, M2TS, MXF, XAVC,
ProRes, MPG, AVI, FLV, MOV, WMV, MKV and almost all video format frame
rates

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

Title:
  regression: mplayer detects video frame rate as -nan

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

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


[Bug 1536490] [NEW] rtl8821ae has no connectivity in 5GHz networks

2016-01-20 Thread Simon Naunton
Public bug reported:

Seems to be the same as
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1528005/

Lenovo Ideapad 300 (80Q7008EAU - 15.6" i5 8Gb 1TB) on fresh install of
amd64 Wily/15.10. Wifi worked ok under Windows 10 home that came with
it.

rtl8821ae driver loaded. Connected to AP fine. Got IP address, GW, DNS
etc correctly, but no traffic.

Workaround worked fine:
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
sudo restart now

FWIW, proper 802.11ac speeds copying large files.

Same problem after apt-get upgrade installed linux-
image-4.2.0-25-generic. make installed the above driver again and all
good.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-25-generic 4.2.0-25.30
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  si 1379 F pulseaudio
CurrentDesktop: XFCE
Date: Thu Jan 21 17:25:45 2016
HibernationDevice: RESUME=UUID=ccc3ab01-94d8-4d55-89b4-21ece100a3d6
InstallationDate: Installed on 2016-01-21 (0 days ago)
InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:0821 Realtek Semiconductor Corp. 
 Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 002: ID 174f:14e9 Syntek 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80Q7
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic.efi.signed 
root=UUID=cab1a31f-1f61-43e6-a6e7-2edc12bb048d ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-25-generic N/A
 linux-backports-modules-4.2.0-25-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/13/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: D5CN28WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Paris 5A8
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40700 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 300-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrD5CN28WW:bd08/13/2015:svnLENOVO:pn80Q7:pvrLenovoideapad300-15ISK:rvnLENOVO:rnParis5A8:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoideapad300-15ISK:
dmi.product.name: 80Q7
dmi.product.version: Lenovo ideapad 300-15ISK
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug wily

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

Title:
  rtl8821ae has no connectivity in 5GHz networks

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

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


[Bug 1464833] Re: Unable to configure Firmware Assisted dump

2016-01-20 Thread Louis Bouchard
** Changed in: makedumpfile (Ubuntu Trusty)
 Assignee: Louis Bouchard (louis-bouchard) => (unassigned)

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

Title:
  Unable to configure Firmware Assisted dump

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

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


[Bug 1536383] Re: Need to increase pointer speed/acceleration

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

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

Title:
  Need to increase pointer speed/acceleration

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

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Walter Cheuk
No prompt.

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Walter Cheuk
en en_AU en_CA en_GB en_NZ en_US zh_CN zh_HK

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1507472] Re: XHCI controller causing MacbookPro12, 1 to resume immediately after suspend

2016-01-20 Thread Christopher M. Penalver
Michael Gratton, 4.4 is not older than 4.4-rc8. Its time stamp is
earlier because of changes made to the folder, not due to chronology.

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

Title:
  XHCI controller causing MacbookPro12,1 to resume immediately after
  suspend

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

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


[Bug 1535579] Re: Libreoffice no longer shows menu in top panel

2016-01-20 Thread Christopher M. Penalver
Barry Drake, thank you for reporting this and helping make Ubuntu
better.

Could you please advise to what was updated precisely that caused this?

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

** Changed in: libreoffice (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/1535579

Title:
  Libreoffice no longer shows menu in top panel

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

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Gunnar Hjalmarsson
That looks odd. When you open Language Support, are you prompted to
install additional language support?

Can you please let us know the output of these commands:

check-language-support

echo $(/usr/share/language-tools/language-options)

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1282139] Re: Greeter does not remember last session and language per user

2016-01-20 Thread imran
Hi 
Gunnar if this bus was closed,then why i am facing this issue.? 

Kindly provide any system level setting which resolved this.

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

Title:
  Greeter does not remember last session and language per user

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1282139/+subscriptions

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


[Bug 1366519] Re: Incredibly slow editing of documents when connected to network

2016-01-20 Thread Christopher M. Penalver
Tested this from Xenial to Wily, not reproducible.

** Changed in: libreoffice (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/1366519

Title:
  Incredibly slow editing of documents when connected to network

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

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


[Bug 1464833] Comment bridged from LTC Bugzilla

2016-01-20 Thread bugproxy
--- Comment From praveen.pan...@in.ibm.com 2016-01-21 00:20 EDT---
Hi ,

Tested on today build and it works fine .

root@tuleta4u-lp6:~# vim /etc/default/kdump-tools
root@tuleta4u-lp6:~# kdump-config load
* fadump registered successfully
root@tuleta4u-lp6:~# dpkg -l | grep makedumpfile
ii  makedumpfile   1.5.5-2ubuntu1.5 ppc64el 
 VMcore extraction tool
root@tuleta4u-lp6:~#

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

Title:
  Unable to configure Firmware Assisted dump

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

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


[Bug 1480015] Re: Test failure: hexify removed from paramiko

2016-01-20 Thread Vincent Ladeuil
** Changed in: bzr
Milestone: None => 2.7b1

** Changed in: bzr
   Status: In Progress => Fix Released

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

Title:
  Test failure: hexify removed from paramiko

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

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


[Bug 1480349] Re: Intel Microcode Breaks frequency scaling in Xeon® E5-2687W v3 & E5-1650 v3

2016-01-20 Thread Doug Smythies
@Philipp: The way I read them, your comment #35 and your comment #27
contradict each other.

@Xiong: The way I read all of this stuff, it has not been proven that
the issue is in the microcode itself. However, the work done by Sharar
in earlier postings, in my opinion, narrows it down to either the
microcode itself or some loading issue when it is updated during boot.

I had an idea to use "iucode_tool" to further isolate the issue, by
going back and forth between microcodes, but now I see that one can not
downgrade the microcode on the fly, it only works for upgrading. So now
I am thinking maybe it would be possible to make the same microcode with
a newer version number to "trick" the system into loading it. I.E. if
upgrading to the fake "newer" microcode during boot also caused issues,
then the root issue would be the load procedure.

By the way, I don't have Xeon processor, I'm just trying to help with
this bug report.

>From all that I have been reading today, microcode 29 should be O.K., but 
>wasn't for Sharar.
See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776431


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

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

Title:
  Intel Microcode Breaks frequency scaling in Xeon® E5-2687W v3 &
  E5-1650 v3

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

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

[Bug 1528005] Re: 10ec:8821 rtl8821ae has no connectivity in 5GHz networks

2016-01-20 Thread Christopher M. Penalver
Simon Naunton, it will help immensely if you filed a new report with the Ubuntu 
repository kernel (not mainline/upstream) via a terminal:
ubuntu-bug linux

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

Title:
  10ec:8821 rtl8821ae has no connectivity in 5GHz networks

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

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


[Bug 1531824] Re: Xorg freeze

2016-01-20 Thread Christopher M. Penalver
Phill, both.

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

Title:
  Xorg freeze

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

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


[Bug 1518642] Re: rtl8192cu kernel driver not working

2016-01-20 Thread Christopher M. Penalver
Javier Barroso, it will help immensely if you filed a new report with the 
Ubuntu repository kernel (not mainline/upstream) via a terminal:
ubuntu-bug linux

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

Title:
  rtl8192cu kernel driver not working

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

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


[Bug 1535858] Re: Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

2016-01-20 Thread Christopher M. Penalver
Benjamin McGough, thank you for reporting this and helping make Ubuntu
better.

As per http://www.dell.com/support/home/us/en/19/product-
support/product/optiplex-780/diagnose an update to your computer's buggy
and outdated BIOS is available (A15). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

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

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

Once the BIOS is updated, if the problem is still reproducible:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status Confirmed. If it's not reproducible, please 
mark this as Invalid.

Thank you for your understanding.

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

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

Title:
  Kensington Trackball EmulateMiddleButton disabled; only 2 buttons

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

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


[Bug 1248054] Re: dlm package installation fails

2016-01-20 Thread Ubuntu Foundations Team Bug Bot
The attachment "dlm.patch" 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/1248054

Title:
  dlm package installation fails

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

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


[Bug 1525324] Re: kernel/bonding: wrong netlink messages when deleting a bonding interface

2016-01-20 Thread Christopher M. Penalver
** Tags removed: 6wind
** Tags added: cherry-pick

** Changed in: linux (Ubuntu)
   Importance: Low => High

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

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

Title:
  kernel/bonding: wrong netlink messages when deleting a bonding
  interface

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

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


[Bug 1507409] Re: ruby-sham-rack: FTBFS: /usr/bin/ruby2.1 /usr/bin/rspec --pattern ./spec/\*\*/\*_spec.rb failed

2016-01-20 Thread Logan Rosen
** Changed in: ruby-sham-rack (Ubuntu)
   Status: Triaged => 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/1507409

Title:
  ruby-sham-rack: FTBFS: /usr/bin/ruby2.1 /usr/bin/rspec --pattern
  ./spec/\*\*/\*_spec.rb failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-sham-rack/+bug/1507409/+subscriptions

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


[Bug 1418295] Re: Black screen after resuming from suspend

2016-01-20 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-video-intel (Ubuntu) because there has been no
activity for 60 days.]

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

Title:
  Black screen after resuming from suspend

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

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


[Bug 1471382] Re: plasma-theme-oxygen errors for dpkg

2016-01-20 Thread Launchpad Bug Tracker
[Expired for oxygen (Ubuntu) because there has been no activity for 60
days.]

** Changed in: oxygen (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/1471382

Title:
  plasma-theme-oxygen errors for dpkg

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

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


[Bug 1466085] Re: open file dialog returns unusable network path

2016-01-20 Thread xoristzatziki
The macro by itself is not problematic if used in local files.
You can use any macro for selecting-opening a file with 
CreateUnoService("com.sun.star.ui.dialogs.FilePicker")

opening an odb and getting the name using in a macro:
oDBDoc = ThisComponent.Parent
sDocURL = oDBDoc.getURL()

returns something like:
/run/user/1000/gvfs/smb-share:server=myservername,share=XXX/YYY/ZZZ)

but using in a macro the file dialog and selecting the same .odb:
selectedfile = file_dialog.Files(0)

returns something like
smb://myservername/myservershare/thenameofthefileinURLnotation)

which is a totally different "path to file" (the one contains a URI but
the other not).

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

Title:
  open file dialog returns unusable network path

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

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


[Bug 1505802] Re: System freezes daily

2016-01-20 Thread Launchpad Bug Tracker
[Expired for unity8 (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  System freezes daily

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

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


[Bug 1440422] Re: No hardware mouse cursor with modesetting X driver

2016-01-20 Thread Christopher M. Penalver
Shevek, to see if this is already resolved upstream, could you please
test the latest mainline kernel (4.4) and advise to the results?

** Tags removed: bios-outdated-1.07
** Tags added: latest-bios-1.10

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

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

Title:
  No hardware mouse cursor with modesetting X driver

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

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


[Bug 1511196] Re: System wakeup disabled by ACPI

2016-01-20 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  System wakeup disabled by ACPI

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

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


[Bug 1255428] Re: 8086:0116 [Lenovo IdeaPad Z570] LCD brightness control keys and widget do not work on Intel Graphics

2016-01-20 Thread Christopher M. Penalver
Shriramana Sharma, that would be fine for now.

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

Title:
  8086:0116 [Lenovo IdeaPad Z570] LCD brightness control keys and widget
  do not work on Intel Graphics

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

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


[Bug 1516700] Re: When entering message into messaging apps, last word keeps turning into gibberish

2016-01-20 Thread Launchpad Bug Tracker
[Expired for messaging-app (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: messaging-app (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/1516700

Title:
  When entering message into messaging apps, last word keeps turning
  into gibberish

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

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


[Bug 1517235] Re: frequent stop situations

2016-01-20 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/1517235

Title:
  frequent stop situations

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

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


[Bug 1516762] Re: xorg hangout

2016-01-20 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/1516762

Title:
  xorg hangout

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

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


[Bug 1518526] Re: malware steals resources and is entirely useless

2016-01-20 Thread Launchpad Bug Tracker
[Expired for tracker (Ubuntu) because there has been no activity for 60
days.]

** Changed in: tracker (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/1518526

Title:
  malware steals resources and is entirely useless

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

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


[Bug 1517735] Re: shutdown problem

2016-01-20 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/1517735

Title:
  shutdown problem

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

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


[Bug 1517572] Re: Applications window randomly freezes

2016-01-20 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/1517572

Title:
  Applications window randomly freezes

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

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


[Bug 1517491] Re: installation fails due to broken dependencies

2016-01-20 Thread Launchpad Bug Tracker
[Expired for npm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: npm (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/1517491

Title:
  installation fails due to broken dependencies

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

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


[Bug 1512672] Re: Xorg crash

2016-01-20 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/1512672

Title:
  Xorg crash

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

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


[Bug 1528005] Re: 10ec:8821 rtl8821ae has no connectivity in 5GHz networks

2016-01-20 Thread Simon Naunton
Same problem here (yesterday, 2016-01-20) on a Lenovo Ideapad 300
(80Q7008EAU - 15.6" i5 8Gb 1TB) on fresh install of amd64 Wily/15.10.
Wifi worked ok under Windows 10 home that came with it.

rtl8821ae driver loaded. Connected to AP fine. Got IP address, GW, DNS
etc correctly, but no traffic.

Workaround worked fine:
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
sudo make install
sudo restart now

FWIW, proper 802.11ac speeds copying large files.

Same problem after apt-get upgrade installed latest kernel  at time of
writing (sorry, my laptop is at home and I am at work, so no kernel
versions quote here, but more than likely linux-image-4.2.0-25-generic).
make installed the above driver again and all good.

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

Title:
  10ec:8821 rtl8821ae has no connectivity in 5GHz networks

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

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


[Bug 1515446] Re: NFS shares in FSTAB no longer mount at boot

2016-01-20 Thread Bryan Quigley
This should do it properly now on upgrade..  Just readd the blurb that
says it enables it in postinst that actually disabled it..

** Patch added: "network-manager_1.0.4-0ubuntu8.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1515446/+attachment/4553835/+files/network-manager_1.0.4-0ubuntu8.debdiff

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

Title:
  NFS shares in FSTAB no longer mount at boot

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

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


[Bug 1516108] Re: system freezes requiring hard reset at unpredictable times under different activities Kubuntu 15.10

2016-01-20 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/1516108

Title:
  system freezes requiring hard reset at unpredictable times under
  different activities Kubuntu 15.10

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

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


[Bug 1516768] Re: Multimonitor fullscreen resolution is too large

2016-01-20 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/1516768

Title:
  Multimonitor fullscreen resolution is too large

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

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


[Bug 1517950] Re: Kubuntu Freezes / Crashes on Suspend to RAM

2016-01-20 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/1517950

Title:
  Kubuntu Freezes / Crashes on Suspend to RAM

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

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


[Bug 1517222] Re: Additional monitor does not always come online anymore after suspend

2016-01-20 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/1517222

Title:
  Additional monitor does not always come online anymore after suspend

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

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


[Bug 1518289] Re: front headphone jack recognised by alsa but ignored by pulseaudio

2016-01-20 Thread Launchpad Bug Tracker
[Expired for pulseaudio (Ubuntu) because there has been no activity for
60 days.]

** Changed in: pulseaudio (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/1518289

Title:
  front headphone jack recognised by alsa but ignored by pulseaudio

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

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


[Bug 1518310] Re: [Dell L521X, ALC3260]No sound through headphones after boot

2016-01-20 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (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/1518310

Title:
  [Dell L521X, ALC3260]No sound through headphones after boot

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

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


[Bug 1536284] Re: linux-keystone: 3.13.0-47.72 -proposed tracker

2016-01-20 Thread Brad Figg
** Description changed:

  This bug is for tracking the 3.13.0-47.72 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 20. January 2016 17:19 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Wednesday, 20. January 2016 17:19 UTC
  kernel-stable-master-bug:1535880
+ kernel-stable-Certification-testing-end:Thursday, 21. January 2016 04:03 UTC
+ kernel-stable-Security-signoff-end:Thursday, 21. January 2016 04:03 UTC

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

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

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

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


[Bug 1536284] Re: linux-keystone: 3.13.0-47.72 -proposed tracker

2016-01-20 Thread Ike Panhc
** Summary changed:

- linux-keystone:  -proposed tracker
+ linux-keystone: 3.13.0-47.72 -proposed tracker

** Description changed:

- This bug is for tracking the  upload package. This
- bug will contain status and testing results related to that upload.
+ This bug is for tracking the 3.13.0-47.72 upload package. This bug will
+ contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 20. January 2016 17:19 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Wednesday, 20. January 2016 17:19 UTC
  kernel-stable-master-bug:1535880

** Changed in: kernel-sru-workflow
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel) => Ike Panhc (ikepanhc)

** Changed in: kernel-sru-workflow/verification-testing
 Assignee: Canonical Hardware Enablement ARM Kernel 
(canonical-hwe-arm-kernel) => Ike Panhc (ikepanhc)

** Changed in: linux-keystone (Ubuntu)
   Status: New => Invalid

** Changed in: linux-keystone (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: linux-keystone (Ubuntu Trusty)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

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

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

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

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


Re: [Bug 1529450] Re: [master] AttributeError: 'PageKde' object has no attribute 'get_secureboot_key'

2016-01-20 Thread li0n
everything works fine!
Thank you so much !!

пн, 18 янв. 2016 г. в 21:55, Andrew Black <1529...@bugs.launchpad.net>:

> Maybe it helps for reproducing the problem: I wanted to install today's
> daily in a Parallels virtual machine and got this error.
>
> I do not know if the installer wants to read the secure boot key (I
> assume that the Parallels virtual machine does not have one), or if I am
> misinterpreting the error message.
>
> Still, I was able to continue with the installation:
> 1) Open Konsole
> 2) cd /usr/lib/ubiquity/plugins
> 3) sudo pico ubi-prepare.py
> 4) Scroll sown to the end of the file
> 5) Some lines up change:
> 5.1) secureboot_key = self.ui.get_secureboot_key() => # secureboot_key =
> self.ui.get_secureboot_key()
> 5.2) if self.ui.using_secureboot and secureboot_key: => # if
> self.ui.using_secureboot and secureboot_key:
> 5.3) self.preseed('ubiquity/secureboot_key', secureboot_key, seen=True) =>
> # self.preseed('ubiquity/secureboot_key', secureboot_key, seen=True)
> 6) CTRL + O ; ENTER ; Start installer again
>
> A wild guess: maybe the problem is just a missing check if the
> secureboot key could be read.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1534880).
> https://bugs.launchpad.net/bugs/1529450
>
> Title:
>   [master] AttributeError: 'PageKde' object has no attribute
>   'get_secureboot_key'
>
> Status in One Hundred Papercuts:
>   Triaged
> Status in ubiquity package in Ubuntu:
>   Triaged
>
> Bug description:
>   Description:Ubuntu Xenial Xerus (development branch)
>   Release:16.04
>   Daily Build from tonight
>
>   affected binary: ubiquity-frontend-kde
>
>   This is a hard failure encountered several times.
>
>   Message output from Crash
>
>   Traceback (most recent call last):
> File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 1068, in
> on_next_clicked
>   self.dbfilter.ok_handler()
> File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 344, in
> ok_handler
>   secureboot_key = self.ui.get_secureboot_key()
>   AttributeError: 'PageKde' object has no attribute 'get_secureboot_key'
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubiquity 2.21.40
>   ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
>   Uname: Linux 4.3.0-2-generic x86_64
>   ApportVersion: 2.19.3-0ubuntu2
>   Architecture: amd64
>   CasperVersion: 1.366
>   CurrentDesktop: KDE
>   Date: Sun Dec 27 08:17:18 2015
>   InstallCmdLine: file=/cdrom/preseed/kubuntu.seed boot=casper
> maybe-ubiquity initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
>   LiveMediaBuild: Kubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151227)
>   SourcePackage: ubiquity
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/hundredpapercuts/+bug/1529450/+subscriptions
>

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

Title:
  [master] AttributeError: 'PageKde' object has no attribute
  'get_secureboot_key'

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

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

Re: [Bug 1308105] Re: Xfce resets TV mode to NULL when power cycled

2016-01-20 Thread douglas sargent
Hi Greg,

Trying to follow your instructions.

 What do you mean by... and synaptic to lock this version

 What did you do, what did you execute

Thanks

Doug
On Jan 17, 2016 1:05 PM, "Greg Fordyce" <1308...@bugs.launchpad.net> wrote:

> I also struggled with this bug when doing a fresh install of Mythbuntu
> 14.04 this week.
>
> I downloaded xfce4-settings 4.11.0-1 from this link.
>
> https://launchpad.net/ubuntu/saucy/amd64/xfce4-settings/4.11.0-1ubuntu1
>
> Then "sudo dpkg -i xfce4-settings_4.11.0-1ubuntu1_amd64.deb" to install
> it and synaptic to lock this version.
>
> I can now switch off my TV connected with HDMI cable and when I switch
> it back on it works.
>
> Mythbuntu is running on a Gigabyte Brix GB-BXBT-2807 with 4gb ram, 120gb
> ssd, DVB-T usb tuner. The machine runs both front and backend.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1308105
>
> Title:
>   Xfce resets TV mode to NULL when power cycled
>
> Status in Mythbuntu:
>   Confirmed
> Status in xfce4-settings:
>   Confirmed
> Status in nvidia-graphics-drivers package in Ubuntu:
>   Invalid
> Status in nvidia-graphics-drivers-331 package in Ubuntu:
>   Invalid
> Status in xfce4-settings package in Ubuntu:
>   Confirmed
>
> Bug description:
>   I had an HTPC with Mythbuntu 12.04 installed.  Upon upgrading a new
>   behavior that if the TV is power cycled it no longer detects a link
>   with the HTPC.
>
>   When this happens I can find in the xorg log that there is an
>   accompanying log item:
>
>   [ 39829.509] (II) NVIDIA(0): Setting mode "NULL"
>
>   After debugging with NVIDIA at
>   https://devtalk.nvidia.com/default/topic/729955/linux/tv-stops-being-
>   detected/ we've deteremined it's a X client that reacts to the RANDR
>   events causing the mode to be set to NULL.
>
>   Working through the list in an Xfce environment, the culprit is
>   xfsettingsd.  If xfsettingsd is running, it causes the TV to come up
>   in a NULL mode.  If it's killed, it remains in the mode it was
>   previously running in.
>
>
>   Until this is fixed, this behavior can be worked around with a simple
> shell script:
>   ==
>   #!/bin/sh
>   #Fix TV state when HDMI link is lost.
>   #By Mario Limonciello 
>
>   OUTPUT="HDMI-0"
>   BAD_MODE="1280x720"
>   GOOD_MODE="1920x1080"
>
>   for MODE in $BAD_MODE $GOOD_MODE; do
>DISPLAY=:0 xrandr --output $OUTPUT --mode $MODE
>sleep 2
>   done
>   ==
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mythbuntu/+bug/1308105/+subscriptions
>

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

Title:
  Xfce resets TV mode to NULL when power cycled

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

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


[Bug 1536412] Re: package libxapian-1.3-5 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list', which is also in package libxapian-1.3-4 1.3.3-0

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

** Changed in: xapian1.3-core (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/1536412

Title:
  package libxapian-1.3-5 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/xapian-core/stopwords/dutch.list',
  which is also in package libxapian-1.3-4 1.3.3-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xapian1.3-core/+bug/1536412/+subscriptions

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


[Bug 1535214] Re: zh_TW is not set as fallback locale when selecting Hong Kong as location

2016-01-20 Thread Walter Cheuk
Attached picture is what I got in 15.10. I just installed 'Chinese
(Simplified)' option and didn't change anything.

** Attachment added: "langsupportin1510.png"
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1535214/+attachment/4553833/+files/langsupportin1510.png

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

Title:
  zh_TW is not set as fallback locale when selecting Hong Kong as
  location

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

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


[Bug 1536409] Re: gimp move by holding space bar does not terminate

2016-01-20 Thread Gordon Fitch
I should add that the problem is intermittent -- not seen often.

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

Title:
  gimp move by holding space bar does not terminate

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

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


Re: [Bug 1536395] Re: package maas-cluster-controller 1.8.3+bzr4053-0ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2016-01-20 Thread Antonio Carlos Santos Galvão
th
anks

Em 20/01/2016 22:08, Mike Pontillo escreveu:
> Ah, I just realized that you are running Xenial.
>
> The best-supported way to run MAAS at this time is to run it on Trusty.
> We won't have a Xenial compatible MAAS release until Xenial itself
> releases.
>
> ** Changed in: maas
> Status: Incomplete => Invalid
>
> ** Changed in: maas (Ubuntu)
> Status: Incomplete => Invalid
>

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

Title:
  package maas-cluster-controller 1.8.3+bzr4053-0ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

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

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

  1   2   3   4   5   6   7   8   9   10   >