[Bug 1627595] Re: Can't drop privileges Apt bug is not fetching full code of Nginx

2016-09-25 Thread Abhishek Ghosh
** Description changed:

- This funny problem may confuse human while recompiling.
+ `apt-get source nginx` may not fetch all the files. It may confuse human
+ while recompiling. Notice is officially present for fetching from git,
+ still some users may get confused. They probably need to run `ls` to
+ check stuffs.
  
  root@lalalaola:/opt/nginx# apt-get source nginx
- Reading package lists... Done
- NOTICE: 'nginx' packaging is maintained in the 'Git' version control system 
at:
- git://anonscm.debian.org/collab-maint/nginx.git
- Please use:
- git clone git://anonscm.debian.org/collab-maint/nginx.git
- to retrieve the latest (possibly unreleased) updates to the package.
- Need to get 1,942 kB of source archives.
- Get:1 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (tar) [938 kB]
- Get:2 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (diff) [1,001 kB]
- Get:3 http://ppa.launchpad.net/nginx/development/ubuntu xenial/main nginx 
1.11.3-0+xenial0 (dsc) [2,765 B]
- Fetched 1,942 kB in 1s (1,130 kB/s)
- gpgv: Signature made Tue 09 Aug 2016 07:16:01 PM IST using RSA key ID F569EF55
- gpgv: Can't check signature: public key not found
- dpkg-source: warning: failed to verify signature on 
./nginx_1.11.3-0+xenial0.dsc
- dpkg-source: info: extracting nginx in nginx-1.11.3
- dpkg-source: info: unpacking nginx_1.11.3.orig.tar.gz
- dpkg-source: info: unpacking nginx_1.11.3-0+xenial0.debian.tar.gz
- dpkg-source: info: applying perl-use-dpkg-buildflags.patch
+ ...
  W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
+ ...
  root@lalalaola:/opt/nginx#/opt/nginx# ls -al
+ 
  total 1916
  drwxr-xr-x  3 root root4096 Sep 26 10:59 .
  drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
  drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
  -rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
  -rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
  -rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

** Summary changed:

- Can't drop privileges Apt bug is not fetching full code of Nginx
+ Can't drop privileges Apt bug may not fetch all files of Nginx

** Description changed:

  `apt-get source nginx` may not fetch all the files. It may confuse human
  while recompiling. Notice is officially present for fetching from git,
  still some users may get confused. They probably need to run `ls` to
- check stuffs.
+ check stuffs. Reported for to avoid confusion by other users in future.
  
  root@lalalaola:/opt/nginx# apt-get source nginx
  ...
  W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
  ...
  root@lalalaola:/opt/nginx#/opt/nginx# ls -al
  
  total 1916
  drwxr-xr-x  3 root root4096 Sep 26 10:59 .
  drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
  drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
  -rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
  -rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
  -rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

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

Title:
  Can't drop privileges Apt bug may not fetch all files of Nginx

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

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


[Bug 1627031] Re: console-conf crashes with a WiFi which does not support SIOCGIWESSID

2016-09-25 Thread Simon Fels
@Michael: That sounds like a first attempt to fix this but I guess we
will then miss the ESSID in the UI for those dongles. The problem seems
to be more that the driver does not support the necessary WEXT command
SIOCGIWESSID anymore and just gives you access with nl80211. So we have
two real options to fix this:

1. Force all kernels to have CONFIG_CFG80211_WEXT enabled. As this is
the official pi2 kernel we should definitely open a bug there and get it
included in the kernel config.

2. When the WEXT ioctl fails fallback to nl80211 or use nl80211 directly
and fallback to the WEXT ioctl

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

Title:
  console-conf crashes with a WiFi which does not support SIOCGIWESSID

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

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


[Bug 1627593] Re: package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한 post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2016-09-25 Thread Nam Hyeon, Go
Solved by command line:
sudo apt-get remove --purge bind9
sudo tasksel install dns-server

https://ubuntuforums.org/showthread.php?t=1375580

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한
  post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

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

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

[Bug 1627595] [NEW] Can't drop privileges Apt bug is not fetching full code of Nginx

2016-09-25 Thread Abhishek Ghosh
Public bug reported:

`apt-get source nginx` may not fetch all the files. It may confuse human
while recompiling. Notice is officially present for fetching from git,
still some users may get confused. They probably need to run `ls` to
check stuffs.

root@lalalaola:/opt/nginx# apt-get source nginx
...
W: Can't drop privileges for downloading as file 'nginx_1.11.3.orig.tar.gz' 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
...
root@lalalaola:/opt/nginx#/opt/nginx# ls -al

total 1916
drwxr-xr-x  3 root root4096 Sep 26 10:59 .
drwxr-xr-x  3 root root4096 Sep 26 04:42 ..
drwxr-xr-x 10 root root4096 Sep 26 10:59 nginx-1.11.3
-rw-r--r--  1 root root 1001436 Aug  9 20:47 
nginx_1.11.3-0+xenial0.debian.tar.gz
-rw-r--r--  1 root root2765 Aug  9 20:47 nginx_1.11.3-0+xenial0.dsc
-rw-r--r--  1 root root  938045 Aug  9 20:47 nginx_1.11.3.orig.tar.gz

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

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

Title:
  Can't drop privileges Apt bug is not fetching full code of Nginx

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

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


[Bug 1626742] Re: [OTA13- notification panel]no apps listed

2016-09-25 Thread wilfridd
Hi,
Mine gives:

phablet@ubuntu-phablet:~$ gsettings get 
com.ubuntu.notifications.settings.applications applications
['dpkg/ciborium/0', 'dpkg/ubuntu-system-settings/0', 
'com.ubuntu.developer.webapps.webapp-twitter/webapp-twitter/1.3.2', 
'dekko.dekkoproject/dekko/0.6.20', 'com.ubuntu.telegram/telegram/2.2.30.0', 
'com.ubuntu.calendar/calendar/0.5.877', 
'com.ubuntu.reminders/reminders/0.5.568']
phablet@ubuntu-phablet:~$ 

BR

Wilfrid

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

Title:
  [OTA13- notification panel]no apps listed

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

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


Re: [Bug 1574324] [NEW] pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-25 Thread Luke Yelavich
Ok, as suggested by Simon, I've added some extra debugging to
PulseAudio, with the Ubuntu Touch patches re-enabled. At the time of
writing, this has just been pushed to my personal package archive for
Xenial.

If folks experiencing this problem could install the version of
PulseAudio from my PPA, and get a log as outlined at
https://wiki.ubuntu.com/PulseAudio/Log that would be great.I suggest
starting pulseaudio, then turning on your bluetooth device.

Attached is my own log, for reference.


** Attachment added: "pulse.log"
   https://bugs.launchpad.net/bugs/1574324/+attachment/4748670/+files/pulse.log

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1627593] Re: package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한 post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2016-09-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한
  post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

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

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

[Bug 1625788] dwalin (amd64) - tests ran: 18, failed: 0

2016-09-25 Thread Brad Figg
tests ran:  18, failed: 0;
  
http://kernel.ubuntu.com/testing/3.19.0-70.78/dwalin__3.19.0-70.78__2016-09-26_04-39-00/results-index.html

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

Title:
  linux: 3.19.0-70.78 -proposed tracker

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

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


[Bug 1626604] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 19, failed: 11

2016-09-25 Thread Brad Figg
tests ran:  19, failed: 11;
  
