[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
@Julian I had considered that. This could be more easily done with "on_ac_power || return 1" - there is no need for full "if...then...fi". But both those solutions would have different semantics than what the script _apparently_ intends to do: on_ac_power returns 0 on AC, 1 on battery and 255 if

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
Fixed in https://salsa.debian.org/apt- team/apt/commit/ca2fcc639c7363a04998f650b96573d806b32dd2 ** Changed in: apt (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
I'd rather use if ! on_ac_power; then return 1; fi ** Changed in: apt (Ubuntu) Importance: Undecided => Low ** Changed in: apt (Ubuntu) Status: New => Triaged ** Changed in: apt (Ubuntu) Assignee: (unassigned) => Julian Andres Klode (juliank) -- You received this bug

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread Julian Andres Klode
or well, use an explicit if -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1742378 Title: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24 Status

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
I forgot to mention one thing about the patch: the current behavior is that when on_ac_power returns 255 the current version of the script returns with that non zero error code and does not execute /usr/lib/apt/apt.systemd.daily. The patched version will execute /usr/lib/apt/apt.systemd.daily and

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
Produces this output: $ sh check_power_test.sh + echo begin begin + check_power 0 + exit 0 + return 0 + check_power 1 + exit 1 + [ 1 -ne 1 ] + return 1 + echo ignore ignore + check_power 255 + exit 255 + [ 255 -ne 1 ] + return 0 + echo end end ** Attachment added: "Demonstration of behavior of

[Touch-packages] [Bug 1742378] Re: Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
** Patch added: "Suggested patch to fix" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1742378/+attachment/5034117/+files/apt-compat-3.patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1742378] [NEW] Slight glitch in /etc/cron.daily/apt-compat Ubuntu 16.04.3 in apt-1.2.24

2018-01-09 Thread rklemme
Public bug reported: I accidentally stumbled across this. If in line 22 on_ac_power returns a non zero exit code the next line is never reached. Instead, the shell terminates immediately with that non zero exit code because of "set -e" in line 3. In this script it does not pose a problem because

[Touch-packages] [Bug 1620636] Re: Fails to pair with Bose QC35 headphones

2018-01-09 Thread Gaston M. Tonietti
Hey, I'm also having troubles trying to use my QC35 II, after dunno how many different attempts to pair it that I'm not even able to describe, I finally was able to pair it, but I was not so lucky to actually connect it. Here I attach the chunk of btmon output I get on every attempt to connect

[Touch-packages] [Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-09 Thread Ritesh Raj Sarraf
Thanks for confirming @reckenrode. I'd appreciate if more users confirmed the same. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1726930 Title: System fails to start

[Touch-packages] [Bug 1742365] [NEW] built-in display problem

2018-01-09 Thread Susheel Rajagolkar
Public bug reported: display not minimize, its shows built-in display ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xorg 1:7.7+1ubuntu8.1 ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3 Uname: Linux 3.16.0-30-generic x86_64 .tmp.unity.support.test.1:

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread Gord Kunz
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 ppa:paulo-miguel-dias/pkppa worked for me. No problems since. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1595695] Re: Bluetooth indicator disappears every time bluetooth is being turned off

2018-01-09 Thread Po-Hsu Lin
Tested with Bionic Daily build image, gnome-shell 3.26.2 this issue still exist. ** Tags added: artful bionic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-bluetooth in Ubuntu.

[Touch-packages] [Bug 1712921] Re: enabling networkd appears to eat up entropy

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~16.04.3 --- nplan (0.32~16.04.3) xenial; urgency=medium * tests/integration.py: Really fix skipping test_routes_v6 for the NM backend. nplan (0.32~16.04.2) xenial; urgency=medium * tests/integration.py: Fix test_routes_v6 that

