[Bug 1639530] [NEW] Re-enable warning dialog for profile errors

2016-11-05 Thread Gunnar Hjalmarsson
Public bug reported:

/etc/gdm3/Xsession catches errors in ~/.profile, /etc/profile etc. with
the aim to highlight such errors in a zenity dialog. However, due to an
incorrect file path nothing is shown to the user.

** Affects: gdm3 (Ubuntu)
 Importance: Medium
 Assignee: Gunnar Hjalmarsson (gunnarhj)
 Status: In Progress

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

Title:
  Re-enable warning dialog for profile errors

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

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


[Bug 1639531] Re: GCC compiles programs to shared object instead of executable, preventing GUI file managers from executing programs

2016-11-05 Thread Olathe
Note that the automatically added information is for 16.04 rather than
where the bug occurs, on 16.10.

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

Title:
  GCC compiles programs to shared object instead of executable,
  preventing GUI file managers from executing programs

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

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


[Bug 1639530] Re: Re-enable warning dialog for profile errors

2016-11-05 Thread Gunnar Hjalmarsson
** Patch added: "gdm3-lp1639530.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1639530/+attachment/4773222/+files/gdm3-lp1639530.debdiff

** Tags added: patch

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

Title:
  Re-enable warning dialog for profile errors

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

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


[Bug 1639531] [NEW] GCC compiles programs to shared object instead of executable, preventing GUI file managers from executing programs

2016-11-05 Thread Olathe
Public bug reported:

Release of Ubuntu being used


Description:Ubuntu 16.10
Release:16.10

Version of the package being used
=

gcc:
  Installed: 4:6.1.1-1ubuntu2
  Candidate: 4:6.1.1-1ubuntu2
  Version table:
 *** 4:6.1.1-1ubuntu2 500
500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

What was expected
=

Programs compiled using `gcc -o program program.c` should be runnable by
double-clicking them from a GUI file manager.

Compiling a simple program (`void main() { }`) using Xubuntu 16.04's
current version of `gcc` (`gcc version 5.4.0 20160609 (Ubuntu
5.4.0-6ubuntu1~16.04.2)`) produces the following output from
`/usr/bin/file program`:

program: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.32, BuildID[sha1]=signature_here, not stripped

This is correct behavior, allowing the executables to run from Nautilus
and Thunar.

What happened instead
=

Programs compiled using `gcc -o program program.c` are not runnable by
double-clicking them from a GUI file manager, even though they are
runnable from the terminal.

Compiling a simple program (`void main() { }`) using the current version
of `gcc` (`6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12)`) produces the
following output from `/usr/bin/file program`:

program: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV),
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
GNU/Linux 2.6.32, BuildID[sha1]=signature_here, not stripped