http://kernel.ubuntu.com/testing/3.13.0-97.144/ms10-35-mcdivittB0-kernel__3.13.0-97.144__2016-09-26_04-51-00/results-index.html

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

Title:
  linux: 3.13.0-97.144 -proposed tracker

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

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


[Bug 1627593] [NEW] package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한 post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

2016-09-25 Thread Nam Hyeon, Go
Public bug reported:

AH00558: apache2: Could not reliably determine the server's fully qualified 
domain name, using 127.0.1.1. Set the 'ServerName' directive globally to 
suppress this message
 [ OK ]
dpkg: dependency problems prevent configuration of maas-dns:
 maas-dns 패키지는 다음 패키지에 의존: bind9: 하지만:
 bind9 패키지는 아직 설정하지 않았습니다.

dpkg: error processing package maas-dns (--configure):
 의존성 문제 - 설정하지 않고 남겨둠
보고서를 작성하지 않습니다. 오류 메시지에 따르면 예전의 실패 때문에 생긴 부수적인 오류입니다.
  postgresql (9.3+154ubuntu1) 설정하는 중입니다 ...
dpkg: dependency problems prevent configuration of maas-region-controller:
 maas-region-controller 패키지는 다음 패키지에 의존: maas-dns (= 
1.9.4+bzr4592-0ubuntu1~trusty1): 하지만:
 maas-dns 패키지는 아직 설정하지 않았습니다.

dpkg: error processing package maas-region-controller (--configure):
 의존성 문제 - 설정하지 않고 남겨둠
dpkg: dependency problems prevent configuration of maas:
 maas 패키지는 다음 패키지에 의존: maas-region-controller (= 
1.9.4+bzr4592-0ubuntu1~trusty1): 하지만:
보고서를 작성하지 않습니다. 오류 메시지에 따르면 예전의 실패 때문에 생긴 부수적인 오류입니다.
  보고서를 작성하지 않습니다. 이미 MaxReports 값에 도달했습니다.
 
maas-region-controller 패키지는 아직 설정하지 않았습니다.

dpkg: error processing package maas (--configure):
 의존성 문제 - 설정하지 않고 남겨둠
python-bson-ext (2.6.3-1build1) 설정하는 중입니다 ...
python-egenix-mxtools (3.2.7-1build1) 설정하는 중입니다 ...
python-egenix-mxdatetime (3.2.7-1build1) 설정하는 중입니다 ...
python-keyring (3.5-1) 설정하는 중입니다 ...
python-lazr.uri (1.0.3-1build1) 설정하는 중입니다 ...
python-wadllib (1.3.2-2build1) 설정하는 중입니다 ...
python-lazr.restfulclient (0.13.3-1build1) 설정하는 중입니다 ...
python-launchpadlib (1.10.2+ds-2) 설정하는 중입니다 ...
python-openid (2.2.5-3ubuntu1) 설정하는 중입니다 ...
python-scgi (1.13-1.1build1) 설정하는 중입니다 ...
python-secretstorage (2.0.0-1ubuntu1.1) 설정하는 중입니다 ...
sphinx-doc (1.2.2+dfsg-1ubuntu1.1) 설정하는 중입니다 ...
Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
처리하는데 오류가 발생했습니다:
 bind9
 maas-dns
 maas-region-controller
 maas
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: bind9 1:9.9.5.dfsg-3ubuntu0.8
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
Date: Mon Sep 26 14:08:22 2016
DuplicateSignature: package:bind9:1:9.9.5.dfsg-3ubuntu0.8:설치한 post-installation 
스크립트 하위 프로세스가 오류 1번을 리턴했습니다
ErrorMessage: 설치한 post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다
InstallationDate: Installed on 2016-09-23 (2 days ago)
InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2)
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=debd1b1d-450a-4f62-b9a7-19f06739feae ro quiet splash vt.handoff=7
RelatedPackageVersions:
 bind9utils 1:9.9.5.dfsg-3ubuntu0.8
 apparmor   2.8.95~2430-0ubuntu5.3
SourcePackage: bind9
Title: package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한 
post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.8 failed to install/upgrade: 설치한
  post-installation 스크립트 하위 프로세스가 오류 1번을 리턴했습니다

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

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

[Bug 24800] Re: Akregator does not save password for authenticated https:// feeds

2016-09-25 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=110419.

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


On 2005-08-08T21:54:04+00:00 Carl Russmann wrote:

Version:   1.1.2 (using KDE 3.4.2-1.0.fc3.kde, Fedora)
Compiler:  gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.fc3)
OS:Linux (i686) release 2.6.10-1.770_14.rhfc3.at

Some feeds (such as the Google mail Atom feed) require the user to be
authenticated.  Allowing a username and password to be specified for a
feed would allow Akregator to load feeds like this.

In order to keep things secure, it might be a good idea to attempt to
load these feeds via HTTPS, falling back to HTTP if this is not
available.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/0


On 2005-09-01T20:03:37+00:00 Kdebugsystem wrote:

The feed's URL should (and will, if the server admins aren't completely
nuts) indicate if HTTP or HTTPS (SSL) is required.

And by the way: I definitely would like to see that feature, too! :-)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/1


On 2005-11-22T00:47:51+00:00 Osterfeld wrote:

Yep, Akregator should support authentication better. Right now it's
broken. It only works when you logged in for the site in konqueror. If
you are not logged in, fetching just fails.


Reply at: https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/3


On 2006-11-27T11:37:48+00:00 Openpub wrote:

Somehow related to Bug 130529.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/6


On 2007-03-31T08:13:07+00:00 Daeg wrote:

When I try to load a feed that requires authentication (LiveJournal for
example) and I am NOT logged in via Konqueror, Akregator throws a
SIGSEVG and loads up the KDE Crash Handler. This can be easily
replicated if anyone needs to see the traceback.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/8


On 2007-03-31T09:23:43+00:00 Osterfeld wrote:

David: Yes, a backtrace would be useful. Please also tell us your Akregator 
version and general KDE(libs) version. Do you use "load the full website when 
reading articles" option for the feed in question?
I am aware that it doesn't work, but crashes were never reported.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/24800/comments/9


On 2007-03-31T11:19:55+00:00 Daeg wrote:

On Saturday 31 March 2007 02:23:45 am Frank Osterfeld wrote:

> http://bugs.kde.org/show_bug.cgi?id=110419


> --- Additional Comments From frank.osterfeld kdemail net  2007-03-31
> 09:23 --- David: Yes, a backtrace would be useful. Please also tell us
> your Akregator version and general KDE(libs) version. Do you use "load the
> full website when reading articles" option for the feed in question? I am
> aware that it doesn't work, but crashes were never reported.


I am using Akregator 1.2.6 on KDE 3.5.6 on FreeBSD 6.2-RELEASE-p3

I do use the load full website option. A test to see what happens with that 
option unchecked properly got a 403 Forbidden error when I click on the "full 
story" link.

The traceback is below. I hope it proves helpful.

David

[New LWP 103480]
[Switching to LWP 103480]
0x29efaf23 in nanosleep () from /lib/libc.so.6
#0  0x29efaf23 in nanosleep () from /lib/libc.so.6
#1  0x29e40ae3 in _nanosleep () from /lib/libpthread.so.2
#2  0x29ed5df9 in sleep () from /lib/libc.so.6
#3  0x29e363fe in sleep () from /lib/libpthread.so.2
#4  0x292f86e6 in KCrash::startDrKonqi () from /usr/local/lib/libkdecore.so.6
#5  0x292f8a8c in KCrash::defaultCrashHandler ()
   from /usr/local/lib/libkdecore.so.6