[Touch-packages] [Bug 1709135] Re: add bond primary parameter

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~17.04.1 --- nplan (0.32~17.04.1) zesty; urgency=medium * Backport 0.32 to 17.04. (LP: #1713142) nplan (0.32) bionic; urgency=medium * src/nm.c: better handle the UUID generation; the order of iterating through interaces may

[Touch-packages] [Bug 1712921] Re: enabling networkd appears to eat up entropy

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~17.04.1 --- nplan (0.32~17.04.1) zesty; urgency=medium * Backport 0.32 to 17.04. (LP: #1713142) nplan (0.32) bionic; urgency=medium * src/nm.c: better handle the UUID generation; the order of iterating through interaces may

[Touch-packages] [Bug 1717471] Update Released

2018-01-09 Thread Chris Halse Rogers
The verification of the Stable Release Update for nplan has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Touch-packages] [Bug 1709135] Re: add bond primary parameter

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~16.04.3 --- nplan (0.32~16.04.3) xenial; urgency=medium * tests/integration.py: Really fix skipping test_routes_v6 for the NM backend. nplan (0.32~16.04.2) xenial; urgency=medium * tests/integration.py: Fix test_routes_v6 that

[Touch-packages] [Bug 1717471] Re: networkd does not accept / set advertised mtu

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~17.04.1 --- nplan (0.32~17.04.1) zesty; urgency=medium * Backport 0.32 to 17.04. (LP: #1713142) nplan (0.32) bionic; urgency=medium * src/nm.c: better handle the UUID generation; the order of iterating through interaces may

[Touch-packages] [Bug 1717471] Re: networkd does not accept / set advertised mtu

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nplan - 0.32~16.04.3 --- nplan (0.32~16.04.3) xenial; urgency=medium * tests/integration.py: Really fix skipping test_routes_v6 for the NM backend. nplan (0.32~16.04.2) xenial; urgency=medium * tests/integration.py: Fix test_routes_v6 that

[Touch-packages] [Bug 1742269] Re: Keyboard focus not visible on popover menu entries

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu-themes (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.

[Touch-packages] [Bug 1742269] Re: Keyboard focus not visible on popover menu entries

2018-01-09 Thread Daniel van Vugt
** Also affects: ubuntu-themes Importance: Undecided Status: New ** Changed in: ubuntu-themes Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.

[Touch-packages] [Bug 1731467] Re: Cannot pair BLE remote devices when using combo BT SoC

2018-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.13.0-25.29 --- linux (4.13.0-25.29) artful; urgency=low * linux: 4.13.0-25.29 -proposed tracker (LP: #1741955) * CVE-2017-5754 - Revert "UBUNTU: [Config] updateconfigs to enable PTI" - [Config] Enable PTI with

[Touch-packages] [Bug 1535840] Re: systemd ignoring /etc/modules due to blacklist

2018-01-09 Thread David
This problem still exists. The problem is that these modules are listed in the blacklist files provided with the kernel(/lib/modprobe.d/blacklist_linux-*.conf). Given that these files aren't located in /etc they apparently are not configuration files. Also very new kernel package you get a new

[Touch-packages] [Bug 961679] Re: gtkrc is producing light menus from dark elements

2018-01-09 Thread Treviño
** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/961679 Title: gtkrc

[Touch-packages] [Bug 1736757] Re: [PATCH] Avahi does not support local-only services via the loopback interface

2018-01-09 Thread Till Kamppeter
I have applied the patch to the current package now and locally tested it. It is also working with this new version of Avahi. A new debdiff for the Ubuntu package is attached. Please upload this version. Thanks. ** Patch added: "avahi_0.7-3ubuntu1_0.7-3ubuntu2.debdiff"

[Touch-packages] [Bug 1742310] [NEW] No network in recovery mode (systemd-resolved does not start)

2018-01-09 Thread Lastique
Public bug reported: When booting into recovery mode and enabling networking, networking does not get enabled. DNS lookup doesn't work because systemd-resolved does not start and /etc/resolv.conf is a broken symlink. Steps to reproduce: 1. Reboot. 2. In the grub menu, select "Advanced options

Re: [Touch-packages] [Bug 1735798] Re: Unable to access any subdomain provided by VPN provider until reboot.

2018-01-09 Thread Austin Hester
I have figured this out as well. It would be nice to be able to use gnome-network-manager though. On Jan 9, 2018 18:25, "mash" <1735...@bugs.launchpad.net> wrote: > The problem occurs when I use network-manager to initiate the VPN. > > > The problem does not occur when I run openconnect from the

[Touch-packages] [Bug 1736757] Re: [PATCH] Avahi does not support local-only services via the loopback interface

2018-01-09 Thread Till Kamppeter
Patch did not get overtaken into 0.7-3ubuntu1, reopening. ** Changed in: avahi (Ubuntu) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu.

[Touch-packages] [Bug 1735798] Re: Unable to access any subdomain provided by VPN provider until reboot.

2018-01-09 Thread mash
The problem occurs when I use network-manager to initiate the VPN. The problem does not occur when I run openconnect from the command line: sudo openconnect --cafile /etc/ssl/certs/ca-certificates.crt --juniper https://vpn.myschool.edu -- You received this bug notification because you are a

[Touch-packages] [Bug 1742301] Re: /usr/bin/software-properties-gtk:UnboundLocalError:show_drivers:gather_device_data

2018-01-09 Thread Brian Murray
Here's the traceback: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 1349, in show_drivers (overall_status, icon, drivers) = self.gather_device_data(self.devices[device]) File

[Touch-packages] [Bug 1742301] [NEW] /usr/bin/software-properties-gtk:UnboundLocalError:show_drivers:gather_device_data

2018-01-09 Thread errors.ubuntu.com bug bridge
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding software-properties. This problem was most recently seen with package version 1.92.36bodhi1, the problem page at https://errors.ubuntu.com/problem/dbe7741e95ffda0ea64d12522c8f664897773564

[Touch-packages] [Bug 1070873] Re: kde-telepathy, impossible to connect to gmail accounts

2018-01-09 Thread Florian Fainelli
I can confirm that signon-ui-service (0.17+17.10.20171027+really20160406-0ubuntu1~ppa1) and signon-ui-x11 (0.17+17.10.20171027+really20160406-0ubuntu1~ppa1) allow me to get past the Google account error. The account shows up, but going online does not quite work yet (which I have seen before). --

[Touch-packages] [Bug 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-09 Thread Timo Aaltonen
this is a more complete command to install stock hwe stack on 16.04 sudo apt install --install-recommends xserver-xorg xserver-xorg-core xserver-xorg-video-all xserver-xorg-input-all xserver-xorg-video-intel xserver-xorg-video-qxl -- You received this bug notification because you are a member

[Touch-packages] [Bug 1725333] Re: do-release-upgrade broke WSL

2018-01-09 Thread Bug Watch Updater
** Changed in: glibc Status: Unknown => Fix Released ** Changed in: glibc Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/1725333

[Touch-packages] [Bug 1741925] Re: Unity launcher disappears on mouse-over launcher

2018-01-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 not emails but replies/edits to that bug -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1741925] Re: Unity launcher disappears on mouse-over launcher

2018-01-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 no need to debug anymore, the issue is well known by now and 1735594 has more information, you should have received my emails about it -- You received this bug notification because you are a member of

[Touch-packages] [Bug 774071] Re: Indicator-datetime-service renders 100% CPU usage

2018-01-09 Thread Rüdiger Kupper
No. I see it in 17.10 as of today (2018-01-09). I cannot log intro Unity because of this bug. Right after login, indicator-datetime-service" eats all of my CPU, breaks, starts again, eats all of my CPU, breaks, starts again, eats all of my CPU, breaks, starts again, eats all of my CPU, breaks,

[Touch-packages] [Bug 1605189] Re: Authentication is required for suspending the system

2018-01-09 Thread Heitor Moreira
*** This bug is a duplicate of bug 1441460 *** https://bugs.launchpad.net/bugs/1441460 ** This bug has been marked a duplicate of bug 1441460 [xubuntu] Failing to sleep after inactivity - power manager error? -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1613184] Re: method mirror broken at 1.3

2018-01-09 Thread Julian Andres Klode
Marked xenial as verified, because, while the problem itself does not exist, it still fixes the same underlying bug from an API perspective. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1735798] Re: Unable to access any subdomain provided by VPN provider until reboot.

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: openconnect (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1735798] Re: Unable to access any subdomain provided by VPN provider until reboot.

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: network-manager (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1613184] Re: method mirror broken at 1.3

2018-01-09 Thread Julian Andres Klode
** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1613184

[Touch-packages] [Bug 1742276] [NEW] package findutils (not installed) failed to install/upgrade: в новой версии пакета нет этого сценария, отказ

2018-01-09 Thread Vyacheslav
Public bug reported: ! ProblemType: Package DistroRelease: Ubuntu 16.04 Package: findutils (not installed) ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-35-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 Date: Wed Jan 3 18:28:17 2018

[Touch-packages] [Bug 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-09 Thread Timo Aaltonen
PPA builders are unfortunately still offline because of SPECTRE :( One quick workaround for this issue is to downgrade to stock 16.04 xserver and install x-x-v-intel: sudo apt install --install-recommends xserver-xorg xserver-xorg-video- all xserver-xorg-input-all xserver-xorg-video-intel that

[Touch-packages] [Bug 1742269] [NEW] Keyboard focus not visible on popover menu entries

2018-01-09 Thread Egmont Koblinger
Public bug reported: Open a popover menu with text entries, such as: - Files (Nautilus): "hamburger" menu on the upper right - Tilix: "hamburger" menu, or right-click over the terminal area, or Profiles -> a triangle in the left-hand sidebar Use the keyboard (Tab, or Up and Down) to navigate

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread Janghou
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 @laurel, to find your version, try in a terminal lsb_release -a If you have further questions for support or how to deal with his matter, please read:

[Touch-packages] [Bug 433926] Re: xkbcomp error: Type "ONE_LEVEL" has 1 levels, but has 2 symbols

2018-01-09 Thread Gunnar Hjalmarsson
On 2018-01-09 18:45, H.-Dirk Schmitt wrote: > Still in xenial > affected: xkb-data 2.16-1ubuntu1 > > │Jan 8 11:49:55 user.warning /usr/lib/gdm3/gdm-x-session[3463 > > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 │ This seems to be an old one. If I understand it correctly, Sergey

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread Angel González
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 ppa:paulo-miguel-dias/pkppa works for me too No more issues -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1741925] Re: Unity launcher disappears on mouse-over launcher

2018-01-09 Thread Bruce MacAlister
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 Answers: Do you have an additional monitor connected? NO What is the display resolution you use? 12??X800 Do things still crash if you change the resolution to something smaller than the native NO Thank

[Touch-packages] [Bug 1742250] [NEW] Adding and deleting a veth leaks a systemd unit

2018-01-09 Thread Shaun Crampton
Public bug reported: When I add a veth device: sudo ip link add name test1 type veth I see these systemd units appear: systemctl list-units --all | grep test  sys-devices-virtual-net-test1.device  loadedactive plugged /sys/devices/virtual/net/test1  

[Touch-packages] [Bug 1742250] Re: Adding and deleting a veth leaks a systemd unit

2018-01-09 Thread Shaun Crampton
As a workaround, running systemctl daemon-reload removes all the leaked units. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1742250 Title: Adding and deleting a

[Touch-packages] [Bug 1742243] [NEW] Please merge with Debian unstable 2.2.0-11.1

2018-01-09 Thread Nish Aravamudan
Public bug reported: TBD ** Affects: openexr (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openexr in Ubuntu. https://bugs.launchpad.net/bugs/1742243 Title:

[Touch-packages] [Bug 1733870] Re: [Ubuntu 18.04] Add GDB support to access/display POWER8 registers

2018-01-09 Thread bugproxy
** Tags removed: targetmilestone-inin1804 ** Tags added: targetmilestone-inin1810 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdb in Ubuntu. https://bugs.launchpad.net/bugs/1733870 Title: [Ubuntu 18.04] Add GDB support

[Touch-packages] [Bug 433926] Re: xkbcomp error: Type "ONE_LEVEL" has 1 levels, but has 2 symbols

2018-01-09 Thread H.-Dirk Schmitt
Still in xenial affected: xkb-data 2.16-1ubuntu1 │Jan 8 11:49:55 user.warning /usr/lib/gdm3/gdm-x-session[3463 > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 │ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2018-01-09 Thread Norbert
synaptic confirmed on 18.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdebi in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch pkexec'ed applications on Wayland session Status in Back In

[Touch-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2018-01-09 Thread Norbert
Problem with `nemo` "Open as Root" is confirmed on 18.04. ** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdebi in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch pkexec'ed

[Touch-packages] [Bug 1693464] Re: Bluetooth Audio broken for Bose SoundLink Mini

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1741172] Re: package apport 2.20.1-0ubuntu2.15 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: apport (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1692111] Re: Unable to configure raw.id_map with multiple entries

2018-01-09 Thread Stéphane Graber
I think we have that fix in liblxc 2.0.9 which still needs SRUing to the various Ubuntu stable releases. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1692111 Title: Unable

[Touch-packages] [Bug 1741563] Re: initramfs compression changed in bionic for shipped kernel

2018-01-09 Thread Robert C Jennings
My understanding had been incorrect and this is not an issue in this package at all. The initramfs present in the cloud-image at first boot is created by live-build with lzma compression. Subsequent kernel installs that produce a new initramfs or updates to an existing initramfs will be

[Touch-packages] [Bug 1742202] [NEW] apport sends crashfiles to nirvana

2018-01-09 Thread Majestyx
Public bug reported: apport came up whit a crash notice, klick on: submit the bug nothing happens (more) ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: apport 2.20.7-0ubuntu3.7 ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13 Uname: Linux 4.13.0-21-generic x86_64 ApportLog:

[Touch-packages] [Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-09 Thread ryan eckenrode
I want to confirm that changing 'force' to 'auto' for the last entry in /lib/udev/rules.d/99-laptop-mode.rules did allow me to boot successfully. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1725333] Re: do-release-upgrade broke WSL

2018-01-09 Thread Peter Würtz
This issue was also reported at the WSL GitHub project: https://github.com/Microsoft/WSL/issues/2615 The reason seems to be a bug in glibc that has been fixed a few months ago: https://sourceware.org/bugzilla/show_bug.cgi?id=22273 To fix this we need this patch for glibc in 17.10. ** Bug watch

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread laurel
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 I'm a newbie and after updating Ubuntu 16.04 on Jan 5, 2018, I experienced launcher disappearing when running over with mouse, windows disappearing and appearing, Dash not working and cannot shutdown. I

[Touch-packages] [Bug 1725333] Re: do-release-upgrade broke WSL

2018-01-09 Thread Peter Würtz
** Bug watch added: Sourceware.org Bugzilla #22273 https://sourceware.org/bugzilla/show_bug.cgi?id=22273 ** Also affects: glibc via https://sourceware.org/bugzilla/show_bug.cgi?id=22273 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Touch-packages] [Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-09 Thread Ritesh Raj Sarraf
This would still be a flaky device or a kernel bug. Because the mentioned laptop-mode-tools version (1.71) brought in forced execution mode, so that it could apply proper power saving values. That's pretty much it. That does not result in read only rootfs because if it logically did, it'd be seen

[Touch-packages] [Bug 1726930] Re: System fails to start (boot) on battery due to read-only root file-system

2018-01-09 Thread Ritesh Raj Sarraf
Folks... Does changing to following in /lib/udev/rules.d/99-laptop-mode.rules help ? ACTION=="add", SUBSYSTEM=="usb", RUN+="lmt-udev auto" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1692111] Re: Unable to configure raw.id_map with multiple entries

2018-01-09 Thread Dawid Wróbel
Is there any chance this can get backported to Xenial? I can see this fix was included in 2.1.0-0ubuntu1, but the LTS package is still at 2.0.8-0ubuntu1~16.04.2. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu.

Re: [Touch-packages] [Bug 1735160] Re: [SRU] Please backport python3-macaroonbakery 0.0.6-1 [universe] from bionic

2018-01-09 Thread Andrea Azzarone
"snapcraft login" seems to work fine here. On Tue, Jan 9, 2018 at 4:02 PM, Colin Watson wrote: > pymacaroons does have one potentially-interesting backward-incompatible > change, which is that Caveat.caveat_id and Macaroon.identifier are now > bytes rather than str. I

Re: [Touch-packages] [Bug 1735160] Re: [SRU] Please backport python3-macaroonbakery 0.0.6-1 [universe] from bionic

2018-01-09 Thread Andrea Azzarone
On Tue, Jan 9, 2018 at 12:38 PM, Iain Lane wrote: > Andy asked me to have a look, so here's my initial feedback. > > General > === > > I'm not sure if these changes should be backported to Artful too, to > maintain the upgrade path for users transitioning off

[Touch-packages] [Bug 1735160] Re: [SRU] Please backport python3-macaroonbakery 0.0.6-1 [universe] from bionic

2018-01-09 Thread Colin Watson
pymacaroons does have one potentially-interesting backward-incompatible change, which is that Caveat.caveat_id and Macaroon.identifier are now bytes rather than str. I think the only place this is at all likely to cause a problem in xenial is in snapcraft, and it's definitely worth checking

[Touch-packages] [Bug 1735594] Re: [regression] compiz crashes after Mesa upgrade

2018-01-09 Thread Timo Aaltonen
** Summary changed: - [regression] compiz crashes when hovering over sidebar + [regression] compiz crashes after Mesa upgrade -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1708409] Comment bridged from LTC Bugzilla

2018-01-09 Thread bugproxy
--- Comment From hasri...@in.ibm.com 2018-01-09 09:15 EDT--- After boot on Bionic Beaver , issue is not observed. # uname -a Linux ltc-wspoon12 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:03:08 UTC 2017 ppc64le ppc64le ppc64le GNU/Linux # kdump-config show DUMP_MODE:kdump

[Touch-packages] [Bug 1735594] Re: [regression] compiz crashes when hovering over sidebar

2018-01-09 Thread Timo Aaltonen
** Description changed: - When I use the Unity session I automatically get logged out under these - conditions: + [Impact] + When I use the Unity session I automatically get logged out under these conditions: When I hover with my mouse over any icon of the sidebar. When I press

[Touch-packages] [Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-09 Thread H.-Dirk Schmitt
Having a second look I found the mitigation cleaning up the filename with the help of: `tr --delete --complement '[:print:]` So it is obvious that the characters breaking `find … -name` are non- printable characters. ** Summary changed: - find can't find several files with unicode characters

[Touch-packages] [Bug 1742156] [NEW] network-manager wired DHCP mode doesn't work on Ubuntu 18.04

2018-01-09 Thread Cui Wei
Public bug reported: In virtualbox with NAT configured (10.0.2.2 as defaul DHCP IP), network- manager on ubuntu 18.04 cannot find any wired interface and also cannot connect to network via DHCP. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: network-manager (not installed)

[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2018-01-09 Thread Eric Desrochers
I note that the Seyeong's Artful debdiff proposed version "2.11.0-2ubuntu18" and bionic "2.11.0-2ubuntu19" # Current rmadison output apparmor | 2.11.0-2ubuntu17 | artful apparmor | 2.11.0-2ubuntu18 | bionic Bionic version is good. No need to change the debdiff,

[Touch-packages] [Bug 1735594] Re: [regression] compiz crashes when hovering over sidebar

2018-01-09 Thread Timo Aaltonen
** Summary changed: - ubuntu automatically logs out when hovering sidebar + [regression] compiz crashes when hovering over sidebar -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 ** This bug has been marked a duplicate of bug 1735594 ubuntu automatically logs out when hovering sidebar -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1741925] Re: Unity launcher disappears on mouse-over launcher

2018-01-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 I was able to reproduce after all, marking as a dupe ** This bug has been marked a duplicate of bug 1735594 ubuntu automatically logs out when hovering sidebar -- You received this bug notification

[Touch-packages] [Bug 1741874] Re: if I move the arrow to the Unity, all the unity disappear , only the background still appear , and all the action freezed

2018-01-09 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1735594 *** https://bugs.launchpad.net/bugs/1735594 no need, marking as a duplicate ** This bug has been marked a duplicate of bug 1735594 ubuntu automatically logs out when hovering sidebar -- You received this bug notification because you are a

[Touch-packages] [Bug 1727401] Re: Corruption on windowed 3D apps running on dGPU (Intel/AMD)

2018-01-09 Thread Timo Aaltonen
This patch broke the DRI driver on older gen4/4.5/5 Intel HW, see bugs 1735594 and 1741447 I've backported five commits from upstream to fix this properly, at least this backport doesn't crash on my HW anymore. ** Changed in: mesa (Ubuntu Xenial) Status: Fix Released => Triaged **

[Touch-packages] [Bug 1735594] Re: ubuntu automatically logs out when hovering sidebar

2018-01-09 Thread Timo Aaltonen
The culprit is a patch added for bug 1727401, it needs to be replaced with a larger set of backports from 17.3... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1735594 Title:

[Touch-packages] [Bug 1742144] Re: Only noise on Buildin Audio headphone output

2018-01-09 Thread yoann
** Description changed: For a few weeks, as soon as I plug headphone or sound system to the Jack - input, I just got lots of noise. + output, I just got lots of noise. $ lsb_release -rd Description: Ubuntu 16.04.3 LTS Release: 16.04 root@kveikur:/var/log# uname -a Linux

[Touch-packages] [Bug 997020] Re: apport-collect does not work on headless servers

2018-01-09 Thread Maraschin
I just run on another use case for this: A kernel upgrade made gnome unable to start, apport-collect needs to have a confirmation from a browser but since I can't start a normal desktop, I can't send the report. The workaround using w3m may work but than after that I need to set back to

[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2018-01-09 Thread Eric Desrochers
Meanwhile, please make sure you have submitted the patch to Debian and link the debbug in this LP. - Eric ** Changed in: apparmor (Ubuntu Trusty) Assignee: (unassigned) => Seyeong Kim (xtrusia) ** Changed in: apparmor (Ubuntu Xenial) Assignee: (unassigned) => Seyeong Kim (xtrusia) **

[Touch-packages] [Bug 1742143] Re: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
** Description changed: it happened during an upgrade from 17.10 to 18.04 + + Full upgrade logs attached to bug 1742147 ProblemType: Package DistroRelease: Ubuntu 18.04 Package: systemd 235-3ubuntu3 ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13 Uname: Linux

[Touch-packages] [Bug 1738660] Re: package systemd 235-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1742143 *** https://bugs.launchpad.net/bugs/1742143 ** This bug has been marked a duplicate of bug 1742143 package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned -- You received this bug notification because you are a

[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2018-01-09 Thread Eric Desrochers
Thanks Seyeong ! I'll do a 2nd review when the build farm will be back and will do the other changes if necessary. - Eric -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu.

[Touch-packages] [Bug 1738670] Re: package systemd 235-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1742143 *** https://bugs.launchpad.net/bugs/1742143 ** This bug has been marked a duplicate of bug 1742143 package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned -- You received this bug notification because you are a

[Touch-packages] [Bug 1740997] Re: package systemd 235-3ubuntu2 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1742143 *** https://bugs.launchpad.net/bugs/1742143 ** This bug has been marked a duplicate of bug 1742143 package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned -- You received this bug notification because you are a

[Touch-packages] [Bug 1742143] Re: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
** Tags added: rls-bb-incoming -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1742143 Title: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping,

[Touch-packages] [Bug 1742143] [NEW] package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
Public bug reported: it happened during an upgrade from 17.10 to 18.04 ProblemType: Package DistroRelease: Ubuntu 18.04 Package: systemd 235-3ubuntu3 ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13 Uname: Linux 4.13.0-21-generic x86_64 ApportVersion: 2.20.8-0ubuntu6 Architecture: amd64

[Touch-packages] [Bug 1742143] Re: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1742143] Re: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1742143 Title: package systemd 235-3ubuntu3 failed to install/upgrade: triggers

[Touch-packages] [Bug 1741940] Re: package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned

2018-01-09 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1742143 *** https://bugs.launchpad.net/bugs/1742143 ** This bug has been marked a duplicate of bug 1742143 package systemd 235-3ubuntu3 failed to install/upgrade: triggers looping, abandoned -- You received this bug notification because you are a

[Touch-packages] [Bug 1742144] [NEW] Only noise on Buildin Audio headphone output

2018-01-09 Thread yoann
Public bug reported: For a few weeks, as soon as I plug headphone or sound system to the Jack input, I just got lots of noise. $ lsb_release -rd Description:Ubuntu 16.04.3 LTS Release:16.04 root@kveikur:/var/log# uname -a Linux kveikur 4.14.12-041412-generic #201801051649 SMP Fri Jan

[Touch-packages] [Bug 1452291] Re: Browser cannot use system proxy settings

2018-01-09 Thread Rüdiger Kupper
Problem still exists in the UBPorts image. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1452291 Title: Browser cannot use system proxy settings Status in

[Touch-packages] [Bug 1735160] Re: [SRU] Please backport python3-macaroonbakery 0.0.6-1 [universe] from bionic

2018-01-09 Thread Iain Lane
Andy asked me to have a look, so here's my initial feedback. General === I'm not sure if these changes should be backported to Artful too, to maintain the upgrade path for users transitioning off Xenial. Could you please ask the SRU team? Otherwise, the changes are risky but I think they

  1   2   >