The program is also identified as a "shared library" instead of an
"executable" in Thunar, causing it to not be runnable from the GUI.
Others are unable to run such programs from Nautilus.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gcc 4:5.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Nov  5 22:09:39 2016
EcryptfsInUse: Yes
SourcePackage: gcc-defaults
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-defaults (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/1639531

Title:
  GCC compiles programs to shared object instead of executable,
  preventing GUI file managers from executing programs

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

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


[Bug 1639533] [NEW] Failure to update ~/.xsession-errors

2016-11-05 Thread Gunnar Hjalmarsson
Public bug reported:

When there is an error in e.g. ~/.profile or /etc/profile, a zenity
warning dialog is shown at login which calls the user's attention to the
error. The error message should also be appended to ~/.xsession-errors,
but currently it's not.

Changing the line

cat "$ERR" >>/dev/stderr

in /usr/sbin/lightdm-session to

cat "$ERR" >&2

fixes it. (It used to work in trusty, but not any longer, so in part it
appears to be some SRU regression.)

Since possible error messages are shown in the zenity dialog, I don't
think this is important enough to backport. Prepared an MP for zesty.

** Affects: lightdm (Ubuntu)
 Importance: Low
 Assignee: Gunnar Hjalmarsson (gunnarhj)
 Status: In Progress

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

Title:
  Failure to update ~/.xsession-errors

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

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


[Bug 1639533] Re: Failure to update ~/.xsession-errors

2016-11-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~gunnarhj/lightdm/lp1639533

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

Title:
  Failure to update ~/.xsession-errors

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

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


[Bug 1639527] Re: inkscape_0.91.0+51~ubuntu16.10.1 from ppa:inkscape.dev/stable is not installable

2016-11-05 Thread Mc
** Also affects: inkscape (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/1639527

Title:
  inkscape_0.91.0+51~ubuntu16.10.1 from ppa:inkscape.dev/stable is not
  installable

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

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


[Bug 1617727] Re: round synaptics scroll-wheel pad not working

2016-11-05 Thread Christopher M. Penalver
Wilfried (frietpan), you skipped a step from
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-
synaptics/+bug/1617727/comments/1 .

** Tags removed: scroll-pad synaptics

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

Title:
  round synaptics scroll-wheel pad not working

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

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


[Bug 815856] Re: On Lexmark X543dn, "All pages from feeder" only returns one page

2016-11-05 Thread Christopher M. Penalver
Reuben Thomas, 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 added: bios-outdated-0160

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

Title:
  On Lexmark X543dn, "All pages from feeder" only returns one page

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

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


[Bug 1639531] Re: GCC compiles programs to shared object instead of executable, preventing GUI file managers from executing programs

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

** Changed in: gcc-defaults (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/1639531

Title:
  GCC compiles programs to shared object instead of executable,
  preventing GUI file managers from executing programs

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

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


[Bug 1639513] Re: Pango-WARNING **: shaping failure, expect ugly output

2016-11-05 Thread Tong Sun
To duplicate the problem:

1. Find the first match of the font used for Pango menu:

$ fc-match -s sans-serif | head -1 
msyh.ttc: "微软雅黑" "Regular"

2. Copy & symlink that file into a different partition

3. Reboot! That's important, otherwise, I didn't see the problem or fix
the problem.

4. Start evince or any gtk/Pango based application from console.

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

Title:
  Pango-WARNING **: shaping failure, expect ugly output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pango1.0/+bug/1639513/+subscriptions

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

[Bug 1612406] Re: numlock turn off alone

2016-11-05 Thread Christopher M. Penalver
Eduardo Garbin, 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?

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

Title:
  numlock turn off alone

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

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


[Bug 1573936] Re: keyboard applet shown "as text" font size

2016-11-05 Thread Christopher M. Penalver
Jan Kovanda, to see if this is already resolved, could you please test
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags added: bios-outdated-3.16

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

Title:
  keyboard applet shown "as text" font size

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

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


[Bug 1354793] Re: Radeon X-Server Error

2016-11-05 Thread Christopher M. Penalver
** Tags added: bios-outdated-a14

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

Title:
  Radeon X-Server Error

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

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


[Bug 1620483] Re: package virtualbox-ext-pack 5.0.24-0ubuntu1.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-05 Thread Launchpad Bug Tracker
[Expired for virtualbox-ext-pack (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: virtualbox-ext-pack (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/1620483

Title:
  package virtualbox-ext-pack 5.0.24-0ubuntu1.16.04.1 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/virtualbox-ext-pack/+bug/1620483/+subscriptions

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


[Bug 1620262] Re: package mysql-server-5.7 5.7.13-0ubuntu0.16.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-11-05 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (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/1620262

Title:
  package mysql-server-5.7 5.7.13-0ubuntu0.16.04.2 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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

[Bug 1617349] Re: Sync x265 2.0-3 (universe) from Debian experimental (main)

2016-11-05 Thread Launchpad Bug Tracker
[Expired for x265 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: x265 (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/1617349

Title:
  Sync x265 2.0-3 (universe) from Debian experimental (main)

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

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


[Bug 1618846] Re: No sound in some loadings Ubuntu 16.04.1

2016-11-05 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/1618846

Title:
  No sound  in some loadings Ubuntu 16.04.1

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

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


[Bug 663229] Re: libsane does not detect Epson Stylus Office BX300F scanner

2016-11-05 Thread Launchpad Bug Tracker
[Expired for sane-backends (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: sane-backends (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/663229

Title:
  libsane does not detect Epson Stylus Office BX300F scanner

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

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


[Bug 791676] Re: http://www.maniacworld.com/which-is-the-guilty-dog.html - can't view videos with Firefox 4.

2016-11-05 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

** Changed in: firefox (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/791676

Title:
 http://www.maniacworld.com/which-is-the-guilty-dog.html  - can't
  view videos with Firefox 4.

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

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


[Bug 1613863] Re: Fails to power off monitor when locking screen

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

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

Title:
  Fails to power off monitor when locking screen

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

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


[Bug 1604366] Re: telepathy-haze accounts are not accessible through UOA (Yakkety)

2016-11-05 Thread Launchpad Bug Tracker
[Expired for unity-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: unity-control-center (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/1604366

Title:
  telepathy-haze accounts are not accessible through UOA (Yakkety)

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

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


[Bug 1608716] Re: virtualbox-dkms 5.0.24-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build

2016-11-05 Thread Launchpad Bug Tracker
[Expired for virtualbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: virtualbox (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/1608716

Title:
  virtualbox-dkms 5.0.24-dfsg-0ubuntu1.16.04.1: virtualbox kernel module
  failed to build

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

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


[Bug 1635906] Re: Low graphics mode in multi monitor setup after upgrade to 16.10

2016-11-05 Thread isotope
I was able to permanently (I hope) fix the problem.
After reading around, examining system files, logs and a lot of guesswork, I 
noticed that /usr/share/X11/xorg.conf.d had amdgpu configuration along a bunch 
of others but no intel. So I tried to find a sample file on the web and created 
(as root) 20-intel.conf containing:

Section "Device"
   Identifier  "Intel Graphics"
   Driver  "intel"
EndSection

rebooted, and a miracle happened! It loaded with both external monitors
working again! Lost the configuration though, but after redoing monitor
arrangement etc and rebooting again it was all good. I hope this helps
someone.

Regards,
isotope.

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

Title:
  Low graphics mode in multi monitor setup after upgrade to 16.10

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

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


[Bug 1639535] [NEW] package tex-common 6.05 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-11-05 Thread reductionist
Public bug reported:

It happens after installation of texlive-fonts-extra and siunitx. those
two packages works fine when I compile a *.tex. But this error happened.

When I try to re-install it, another error happened: No internal file.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: tex-common 6.05
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Sun Nov  6 11:15:32 2016
ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
InstallationDate: Installed on 2016-10-19 (17 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: tex-common
Title: package tex-common 6.05 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package yakkety

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

Title:
  package tex-common 6.05 failed to install/upgrade: 子进程 已安装 post-
  installation 脚本 返回错误状态 1

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

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

[Bug 581428] Re: system-config-lvm hangs while executing lengthy commands

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

** Changed in: system-config-lvm (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/581428

Title:
  system-config-lvm hangs while executing lengthy commands

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-lvm/+bug/581428/+subscriptions

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


[Bug 581428] Re: system-config-lvm hangs while executing lengthy commands

2016-11-05 Thread Christopher Chavez
The pvmove example still hangs in version 1.1.18-2ubuntu1.

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

Title:
  system-config-lvm hangs while executing lengthy commands

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-lvm/+bug/581428/+subscriptions

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


[Bug 1631519] Re: No X on boot with external monitor connected

2016-11-05 Thread isotope
Robert,

I have found a fix for my case. See if it helps you. The solution I used
is described in comment #6 in the bug mentioned right above. I hope it
helps.

Regards,
isotope.

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

Title:
  No X on boot with external monitor connected

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

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


[Bug 1634152] Re: Driver video doesn't work properly after Upgrade (16.04 LTS)

2016-11-05 Thread isotope
Hey Paolo,

I have found a fix for my case, see if it will help you to move onto
latest packages. See comment #6 at my bug page.

Regards,
isotope.

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

Title:
  Driver video doesn't work properly after Upgrade (16.04 LTS)

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

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


[Bug 458273] Re: Can't merge a folder with a parent with the same name

2016-11-05 Thread Bug Watch Updater
** Changed in: nautilus
   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/458273

Title:
  Can't merge a folder with a parent with the same name

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

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


[Bug 1581299] Re: shim: set second stage not work

2016-11-05 Thread Steve Langasek
Hello Ivan, or anyone else affected,

Accepted shim-signed into yakkety-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/shim-
signed/1.21.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: shim-signed (Ubuntu Yakkety)
   Status: New => Fix Committed

** Tags added: verification-needed

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

Title:
  shim: set second stage not work

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

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


[Bug 1637290] Re: Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from Microsoft

2016-11-05 Thread Steve Langasek
Hello Mathieu, or anyone else affected,

Accepted shim-signed into yakkety-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/shim-
signed/1.21.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: shim-signed (Ubuntu Yakkety)
   Status: New => Fix Committed

** Also affects: livecd-rootfs (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/1637290

Title:
  Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from
  Microsoft

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

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


[Bug 1604366] Re: telepathy-haze accounts are not accessible through UOA (Zesty)

2016-11-05 Thread Khurshid Alam
** Summary changed:

- telepathy-haze accounts are not accessible through UOA (Yakkety)
+ telepathy-haze accounts are not accessible through UOA (Zesty)

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

Title:
  telepathy-haze accounts are not accessible through UOA (Zesty)

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

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


[Bug 1637290] Re: Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from Microsoft

2016-11-05 Thread Steve Langasek
Bringing in the new upstream version of shim-signed also impacts livecd-
rootfs, because the ubuntu-cpc scripts in livecd-rootfs have hard-coded
logic around the UEFI filenames.  So we need a fixed livecd-rootfs in
each of the LTS releases before releasing the SRU of shim-signed+grub2
to those releases.

** Changed in: livecd-rootfs (Ubuntu)
 Assignee: (unassigned) => Robert C Jennings (rcj)

** Changed in: livecd-rootfs (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: livecd-rootfs (Ubuntu Xenial)
 Assignee: (unassigned) => Robert C Jennings (rcj)

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

Title:
  Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from
  Microsoft

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

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


[Bug 1604366] Re: telepathy-haze accounts are not accessible through UOA (Zesty)

2016-11-05 Thread Khurshid Alam
Sorry I didn't get any notification from this bug until now.

>what sort of account do you try to add using empathy-accounts

Mainly telegram, facebook and hangout accounts. Telegram doesn't even
work with empathy-accounts. These are purple based plugins. You first
need to install GOA and start GOA under Unity (setting export env
XDG_CURRENT_DESKTOP=Gnome"), then you can add account through GOA.

It would be nice if UOA has native support for all protocols using
telepathy-haze. At least it  expose those under UOA gui, so user can
authenticate and add those.

** Tags removed: yakkety
** Tags added: zesty

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

Title:
  telepathy-haze accounts are not accessible through UOA (Zesty)

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

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


[Bug 1637290] Re: Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from Microsoft

2016-11-05 Thread Steve Langasek
** Description changed:

  [Impact]
  We might want to boot securely one of these days.
  
  [Test case]
  A) Upgrading
  - Update to new shim, shim-signed, grub2, grub2-signed on an UEFI system.
  - Verify that the new shimx64.efi file is under /boot/efi/EFI/ubuntu, along 
with mmx64.efi and fbx64.efi.
  - Verify that /boot/efi/EFI/ubuntu/MokManager.efi no longer exists.
  - Verify that trying to apt install grub alone, or apt install shim alone, 
pulls in the correct matching versions of packages and gives the same results.
  
  B) Booting normally
  - Update to new shim, shim-signed, grub2, grub2-signed on an UEFI system, 
with Secure Boot enabled.
  - Verify it boots successfully to the login prompt.
  - There should be no messages about "Verification failure" or other errors 
before the kernel is loaded.
  
- B) Network boot.
+ C) Network boot.
  - Update to shim signed and grub2 signed EFI binaries on the TFTP server used.
  - Verify that a network booting system still boots normally through shim and 
grub, reaching a login prompt.
  
- C) BootEntry options
+ D) BootEntry options
  - Update to new shim, shim-signed, grub2, grub2-signed on an UEFI system.
  - Update or install fwupdate.
  - Verify that new updates can be applied via fwupdate, that when an update is 
available, fwupdate will correctly start, apply the update, and reboot to shim 
normally, leading to a working system.
  
+ E) live builds
+ - confirm that the new version of livecd-rootfs has been published to 
-updates first, and that a daily build of the UEFI-enabled cloud images 
succeeds with the new shim filenames.
+ 
+ 
  [Regression Potential]
  Any failure to load the kernel from grub, or for shim to load grub, or for 
the system firmware to load shim (such as "Verification failure" messages) or 
failure to retrieve or parse BootEntry extended options (such as necessary to 
load MokManager or fwupdate) should be considered regressions.

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

Title:
  Update to the signed 0.9+1474479173.6c180c6-0ubuntu1 shim binary from
  Microsoft

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

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


[Bug 1607149] Re: No se instala el paquete Amaya.

2016-11-05 Thread Christopher Chavez
I am not a maintainer or triager. I do not think this report concerns
the package system-config-lvm. The package libssl0.9.8 is no longer
included in Ubuntu as of 15.10, it has been replaced by libssl1.0.0. I
am unsure whether Amaya can be compiled sucessfully on 16.04 without the
dependency. Other users report they can install libssl0.9.8 by manually
downloading it from Ubuntu packages: http://packages.ubuntu.com/trusty-
updates/libssl0.9.8

No soy un mantenedor o triager. No creo que este informe se refiera al
paquete system-config-lvm. El paquete libssl0.9.8 ya no está incluido en
Ubuntu desde 15.10, ha sido reemplazado por libssl1.0.0. No estoy seguro
de si Amaya puede ser compilado con éxito en 16.04 sin la dependencia.
Otros usuarios informan que pueden instalar libssl0.9.8 descargándolo
manualmente de Ubuntu packages: http://packages.ubuntu.com/trusty-
updates/libssl0.9.8

** Changed in: system-config-lvm (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/1607149

Title:
  No se instala el paquete Amaya.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-lvm/+bug/1607149/+subscriptions

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

[Bug 1639536] [NEW] gnome-session-inhibit passes arguments to execvp incorrectly

2016-11-05 Thread Pauli
Public bug reported:

steps to reproduce:

gnome-session-inhibit sh -c "sleep 10"

Excepted result is of course wait for 10 seconds before termination.

Actual result:
Failed to open "sleep 10"

That is causes because shell ignores the first argument that should be
the program name. But inhibit passes "-c" as the first argument.

Attached patch fixes the inhibit to work correctly. Exactly like sudo,
parallel, systemd-inhibit or any similar program works.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-session-bin 3.20.2-1ubuntu7
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Nov  6 07:22:38 2016
InstallationDate: Installed on 2037-12-25 (-7719 days ago)
InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-session
UpgradeStatus: Upgraded to yakkety on 2016-10-21 (15 days ago)

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug patch yakkety

** Attachment added: "Simple fix for issue."
   
https://bugs.launchpad.net/bugs/1639536/+attachment/4773281/+files/fix_inhibit_exec.patch

** Tags added: patch

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

Title:
  gnome-session-inhibit passes arguments to execvp incorrectly

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

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


[Bug 1618846] Re: No sound in some loadings Ubuntu 16.04.1

2016-11-05 Thread Zepem
** Changed in: linux (Ubuntu)
   Status: Expired => Incomplete

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

Title:
  No sound  in some loadings Ubuntu 16.04.1

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

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


[Bug 1470014] Re: systemd-udevd: Process '/lib/udev/hdparm' failed with exit code 5.

2016-11-05 Thread Drew Scott Daniels
The other bug suggested this could be repeated by running (where sdX is the 
name of your block device, e.g. sda from /dev/sda):
sudo udevadm trigger --action=add /sys/block/sdX --verbose

Another way debug this without a reboot for a drive that's not mounted,
you can disconnect the device and re-scan to add it.

# #Comment: First, figure out which logical port the drive is connected to:
# #Comment: In the  output, make note of the host0 part. Other output may have 
host1 etc.
# #Comment: you may need to put a sudo in front of readlink.
# readlink /sys/block/sdX #e.g. for /dev/sda it would be readlink /sys/block/sda
../devices/pci:00/:00:1f.1/ata1/host0/target0:0:1/0:0:1:0/block/sda

# #Comment: Force disconnect the device (you may have to "sudo su -" first, or 
use sudo with tee):
# echo 1 > /sys/block/sdX/device/delete

# #Comment: Trigger rescan (you may have to "sudo su -" first, or use sudo with 
tee).
# #Comment: Note host0 matches from the readlink call above:
# echo "- - -" > /sys/class/scsi_host/host0/scan


If you want to apply the workaround for xenial, you need to comment out both 
"hdparm_set_option -B254" and the "else" above it in 
/lib/hdparm/hdparm-functions. If you don't properly comment out the else 
section, then you'll get something like:
systemd-udevd[XXX]: Process '/lib/udev/hdparm' failed with exit code 2.

A  workaround that didn't work for me was to add "hdparm_set_option -q"
on the line before "hdparm_set_option -B254" /lib/hdparm/hdparm-
functions . Just changing it to "hdparm_set_options -q -B254" results in
the -B254 not getting set as a parameter, which may be good enough for
some people.

To add some debugging code, add the following to line 2 of /lib/udev/hdparm 
like suggested in bug 1568474.
set -x; exec 2>>/tmp/hdparm.txt
When incorrectly commenting out the "-B254" part, you may see something in 
/tmp/hdparm.txt like:
/lib/udev/hdparm: 89: /lib/hdparm/hdparm-functions: Synax error: "fi" unexpected

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795025 says "the -B254
option status is written to the unavailable output and generates the IO
error."

The correct solution seems to be, as suggested test if the -B option is
accepted before using it, having hdparm ignore the error (with a -q on
line 88?), or changing the hdparm code's handling of the -B option
failing. It would be nice to know when it fails with a warning in syslog
instead of this error. It may also be useful to somehow get the output
of hdparm going directly to the syslog when there is a non-0 error code,
or even adding some information about what the command line was for the
statement that failed if /lib/udev/hdparm is allowed to write to syslog.

For me this may be a problem that comes and goes as I need to look at older 
drives where the APM_level is not supported. For the one drive I'm currently 
looking at I see:
user@host:~$ sudo /sbin/hdparm -B254 /dev/sda

/dev/sda:
 Setting Advanced Power Management level to 0xfe (254)
 HDIO_DRIVE_CMD failed: Input/output error
 APM_level  = not supported
user@host:~$ sudo /sbin/hdparm /dev/sda

/dev/sda:
 multcount = 16 (on)
 IO_support=  1 (32-bit)
 readonly  =  0 (off)
 readahead = 256 (on)
 geometry  = 25694/255/63, sectors = 234441658, start = 0

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

Title:
  systemd-udevd: Process '/lib/udev/hdparm' failed with exit code 5.

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

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


[Bug 1618846] Re: No sound in some loadings Ubuntu 16.04.1

2016-11-05 Thread Zepem
Added log file no_sound.log. In which lists all boots Ubuntu with sound
and without sound. Logged about 2 months.

** Attachment added: "no_sound.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1618846/+attachment/4773286/+files/no_sound.log

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

Title:
  No sound  in some loadings Ubuntu 16.04.1

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

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


[Bug 1597792] Re: plasmashell high CPU usage (100%+)

2016-11-05 Thread RS
I have same issue on 16.10. If is there anything what i can do to help
this fixed please let me know.

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

Title:
  plasmashell high CPU usage (100%+)

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

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


[Bug 1639411] [NEW] megaglest cannot host game or connect to LAN game

2016-11-05 Thread Mark Abrahams
Public bug reported:

On Ubuntu 16.10, when I click "Find LAN games" I get a stack trace error
message on the screen.

This appears in the log ~/.megaglest/error.log:

[2016-11-05 19:45:26] Runtime Error information:
==
In 
[/build/megaglest-7_VKRd/megaglest-3.12.0/source/glest_game/main/main.cpp::handleSIGSEGV
 Line: 5862] Error detected: signal 11:

Stack Trace:
megaglest:Glest::Game::ExceptionHandler::handleRuntimeError(char const*, 
bool)address [0x55b1988dd2c9] line: 0
megaglest:()address [0x55b1988dd835] line: 0
/lib/x86_64-linux-gnu/libc.so.6:()address [0x7fee776ef860] line: 0
megaglest:Glest::Game::MenuStateJoinGame::DiscoveredServers(std::vector, std::allocator >, 
std::allocator, std::allocator > > >)address [0x55b1989c0629] line: 0
megaglest:Shared::Platform::BroadCastClientSocketThread::execute()address 
[0x55b198d2e2c5] line: 0
megaglest:Shared::Platform::Thread::beginExecution(void*)address 
[0x55b198cf55c5] line: 0
/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0:()address [0x7fee7a8da1ec] line: 0
/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0:()address [0x7fee7a929629] line: 0
/lib/x86_64-linux-gnu/libpthread.so.0:()address [0x7fee7a64870a] line: 0
/lib/x86_64-linux-gnu/libc.so.6:clone()address [0x7fee777c20af] line: 0

Possibly related is the when I try to host a game I get "LAN IP
Address(es):none" showing at the top of the screen, and no other LAN
megaglest client can connect to my hosted game.

** Affects: megaglest (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/1639411

Title:
  megaglest cannot host game or connect to LAN game

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

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


[Bug 1639413] [NEW] network-manager only shows one wifi

2016-11-05 Thread Thomas Mayer
Public bug reported:

First of all, my wifi is working great most of the time, at least as
long as I don't use other network connections (rj45) and as long as I do
not suspend/resume and as long as I don't touch my hardware rfkill-
switch.

But, as it turns out, from time to time network manager
- can't see my wifi SSID any more ("net" in the screen shot is some 
other random wifi in the neighborhood).
- can't see any SSID in the neighborhood except one

Result: I can't reconnect to my wifi

Suggested Fix: network-manager should not loose the connection in the
first place or at least rescan the wifi neighborhood and reconnect to my
wifi.

Additional information: The configuration of my wifi is not lost. As
soon as a scan is performed, network-manager finds it and connects to
it. To initiate such a scan, I'm using this

Workaround:
sudo service network-manager restart

After that, network-manager performs a new scan, all SSIDs which are
available are found again and network-manager connects me to my wifi
automatically.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.2.2-0ubuntu0.16.04.3
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sat Nov  5 07:53:26 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-11-29 (707 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 LANGUAGE=de_DE
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: Upgraded to xenial on 2016-06-15 (142 days ago)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-12-14T17:38:01.900655
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.2.2connected  started  full  enabled enabled  
enabled  enabled  enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "Scan reports one wify only (which is not mine but a 
random one)"
   
https://bugs.launchpad.net/bugs/1639413/+attachment/4772802/+files/Men%C3%BC_054.png

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

Title:
  network-manager only shows one wifi

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

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


[Bug 1639413] Re: network-manager only shows one wifi

2016-11-05 Thread Thomas Mayer
** Attachment added: "This is how it looks like after restarting 
network-manager"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1639413/+attachment/4772822/+files/Men%C3%BC_056.png

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

Title:
  network-manager only shows one wifi

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

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


[Bug 1639414] [NEW] network-manager-strongswan not working

2016-11-05 Thread EdiD
Public bug reported:

1.3 version of network-manager-strongswan plugin is not working with
network-manager 1.2. There is no l2tp vpn option to chose after
installing.

** Affects: network-manager-strongswan (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/1639414

Title:
  network-manager-strongswan not working

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

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-11-05 Thread Mark Kirkwood
I'm seeing this with 16.10 i.e no vpn nameservers or domains added to
resolv.conf when the vpn activated. Doing as suggested in prev(#62) and
commenting out 'dns=dnsmasq entry' gets the nameservers appearing in
resolv.conf, but *not* the extra domains. So progress, but not there
yet!

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

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

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


[Bug 1639415] [NEW] linux_xubuntu_16.04_Acer_Gateway_NE46Rs--brightness, audio not working

2016-11-05 Thread vignesh
Public bug reported:

linux_xubuntu_16.04_Acer_Gateway_NE46Rs

this is my laptop config

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller 
(rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 7 Series Chipset Family LPC Controller 
(rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA 
Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus 
Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series 
Chipset Family Thermal Management Controller (rev 04)
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless 
Network Adapter (rev 01)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI 
Express Card Reader (rev 01)
02:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 0a)


Problems found:
1. Function Fn Keys not working like screen brightness is not reducing,but it 
shows indicaiton only.
2.Headphone Jack audio out is working fine but via audio speaker is not working.

please help me to solve these prolems,because i am new user to linux.
Thanks in advance.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-31-generic 4.4.0-31.50 [modified: 
boot/vmlinuz-4.4.0-31-generic]
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  vigneshr   2850 F pulseaudio
CurrentDesktop: XFCE
Date: Sat Nov  5 12:40:15 2016
HibernationDevice: RESUME=UUID=2409f362-cf18-436b-93c3-94b329136635
MachineType: Acer Gateway NE46Rs
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic 
root=UUID=639aec52-82ed-49f7-a2c9-3432d3bd3930 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-31-generic N/A
 linux-backports-modules-4.4.0-31-generic  N/A
 linux-firmware1.157.2
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/10/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.01
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Gateway NE46Rs
dmi.board.vendor: Acer
dmi.board.version: Acer OEM
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.01:bd03/10/2014:svnAcer:pnGatewayNE46Rs:pvrTobefilledbyO.E.M.:rvnAcer:rnGatewayNE46Rs:rvrAcerOEM:cvnAcer:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: Gateway NE46Rs
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug xenial

** Summary changed:

- linux_xubuntu_16.04_Acer_Gateway_NE46Rs
+ linux_xubuntu_16.04_Acer_Gateway_NE46Rs--brightness,audio not working

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

Title:
  linux_xubuntu_16.04_Acer_Gateway_NE46Rs--brightness,audio not working

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

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


[Bug 1639415] Status changed to Confirmed

2016-11-05 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/1639415

Title:
  linux_xubuntu_16.04_Acer_Gateway_NE46Rs--brightness,audio not working

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

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


[Bug 1639180] Re: no login possible after update to nvidia 304.132

2016-11-05 Thread nomentero
I can log in 16.04 and 16.10 tooplease roll back to
304.131-0ubuntu3.

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

Title:
  no login possible after update to nvidia 304.132

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

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


[Bug 1627239] Re: Web pages not rendering with e10s enabled and AppArmor profile in enforce mode

2016-11-05 Thread Christoph
Hi,
this bug should not be reported against the apparmor package. The profile 
/etc/apparmor.d/usr.bin.firefox belongs to the firefox package. Also I did not 
face the problem on all machines, investigating this I found machines where is 
a link from /etc/apparmor.d/disable/usr.bin.firefox to 
/etc/apparmor.d/usr.bin.firefox does not face the problem (oviously because 
apparmor is entirely disabled for this machine). Now 
/etc/apparmor.d/disable/usr.bin.firefox does not belong to any package, so I 
assume I created it in mid 2015 because of other problems with firefox. A lot 
of other people might have done the same, so they do not have a problem with 
firefox, except for the security hole...

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

Title:
  Web pages not rendering with e10s enabled and AppArmor profile in
  enforce mode

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

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


[Bug 1639417] [NEW] package ubuntu-mono 16.10+16.10.20161024-0ubuntu1 failed to install/upgrade: »/usr/share/icons/ubuntu-mono-light/status/22/battery-040-charging.svg.dpkg-new« kann nicht geöffnet we

2016-11-05 Thread Joerg Popp
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: ubuntu-mono 16.10+16.10.20161024-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Fri Nov  4 06:56:00 2016
ErrorMessage: 
»/usr/share/icons/ubuntu-mono-light/status/22/battery-040-charging.svg.dpkg-new«
 kann nicht geöffnet werden: Vorgang nicht zulässig
InstallationDate: Installed on 2016-06-01 (156 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: ubuntu-themes
Title: package ubuntu-mono 16.10+16.10.20161024-0ubuntu1 failed to 
install/upgrade: 
»/usr/share/icons/ubuntu-mono-light/status/22/battery-040-charging.svg.dpkg-new«
 kann nicht geöffnet werden: Vorgang nicht zulässig
UpgradeStatus: Upgraded to yakkety on 2016-10-30 (5 days ago)

** Affects: ubuntu-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package yakkety

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

Title:
  package ubuntu-mono 16.10+16.10.20161024-0ubuntu1 failed to
  install/upgrade: »/usr/share/icons/ubuntu-mono-
  light/status/22/battery-040-charging.svg.dpkg-new« kann nicht geöffnet
  werden: Vorgang nicht zulässig

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

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

[Bug 1624694] Re: please move virtualbox-ext-pack to universe

2016-11-05 Thread LocutusOfBorg
** Changed in: virtualbox-ext-pack (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/1624694

Title:
  please move virtualbox-ext-pack to multiverse

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

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


[Bug 1624694] Re: please move virtualbox-ext-pack to multiverse

2016-11-05 Thread LocutusOfBorg
sigh

** Summary changed:

- please move virtualbox-ext-pack to universe
+ please move virtualbox-ext-pack to multiverse

** Changed in: virtualbox-ext-pack (Ubuntu)
   Status: Fix Released => New

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

Title:
  please move virtualbox-ext-pack to multiverse

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

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


[Bug 1618007] Re: Invalid property assignment in ActivityIndicatorStyle.qml

2016-11-05 Thread Zsombor Egri
This should have been landed already...

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

Title:
  Invalid property assignment in ActivityIndicatorStyle.qml

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

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


[Bug 1452405] Re: wmctrl cannot move windows into certain positions

2016-11-05 Thread Otus
And still in 16.04.

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

Title:
  wmctrl cannot move windows into certain positions

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

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


[Bug 1566987] Re: No internet connection through WLAN although connected to network

2016-11-05 Thread yan
No, biohazara, disabling IPv6 doesn't change anything.

** Description changed:

  In a fresh install of Kubuntu 16.04 on a ThinkPad t460s, I can connect
  wireless to the local WLAN, but I don't have an internet connection. A
  ping to the router doesn't work in that case.
  
  After some minutes, the connection usually (but not always) works.
  
  A LAN connection through the same router works, too. It seems that the
  problem doesn't occur in every WLAN, but in my home network (using an O2
  box) it always does.
  
  The problem is reproducible with a Kubuntu Live CD/USB.
  
  The following steps did not solve the problem:
  
  - Reconnect to WLAN
- - Using kernel 4.6 or 4.7 
+ - Using kernel 4.6 or 4.7
  - Restarting NetworkManager and networking service
+ - Disable IPv6

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

Title:
  No internet connection through WLAN although connected to network

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

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


[Bug 1639420] [NEW] installer crashes during installation

2016-11-05 Thread Lloyd Coley
Public bug reported:

16.04.1 Fresh installation crashes

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Sat Nov  5 02:46:29 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  installer crashes during installation

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

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


[Bug 1639414] Re: network-manager-strongswan not working

2016-11-05 Thread Harri-afaics
Maybe you would like to try version 1.4.1-1, available on Debian? I have
no idea why it hasn't been copied to Ubuntu yet.

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

Title:
  network-manager-strongswan not working

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

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


[Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-11-05 Thread Peter S
If people keep whining about bugs in network-manager, without even
trying WICD (or the like) for a couple of weeks, this thread is
meaningless!

I'm still not sure that the problems I experience are completely
unrelated to network-manager. I seem to have a more stable connection
with WICD, so far. But I have to try it for another few weeks before I
can say anything for sure.

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

Title:
  cannot view wifi networks after re-enabling wifi

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

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


[Bug 1639421] [NEW] Software centre (gnome-software) crashes after reboot and login

2016-11-05 Thread Wolf Rogner
Public bug reported:

Regularly after reboot and login gnome-software crashes.
A bug report seems to be submitted afterwards (not quite sure).

gnome-software also seems to crash regularly during operation.

I have not figured out any correlation to other events.

This is new in 16.10 (fresh install) and happens on a Live image as
well.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-software 3.20.1+git20161003.0.7ac7d1b-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Nov  5 10:09:33 2016
InstallationDate: Installed on 2016-10-22 (13 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-software (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/1639421

Title:
  Software centre (gnome-software) crashes after reboot and login

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

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


[Bug 1424743] Re: libunrar.so support

2016-11-05 Thread Graham Inggs
** Bug watch added: Debian Bug tracker #720051
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720051

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

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

Title:
  libunrar.so support

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

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


[Bug 1289047] Re: [Trusty] hostapd package is broken

2016-11-05 Thread Romano Giannetti
I am still using the pinned-down version hostapd_1.0-3ubuntu2.1 which
(seems to) work. If anyone lands here and it's stuck with the bug, here:
http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-
access.html you have the instruction on how to get it working.

Having it fixed for good would be nice, but the workaround does work, at
least last time I checked.

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

Title:
  [Trusty] hostapd package is broken

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

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


Re: [Bug 1637973] Re: Touchpad Unrecognised

2016-11-05 Thread Abhirup Nandy
Sir I've just tried to revert to previous build but the problem remains the
same.

On Thu, Nov 3, 2016 at 10:37 PM, Joseph Salisbury <
joseph.salisb...@canonical.com> wrote:

> Would it be possible for you to test the latest upstream stable kernel?
> Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the
> latest v4.4 stable kernel[0].
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> If you are unable to test the mainline kernel, for example it will not
> boot, please add the tag: 'kernel-unable-to-test-upstream'.
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
>
>
> Thanks in advance.
>
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.30
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1637973
>
> Title:
>   Touchpad Unrecognised
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   My Touch-pad was working before i just did  system upgrade using sudo
> apt-get upgrade -y
>   I'm attaching my list of detected devices and can supply other logs if
> needed in future.
>   ---
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC1:  abhirup1388 F pulseaudio
>/dev/snd/controlC0:  abhirup1388 F pulseaudio
>   CurrentDesktop: Unity
>   DistroRelease: Ubuntu 16.04
>   HibernationDevice: RESUME=UUID=3d078c46-4e15-48e1-bb34-b0241f755e9e
>   InstallationDate: Installed on 2016-10-31 (0 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   MachineType: Acer Aspire E5-553G
>   Package: linux (not installed)
>   ProcFB: 0 amdgpudrmfb
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-45-generic.efi.signed
> root=UUID=c212ecdd-5196-4c8c-b81d-c9c301b2228d ro quiet splash
> vt.handoff=7
>   ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
>   PulseList:
>Error: command ['pacmd', 'list'] failed with exit code 1:
> XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid
> 1000! (This could e g happen if you try to connect to a non-root PulseAudio
> as a root user, over the native protocol. Don't do that.)
>No PulseAudio daemon running, or not running as session daemon.
>   RelatedPackageVersions:
>linux-restricted-modules-4.4.0-45-generic N/A
>linux-backports-modules-4.4.0-45-generic  N/A
>linux-firmware1.157.4
>   Tags:  xenial
>   Uname: Linux 4.4.0-45-generic x86_64
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   UserGroups:
>
>   _MarkForUpload: True
>   dmi.bios.date: 05/12/2016
>   dmi.bios.vendor: Insyde Corp.
>   dmi.bios.version: V1.05
>   dmi.board.asset.tag: Type2 - Board Asset Tag
>   dmi.board.name: Wasp_BR
>   dmi.board.vendor: Acer
>   dmi.board.version: V1.05
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Chassis Manufacturer
>   dmi.chassis.version: Chassis Version
>   dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.05:bd05/12/2016:svnAcer:
> pnAspireE5-553G:pvrV1.05:rvnAcer:rnWasp_BR:rvrV1.05:
> cvnChassisManufacturer:ct10:cvrChassisVersion:
>   dmi.product.name: Aspire E5-553G
>   dmi.product.version: V1.05
>   dmi.sys.vendor: Acer
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1637973/+subscriptions
>

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

Title:
  Touchpad Unrecognised

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

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


Re: [Bug 1639051] Re: gnome3 has black screen after upgrade: 304.131-0ubuntu0.14.04.2, 304.132-0ubuntu0.14.04.2

2016-11-05 Thread alwuzomondo
I reinstalled version 304.131-0ubuntu0.14.04.2, rebooted into a Gnome
session and ran:

sudo nvidia-bug-report.sh

After this rebooted into a Unity session and found a crash report:
/var/crash/_usr_bin_Xorg.0.crash

see attachments.


** Attachment added: "nvidia-bug-report.log.gz"
   
https://bugs.launchpad.net/bugs/1639051/+attachment/4772855/+files/nvidia-bug-report.log.gz

** Attachment added: "_usr_bin_Xorg.0.crash"
   
https://bugs.launchpad.net/bugs/1639051/+attachment/4772856/+files/_usr_bin_Xorg.0.crash

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

Title:
  gnome3 has black screen after upgrade: 304.131-0ubuntu0.14.04.2,
  304.132-0ubuntu0.14.04.2

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

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


[Bug 1639209] Re: GRUB fails to install during ZFS replace resilvers

2016-11-05 Thread Richard Laager
Once the resilver completed, I was able to grub-install successfully.
Looking at the grub-install debug output, it seems that GRUB looks
primarily at the first device. I have a hunch that my patch would fix
the case where the first device is not the one being resilvered. But we
still need to fix the case where the first device is being resilvered.

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

Title:
  GRUB fails to install during ZFS replace resilvers

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

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


[Bug 1639209] Re: GRUB fails to install during ZFS replace resilvers

2016-11-05 Thread Richard Laager
** Attachment added: "The debug output from grub-install."
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1639209/+attachment/4772857/+files/grub-install.txt

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

Title:
  GRUB fails to install during ZFS replace resilvers

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

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


[Bug 1639209] Re: GRUB fails to install during ZFS replace resilvers

2016-11-05 Thread Richard Laager
** Attachment added: "The debug output from grub-install after `zpool offline 
grape1 sdg1`."
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1639209/+attachment/4772858/+files/grub-install2.txt

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

Title:
  GRUB fails to install during ZFS replace resilvers

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

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


[Bug 1637244] Re: skat.dk login hangs

2016-11-05 Thread Viggo Helth
** Changed in: firefox (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/1637244

Title:
  skat.dk login hangs

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

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


[Bug 1634930] Re: emacs24 fails to build on ppc64el

2016-11-05 Thread LocutusOfBorg
emacs25 seems fine

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

Title:
  emacs24 fails to build on ppc64el

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

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


[Bug 1424743] Re: libunrar.so support

2016-11-05 Thread Bug Watch Updater
** Changed in: unrar-nonfree (Debian)
   Status: Unknown => New

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

Title:
  libunrar.so support

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

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


[Bug 1639428] [NEW] zypper doesn't work with official opensuse repositories

2016-11-05 Thread Markus Ueberall
Public bug reported:


1) The release of Ubuntu in use:
$ lsb_release -rd
Description: Ubuntu 16.04.1 LTS
Release: 16.04

2) The version of the package (see 
https://bugs.launchpad.net/ubuntu/+source/zypper/+bug/1638306):
$ LANG=C apt-cache policy zypper
zypper:
  Installed: 1.12.4-1build1
  Candidate: 1.12.4-1build1
  Version table:
 *** 1.12.4-1build1 100
100 /var/lib/dpkg/status
 1.12.4-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

3) What was expected to happen: zypper should work with the official
opensuse repositories

4) What happened instead: zypper failed to build the cache
(NB the commands below are part of the /usr/share/lxc/templates/lxc-opensuse 
script, tested w/ v13.2, but v42.x yield the same errors)
[...]
+ echo 'Downloading opensuse minimal ...'
Downloading opensuse minimal ...
+ mkdir -p /var/cache/lxc/opensuse/13.2/partial-x86_64-packages
+ zypper --quiet --root /var/cache/lxc/opensuse/13.2/partial-x86_64-packages 
--non-interactive ar http://download.opensuse.org/distribution/13.2/repo/oss/ 
repo-oss
[...]
+ zypper --quiet --root /var/cache/lxc/opensuse/13.2/partial-x86_64-packages 
--non-interactive ar http://download.opensuse.org/update/13.2/ update
+ zypper --quiet --root /var/cache/lxc/opensuse/13.2/partial-x86_64-packages 
--non-interactive --gpg-auto-import-keys update
Error building the cache:
[repo-oss|http://download.opensuse.org/distribution/13.2/repo/oss/] Valid 
metadata not found at specified URL  
Warning: The metadata cache needs to be built for the 'repo-oss' repository. 
You can run 'zypper refresh' as root to do this.
Error building the cache:
[update|http://download.opensuse.org/update/13.2/] Valid metadata not found at 
specified URL   
Warning: The metadata cache needs to be built for the 'update' repository. You 
can run 'zypper refresh' as root to do this.
[...]

** Affects: zypper (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/1639428

Title:
  zypper doesn't work with official opensuse repositories

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

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


[Bug 1636827] Re: wireless network list disappears

2016-11-05 Thread Juraj
Sorry I can't answer all the questions right now, as I'm in a bit of a
rush and can't try out all the old versions of Ubuntu right now. And the
bug doesn't manifest itself that often, so it's hard to pinpoint what
exactly triggers it. For now I can confirm that I have experienced the
bug on Thinkpad T520 too. As before, restarting the NetworkManager
service fixes the issue.

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

Title:
  wireless network list disappears

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

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


[Bug 1380480] Re: network disabled after suspend - resume

2016-11-05 Thread michalje
And this is serious system? Really?? This bug have 2 years?? I back to
windows:(

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

Title:
  network disabled after suspend - resume

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

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


[Bug 1639429] Re: Incorrect terminal widget expansion

2016-11-05 Thread lediableboiteux
** Attachment added: "Software Updates window after clicking “Details”"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1639429/+attachment/4772867/+files/update-manager-after-details-clicked.jpg

** Description changed:

  1) Ubuntu 16.10 amd64
  2) update-manager 1:16.10.7
- 3) Today there were some package updates available and I installed them via 
Software Updates. I clicked “Install”, they were downloaded and then installed. 
During installation and configuration you can click on “Details”. I expected 
this to expand terminal widget, in which I could preview dpkg performing 
installation & configuration (just like analogous widget in Synaptic). This 
worked as expected in 15.10.
+ 3) Today there were some package updates available and I installed them via 
Software Updates. I clicked “Install”, they were downloaded and then installed. 
During installation and configuration you can click on “Details”. I expected 
this to expand terminal widget, in which I could preview dpkg performing 
installation & configuration (just like analogous widget during performing 
tasks in Synaptic). This worked as expected in 15.10.
  4) When I clicked “Details”, window size was adjusted, but terminal widget 
appeared incorrectly: it didn’t fill the space below progress bar, contained 
only one line and no visible output. Clicking “Details” again twice didn’t 
change this behaviour.

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

Title:
  Incorrect terminal widget expansion

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

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

[Bug 1639429] Re: Incorrect terminal widget expansion

2016-11-05 Thread lediableboiteux
** Attachment added: "Software Updates window before clicking “Details”"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1639429/+attachment/4772866/+files/update-manager-before-details-clicked.jpg

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

Title:
  Incorrect terminal widget expansion

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

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

[Bug 1639429] [NEW] Incorrect terminal widget expansion

2016-11-05 Thread lediableboiteux
Public bug reported:

1) Ubuntu 16.10 amd64
2) update-manager 1:16.10.7
3) Today there were some package updates available and I installed them via 
Software Updates. I clicked “Install”, they were downloaded and then installed. 
During installation and configuration you can click on “Details”. I expected 
this to expand terminal widget, in which I could preview dpkg performing 
installation & configuration (just like analogous widget during performing 
tasks in Synaptic). This worked as expected in 15.10.
4) When I clicked “Details”, window size was adjusted, but terminal widget 
appeared incorrectly: it didn’t fill the space below progress bar, contained 
only one line and no visible output. Clicking “Details” again twice didn’t 
change this behaviour.

** Affects: update-manager (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/1639429

Title:
  Incorrect terminal widget expansion

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

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

[Bug 1543546] Re: Monitor DPI settings are ignored after upgrade to Xenial

2016-11-05 Thread madbiologist
What is the output of

xdpyinfo | grep dimensions

and

xdpyinfo | grep resolution

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

Title:
  Monitor DPI settings are ignored after upgrade to Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1543546/+subscriptions

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


[Bug 392881] Re: number of files in samba-folder not displayed in nautilus list view column "size"

2016-11-05 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed => Expired

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

Title:
  number of files in samba-folder not displayed in nautilus list view
  column "size"

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

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


[Bug 1437966] Re: menu-cache-gen crashed with SIGSEGV in rawmemchr()

2016-11-05 Thread LStranger
This issue was fixed by upstream in version 1.0.1 which is in Ubuntu
since 16.04. Thank you.

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

Title:
  menu-cache-gen crashed with SIGSEGV in rawmemchr()

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

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


[Bug 1639431] Re: gnome-shell crashed with SIGABRT in g_assertion_message()

2016-11-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1539591 ***
https://bugs.launchpad.net/bugs/1539591

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 #1539591, 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/1639431/+attachment/4772868/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1539591
   gnome-shell crashed with SIGABRT in g_assertion_message()

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

Title:
  gnome-shell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1539591] Re: gnome-shell crashed with SIGABRT in g_assertion_message()

2016-11-05 Thread Apport retracing service
** Tags added: yakkety

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

Title:
  gnome-shell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1543546] Re: Monitor DPI settings are ignored after upgrade to Xenial

2016-11-05 Thread Michael Marley
michael@mamarley-desktop:~$ DISPLAY=:0 xdpyinfo | grep dimensions
  dimensions:7680x2160 pixels (1060x301 millimeters)
michael@mamarley-desktop:~$ DISPLAY=:0 xdpyinfo | grep resolution
  resolution:184x182 dots per inch
michael@mamarley-desktop:~$ 

I should also mention that this bug now only happens for applications
running as root, such as Synaptic.  Applications run as the normal user
display at the correct size now.

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

Title:
  Monitor DPI settings are ignored after upgrade to Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1543546/+subscriptions

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


[Bug 1550875] Re: /_usr_lib_x86_64-linux-gnu_menu-cache_menu-cached.1000 crash

2016-11-05 Thread LStranger
The stacktrace has insufficient data to diagnose problem, apparently
debug symbols for menu-cached are missing so that stacktrace is useless
with relevant lines shown as "??".

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

Title:
  /_usr_lib_x86_64-linux-gnu_menu-cache_menu-cached.1000 crash

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

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


[Bug 1558407] Re: loads of segment faults caused by libmenu-cache-gen

2016-11-05 Thread LStranger
This bug report misses required info such as stack trace with debug
symbols installed. Thank you.

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

Title:
  loads of segment faults caused by libmenu-cache-gen

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

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


[Bug 1579421] Re: MATE Panel (inc. Menu) displayed at the top of the screen when using the Redmond panel layout and Compiz

2016-11-05 Thread bedfojo
Reported upstream. https://github.com/mate-desktop/mate-panel/issues/495


** Also affects: mate-panel (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: github.com/mate-desktop/mate-panel/issues #495
   https://github.com/mate-desktop/mate-panel/issues/495

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

Title:
  MATE Panel (inc. Menu) displayed at the top of the screen when using
  the Redmond panel layout and Compiz

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

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


[Bug 1639180] Re: no login possible after update to nvidia 304.132

2016-11-05 Thread Scott Leggett
I'm also affected by this. It renders my HTPC unusable. See attached for
my nvidia-bug-report.log

** Attachment added: "nvidia-bug-report.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304/+bug/1639180/+attachment/4772891/+files/nvidia-bug-report.log.gz

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

Title:
  no login possible after update to nvidia 304.132

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

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


[Bug 1595979] Re: The relevant hunspell locale needed for LibreOffice should be installed when packages are fetched online

2016-11-05 Thread Ads20000
** Tags added: yakkety

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

Title:
  The relevant hunspell locale needed for LibreOffice should be
  installed when packages are fetched online

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

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


[Bug 1578193] Re: cannot load legacy-only plugin

2016-11-05 Thread Destan Sarpkaya
@raharper I am in the exact same state with @vaclav-n. Can confirm that
after installing your package "IPSEC/IKEv2 (strongswan)" option is now
present in nm-applet.

However because of this "at least 20 character" restriction I cannot
proceed with my PSK VPN connection.

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

Title:
  cannot load legacy-only plugin

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

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


[Bug 1633319] Re: memory leak in indicator-datetime

2016-11-05 Thread David
This problem is still affecting me. I have disabled the service by
commenting out lines in the conf file. I do not think it is a duplicate
of the clendar problem.

** This bug is no longer a duplicate of bug 1342123
   evolution-calendar-factory always running with high memory usage

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

Title:
  memory leak in indicator-datetime

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

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


[Bug 1633906] Re: Was down loading maven and eror occured: package runit 2.1.2-3ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-05 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1448164 ***
https://bugs.launchpad.net/bugs/1448164

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

** This bug has been marked a duplicate of bug 1448164
   runit cannot be installed (Unable to connect to Upstart: Failed to connect 
to socket /com/ubuntu/upstart: Connection refused)

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

Title:
  Was down loading maven and eror occured:  package runit 2.1.2-3ubuntu1
  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/runit/+bug/1633906/+subscriptions

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


[Bug 1639385] Re: package runit (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-05 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1448164 ***
https://bugs.launchpad.net/bugs/1448164

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

** This bug has been marked a duplicate of bug 1448164
   runit cannot be installed (Unable to connect to Upstart: Failed to connect 
to socket /com/ubuntu/upstart: Connection refused)

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

Title:
  package runit (not installed) 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/runit/+bug/1639385/+subscriptions

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


[Bug 1639438] [NEW] ybin command missing (Lubuntu 17.04, ppc)

2016-11-05 Thread ernsteiswuerfel
Public bug reported:

The ybin command is missing in todays dailiy iso.

This command is included in the yaboot package and is necessary to
install the bootloader on OpenFirmware ppc-machines.

As a workarkaround running sudo apt-get install yaboot does the job.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity (not installed)
ProcVersionSignature: Ubuntu 4.8.0-26.28-powerpc-smp 4.8.0
Uname: Linux 4.8.0-26-powerpc-smp ppc
ApportVersion: 2.20.3-0ubuntu8
Architecture: powerpc
Date: Sat Nov  5 13:27:49 2016
InstallCmdLine: ro ramdisk_size=1048576 file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet --- radeon.agpmode=-1
InstallationDate: Installed on 2016-11-05 (0 days ago)
InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Alpha powerpc (20161104)
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 LANGUAGE=de_AT:de
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug powerpc ubiquity-16.10.14 zesty

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

Title:
  ybin command missing (Lubuntu 17.04, ppc)

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

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


[Bug 1632405] Re: virt-customize enters infinite loop: dhclient-script: cannot open /etc/fstab

2016-11-05 Thread David Klotz
BTW, is there any workaround for 1.32, e.g. is there any way to manually
create the "missing" /etc/fstab in the appliance (that's what its
missing, right?)?

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

Title:
  virt-customize enters infinite loop: dhclient-script: cannot open
  /etc/fstab

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

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


[Bug 1632405] Re: virt-customize enters infinite loop: dhclient-script: cannot open /etc/fstab

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

** Changed in: libguestfs (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/1632405

Title:
  virt-customize enters infinite loop: dhclient-script: cannot open
  /etc/fstab

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

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


[Bug 1632405] Re: virt-customize enters infinite loop: dhclient-script: cannot open /etc/fstab

2016-11-05 Thread David Klotz
I can confirm this makes virt-builder pretty much unusable for me in
xenial. Maybe we should try to get 1.34 in xenial-backports? Or someone
could build a PPA with the current version?

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

Title:
  virt-customize enters infinite loop: dhclient-script: cannot open
  /etc/fstab

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

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


[Bug 1638876] Re: package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-11-05 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1638873 ***
https://bugs.launchpad.net/bugs/1638873

** This bug has been marked a duplicate of bug 1638873
   package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1

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

Title:
  package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装
  post-installation 脚本 返回错误状态 1

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

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

[Bug 1638875] Re: package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2016-11-05 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1638873 ***
https://bugs.launchpad.net/bugs/1638873

** This bug has been marked a duplicate of bug 1638873
   package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装 
post-installation 脚本 返回错误状态 1

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

Title:
  package dbus 1.10.6-1ubuntu3.1 failed to install/upgrade: 子进程 已安装
  post-installation 脚本 返回错误状态 1

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

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

[Bug 1639441] [NEW] Cannot click items in gnome shell menus or right click menus

2016-11-05 Thread Andrei Poenaru
Public bug reported:

When clicking a menu in the gnome shell top bar, such as the
notifications, places, or power menus, the menu comes up, but no option
can be clicked. It seems that clicks go through to whatever is below the
menu, be it an application window or the desktop. The same applies for
right clicking application icons in the favourites dock.

The menus work properly just after log in, or after restarting gnome-
shell, but change to the incorrect behaviour soon after. This does not
seem to be related to any 3rd party application, i.e. it happens even if
only using natutilus/gnome-terminal/gedit.

It is worth noting that clicking the Application button (or pressing the
Super key) to bring up the activities screen allows the menus to work
properly again. This workaround seems to always work: open a gnome-shell
menu -> unable to select menu items -> press Super (the menu stays open)
-> items can now be selected as intended.

The following screenshot shows how the mouse pointer selects the
Chromium new tab button instead of the gnome power menu item, even if
the menu is drawn on top of the Chromium window:
http://i.imgur.com/5t4UzBv.png. At this point, pressing the Super key
allows the menu to be selected as intended:
http://i.imgur.com/xcBOjLO.png.

The above happen on Ubuntu Gnome 16.10, with either nvidia-367 or
nouveau. It also happened on 16.04 before.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: gnome-shell 3.20.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Nov  5 12:37:18 2016
DisplayManager: gdm3
InstallationDate: Installed on 2016-01-07 (302 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to yakkety on 2016-10-23 (13 days ago)

** Affects: gnome-shell (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/1639441

Title:
  Cannot click items in gnome shell menus or right click menus

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

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


[Bug 1639296] Re: package libcuda1-340 340.96-0ubuntu3.16.04.1 failed to install/upgrade: there is no script in the new version of the package - giving up

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

** Changed in: nvidia-graphics-drivers-340 (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/1639296

Title:
  package libcuda1-340 340.96-0ubuntu3.16.04.1 failed to
  install/upgrade: there is no script in the new version of the package
  - giving up

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

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


  1   2   3   >