#6  0x29e3df5d in sigaction () from /lib/libpthread.so.2
#7  0xbfbfff94 in ?? ()
#8  0x000b in ?? ()
#9  0xbfbfda50 in ?? ()
#10 0xbfbfd790 in ?? ()
#11 0x in ?? ()
#12 0x29e3da24 in sigaction () from /lib/libpthread.so.2
#13 0x286399b6 in KHTMLPart::qt_invoke () from /usr/local/lib/libkhtml.so.6
#14 0x2a2bbd03 in Akregator::Viewer::qt_invoke ()
   from /usr/local/lib/kde3/libakregatorpart.so
#15 0x2a2c383b in Akregator::ArticleViewer::qt_invoke ()
   from /usr/local/lib/kde3/libakregatorpart.so
#16 0x297e2618 in QObject::activate_signal ()
   from /usr/X11R6/lib/libqt-mt.so.3
#17 0x28cdfbef in KIO::Job::result 

[Bug 1457400] Re: reduce 90s session kill timeout if the session does not shutdown cleanly

2016-09-25 Thread Pheeble
These timeout problems would be much easier to diagnose if systemd
simply wrote a log entry instead of requiring a debug shell.

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

Title:
  reduce 90s session kill timeout if the session does not shutdown
  cleanly

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

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


[Bug 578357] Re: MySql log file problem prevents Akonadi startup

2016-09-25 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=238217.

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


On 2010-05-19T19:37:50+00:00 Cubranic-w wrote:

Version:(using KDE 4.4.2)
OS:Linux
Installed from:Ubuntu Packages

I originally reported this bug in Ubuntu Launchpad:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357

I am opening it here as a wider issue: Akonadi is very fragile in the
face of mysql startup problems, and that has a knock-on effect of
preventing basic user applications (mail, PIM) from running.

The most visible symptom of the problem was that after starting up
KMail, I would get an error dialog stating that Akonadi is not running.
After closing the dialog, the app would close also.

I started investigating, and got voluminous, but not very helpful error
output when running 'akonadictl start' from the command line. (I'll
attach a copy.) Further poking and twiddling with apparmor and other
workarounds suggested in various bugs and forums was unsuccessful.
Eventually, I stumbled upon mysql.err in ~/.local/share/akonadi/db_data/
with the following contents:

100519 9:49:38 [Note] Plugin 'FEDERATED' is disabled.
 InnoDB: Error: log file ./ib_logfile1 is of different size 0 0 bytes
 InnoDB: than specified in the .cnf file 0 67108864 bytes!
 100519 9:49:38 [ERROR] Plugin 'InnoDB' init function returned error.
 100519 9:49:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
 100519 9:49:38 [ERROR] Unknown/unsupported table type: innodb
 100519 9:49:38 [ERROR] Aborting
100519 9:49:38 [Note] /usr/sbin/mysqld-akonadi: Shutdown complete

File 'ib_logfile1' was indeed of size zero. Deleting it and
'ib_logfile0', and then restarting 'akonadictl' seemed to fix the
problem and I now have a working mail reader.

I don't know how the log file got corrupted, but the system should be
more robust than that. I mean, having a zero-size or corrupted log file
does not need to be an unrecoverable error!

It's completely reasonable in such a situation to delete it and proceed
with startup. The database should still be in a consistent state, and
the worst that could happen is that the last few transactions are
missing. Or at the very least notify the user what the real problem is.
As it is, akonadi server's output is utterly unhelpful, and it took me
forever to find Akonadi's mysql.err, where the problem was actually
clearly identified.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/7


On 2010-05-19T19:40:53+00:00 Cubranic-w wrote:

Created attachment 43736
Output of 'akonadictl start' when MySql fails to start

This is the output of running 'akonadictl start' from the console before
I vixed the problem by deleting the corrupted logfiles. This output
actually repeats three times. (Why?)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/8


On 2010-09-14T22:52:52+00:00 reagle wrote:

I have the same problem too. Moving to akonadi has been a disaster for
me as a user. Beside this breakage, how does one even backup one's email
files even?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/13


On 2010-11-10T17:59:00+00:00 João Eiras wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/15


On 2011-03-13T16:31:37+00:00 Ricardo Graça wrote:

*** This bug has been confirmed by popular vote. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/17


On 2016-09-24T20:38:55+00:00 Kdenis wrote:

This bug has only been reported for versions older than KDEPIM 4.14 (at
most akonadi-1.3). Can anyone tell if this bug still present?

If noone confirms this bug for a recent version of akonadi (part of KDE
Applications 15.08 or later), it gets closed in about three months.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/578357/comments/24


** Changed in: akonadi
   Status: Unknown => Incomplete

** Changed in: akonadi
   Importance: Unknown => Medium

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

Title:
  MySql log file problem prevents Akonadi startup

To manage notifications 

[Bug 335133] Re: akregator crashed with SIGSEGV in Akregator::FrameManager::qt_metacall()

2016-09-25 Thread Bug Watch Updater
** Changed in: kdepim
   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/335133

Title:
  akregator crashed with SIGSEGV in
  Akregator::FrameManager::qt_metacall()

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

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


[Bug 1622844] Re: [XPS L521X, Realtek ALC3260, Headphone Out] No sound from the headphone jack, ever.

2016-09-25 Thread ScarySquirrel
// , Has anyone else run into this?

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

Title:
  [XPS L521X, Realtek ALC3260, Headphone Out] No sound from the
  headphone jack, ever.

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

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


[Bug 1626894] Re: nvme drive probe failure

2016-09-25 Thread Tommy Giesler
Sorry for the late respond, I didn't have access to the hardware during
the weekend.

I've just tested both kernels and can confirm, that the second one works 
correctly:
->%-
root@Ubuntu-1604-xenial-64-minimal ~ # uname -a
Linux Ubuntu-1604-xenial-64-minimal 4.4.0-40-generic 
#60~lp1626894Commit30d6592Reverted SMP Fri Sep 23 17:06:33 UTC 2 x86_64 x86_64 
x86_64 GNU/Linux
root@Ubuntu-1604-xenial-64-minimal ~ # ls /dev/nvme*
/dev/nvme0  /dev/nvme0n1  /dev/nvme1  /dev/nvme1n1
-%<-

Let me know, if you need any additional testing.

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

Title:
  nvme drive probe failure

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

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


[Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-09-25 Thread Daniel van Vugt
Maybe fixed? Not yet sure if that branch just landed is sufficient.

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

Title:
  CI failure in TestClientInput.receives_one_touch_event_per_frame

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

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


[Bug 1570698] Re: CI failure in TestClientInput.receives_one_touch_event_per_frame

2016-09-25 Thread mir-ci-bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.25.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  CI failure in TestClientInput.receives_one_touch_event_per_frame

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

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


[Bug 1626604] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 4, failed: 1

2016-09-25 Thread Brad Figg
tests ran:   4, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-97.144/ms10-35-mcdivittB0-kernel__3.13.0-97.144__2016-09-26_04-31-00/results-index.html

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

Title:
  linux: 3.13.0-97.144 -proposed tracker

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

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


[Bug 1574005] Re: HDMI connection not working on Ubuntu 16.04 and GeForce GTX 960M

2016-09-25 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/1574005

Title:
  HDMI connection not working on Ubuntu 16.04 and GeForce GTX 960M

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

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


[Bug 1582144] Re: Unity 8 scopes possible to get vertically squeezed with Qt 5.6

2016-09-25 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/1582144

Title:
  Unity 8 scopes possible to get vertically squeezed with Qt 5.6

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

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


[Bug 1582495] Re: cannot type password login

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

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

Title:
  cannot type password login

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

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


[Bug 1278522] Re: asus n750jv cannot install with secure boot enabled

2016-09-25 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/1278522

Title:
  asus n750jv cannot install with secure boot enabled

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

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


[Bug 671330] Re: Fatal error in EH code: DWARF header has unexpected format 2

2016-09-25 Thread Launchpad Bug Tracker
[Expired for ldc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ldc (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/671330

Title:
  Fatal error in EH code: DWARF header has unexpected format 2

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

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


[Bug 1530510] Re: don't accept upgrade because some packages is crashed.

2016-09-25 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (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/1530510

Title:
  don't accept upgrade because some packages is crashed.

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

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


[Bug 1607675] Re: Nautilus cann't access AirPort Time Capsule in Ubuntu 16.04

2016-09-25 Thread Chow Loong Jin
nautilus-share sets up your computer to host shares, not to access
shares. Reassigning to nautilus.

** Package changed: nautilus-share (Ubuntu) => nautilus (Ubuntu)

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

Title:
  Nautilus cann't access AirPort Time Capsule in Ubuntu 16.04

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

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


[Bug 1595254] Re: Not all USB ports working

2016-09-25 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/1595254

Title:
  Not all USB ports working

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

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


[Bug 1594454] Re: package libc6 2.23-0ubuntu3 failed to install/upgrade: ezin da './lib/i386-linux-gnu/libc-2.23.so'(r)en erauzitako datuak '/lib/i386-linux-gnu/libc-2.23.so.dpkg-new'(e)ra kopiatu: us

2016-09-25 Thread Launchpad Bug Tracker
[Expired for glibc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: glibc (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/1594454

Title:
  package libc6 2.23-0ubuntu3 failed to install/upgrade: ezin da
  './lib/i386-linux-gnu/libc-2.23.so'(r)en erauzitako datuak '/lib/i386
  -linux-gnu/libc-2.23.so.dpkg-new'(e)ra kopiatu: ustekabeko
  korrontearen edo fitxategiaren amaiera

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

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


[Bug 1606795] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000018

2016-09-25 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/1606795

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0018

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

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


[Bug 1626604] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 3, failed: 1

2016-09-25 Thread Brad Figg
tests ran:   3, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-97.144/ms10-35-mcdivittB0-kernel__3.13.0-97.144__2016-09-26_03-25-00/results-index.html

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

Title:
  linux: 3.13.0-97.144 -proposed tracker

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

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


[Bug 1575484] Re: "Set document metadata failed"

2016-09-25 Thread PHB
"If I recall correctly from a previous discussion about this sort of
thing, the problem is that when you su to root a lot of your environment
which is required for the correct running of Gnome GUI apps is not set
up appropriately. The consensus from the developers seemed to be that
running GUIs as root was generally a bad idea and should not be
encouraged."

Translation: We hate you all, you will learn vi, suck on it.

Not having a working editor is generally considered to be a problem in
an operating system. The problem has only been there for like 5 years.

Like Donald Trump, Linux succeeds only by setting expectations so low
they are easy to exceed.

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

Title:
  "Set document metadata failed"

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

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


[Bug 1627584] Re: package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1627584] Re: package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-25 Thread Mike Schaefer
I was installing an update

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

Title:
  package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1627584] [NEW] package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-25 Thread Mike Schaefer
Public bug reported:

i was installing an update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3
ProcVersionSignature: Ubuntu 4.2.0-37.43-generic 4.2.8-ckt10
Uname: Linux 4.2.0-37-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Sep 25 20:55:40 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-04-27 (152 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.14
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2016-09-26 (0 days ago)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-from-proposed xenial

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

Title:
  package grub-efi-amd64-signed 1.66.3+2.02~beta2-36ubuntu3.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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


[Bug 1625788] dwalin (amd64) - tests ran: 30, failed: 0

2016-09-25 Thread Brad Figg
tests ran:  30, failed: 0;
  
http://kernel.ubuntu.com/testing/3.19.0-70.78/dwalin__3.19.0-70.78__2016-09-26_02-57-00/results-index.html

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

Title:
  linux: 3.19.0-70.78 -proposed tracker

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

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


[Bug 1627582] Re: systemd-resolved crashed with SIGABRT in log_assert_failed()

2016-09-25 Thread Apport retracing service
*** This bug is a duplicate of bug 1607884 ***
https://bugs.launchpad.net/bugs/1607884

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  systemd-resolved crashed with SIGABRT in log_assert_failed()

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

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


[Bug 1626155] Re: linux-armadaxp: 3.2.0-1674.100 -proposed tracker

2016-09-25 Thread Ike Panhc
** Summary changed:

- linux-armadaxp:  -proposed tracker
+ linux-armadaxp: 3.2.0-1674.100 -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.2.0-1674.100 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
  -- swm properties --
  kernel-stable-master-bug: 1626151

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

Title:
  linux-armadaxp: 3.2.0-1674.100 -proposed tracker

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

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


[Bug 1626435] Re: Keyboard layout not applied on the shell

2016-09-25 Thread Daniel van Vugt
** Also affects: mir
   Importance: Undecided
   Status: New

** Changed in: mir
   Status: New => In Progress

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

** Changed in: mir
 Assignee: (unassigned) => Andreas Pokorny (andreas-pokorny)

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

** Changed in: mir (Ubuntu)
   Status: In Progress => Triaged

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

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

Title:
  Keyboard layout not applied on the shell

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

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


[Bug 1592717] Re: Can't select secret .pem key for TLS auth on wired and WiFi connection

2016-09-25 Thread Fedor
*** This bug is a duplicate of bug 1575614 ***
https://bugs.launchpad.net/bugs/1575614

As a workaround, you can drag and drop your private key directly from
Files (Nautilus)

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

Title:
  Can't select secret .pem key for TLS auth on wired and WiFi connection

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

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


[Bug 1506358] Re: unity8/libmirclient gives up and terminates prematurely with "std::exception::what: disconnected: no new buffers" via ExchangeSemantics::submit()

2016-09-25 Thread Daniel van Vugt
Still happening in Mir 0.24.0 using NBS. See: bug 1627311

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

Title:
  unity8/libmirclient gives up and terminates prematurely with
  "std::exception::what: disconnected: no new buffers" via
  ExchangeSemantics::submit()

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

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


[Bug 1627539] Re: iwlwifi 0000:01:00.0: Microcode SW error detected. Restarting 0x2000000.

2016-09-25 Thread jacobS
I have this problem, and for me to resolve was the power ACPI,
unfortunately you need programming knowledges; here is the problem, your
ACPI descriptor (DSDT) table is defective/wrong, and need re-
programming, is from 2006

Diagnostic:
ACPI: DSDT 0xDAFF1000 0092DA (v02 SECCSD IVB-CPT   INTL 
20061109) < 
acpi PNP0A08:00: _OSC failed (AE_ERROR)< ; disabling ASPM

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

Title:
  iwlwifi :01:00.0: Microcode SW error detected.  Restarting
  0x200.

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

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


[Bug 1627530] Re: subiquity doesn't set up remote syslogging

2016-09-25 Thread Michael Hudson-Doyle
Sounds interesting, definitely a feature beyond just "being able to
claim ownership" though.

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

Title:
  subiquity doesn't set up remote syslogging

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

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


[Bug 1627311] Re: Mir client crashes with SIGABRT in send_message() from release_buffer_stream

2016-09-25 Thread Daniel van Vugt
This appears to be a recurrence of bug 1506358, which we closed thinking
it was fixed by the introduction of NBS. Obviously not fixed, now the
same crash is happening in a slightly different way with NBS.

** Summary changed:

- Xmir crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()
+ Mir client crashes with SIGABRT in send_message() from release_buffer_stream

** Changed in: xorg-server (Ubuntu)
   Importance: Medium => High

** Summary changed:

- Mir client crashes with SIGABRT in send_message() from release_buffer_stream
+ Xmir crashes with SIGABRT in send_message() from release_buffer_stream (on a 
cursor)

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

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Tags added: cursor unity8-desktop

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

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

** Summary changed:

- Xmir crashes with SIGABRT in send_message() from release_buffer_stream (on a 
cursor)
+ Xmir crashes with SIGABRT in send_message() from release_buffer_stream() from 
FreeCursor()

** Summary changed:

- Xmir crashes with SIGABRT in send_message() from release_buffer_stream() from 
FreeCursor()
+ Xmir crashed with SIGABRT in send_message() from release_buffer_stream() from 
FreeCursor()

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

Title:
  Xmir crashed with SIGABRT in send_message() from
  release_buffer_stream() from FreeCursor()

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

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


[Bug 1575614] Re: [SRU]Can't select secret key for TLS auth for 802.1X authentication

2016-09-25 Thread Fedor
As a workaround, you can drag and drop your private key directly from
Files (Nautilus)

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

Title:
  [SRU]Can't select secret key for TLS auth for 802.1X authentication

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

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


[Bug 1627311] Re: Xmir crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2016-09-25 Thread Daniel van Vugt
** Information type changed from Private to Public

** Tags added: xmir

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

Title:
  Mir client crashes with SIGABRT in send_message() from
  release_buffer_stream

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

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


[Bug 1626610] Re: linux-keystone: 3.13.0-68.96 -proposed tracker

2016-09-25 Thread Ike Panhc
** Summary changed:

- linux-keystone:  -proposed tracker
+ linux-keystone: 3.13.0-68.96 -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-68.96 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
  -- swm properties --
  kernel-stable-master-bug: 1626604

** 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 Trusty)
   Status: Confirmed => 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/1626610

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

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

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


[Bug 1626604] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 10, failed: 2

2016-09-25 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/3.13.0-97.144/ms10-35-mcdivittB0-kernel__3.13.0-97.144__2016-09-26_02-12-00/results-index.html

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

Title:
  linux: 3.13.0-97.144 -proposed tracker

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

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


[Bug 1575344] Re: Gnome Software catalog entry missing for Cluster SSH

2016-09-25 Thread Tony Mancill
An updated package containing an SVG icon has been uploaded to Debian -
clusterssh_4.07-2.

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

Title:
  Gnome Software catalog entry missing for Cluster SSH

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

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


[Bug 1627576] [NEW] Properties fails to display Polaroid Cube video metadata

2016-09-25 Thread J. Matthew Catron
Public bug reported:

With all video files generated by the Polaroid Cube camera, Ubuntu
cannot load the videos in the Videos application or decipher the
metadata from the files. Running the files in VLC allows for metadata
reading.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Sep 25 23:00:54 2016
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/nautilus
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'890x550+65+502'"
InstallationDate: Installed on 2016-09-12 (14 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (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/1627576

Title:
  Properties fails to display Polaroid Cube video metadata

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

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


[Bug 1627573] [NEW] linux: 4.8.0-17.18 -proposed tracker

2016-09-25 Thread Tim Gardner
Public bug reported:

This bug is for tracking the 4.8.0-17.18 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

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

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

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

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

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

** Affects: kernel-development-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-release
 Importance: Medium
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

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

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux (Ubuntu Yakkety)
 Importance: Medium
 Status: Confirmed


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

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

** Tags added: block-proposed

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Tags added: yakkety

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

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

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

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

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

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

** Also affects: kernel-development-workflow/promote-to-release
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

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

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

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

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

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

** Changed in: kernel-development-workflow/promote-to-proposed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-release
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-release
 Assignee: (unassigned) => Ubuntu Package Archive Administrators 
(ubuntu-archive)

** Changed in: kernel-development-workflow/regression-testing
   Importance: Undecided => Medium

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

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

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

Title:
  linux: 4.8.0-17.18 -proposed tracker

To manage notifications about this bug go to:

[Bug 1627572] Missing required logs.

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

apport-collect 1627572

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

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

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

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

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

Title:
  Yakkety: USB drivers must be built-in to preserve probe ordering

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

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


[Bug 1627574] [NEW] linux: 4.8.0-18.20 -proposed tracker

2016-09-25 Thread Leann Ogasawara
Public bug reported:

This bug is for tracking the 4.8.0-18.20 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

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

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

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

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

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

** Affects: kernel-development-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-development-workflow/promote-to-release
 Importance: Medium
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive)
 Status: New

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

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux (Ubuntu Yakkety)
 Importance: Medium
 Status: Confirmed


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

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

** Tags added: block-proposed

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Tags added: yakkety

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

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

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

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

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

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

** Also affects: kernel-development-workflow/promote-to-release
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

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

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

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

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

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

** Changed in: kernel-development-workflow/promote-to-proposed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-development-workflow/promote-to-release
   Importance: Undecided => Medium

** Changed in: kernel-development-workflow/promote-to-release
 Assignee: (unassigned) => Ubuntu Package Archive Administrators 
(ubuntu-archive)

** Changed in: kernel-development-workflow/regression-testing
   Importance: Undecided => Medium

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

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

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

Title:
  linux: 4.8.0-18.20 -proposed tracker

To manage notifications about this bug go to:

[Bug 1627572] [NEW] Yakkety: USB drivers must be built-in to preserve probe ordering

2016-09-25 Thread Tim Gardner
Public bug reported:

USB host controller drivers must be built into the kernel in order to
probe USB capabilities correctly and in order.

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

** Affects: linux (Ubuntu Yakkety)
 Importance: Undecided
 Status: Incomplete

** Also affects: linux (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

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

Title:
  Yakkety: USB drivers must be built-in to preserve probe ordering

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

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


[Bug 1627570] Re: package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.04.1.1193 failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already installed and configured

2016-09-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package chromium-codecs-ffmpeg-extra
  48.0.2564.82-0ubuntu0.15.04.1.1193 failed to install/upgrade: package
  chromium-codecs-ffmpeg-extra is already installed and configured

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

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


[Bug 1627570] [NEW] package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.04.1.1193 failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already installed and configured

2016-09-25 Thread Illya Kuryakin
Public bug reported:

I really don't know what I should write in this report. The program did
not down load something and it took me too this section. The program
seams to be acting well.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.04.1.1193
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic i686
ApportVersion: 2.17.2-0ubuntu1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
Architecture: i386
CrashReports:
 600:0:118:266476:2016-09-25 22:26:58.690221071 -0400:2016-09-25 
22:26:59.690221071 -0400:/var/crash/chromium-codecs-ffmpeg-extra.0.crash
 600:0:118:266477:2016-09-25 22:26:59.710221152 -0400:2016-09-25 
22:26:59.694221050 -0400:/var/crash/libgstreamer-plugins-bad0.10-0:i386.0.crash
Date: Sun Sep 25 22:26:59 2016
DuplicateSignature: 
package:chromium-codecs-ffmpeg-extra:48.0.2564.82-0ubuntu0.15.04.1.1193:package 
chromium-codecs-ffmpeg-extra is already installed and configured
ErrorMessage: package chromium-codecs-ffmpeg-extra is already installed and 
configured
InstallationDate: Installed on 2016-09-26 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release i386 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: dpkg
Title: package chromium-codecs-ffmpeg-extra 48.0.2564.82-0ubuntu0.15.04.1.1193 
failed to install/upgrade: package chromium-codecs-ffmpeg-extra is already 
installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 vivid

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

Title:
  package chromium-codecs-ffmpeg-extra
  48.0.2564.82-0ubuntu0.15.04.1.1193 failed to install/upgrade: package
  chromium-codecs-ffmpeg-extra is already installed and configured

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

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


[Bug 1627230] Re: ndiswrapper-dkms 1.59-6: ndiswrapper kernel module failed to build [error: ‘struct net_device’ has no member named ‘trans_start’]

2016-09-25 Thread Daniel van Vugt
** Summary changed:

- ndiswrapper-dkms 1.59-6: ndiswrapper kernel module failed to build
+ ndiswrapper-dkms 1.59-6: ndiswrapper kernel module failed to build [error: 
‘struct net_device’ has no member named ‘trans_start’]

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

Title:
  ndiswrapper-dkms 1.59-6: ndiswrapper kernel module failed to build
  [error: ‘struct net_device’ has no member named ‘trans_start’]

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

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

[Bug 1625788] dwalin (amd64) - tests ran: 10, failed: 0

2016-09-25 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/3.19.0-70.78/dwalin__3.19.0-70.78__2016-09-26_01-15-00/results-index.html

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

Title:
  linux: 3.19.0-70.78 -proposed tracker

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

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


[Bug 1626520] Re: OnlyShowIn is hardcoded to "Unity"

2016-09-25 Thread Rodney Dawes
** Changed in: unity-scope-click (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  OnlyShowIn is hardcoded to "Unity"

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

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


[Bug 1627567] [NEW] Mouse scroll speed slider (the unlabelled one) does not go high enough

2016-09-25 Thread Daniel van Vugt
Public bug reported:

Mouse scroll speed slider (the unlabelled one [bug 1569227]) does not go
high enough.

See: Unity8 > System Settings > Mouse & Touchpad > Mouse

It's already at maximum by default now. This is a consequence of the
fixes for bug 1607240 and the ubuntu-system-settings part of that fix
not having landed yet.

** Affects: canonical-devices-system-image
 Importance: Medium
 Assignee: Daniel van Vugt (vanvugt)
 Status: In Progress

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Medium
 Assignee: Daniel van Vugt (vanvugt)
 Status: In Progress


** Tags: unity8-desktop

** Branch linked: lp:~vanvugt/ubuntu-system-settings/fix-1607240

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: canonical-devices-system-image
Milestone: None => 14

** Tags added: unity8-desktop

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

Title:
  Mouse scroll speed slider (the unlabelled one) does not go high enough

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

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


[Bug 1627252] Re: Recognize album artwork with "Album title.supported_extension" filename

2016-09-25 Thread Michi Henning
** Changed in: mediascanner2 (Ubuntu)
   Importance: Undecided => Wishlist

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

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

Title:
  Recognize album artwork with "Album title.supported_extension"
  filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1627252/+subscriptions

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


[Bug 1627566] [NEW] package python3.5 3.5.2-2~16.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-09-25 Thread marcos
Public bug reported:

erro na atualização pós-instalação.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python3.5 3.5.2-2~16.04
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sun Sep 25 22:32:44 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-09-25 (0 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: python3.5
Title: package python3.5 3.5.2-2~16.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package python3.5 3.5.2-2~16.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1543467] Re: Unity8 can't correctly display multi-surface apps (i.e. menus and tooltips)

2016-09-25 Thread Daniel van Vugt
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Nick Dedekind (nick-dedekind)

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

Title:
  Unity8 can't correctly display multi-surface apps (i.e. menus and
  tooltips)

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

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


[Bug 1627013] Re: Qt Drag and Drop across two windows of the same app is not detected

2016-09-25 Thread Daniel van Vugt
** Also affects: mir
   Importance: Undecided
   Status: New

** Tags added: dnd

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

Title:
  Qt Drag and Drop across two windows of the same app is not detected

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

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


[Bug 1607185] Re: It's difficult to close the launcher without tapping on something you didn't want to

2016-09-25 Thread Daniel van Vugt
That's just standard practice - mark all other tasks as Incomplete while
waiting to hear from the design team (the Ubuntu UX task).

Certainly the bug is valid with several of us complaining about it, but
if an issue is deemed at all contentious then the developers will
generally defer to the design team for input.

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

Title:
  It's difficult to close the launcher without tapping on something you
  didn't want to

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

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


[Bug 1626344] Re: [enhancement] Add microseconds to unity8.log prefix

2016-09-25 Thread Daniel van Vugt
It appears you're right. Not possible to fix.

** Changed in: canonical-devices-system-image
   Status: New => Won't Fix

** Changed in: unity8 (Ubuntu)
   Status: New => Won't Fix

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

Title:
  [enhancement] Add microseconds to unity8.log prefix

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

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


[Bug 1627281] Re: Double tapping the title bar in desktop mode does not maximize the app window

2016-09-25 Thread Daniel van Vugt
Double clicking still works on desktop using a mouse.

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Tags added: unity8-desktop

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

Title:
  Double tapping the title bar in desktop mode does not maximize the app
  window

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

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


[Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

2016-09-25 Thread Daniel van Vugt
There is a setting for this in Unity8 now. It's the second (unnamed) scrollbar 
under:
System Settings > Mouse & Touchpad > Mouse

However there are two bugs related to that scroll bar:
  1. It's not yet labelled (bug 1569227)
  2. It doesn't go high enough (missing fix: 
https://code.launchpad.net/~vanvugt/ubuntu-system-settings/fix-1607240/+merge/301606)

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

Title:
  [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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


[Bug 1613561] Re: [MIR] thumbnailer

2016-09-25 Thread Michi Henning
Tests are disabled for on arm64, ppc64, and ppc64le for yakkety and
xenial. That's where we've seen failures, and we don't particularly care
about these arches at the moment.

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

Title:
  [MIR] thumbnailer

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

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


[Bug 1613561] Re: [MIR] thumbnailer

2016-09-25 Thread Michi Henning
Changes are in silo 1991.

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

Title:
  [MIR] thumbnailer

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

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


[Bug 1569227] Re: Mouse & Touchpad second slider is not labelled

2016-09-25 Thread Daniel van Vugt
** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Triaged

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Mouse & Touchpad second slider is not labelled

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

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


[Bug 1543467] Re: Unity8 can't correctly display multi-surface apps (i.e. menus and tooltips)

2016-09-25 Thread Daniel van Vugt
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Triaged

** Changed in: canonical-devices-system-image
Milestone: None => 14

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

Title:
  Unity8 can't correctly display multi-surface apps (i.e. menus and
  tooltips)

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

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


[Bug 1627561] Status changed to Confirmed

2016-09-25 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  xhci_hcd :00:14.0: port 1 resume PLC timeout

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

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


[Bug 1625211] Re: [Xenial] Server ISO - MAAS install options are wrong

2016-09-25 Thread Peter Matulis
** Description changed:

- The Ubuntu Server ISO main menu contains the following options:
+ The Ubuntu Server ISO (tested: amd64 16.04.1) main menu contains the
+ following options:
  
  - Install MAAS Region Controller
  - Install MAAS Rack Controller
  
  This implies that one does not include the other. However, by choosing
  "Region", "Rack" is also installed. This makes no sense to the average
  user. Not only that, but the "Region" option also installs DHCP, DNS,
  and a proxy. In other words, it installs a complete MAAS environment.
  
  Suggested rewording:
  
  - Install complete MAAS environment
  - Install MAAS rack controller
  
  Note that by the time this can be fixed (Feb 2017), the MAAS project
  will have undergone a change in terminology:
  
  - Install complete MAAS environment
  - Install MAAS relay

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

Title:
  [Xenial] Server ISO - MAAS install options are wrong

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

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


Re: [Bug 1627031] [NEW] console-conf crashes with a WiFi which does not support SIOCGIWESSID

2016-09-25 Thread Michael Hudson-Doyle
https://github.com/CanonicalLtd/probert/pull/27 has the simplest possible
fix, what do you think?

On 24 September 2016 at 01:46, Simon Fels 
wrote:

> Public bug reported:
>
> console-cofn crashes with "PermissionError: [Errno 1] Operation not
> permitted" when I have my TP-LINK TL-WN725N V2 plugged via USB in the
> device. If the device is unplugged console-conf does not crash anymore.
>
> See attached log file for more details.
>
> ** Affects: subiquity (Ubuntu)
>  Importance: Undecided
>  Status: New
>
> ** Attachment added: "subiquity-debug.log"
>https://bugs.launchpad.net/bugs/1627031/+attachment/
> 4747067/+files/subiquity-debug.log
>
> --
> You received this bug notification because you are subscribed to
> subiquity in Ubuntu.
> https://bugs.launchpad.net/bugs/1627031
>
> Title:
>   console-conf crashes with a WiFi which does not support SIOCGIWESSID
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/
> 1627031/+subscriptions
>

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

Title:
  console-conf crashes with a WiFi which does not support SIOCGIWESSID

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

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


[Bug 1493188] Re: "overlayfs" no longer exists

2016-09-25 Thread Shuhao
I can test this too if we build a copy for xenial for arm (raspi3).

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

Title:
  "overlayfs" no longer exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-initramfs-tools/+bug/1493188/+subscriptions

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


Re: [Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-25 Thread Luke Yelavich
affects ubuntu/pulseaudio
 assignee themuso


** Changed in: pulseaudio (Ubuntu)
 Assignee: Simon Fels (morphis) => Luke Yelavich (themuso)

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1622499] Re: kaccounts-providers packagepackage kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/accounts.google.com.conf', whic

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

** Changed in: kaccounts-providers (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/1622499

Title:
  kaccounts-providers packagepackage kaccounts-providers (not installed)
  failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-
  options.d/accounts.google.com.conf', which is also in package account-
  plugin-google 0.13+16.04.20160719-0ubuntu1

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

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


[Bug 1627076] Re: linux-raspi2: 4.4.0-1025.31 -proposed tracker

2016-09-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/verification-testing
   Status: Confirmed => New

** Changed in: 

[Bug 1625788] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 81, failed: 1

2016-09-25 Thread Brad Figg
tests ran:  81, failed: 1;
  
http://kernel.ubuntu.com/testing/3.19.0-70.78/ms10-35-mcdivittB0-kernel__3.19.0-70.78__2016-09-26_00-02-00/results-index.html

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

Title:
  linux: 3.19.0-70.78 -proposed tracker

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

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


[Bug 1627562] [NEW] PulseaudioSound[2537]: segfault at 0 ip 000000000143a244 sp 00007fafacff72e0 error 4 in spotify[400000+2134000]

2016-09-25 Thread Cristian Aravena Romero
Public bug reported:

[ 6081.211245] PulseaudioSound[2537]: segfault at 0 ip 0143a244
sp 7fafacff72e0 error 4 in spotify[40+2134000]

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: pulseaudio 1:9.0-2ubuntu2
ProcVersionSignature: Ubuntu 4.8.0-16.17-lowlatency 4.8.0-rc7
Uname: Linux 4.8.0-16-lowlatency x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   caravena   9271 F...m pulseaudio
 /dev/snd/controlC0:  caravena   9271 F pulseaudio
CurrentDesktop: GNOME
Date: Sun Sep 25 22:02:48 2016
InstallationDate: Installed on 2015-07-26 (427 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P14AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug yakkety

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

Title:
  PulseaudioSound[2537]: segfault at 0 ip 0143a244 sp
  7fafacff72e0 error 4 in spotify[40+2134000]

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

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


[Bug 1627561] [NEW] xhci_hcd 0000:00:14.0: port 1 resume PLC timeout

2016-09-25 Thread Cristian Aravena Romero
Public bug reported:

[ 9803.789829] xhci_hcd :00:14.0: port 1 resume PLC timeout

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: linux-image-4.8.0-16-lowlatency 4.8.0-16.17
ProcVersionSignature: Ubuntu 4.8.0-16.17-lowlatency 4.8.0-rc7
Uname: Linux 4.8.0-16-lowlatency x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0p:   caravena   9271 F...m pulseaudio
 /dev/snd/controlC0:  caravena   9271 F pulseaudio
CurrentDesktop: GNOME
Date: Sun Sep 25 21:59:52 2016
HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
InstallationDate: Installed on 2015-07-26 (427 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-16-lowlatency 
root=UUID=4f4435ca-b877-47a5-9065-3dd624c0514e ro rootflags=subvol=@ quiet 
splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.8.0-16-lowlatency N/A
 linux-backports-modules-4.8.0-16-lowlatency  N/A
 linux-firmware   1.161
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P14AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug yakkety

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

Title:
  xhci_hcd :00:14.0: port 1 resume PLC timeout

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

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


Re: [Bug 1625698] Re: console-conf on beaglebone takes unbearable long

2016-09-25 Thread Michael Hudson-Doyle
On 23 September 2016 at 22:29, Oliver Grawert  wrote:

> with todays daily image (which does not remove the .pyc files anymore)
> the actual startup time got down to a bearable 10-20 seconds
> (stopwatched several fresh boots from hitting enter to having the UI
> appear) ...


Yay.


> the time used during account creation is still between 4 and
> 5 minutes though, so i would say we're half way there already.


Per https://github.com/snapcore/snapd/pull/1984, can you try this with
SNAPD_DEBUG_HTTP=3 set in snapd's environment and then journalctl -u snapd?
I tried but I'm not seeing any slowness in create-user any more so it's not
showing anything very interesting.

Cheers,
mwh


>
> --
> You received this bug notification because you are subscribed to
> subiquity in Ubuntu.
> https://bugs.launchpad.net/bugs/1625698
>
> Title:
>   console-conf on beaglebone takes unbearable long
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/snappy/+bug/1625698/+subscriptions
>

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

Title:
  console-conf on beaglebone takes unbearable long

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

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


Re: [Bug 1616413] Re: [OptiPlex 7040, Realtek ALC3234, Speaker, Internal] No sound at all

2016-09-25 Thread Luke Yelavich
So there is no 3.5mm connectinos at the rear?

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

Title:
  [OptiPlex 7040, Realtek ALC3234, Speaker, Internal] No sound at all

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

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


[Bug 1627511] Re: package libqtcore4 (not installed) failed to install/upgrade: Versuch, gemeinsam benutztes »/etc/xdg/Trolltech.conf« zu überschreiben, welches verschieden von anderen Instanzen des P

2016-09-25 Thread Steve Langasek
This shows an upgrade failure in the libqtcore4 package, not in skype.

** Package changed: skype (Ubuntu) => qt4-x11 (Ubuntu)

** Changed in: qt4-x11 (Ubuntu)
   Status: Incomplete => New

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade: Versuch,
  gemeinsam benutztes »/etc/xdg/Trolltech.conf« zu überschreiben,
  welches verschieden von anderen Instanzen des Paketes libqtcore4:i386
  ist

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

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

[Bug 1025973] Re: ureadahead appears to violate Apple patent 7607000

2016-09-25 Thread Ken Sharp
** Changed in: ureadahead (Ubuntu)
   Status: New => Invalid

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

Title:
  ureadahead appears to violate Apple patent 7607000

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

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


[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-25 Thread Kathy Reid
@vooze: This worked PERFECTLY. The PLT_BBTGO2 is now paired and
connected successfully and I can adjust controls in the Sound settings
panel. I had to run

sudo pactl load-module module-bluetooth-discover

after I'd added the PPA, updated pulseaudio and rebooted.

A huge thank you for all your help.

Do you need specifics on the hardware I'm using?

Kind regards,
Kathy

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1616781] Re: DINO2M - System hangs with a black screen during s4 stress test

2016-09-25 Thread AceLan Kao
** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  DINO2M - System hangs with a black screen during s4 stress test

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

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


[Bug 1627076] Re: linux-raspi2: 4.4.0-1025.31 -proposed tracker

2016-09-25 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
   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/1627076

Title:
  linux-raspi2: 4.4.0-1025.31 -proposed tracker

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

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


[Bug 1450557] Re: 15.04: Broadwell HD 5500: screen corruption after logout

2016-09-25 Thread Nicholas Tolrud
Since my last comment, I have been trying the modesetting driver
periodically and it seems that a fairly recent update has fixed the
screen wrapping I was seeing on my Lemur. My operating system is still
Xubuntu 16.04. I have been using the modesetting driver since last night
and I have seen no further screen wrapping. Thank you devs.

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

Title:
  15.04: Broadwell HD 5500: screen corruption after logout

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

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


[Bug 1610499] Re: /bin/kill in ubuntu16.04 has bug in killing process group

2016-09-25 Thread Dongdong88
To xin (pursue) :

  you also can download procps-3.3.10 source code and compile it in
ubuntu16.04, then you could replace /bin/kill with the binary you
compile . in this way you dont need copy the libprocps.so.3 .

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

Title:
  /bin/kill in ubuntu16.04 has bug in killing process group

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

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


[Bug 1510344] Re: Keyboard Backlight Turns on at boot

2016-09-25 Thread Abel
I found another solution, seems to be better because, kernel version
4.4.0.21 has a bug within the suspend mode(sometimes works and sometimes
not) at least, happened to me in a Dell latitude e6420 and also this bug
of the backlight, so to fix it I updated the kernel version to 4.7.5 --
The only problem was that wireless stopped working, so to fix it I
connected through wired connection and I changed the driver,  after that
all works well!

check this: http://askubuntu.com/questions/574920/upgrading-to-3-18
-kernel-causes-wireless-not-to-work

**may be help:)
Sorry for my bad english.

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

Title:
  Keyboard Backlight Turns on at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510344/+subscriptions

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


[Bug 1624802] Re: Open-Sankore crash when opening files

2016-09-25 Thread Wendy Umarov
Hi,
Same there, with qt-at-spi removed. It seem be fixed by launch export 
QT_ACCESSIBILITY=0 && /usr/local/Open-Sankore-2.5.1/run.sh

Wen

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

Title:
  Open-Sankore crash when opening files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt-at-spi/+bug/1624802/+subscriptions

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


[Bug 1626790] Re: Sync gcalcli 3.4.0-1 (universe) from Debian unstable (main)

2016-09-25 Thread Jeremy Bicha
This bug was fixed in the package gcalcli - 3.4.0-1
Sponsored for Unit 193 (unit193)

---
gcalcli (3.4.0-1) unstable; urgency=medium

  * New upstream release.
- Refresh patch.
  * d/control: Change Vcs-git to use an https URL.
  * Bump Standards-Version to 3.9.8.

 -- Unit 193   Sat, 17 Sep 2016 11:31:26 -0400

** Changed in: gcalcli (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/1626790

Title:
  Sync gcalcli 3.4.0-1 (universe) from Debian unstable (main)

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

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


[Bug 1625595] Re: Libre Office Icons unreadability on YY with Intel Drivers

2016-09-25 Thread Christopher M. Penalver
Marco Parillo, regarding apport not working as expected, please file a
new report via https://launchpad.net/apport/+filebug , and feel free to
subscribe me to it.

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

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

Title:
  Libre Office Icons unreadability on YY with Intel Drivers

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

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


[Bug 1627387] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 10, failed: 2

2016-09-25 Thread Brad Figg
tests ran:  10, failed: 2;
  
http://kernel.ubuntu.com/testing/4.8.0-17.19/ms10-34-mcdivittB0-kernel__4.8.0-17.19__2016-09-25_22-51-00/results-index.html

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

Title:
  linux: 4.8.0-17.19 -proposed tracker

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

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


[Bug 1626332] Re: Ubuntu MATE 16.10 fails to boot with linux-image-4.8.0-11-generic kernel on PowerMac G5 7, 3

2016-09-25 Thread ernsteiswuerfel
Upgraded the Ubuntu MATE 16.10 on-disc installation to the recent linux-
image-4.8.0-16. Like the daily-iso the PM 7,3 does not boot but I get
more usedul error messages displayed on the framebuffer.

Several "Unknown symbol ence_release (err 0)" and "Unknown symbol mcount
(err 0)" messages are displayed (see screenhot) and the boot process is
halted.

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1626332/+attachment/4748553/+files/screenshot.jpg

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

Title:
  Ubuntu MATE 16.10 fails to boot with linux-image-4.8.0-11-generic
  kernel on PowerMac G5 7,3

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

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


[Bug 1625788] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 136, failed: 0

2016-09-25 Thread Brad Figg
tests ran: 136, failed: 0;
  
http://kernel.ubuntu.com/testing/3.19.0-70.78/ms10-35-mcdivittB0-kernel__3.19.0-70.78__2016-09-25_22-53-00/results-index.html

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

Title:
  linux: 3.19.0-70.78 -proposed tracker

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

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


[Bug 1574266] Re: Xorg freeze [drm] stuck on render ring - gpu hanging too fast, banning

2016-09-25 Thread Christopher M. Penalver
jap1968, it will help immensely if you filed a new report with Ubuntu by 
ensuring you have the package xdiagnose installed, and that you click the Yes 
button for attaching additional debugging information running the following 
from a terminal:
ubuntu-bug xorg

Also, 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/1574266

Title:
  Xorg freeze [drm] stuck on render ring - gpu hanging too fast, banning

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

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


[Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Christopher M. Penalver
Aaron Marcuse-Kubitza, to see if this is already resolved in Ubuntu,
could you please test http://cdimage.ubuntu.com/daily-live/current/ and
advise to the results?

** Tags removed: trusty
** Tags added: regression-release xenial

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

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

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

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


[Bug 1424088] Re: No resume on ThinkPad Helix -- system keeps sleeping

2016-09-25 Thread Christopher M. Penalver
jMyles (justin-justinholmes), then it would appear you have a different
problem.

Hence, 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/1424088

Title:
  No resume on ThinkPad Helix -- system keeps sleeping

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

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


  1   2   3   4   >