[Touch-packages] [Bug 1642885] Re: The UITK package depends on upstart

2016-12-01 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Christian Dywan (kalikiana) => Sergio Cazzolato 
(sergio-j-cazzolato)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1642885

Title:
  The UITK package depends on upstart

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The ubuntu-ui-toolkit depends on upstart and not supporting systemd
  yet.

  We should use ubuntu-app-launch for this, no need to go down to the
  upstart vs. systemd detail.

  c.f.
  tests/autopilot/ubuntuuitoolkit/tests/__init__.py
  /usr/lib/python3/dist-packages/autopilot/application/_launcher.py
  
https://code.launchpad.net/~canonical-platform-qa/ubuntu-system-tests/systemd_support/+merge/307239

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1631241] Re: Name resolution stops working after resume from suspend

2016-12-01 Thread Rocko
I have noticed that doing a "sudo service network-manager restart"
usually fixes things, but not always and not for everything. For
instance, on my laptop at the moment firefox can't find any webpages
("Server not found"), but Chrome is working fine; ntpd is complaining
twice a minute in the log that it can't find 0.ubuntu.pool.ntp.org etc,
even though "nslookup 0.ubuntu.pool.ntp.org" gives a valid address;
"ping google.com" says "Name or service not known", even though
"nslookup google.com" returns a valid address. "dig google.com" is
working.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1631241

Title:
  Name resolution stops working after resume from suspend

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Yakkety, when my Ubuntu GNOME laptop resumes from
  suspend DNS resolution stops working.

  After resuming, systemd-resolved is running and libnss-resolve is
  installed, but /etc/resolv.conf contains 127.0.1.1 as the the only
  name server. The dnsmasq-base package is installed since it is pulled
  in by both network-manager and lxc1, and both NM and libvirt have
  spawned instances of dnsmasq:

  >  1155 pts/2S+ 0:00 grep dnsmasq
  >  2724 ?S  0:00 dnsmasq -u lxc-dnsmasq --strict-order 
--bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --listen-address 10.0.3.1 
--dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253 --dhcp-no-override 
--except-interface=lo --interface=lxcbr0 
--dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative
  >  2992 ?S  0:00 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper
  >  2993 ?S  0:00 /usr/sbin/dnsmasq 
--conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro 
--dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper
  > 22879 ?S  0:00 /usr/sbin/dnsmasq --no-resolv 
--keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 
--cache-size=0 --conf-file=/dev/null --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d

  Let me know if you need any extra info.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: libnss-resolve 231-9git1
  ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
  Uname: Linux 4.8.0-17-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct  7 13:52:40 2016
  InstallationDate: Installed on 2015-07-22 (443 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  SourcePackage: systemd
  UpgradeStatus: Upgraded to yakkety on 2016-10-05 (1 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646695] Re: MediaFile::hasThumbnail() reports true for music files with art that is not cover art

2016-12-01 Thread James Henstridge
** Changed in: mediascanner2 (Ubuntu)
   Importance: Undecided => Low

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1646695

Title:
  MediaFile::hasThumbnail() reports true for music files with art that
  is not cover art

Status in mediascanner2 package in Ubuntu:
  Confirmed

Bug description:
  Some media formats allow for the storage of multiple pieces of artwork
  tagged with an image type.  This includes:

   1. ID3v2's APIC artwork
   2. FLAC pictures
   3. vorbiscomment's METADATA_BLOCK_PICTURE (which is just a base64 encoded 
FLAC picture).

  Thumbnailer will only produce a thumbnail for artwork marked as "front
  cover" or "other".  This means that if we encountered a file with art
  but no "front cover" art, mediascanner might direct an application to
  request embedded art (which will fail), when it might be possible to
  successfully get online artist/album artwork.

  How likely this is to affect users is unknown.  I don't think we've
  had any bug reports about this behaviour yet, so files this would
  effect are either exceedingly rare or don't exist outside of test
  suites.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646695] [NEW] MediaFile::hasThumbnail() reports true for music files with art that is not cover art

2016-12-01 Thread James Henstridge
Public bug reported:

Some media formats allow for the storage of multiple pieces of artwork
tagged with an image type.  This includes:

 1. ID3v2's APIC artwork
 2. FLAC pictures
 3. vorbiscomment's METADATA_BLOCK_PICTURE (which is just a base64 encoded FLAC 
picture).

Thumbnailer will only produce a thumbnail for artwork marked as "front
cover" or "other".  This means that if we encountered a file with art
but no "front cover" art, mediascanner might direct an application to
request embedded art (which will fail), when it might be possible to
successfully get online artist/album artwork.

How likely this is to affect users is unknown.  I don't think we've had
any bug reports about this behaviour yet, so files this would effect are
either exceedingly rare or don't exist outside of test suites.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner2 in Ubuntu.
https://bugs.launchpad.net/bugs/1646695

Title:
  MediaFile::hasThumbnail() reports true for music files with art that
  is not cover art

Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  Some media formats allow for the storage of multiple pieces of artwork
  tagged with an image type.  This includes:

   1. ID3v2's APIC artwork
   2. FLAC pictures
   3. vorbiscomment's METADATA_BLOCK_PICTURE (which is just a base64 encoded 
FLAC picture).

  Thumbnailer will only produce a thumbnail for artwork marked as "front
  cover" or "other".  This means that if we encountered a file with art
  but no "front cover" art, mediascanner might direct an application to
  request embedded art (which will fail), when it might be possible to
  successfully get online artist/album artwork.

  How likely this is to affect users is unknown.  I don't think we've
  had any bug reports about this behaviour yet, so files this would
  effect are either exceedingly rare or don't exist outside of test
  suites.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1646369] No manual location setting causes scope issues

2016-12-01 Thread Mike
Thanks very much

Su giovedì 1 dicembre 2016 16:23:34 CET, Kyle Nitzsche 
 ha scritto:
> ** Summary changed:
> 
> - I can't see the sunset and the sunrise time and neither the 
> information about the moon
> + No manual location setting causes scope issues
> 
> ** Description changed:
> 
> + NEW DESCRIPTION:
> + 
> + Some users want to be able to disable location (to save battery) and
> + they want to be able to manually set their location. This would allow
> + them to have operational scopes that require a location.
> + 
> + OLD DESCRIPTION:
> + 
>   I am connected to Internet but I get always “no information” 
> next to the sunrise and the sunset.
>   The line with information about the moon isn't visible.
>   
>   I have a BQ Aquaris E4.5 with OTA 13 in Italian.
>   This problem affects me from some updates.
> 
> ** Also affects: unity8 (Ubuntu)
>Importance: Undecided
>Status: New
> 
> ** Changed in: today-scope
>Importance: Undecided => Wishlist
> 


-- 
Inviato dal mio dispositivo Ubuntu Touch usando Dekko

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646369

Title:
  No manual location setting causes scope issues

Status in Today Scope:
  Incomplete
Status in unity8 package in Ubuntu:
  New

Bug description:
  NEW DESCRIPTION:

  Some users want to be able to disable location (to save battery) and
  they want to be able to manually set their location. This would allow
  them to have operational scopes that require a location.

  OLD DESCRIPTION:

  I am connected to Internet but I get always “no information” next to the 
sunrise and the sunset.
  The line with information about the moon isn't visible.

  I have a BQ Aquaris E4.5 with OTA 13 in Italian.
  This problem affects me from some updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1646369/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646655] Re: unity8 provides no way or means to accessinformation on USB stick

2016-12-01 Thread ventrical
** Description changed:

- Trying several different methods there is just no wat that unity8 or any
- xapps in a contaier will allow access to information on a USB stick.
+ Trying several different methods there is just no way that unity8 or any
+ xapps in a container will allow access to information on a USB stick.
  
  entrical@ventrical-MS-7850:~$ inxi -Fxz
- System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)  
-Console: tty 24  
-Distro: Ubuntu Zesty Zapus (development branch)  
- Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0   
  
-UEFI: American Megatrends v: V2.8 date: 07/17/2014   
- CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB 
-flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399  
  
-clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
- Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
-bus-ID: 00:02.0  
-Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa)   
  
-tty size: 68x26 Advanced Data: N/A out of X  
- Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller 
  
-driver: snd_hda_intel bus-ID: 00:1b.0
-Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller  
-driver: snd_hda_intel bus-ID: 00:03.0
-Sound: ALSA v: k4.8.0-27-generic 
- Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller  
-driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0   
-IF: enp2s0 state: up speed: 100 Mbps duplex: full
-mac: 
- Drives:HDD Total Size: 160.3GB (30.4% used) 
-ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB 
-ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB  
- 
-ID-1: / size: 113G used: 23G (22%) fs: ext4 dev: /dev/sda2 
  
-ID-2: swap-1 size: 4.15GB used: 0.01GB (0%) fs: swap dev: 
/dev/sda3  
- RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  
- Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C  
-Fan Speeds (in rpm): cpu: N/A
- Info:  Processes: 233 Uptime: 1:25 Memory: 1300.0/3813.7MB  
-Init: systemd runlevel: 5 Gcc sys: 6.2.1 
-Client: Shell (bash 4.4.51) inxi: 2.3.4  
+ System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)
+    Console: tty 24
+    Distro: Ubuntu Zesty Zapus (development branch)
+ Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0
+    UEFI: American Megatrends v: V2.8 date: 07/17/2014
+ CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB
+    flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399
+    clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
+ Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
+    bus-ID: 00:02.0
+    Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa)
+    tty size: 68x26 Advanced Data: N/A out of X
+ Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
+    driver: snd_hda_intel bus-ID: 00:1b.0
+    Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller
+    driver: snd_hda_intel bus-ID: 00:03.0
+    Sound: ALSA v: k4.8.0-27-generic
+ Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller
+    driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
+    IF: enp2s0 state: up speed: 100 Mbps duplex: full
+    mac: 
+ Drives:HDD Total Size: 160.3GB (30.4% used)
+    ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB
+    ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB
+ 
+    

[Touch-packages] [Bug 1616028] Re: does not detect bluetooth mouse Thinkpad X1

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1616028

Title:
  does not detect bluetooth mouse Thinkpad X1

Status in bluez package in Ubuntu:
  Expired

Bug description:
  
  does not list the device.
  some help to debug.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644062] Re: googletest 1.8.0-2 (on zesty) breaks existing builds [add_library cannot create target "gmock" ...]

2016-12-01 Thread Daniel van Vugt
** Changed in: mir (Ubuntu)
 Assignee: (unassigned) => Chris Halse Rogers (raof)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to content-hub in Ubuntu.
https://bugs.launchpad.net/bugs/1644062

Title:
  googletest 1.8.0-2 (on zesty) breaks existing builds [add_library
  cannot create target "gmock" ...]

Status in Mir:
  Fix Committed
Status in Mir 0.25 series:
  Fix Committed
Status in cmake-extras package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Fix Released
Status in googletest package in Ubuntu:
  Won't Fix
Status in mir package in Ubuntu:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  After upgrading to 1.8.0-2 (from 1.7.0-4), our previously-working
  builds break:

  CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock" because another target with the
 same name already exists.  The existing target is a static library created
 in source directory "/usr/src/googletest/googlemock".  See documentation
 for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:84 (cxx_library)


   CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock_main" because another target with
 the same name already exists.  The existing target is a static library
 created in source directory "/usr/src/googletest/googlemock".  See
 documentation for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:89 (cxx_library)


   CMake Error at /usr/src/gmock/CMakeLists.txt:106 (install):
 install TARGETS given target "gmock" which does not exist in this
 directory.

  The CMakeLists.txt in our project that triggers this error does this:

  set(old_cxx_flags ${CMAKE_CXX_FLAGS})
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wno-old-style-cast 
-Wno-missing-field-initializers")
  find_package(GMock)
  set(CMAKE_CXX_FLAGS ${old_cxx_flags})

  This used to work fine, but no breaks on zesty.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1580792] Re: Unity8 on Intel Atoms performs poorly (falls back to software rendering more than non-Atoms do)

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1580792

Title:
  Unity8 on Intel Atoms performs poorly (falls back to software
  rendering more than non-Atoms do)

Status in Canonical System Image:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  (problem forked from bug 1549455)

  Unity8 on Intel Pineview performs very poorly. Frame times appears to
  be up to 900ms, Qt's renderer thread using 100% CPU.

  Running unity8 with MESA_DEBUG=1 EGL_LOG_LEVEL=debug reveals a few MESA 
errors:
  http://paste.ubuntu.com/16344427/

  Quoting @vanvugt "Those Mesa errors "Mesa: User error:" all look like
  OpenGL features that Unity8 is hitting but mir-demos don't. So those
  gl calls are also good candidates for explaining poor performance,
  especially if Mesa is falling back to software rendering for them."

  Since Qt tends to perform just fine on that hardware in X11, something
  isn't right.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583949] Re: Unity8 falls back to software rendering on Intel GPUs [intel_miptree_blit: Can't use hardware blitter from MESA_FORMAT_R8G8B8A8_UNORM to MESA_FORMAT_A_UNORM8, fallin

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1583949

Title:
  Unity8 falls back to software rendering on Intel GPUs
  [intel_miptree_blit: Can't use hardware blitter from
  MESA_FORMAT_R8G8B8A8_UNORM to MESA_FORMAT_A_UNORM8, falling back.
  intelCopyTexSubImage - fallback to swrast]

Status in Canonical System Image:
  New
Status in qtdeclarative-opensource-src package in Ubuntu:
  New
Status in qtubuntu package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Unity8 falls back to software rendering, confirmed the same error on
  both low-end and high-end Intel graphics: Diamondville Atom N270
  netbook and Haswell i7-4770 desktop:

  intel_miptree_blit: Can't use hardware blitter from 
MESA_FORMAT_R8G8B8A8_UNORM to MESA_FORMAT_A_UNORM8, falling back.
  intelCopyTexSubImage - fallback to swrast

  Noticed in unity8.log after adding environment INTEL_DEBUG=perf

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646665] Re: System becomes unstable on resume

2016-12-01 Thread Mike Wilson
** Attachment added: "nvidia-bug-report.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1646665/+attachment/4786131/+files/nvidia-bug-report.log.gz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1646665

Title:
  System becomes unstable on resume

Status in xorg package in Ubuntu:
  New

Bug description:
  After I come back from suspend the system looks fine, then once
  launching the Unity dash the system becomes unstable. The graphics
  start to render incorrectly and eventually the system will crash.

  Once this problem starts it can be stopped by switching to TTY1 and
  back to 7. I experience many of the following errors in dmesg every
  second until I swap TTY.

  [   58.425802] NVRM: Xid (PCI::01:00): 56, CMDre 0001 00c0
  000100b2 0007 

  The machine has been tested with Ubuntu 16.04 and .10, running all of
  the nvidia 367, 370, and 375 drivers.

  SPEC:
  i7 6700 Skylake Processor
  nVidia 1060 Graphics

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Dec  2 01:53:30 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-367, 367.57, 4.4.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation Device [10de:1c60] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:6a04]
  InstallationDate: Installed on 2016-12-02 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 003: ID 1c7a:0603 LighTuning Technology Inc. 
   Bus 001 Device 002: ID 046d:c521 Logitech, Inc. Cordless Mouse Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Notebook P65xRP
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=289b4b8b-3286-44d0-8713-84abcf69afc4 ro quiet splash i8042.reset 
i8042.nomux vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.05.07
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: P65xRP
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.05.07:bd10/21/2016:svnNotebook:pnP65xRP:pvrNotApplicable:rvnNotebook:rnP65xRP:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
  dmi.product.name: P65xRP
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook
  version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Dec  2 01:51:08 2016
  xserver.configfile: default
  xserver.errors: evdev: Chicony USB 2.0 Camera: Unable to open evdev device 
"/dev/input/event9".
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu2.2

To manage notifications about this bug go to:

[Touch-packages] [Bug 1643901] Re: flxdec security update tracking bug

2016-12-01 Thread Mathew Hodson
** No longer affects: gst-plugins-good0.10 (Ubuntu)

** Changed in: gst-plugins-good1.0 (Ubuntu Zesty)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-good1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1643901

Title:
  flxdec security update tracking bug

Status in gst-plugins-good1.0 package in Ubuntu:
  Confirmed
Status in gst-plugins-good0.10 source package in Precise:
  Fix Released
Status in gst-plugins-good0.10 source package in Trusty:
  Fix Released
Status in gst-plugins-good1.0 source package in Trusty:
  Fix Released
Status in gst-plugins-good0.10 source package in Xenial:
  Fix Released
Status in gst-plugins-good1.0 source package in Xenial:
  Fix Released
Status in gst-plugins-good1.0 source package in Yakkety:
  Fix Released
Status in gst-plugins-good1.0 source package in Zesty:
  Confirmed

Bug description:
  This bug is to track the security update to fix the flxdec out-of-
  bounds write.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good1.0/+bug/1643901/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646665] [NEW] System becomes unstable on resume

2016-12-01 Thread Mike Wilson
Public bug reported:

After I come back from suspend the system looks fine, then once
launching the Unity dash the system becomes unstable. The graphics start
to render incorrectly and eventually the system will crash.

Once this problem starts it can be stopped by switching to TTY1 and back
to 7. I experience many of the following errors in dmesg every second
until I swap TTY.

[   58.425802] NVRM: Xid (PCI::01:00): 56, CMDre 0001 00c0
000100b2 0007 

The machine has been tested with Ubuntu 16.04 and .10, running all of
the nvidia 367, 370, and 375 drivers.

SPEC:
i7 6700 Skylake Processor
nVidia 1060 Graphics

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Dec  2 01:53:30 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
 nvidia-367, 367.57, 4.4.0-31-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation Device [10de:1c60] (rev a1) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:6a04]
InstallationDate: Installed on 2016-12-02 (0 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 003: ID 1c7a:0603 LighTuning Technology Inc. 
 Bus 001 Device 002: ID 046d:c521 Logitech, Inc. Cordless Mouse Receiver
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Notebook P65xRP
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=289b4b8b-3286-44d0-8713-84abcf69afc4 ro quiet splash i8042.reset 
i8042.nomux vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/21/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.07
dmi.board.asset.tag: Tag 12345
dmi.board.name: P65xRP
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.05.07:bd10/21/2016:svnNotebook:pnP65xRP:pvrNotApplicable:rvnNotebook:rnP65xRP:rvrNotApplicable:cvnNotebook:ct10:cvrN/A:
dmi.product.name: P65xRP
dmi.product.version: Not Applicable
dmi.sys.vendor: Notebook
version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Dec  2 01:51:08 2016
xserver.configfile: default
xserver.errors: evdev: Chicony USB 2.0 Camera: Unable to open evdev device 
"/dev/input/event9".
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1646665

Title:
  System becomes unstable on resume

Status in xorg package in Ubuntu:
  New

Bug description:
  After I come back from suspend the system looks fine, then once
  launching the Unity dash the system becomes unstable. The graphics
  start to render incorrectly and eventually the system will crash.

  Once this problem starts it can be stopped by switching to TTY1 and
  

[Touch-packages] [Bug 1437395] Re: gedit should display as Text Editor in Default Applications

2016-12-01 Thread Mathew Hodson
This still affects Ubuntu 16.04.

I see that gnome-software shows the title as gedit rather than Text
Editor. That leads me to believe that there is a problem with the
.desktop files or the appstream info gedit is providing.

Maybe Unity is using a special value and that's why Unity shows Text
Editor in the Dash but gedit is used everywhere else.

** Attachment added: "Gnome Software shows gedit rather than Text Editor."
   
https://bugs.launchpad.net/hundredpapercuts/+bug/1437395/+attachment/4786109/+files/gnome-software%20screenshot.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1437395

Title:
  gedit should display as Text Editor in Default Applications

Status in One Hundred Papercuts:
  New
Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  In places related to choosing which application should be used to open
  a file, the entry should be Text Editor. That is what is used in the
  Unity menu and dash.

  This affects the Default Applications menu in System Settings, the
  Open With context menu, the Other Application... dialogue, and the
  Open With tab in the file properties dialogue.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gedit 3.10.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar 27 11:12:52 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-11-01 (876 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  SourcePackage: gedit
  UpgradeStatus: Upgraded to trusty on 2014-09-04 (204 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646435] Re: XMir support backward compatibility broken after updating OS

2016-12-01 Thread Daniel van Vugt
For future reference, Xmir tracks its bugs here using a tag:

https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bugs?field.tag=xmir

** Package changed: mir (Ubuntu) => xorg-server (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1646435

Title:
  XMir support backward compatibility broken after updating OS

Status in xorg-server package in Ubuntu:
  Invalid

Bug description:
  /After flashing my phone and updating again, the problem is no longer
  /

  There is no separate bug tracker for XMir so I figured that it belongs under 
Mir.
  I installed my own Gtk native Linux arm app (a game) on my ubuntu phone and I 
was happily using it with the following launcher 
(~/.local/share/applications/lazsnake.desktop):
  [Desktop Entry]
  Name=lazSnake
  Comment=Simple snake game written in Lazarus by Kris Jacewicz
  X-Ubuntu-Touch=true
  X-Ubuntu-XMir-Enable=true
  Exec=/home/phablet/.local/xmir/lazSnake/lazsnake
  Icon=/home/phablet/.local/xmir/lazSnake/lazsnake.png
  Path=/home/phablet/.local/xmir/lazSnake
  Terminal=false
  Type=Application

  Obviously the app folder is under ~/.local/xmir/lazSnake
  Just today I updated the Ubuntu Touch on my Meizu MX4 phone.
  Before update the build description was: Ubuntu 15.04-armhf (20160913-020303)
  After update: Ubuntu 15.04-armhf (20161201-020304)

  The very same game no longer works. Clicking on its icon in the Apps scope 
starts it but it immediately closes.
  Whatever is the reason, I was already in the past updating my OS couple of 
times and always was able to use the app without any problems at all. Now, 
after updating, I can no longer do this. Whatever the reason is, apparently the 
new Ubuntu image broke some backward compatibility.

  Also, I chose libertine as package only because otherwise I would not be able 
to even post this, but my problem is totally unrealted to Libertine.
  Some error messages I was seeing are:
  [xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/filewU9a3p to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
  [xkb] Can't rename 
/run/user/32011/confined/ubuntu-lazsnake-app.kriscode/file0Kq8VM to 
/tmp/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm, error: Invalid 
cross-device link
  XKB: Failed to compile keymap
  Keyboard initialization failed. This could be a missing or incorrect setup of 
xkeyboard-config.
  (EE)
  Fatal server error:
  (EE) Failed to activate core devices.(EE)
  XMir has closed unexpectedly

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646648] Re: Unity8 crashes with SIGSEGV in qtmir::MirSurface::onCloseTimedOut () at ./src/modules/Unity/Application/mirsurface.cpp:917

2016-12-01 Thread Daniel van Vugt
The stack seems to mention QLightDM and Greeter too.

** Summary changed:

- 
/usr/bin/unity8:11:qtmir::MirSurface::onCloseTimedOut:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QtPrivate::QSlotObjectBase::call:QMetaObject::activate
+ Unity8 crashes with SIGSEGV in qtmir::MirSurface::onCloseTimedOut () at 
./src/modules/Unity/Application/mirsurface.cpp:917

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

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

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

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

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

** Tags added: unity8-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646648

Title:
  Unity8 crashes with SIGSEGV in qtmir::MirSurface::onCloseTimedOut ()
  at ./src/modules/Unity/Application/mirsurface.cpp:917

Status in Canonical System Image:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
unity8.  This problem was most recently seen with package version 
8.15+17.04.20161116.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/ded3a210b92755ec7de56b1bb4097103984eb123 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646655] Re: unity8 provides no way or means to accessinformation on USB stick

2016-12-01 Thread Daniel van Vugt
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => High

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

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

** Tags added: unity8-desktop

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646655

Title:
  unity8 provides no way or means to accessinformation on USB stick

Status in Canonical System Image:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Trying several different methods there is just no wat that unity8 or
  any xapps in a contaier will allow access to information on a USB
  stick.

  entrical@ventrical-MS-7850:~$ inxi -Fxz
  System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)  
 Console: tty 24  
 Distro: Ubuntu Zesty Zapus (development branch)  
  Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0   
  
 UEFI: American Megatrends v: V2.8 date: 07/17/2014   
  CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB 
 flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399  
  
 clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
  Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
 bus-ID: 00:02.0  
 Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa)   
  
 tty size: 68x26 Advanced Data: N/A out of X  
  Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller 
  
 driver: snd_hda_intel bus-ID: 00:1b.0
 Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller  
 driver: snd_hda_intel bus-ID: 00:03.0
 Sound: ALSA v: k4.8.0-27-generic 
  Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller  
 driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0   
 IF: enp2s0 state: up speed: 100 Mbps duplex: full
 mac: 
  Drives:HDD Total Size: 160.3GB (30.4% used) 
 ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB 
 ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB  
  
 ID-1: / size: 113G used: 23G (22%) fs: ext4 dev: /dev/sda2 
  
 ID-2: swap-1 size: 4.15GB used: 0.01GB (0%) fs: swap dev: 
/dev/sda3  
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  
  Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C  
 Fan Speeds (in rpm): cpu: N/A
  Info:  Processes: 233 Uptime: 1:25 Memory: 1300.0/3813.7MB  
 Init: systemd runlevel: 5 Gcc sys: 6.2.1 
 Client: Shell (bash 4.4.51) inxi: 2.3.4  
  ventrical@ventrical-MS-7850:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: unity8 8.15+17.04.20161129-0ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity:Unity8
  Date: Thu Dec  1 19:59:16 2016
  InstallationDate: Installed on 2016-10-06 (56 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20161006)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1553211] Re: Ubuntu should provide a default graphical method to install technical packages (plugins, kernels, console apps, drivers)

2016-12-01 Thread Mathew Hodson
** Summary changed:

- Ubuntu should provide a default graphical method to install technical 
packages (plugins, kernels, terminal apps)
+ Ubuntu should provide a default graphical method to install technical 
packages (plugins, kernels, console apps, drivers)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1553211

Title:
  Ubuntu should provide a default graphical method to install technical
  packages (plugins, kernels, console apps, drivers)

Status in GNOME Software:
  Invalid
Status in gnome-software package in Ubuntu:
  Won't Fix
Status in ubuntu-gnome-meta package in Ubuntu:
  Triaged
Status in ubuntu-meta package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 16.04 will be useless for "normal" people if they can't find every 
software package as they did before.
  To force users to use gnome-software will be a regression!

  Examples:

  In old Software Center, you could add gimp plug-ins (plug-ins are recommends 
and suggests packages of gimp) by going in gimp description and check the 
plug-ins you want!
  In old Software Center, you could install another version of linux kernel by 
typing "linux" then click at bottom left to show the packages.

  Now, they have to use apt-get or install synaptic!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-software 3.19.91~git20160229.ceb6b9d-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Mar  4 15:06:20 2016
  InstallationDate: Installed on 2016-01-07 (57 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160105)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646655] [NEW] unity8 provides no way or means to accessinformation on USB stick

2016-12-01 Thread ventrical
Public bug reported:

Trying several different methods there is just no wat that unity8 or any
xapps in a contaier will allow access to information on a USB stick.

entrical@ventrical-MS-7850:~$ inxi -Fxz
System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit gcc: 
6.2.0)  
   Console: tty 24  
   Distro: Ubuntu Zesty Zapus (development branch)  
Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0 

   UEFI: American Megatrends v: V2.8 date: 07/17/2014   
CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB 
   flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 12399

   clock speeds: max: 3100 MHz 1: 799 MHz 2: 877 MHz
Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller
   bus-ID: 00:02.0  
   Display Server: X.org 1.18.4 drivers: (unloaded: fbdev,vesa) 

   tty size: 68x26 Advanced Data: N/A out of X  
Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller   

   driver: snd_hda_intel bus-ID: 00:1b.0
   Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
Controller  
   driver: snd_hda_intel bus-ID: 00:03.0
   Sound: ALSA v: k4.8.0-27-generic 
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
Controller  
   driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0   
   IF: enp2s0 state: up speed: 100 Mbps duplex: full
   mac: 
Drives:HDD Total Size: 160.3GB (30.4% used) 
   ID-1: /dev/sda model: SAMSUNG_MZ7PA128 size: 128.0GB 
   ID-2: USB /dev/sdb model: PDM09_32G_B9J2.0 size: 32.3GB  

   ID-1: / size: 113G used: 23G (22%) fs: ext4 dev: /dev/sda2   

   ID-2: swap-1 size: 4.15GB used: 0.01GB (0%) fs: swap dev: /dev/sda3  

RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present  

Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C  
   Fan Speeds (in rpm): cpu: N/A
Info:  Processes: 233 Uptime: 1:25 Memory: 1300.0/3813.7MB  
   Init: systemd runlevel: 5 Gcc sys: 6.2.1 
   Client: Shell (bash 4.4.51) inxi: 2.3.4  
ventrical@ventrical-MS-7850:~$

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: unity8 8.15+17.04.20161129-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
Uname: Linux 4.8.0-27-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity:Unity8
Date: Thu Dec  1 19:59:16 2016
InstallationDate: Installed on 2016-10-06 (56 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20161006)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646655

Title:
  unity8 provides no way or means to accessinformation on USB stick

Status in unity8 package in Ubuntu:
  New

Bug description:
  Trying several different methods there is just no wat that unity8 or
  any xapps in a contaier will allow access to information on a USB
  stick.

  entrical@ventrical-MS-7850:~$ inxi -Fxz
  System:Host: ventrical-MS-7850 Kernel: 4.8.0-27-generic x86_64 (64 bit 
gcc: 6.2.0)  
 Console: tty 24  
 Distro: Ubuntu Zesty Zapus (development branch)  
  Machine:   Device: desktop Mobo: MSI model: B85-G41 PC Mate(MS-7850) v: 1.0   
  
 UEFI: American Megatrends v: V2.8 date: 07/17/2014   
  CPU:   Dual core Intel Pentium G3240 (-MCP-) cache: 3072 KB 
 flags: (lm nx sse sse2 sse3 

[Touch-packages] [Bug 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2016-12-01 Thread mxCoder
>From https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1636375

Another workaround:

sudo systemctl disable systemd-resolved.service

Doesn't seem to affect anything negatively.

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1250109] Re: Please use dpkg-triggers for update-grub when installing or removing kernel packages

2016-12-01 Thread Mathew Hodson
** Summary changed:

- Please use dpkg-triggers
+ Please use dpkg-triggers for update-grub when installing or removing kernel 
packages

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1250109

Title:
  Please use dpkg-triggers for update-grub when installing or removing
  kernel packages

Status in grub2 package in Ubuntu:
  Triaged
Status in initramfs-tools package in Ubuntu:
  Triaged
Status in linux package in Ubuntu:
  Triaged
Status in grub2 package in Debian:
  Won't Fix

Bug description:
  Currently the kernel package runs update-grub every time one is
  installed or removed.  This results in it being run a dozen times
  during a dist-upgrade, and this is rather time consuming and annoying.
  Please use a dpkg trigger to cause update-grub to be run only once.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646648] [NEW] /usr/bin/unity8:11:qtmir::MirSurface::onCloseTimedOut:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QtPrivate::QSlotObjectBase::call:QMetaObject::activate

2016-12-01 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
unity8.  This problem was most recently seen with package version 
8.15+17.04.20161116.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/ded3a210b92755ec7de56b1bb4097103984eb123 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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


** Tags: vivid xenial yakkety zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646648

Title:
  
/usr/bin/unity8:11:qtmir::MirSurface::onCloseTimedOut:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QtPrivate::QSlotObjectBase::call:QMetaObject::activate

Status in unity8 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
unity8.  This problem was most recently seen with package version 
8.15+17.04.20161116.1-0ubuntu1, the problem page at 
https://errors.ubuntu.com/problem/ded3a210b92755ec7de56b1bb4097103984eb123 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker you can request it at 
http://forms.canonical.com/reports/.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1464917] Re: reboot hangs at 'Reached target Shutdown'

2016-12-01 Thread NoOp
Still present in 16.04:

4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux

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

Title:
  reboot hangs at 'Reached target Shutdown'

Status in systemd:
  Invalid
Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  This bug is resolved.  Do not follow up to this bug.  Shutdown bugs
  are specific to the software installed and its configuration.  If you
  are experiencing a shutdown hang, please file a separate bug report
  and follow the debugging instructions described in the "Debugging
  boot/shutdown problems" section of
  /usr/share/doc/systemd/README.Debian.gz to check if there are any
  hanging jobs at shutdown. Capturing a screen photo of "journalctl -b"
  in the rescue shell might be enlightening.

  [Original report]
  I rebooted my 15.04 system, and found it hanging indefinitely at the plymouth 
shutdown screen.  Hitting esc to reveal the console showed a normal set of 
shutdown messages, ending with 'Reached target Shutdown' (paraphrased from 
memory).

  The system never rebooted on its own.  I had to use SysRq to finish
  the shutdown.


  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 13 11:53:10 2015
  InstallationDate: Installed on 2010-09-24 (1723 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-20-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (189 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646647] [NEW] package libpulse0:amd64 1:9.0-2ubuntu2.1 failed to install/upgrade: package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because libpulse0:i386 is at a di

2016-12-01 Thread Todd Lowe
Public bug reported:

I was just running updates and this message appeared.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libpulse0:amd64 1:9.0-2ubuntu2.1
ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
Uname: Linux 4.8.0-28-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  todd   2254 F pulseaudio
 /dev/snd/controlC0:  todd   2254 F pulseaudio
Date: Thu Dec  1 16:35:56 2016
DuplicateSignature:
 package:libpulse0:amd64:1:9.0-2ubuntu2.1
 Unpacking libpulse0:amd64 (1:9.0-2ubuntu2.1) over (1:9.0-2ubuntu2) ...
 dpkg: error processing package libpulse0:amd64 (--configure):
  package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because 
libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
ErrorMessage: package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured 
because libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
InstallationDate: Installed on 2016-10-18 (44 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: pulseaudio
Title: package libpulse0:amd64 1:9.0-2ubuntu2.1 failed to install/upgrade: 
package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because 
libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/27/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2702
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MAXIMUS VII GENE
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2702:bd04/27/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnMAXIMUSVIIGENE:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS

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


** Tags: amd64 apport-package need-duplicate-check yakkety

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1646647

Title:
  package libpulse0:amd64 1:9.0-2ubuntu2.1 failed to install/upgrade:
  package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because
  libpulse0:i386 is at a different version (1:9.0-2ubuntu2)

Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  I was just running updates and this message appeared.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libpulse0:amd64 1:9.0-2ubuntu2.1
  ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
  Uname: Linux 4.8.0-28-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  todd   2254 F pulseaudio
   /dev/snd/controlC0:  todd   2254 F pulseaudio
  Date: Thu Dec  1 16:35:56 2016
  DuplicateSignature:
   package:libpulse0:amd64:1:9.0-2ubuntu2.1
   Unpacking libpulse0:amd64 (1:9.0-2ubuntu2.1) over (1:9.0-2ubuntu2) ...
   dpkg: error processing package libpulse0:amd64 (--configure):
package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because 
libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
  ErrorMessage: package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured 
because libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
  InstallationDate: Installed on 2016-10-18 (44 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: pulseaudio
  Title: package libpulse0:amd64 1:9.0-2ubuntu2.1 failed to install/upgrade: 
package libpulse0:amd64 1:9.0-2ubuntu2.1 cannot be configured because 
libpulse0:i386 is at a different version (1:9.0-2ubuntu2)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2702
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MAXIMUS VII GENE
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
 

[Touch-packages] [Bug 1645827] Please test proposed package

2016-12-01 Thread Brian Murray
Hello Corey, or anyone else affected,

Accepted software-properties into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/software-properties/0.96.20.5 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!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1645827

Title:
  [SRU] Add support for ocata cloud-archive

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Zesty:
  New

Bug description:
  Please add support for:

 cloud-archive:ocata
 cloud-archive:ocata-proposed

  This will also need to be SRU'ed back to xenial.

  [Impact]
  End users have to manually enable the ocata cloud archive pockets.

  [Test case]
  sudo add-apt-repository cloud-archive:ocata
  sudo add-apt-repository cloud-archive:ocata-proposed

  [Regression potential]
  Limited - just a data item addition

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1645827] Re: [SRU] Add support for ocata cloud-archive

2016-12-01 Thread Brian Murray
The zesty version is stuck in -proposed, but its not related to this
change so I will accept yakkety.

** Changed in: software-properties (Ubuntu Xenial)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1645827

Title:
  [SRU] Add support for ocata cloud-archive

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Zesty:
  New

Bug description:
  Please add support for:

 cloud-archive:ocata
 cloud-archive:ocata-proposed

  This will also need to be SRU'ed back to xenial.

  [Impact]
  End users have to manually enable the ocata cloud archive pockets.

  [Test case]
  sudo add-apt-repository cloud-archive:ocata
  sudo add-apt-repository cloud-archive:ocata-proposed

  [Regression potential]
  Limited - just a data item addition

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646388] Re: Cannot turn on location: it switches back to off by itself

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

** Changed in: location-service (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1646388

Title:
  Cannot turn on location: it switches back to off by itself

Status in Canonical System Image:
  New
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Location was not working on my newly acquired Meizu pro 5.

  I went to system-settings -> Security & Privacy -> Location and switched on 
the GPS. But then, when navigating back to the Security & Privacy page, the 
location was shown as off (and indeed, there was no location icon in the 
indicator).
  I've repeated it several times, also exiting from the system-settings to make 
sure it was not a problem in the client, but that didn't help: the settings was 
always being reset to "off".

  I also run "dbus-monitor --session" on the terminal and I could see
  that there was some activity around the location (see the attachment).

  I eventually stopped the ubuntu-location-service service and restarted
  it, and things started working.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646627] [NEW] package gstreamer0.10-plugins-base:amd64 0.10.36-2 failed to install/upgrade: pacote gstreamer0.10-plugins-base:amd64 já está instalado e configurado

2016-12-01 Thread Décio
Public bug reported:

https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/541595

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gstreamer0.10-plugins-base:amd64 0.10.36-2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Thu Dec  1 19:39:13 2016
ErrorMessage: pacote gstreamer0.10-plugins-base:amd64 já está instalado e 
configurado
InstallationDate: Installed on 2016-12-01 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: gst-plugins-base0.10
Title: package gstreamer0.10-plugins-base:amd64 0.10.36-2 failed to 
install/upgrade: pacote gstreamer0.10-plugins-base:amd64 já está instalado e 
configurado
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-base0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-base0.10 in
Ubuntu.
https://bugs.launchpad.net/bugs/1646627

Title:
  package gstreamer0.10-plugins-base:amd64 0.10.36-2 failed to
  install/upgrade: pacote gstreamer0.10-plugins-base:amd64 já está
  instalado e configurado

Status in gst-plugins-base0.10 package in Ubuntu:
  New

Bug description:
  https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/541595

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gstreamer0.10-plugins-base:amd64 0.10.36-2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Thu Dec  1 19:39:13 2016
  ErrorMessage: pacote gstreamer0.10-plugins-base:amd64 já está instalado e 
configurado
  InstallationDate: Installed on 2016-12-01 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: gst-plugins-base0.10
  Title: package gstreamer0.10-plugins-base:amd64 0.10.36-2 failed to 
install/upgrade: pacote gstreamer0.10-plugins-base:amd64 já está instalado e 
configurado
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base0.10/+bug/1646627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1506427] Re: Using calendar with keys might cause Indicator-datetime to crash unity-panel-service

2016-12-01 Thread William G. Comnisky
Hello,

I've enabled proposed and installed all new packages but I'm still
getting the problem.

As soon as I log in I need to open tty1 and kill the indicator-datetime-
service.

This is what's happening when I'm starting it (manually):
http://storage7.static.itmages.com/i/16/1201/h_1480628539_5021348_6b2081423e.jpeg


$ sudo dpkg -l|grep -i indicator-datetime
ii  indicator-datetime  
15.10+16.10.20160820.1-0ubuntu1 amd64Simple clock

$ lsb_release -d
Description:Ubuntu 16.10

$ uname -a
Linux wcomnisky 4.8.0-28-generic #30-Ubuntu SMP Fri Nov 11 14:03:52 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ido in Ubuntu.
https://bugs.launchpad.net/bugs/1506427

Title:
  Using calendar with keys might cause Indicator-datetime to crash
  unity-panel-service

Status in ido package in Ubuntu:
  Fix Released
Status in ido source package in Xenial:
  Fix Committed
Status in ido source package in Yakkety:
  Fix Committed

Bug description:
  [Impact] 
  Unity panel service crashes (removing indicators from panel) when calendar 
menu is opened and there are some key presses.

  [Test Case]
  This is a quite random bug that is not easy to reproduce, it happens 
sometimes that you open the indicator-datetime and after a keypress the panel 
crashes.

  [Regression Potential]
  Nothing expected, but calendar item in datetime might behave differently on 
key-presses.
  Although the fix is quite safe since we're just ensuring that we disconnect 
from parent widget signals on menuitem destruction.

  ===

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity.  This problem was most recently seen with version
  7.3.2+15.10.20151002.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/74901303bee889a2ca807616ea267069ad252435
  contains more details.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1522675] Re: Can't drop privileges for downloading : _apt user not allowed

2016-12-01 Thread Daniel Richard G.
Benjamin, what you're seeing appears to be bug #1607535. (That bug
report doesn't quote the "/the fonts/" URL directly, but it links to a
comment that does.

I have a bug report (bug #1575408) against ttf-mscorefonts-installer due
to the "Can't drop privileges" warning, but am assuming that that was a
specific instance of the more general bug described here, and so have
marked my bug as a duplicate of this one.

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

Title:
  Can't drop privileges for downloading : _apt user not allowed

Status in apt package in Ubuntu:
  Confirmed
Status in dpkg package in Ubuntu:
  Confirmed
Status in apt package in Debian:
  New
Status in synaptic package in Debian:
  New

Bug description:
  Recently we got new versions for synaptic 0.82+build1 & apt 1.1.3, but
  now get that error when installing/upgrading some packages:

  Setting up libc6-dbg:amd64 (2.21-0ubuntu5) ...
  Processing triggers for libc-bin (2.21-0ubuntu5) ...
  W: Can't drop privileges for downloading as file 
'/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

  From nautilus, i'm seeing a /root/ folder locked (x on its icon) and
  the folder is empty (no /.synaptic/ sub-folder or file), so the above
  error.

  oem@u64:~$ ls -l .synaptic
  total 4
  -rw-rw-r-- 1 oem oem   0 Aug 25 11:19 options
  -rw-rw-r-- 1 oem oem 236 Aug 25 11:19 synaptic.conf

  oem@u64:~$ ls -l /var/lib/apt/lists/
  
  -rw-r- 1 root root0 Sep 20 06:36 lock
  drwx-- 2 _apt root16384 Sep 24 15:25 partial
  ..

  oem@u64:~$ sudo ls -l /var/lib/update-notifier/package-data-downloads/
  .
  drwxr-xr-x 2 _apt root 4096 Sep 22 23:33 partial

  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: synaptic 0.82+build1
  ProcVersionSignature: Ubuntu 4.3.0-1.10-generic 4.3.0
  Uname: Linux 4.3.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Dec  4 05:23:25 2015
  SourcePackage: synaptic
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1569227] Re: Mouse & Touchpad second slider is not labelled (it actually controls wheel/scrolling speed)

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings -
0.4+17.04.20161129-0ubuntu1

---
ubuntu-system-settings (0.4+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Daniel van Vugt ]
  * Fix unlabelled sliders in Mouse & Touchpad (LP: #1569227) (LP:
#1569227)

  [ Jonas G. Drange ]
  * Packaging change: depend on USC for testing
  * uses SystemImage binding to read current build number (LP: #1639949)
  * On snappy it changes the following:

  [ Lukáš Tinkl ]
  * Fix finding the module mapping file (url-map.ini) (LP: #1641665)
  * Language pack based language setup

 -- jonas.dra...@canonical.com (Jonas G. Drange)  Tue, 29 Nov 2016
11:13:35 +

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Mouse & Touchpad second slider is not labelled (it actually controls
  wheel/scrolling speed)

Status in Canonical System Image:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Invalid
Status in unity8-desktop-session package in Ubuntu:
  Invalid

Bug description:
  Mouse & Touchpad second slider is not labelled

  It seems to control the mouse wheel speed though (or in the case of
  touchpad the two-finger scrolling speed).

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1628285] Re: apparmor should be allowed to start in containers

2016-12-01 Thread Tyler Hicks
This bug will not be fixed in 14.04, meaning that AppArmor policy will
not be loaded inside of 14.04 LXD containers and snaps will not work
inside of 14.04 LXD containers. 16.04 LXD containers should be used in
such use cases.

** Changed in: apparmor (Ubuntu Trusty)
   Status: Incomplete => Won't Fix

** Changed in: upstart (Ubuntu Trusty)
   Status: Incomplete => Won't Fix

** Changed in: upstart (Ubuntu Trusty)
 Assignee: Tyler Hicks (tyhicks) => (unassigned)

** Changed in: apparmor (Ubuntu Trusty)
 Assignee: Tyler Hicks (tyhicks) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1628285

Title:
  apparmor should be allowed to start in containers

Status in apparmor package in Ubuntu:
  Fix Released
Status in upstart package in Ubuntu:
  Invalid
Status in apparmor source package in Trusty:
  Won't Fix
Status in upstart source package in Trusty:
  Won't Fix
Status in apparmor source package in Xenial:
  Fix Released

Bug description:
  =apparmor and upstart 14.04 SRU=
  [Impact]
  A recent 16.04 kernel (4.4.0-46.67) and the lxd 
(2.0.5-0ubuntu1~ubuntu16.04.1) allows us to enable stacked/namespaced AppArmor 
policy for 14.04 lxd containers. This means that the container can have an 
overall confinement profile while still allowing individual processes inside of 
the container to have individual confinement profiles. This bug is for the 
apparmor and upstart userspace changes needed to allow the container init to 
load apparmor profiles during the container boot procedure.

  [Test Case]
  Install the latest Xenial kernel and lxd. Reboot into the new kernel and set 
up a new 14.04 lxd container (MUST be an unprivileged container):

   $ lxc launch ubuntu-daily:14.04 t

  Install apparmor from trusty-proposed (2.10.95-0ubuntu2.5~14.04.1) and
  upstart from trusty-proposed (1.12.1-0ubuntu4.3) inside of the
  container and reboot the container.

  Verify that the container's dhclient is confined inside of an AppArmor
  namespace with a stacked profile that was loaded inside of the
  container:

  $ ps auxZ | grep 
'^lxd-t_//&:lxd-t_:///sbin/dhclient'
  lxd-t_//&:lxd-t_:///sbin/dhclient (enforce) 165536 
3889 0.0  0.0 16120 860 ? Ss 03:55   0:00 /sbin/dhclient -1 -v -pf 
/run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df 
/var/lib/dhcp/dhclient6.eth0.leases eth0

  Verify that aa-status works inside of the container:

  $ lxc exec t -- aa-status
  apparmor module is loaded.
  4 profiles are loaded.
  4 profiles are in enforce mode.
     /sbin/dhclient
     /usr/lib/NetworkManager/nm-dhcp-client.action
     /usr/lib/connman/scripts/dhclient-script
     /usr/sbin/tcpdump
  0 profiles are in complain mode.
  1 processes have profiles defined.
  1 processes are in enforce mode.
     /sbin/dhclient (518)
  0 processes are in complain mode.
  0 processes are unconfined but have a profile defined.

  Now, examine the output of aa-status to verify that the
  /usr/sbin/tcpdump profile is loaded.

  To validate the upstart change, use apparmor-profile-load to load a
  profile:

  $ echo "profile lp1628285-test {} " | lxc exec t -- tee 
/etc/apparmor.d/lp1628285-test
  $ lxc exec t -- /lib/init/apparmor-profile-load lp1628285-test
  $ lxc exec t -- aa-status
  apparmor module is loaded.
  5 profiles are loaded.
  5 profiles are in enforce mode.
     /sbin/dhclient
     /usr/lib/NetworkManager/nm-dhcp-client.action
     /usr/lib/connman/scripts/dhclient-script
     /usr/sbin/tcpdump
     lp1628285-test
  0 profiles are in complain mode.
  1 processes have profiles defined.
  1 processes are in enforce mode.
     /sbin/dhclient (518)
  0 processes are in complain mode.
  0 processes are unconfined but have a profile defined.
  $ lxc exec t -- ls /etc/apparmor.d/cache/lp1628285-test
  /etc/apparmor.d/cache/lp1628285-test

  Now, reboot and then run aa-status again to verify that the output is
  the same (except for the process ID numbers).

  It is also a good test to install ntp and cups-daemon, use aa-status
  to verify that their profiles are in enforce mode and that their
  processes are confined. Then reboot and use aa-status to verify the
  same thing.

  [Regression Potential]
  The regression potential is relatively high because processes inside of 
Ubuntu containers can be confined with an additional profile that is loaded 
inside of the container. This feature was released in Ubuntu 16.10 and 16.04 
with no known serious issues so far.

  IMPORTANT: There is a known regression that may be seen by users of
  `lxc exec`. See bug #1641236 for details. Bug #1640868 is pre-
  existing, doesn't seem to have any negative side-effects, and is not
  caused by this SRU.

  =apparmor 16.04 SRU=
  [Impact]
  The kernel in xenial-proposed (4.4.0-46.67) and the lxd that has recently 
migrated from xenial-proposed (2.0.5-0ubuntu1~ubuntu16.04.1) allows us to 

[Touch-packages] [Bug 1641243] Re: Provide full AppArmor confinement for snaps on 14.04

2016-12-01 Thread Tyler Hicks
The old apparmor upload has been rejected and I'll be uploading a new
version shortly.

** Changed in: apparmor (Ubuntu Trusty)
   Status: Incomplete => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1641243

Title:
  Provide full AppArmor confinement for snaps on 14.04

Status in apparmor package in Ubuntu:
  Invalid
Status in dbus package in Ubuntu:
  Invalid
Status in apparmor source package in Trusty:
  In Progress
Status in dbus source package in Trusty:
  In Progress

Bug description:
  = apparmor SRU =
  [Rationale]
  For backporting snapd to 14.04 LTS, we need to provide proper AppArmor 
confinement for snaps when running under the 16.04 hardware enablement kernel. 
The apparmor userspace package in 14.04 is missing support key mediation 
features such as UNIX domain socket rules, AppArmor policy namespaces, and 
AppArmor profile stacking. UNIX domain socket mediation is needed by nearly all 
snaps. AppArmor policy namespaces and profile stacking are needed by the lxd 
snap.

  Unfortunately, it was not feasible to backport the individual features
  to the 14.04 apparmor package as they're quite complex and have a
  large number of dependency patches. Additionally, the AppArmor policy
  abstractions from Ubuntu 16.04 are needed to provide proper snap
  confinement. Because of these two reasons, the decision to bring
  16.04's apparmor package to 14.04 was (very carefully) made.

  [Test Case]

    https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor

  This update will go through the Test Plan as well as manual testing to
  verify that snap confinement on 14.04 does work. Manual tests include
  installing snapd in 14.04 and running simple snaps such as pwgen-
  tyhicks and hello-world, as well as a much more complex snap such as
  lxd.

  The following regression tests from lp:qa-regression-testing (these
  packages ship an AppArmor profile) can be used to verify that their
  respective packages do not regress:

   test-apache2-mpm-event.py
   test-apache2-mpm-itk.py
   test-apache2-mpm-perchild.py
   test-apache2-mpm-prefork.py
   test-apache2-mpm-worker.py
   test-bind9.py
   test-clamav.py
   test-cups.py
   test-dhcp.py
   test-mysql.py
   test-ntp.py
   test-openldap.py
   test-rsyslog.py
   test-squid.py
   test-strongswan.py
   test-tcpdump.py

  I have a branch of lp:qa-regression-testing (unmerged, currently at
  https://code.launchpad.net/~tyhicks/+git/qa-regression-testing/+ref
  /apparmor-trusty-sru) that pulls in the parser and regression tests
  from the apparmor 2.8.95~2430-0ubuntu5.3 package currently shipping in
  Trusty, in addition to the tests in the 2.10.95 based package.

  Additionally, manually testing evince, which is confined by an
  AppArmor profile, should be done. The manual test should check basic
  functionality as well as for proper confinement (`ps auxZ` output).

  [Regression Potential]
  High. We must be extremely careful to not regress existing, confined 
applications in Ubuntu 14.04. We are lucky that the upstream AppArmor project 
has extensive regression tests and that the Ubuntu Security team adds even more 
testing via the AppArmor Test Plan.

  Care was taken to minimally change how the AppArmor policies are
  loaded during the boot process. I also verified that the abstractions
  shipped in apparmor and the profiles shipped in apparmor-profiles are
  the same across this SRU update.

  = dbus SRU =
  [Rationale]
  For backporting snapd to 14.04 LTS, we need to provide proper D-Bus mediation 
for snaps when running under the 16.04 hardware enablement kernel. The dbus 
package in 14.04 is missing support for blocking unrequested reply messages. 
This functionality was added to the D-Bus AppArmor mediation patches after 
14.04 was released but before the patches were merged upstream in dbus. The 
idea is to prevent a malicious snap from attacking another snap, over D-Bus, 
with unrequested reply messages and also to prevent two connections from 
subverting the snap confinement by communicating via unrequested reply messages.

  [Test Case]

  The upstream AppArmor userspace project has thorough tests for D-Bus
  mediation, including unrequested replies. Its
  tests/regression/apparmor/dbus_*.sh tests should be ran before and
  after updating to the dbus SRU. Before updating, the
  dbus_unrequested_reply.sh should fail and should pass after updating.

  To run the dbus_*.sh tests:

  $ sudo apt-get install -y bzr libdbus-1-dev
  $ bzr branch lp:apparmor # apt-get source apparmor to test the current 
apparmor
  $ cd apparmor/tests/regression/apparmor/
  $ make USE_SYSTEM=1 \
dbus_{eavesdrop,message,service,unrequested_reply} uservars.inc
  $ for t in dbus_{eavesdrop,message,service,unrequested_reply}.sh; \
do sudo VERBOSE=1 bash $t || break; done

  The exit code should be 0 and all output lines should 

[Touch-packages] [Bug 1350096] Re: [Apps Scope] Creating a new account directly on the phone leads to an unconfirmed account without informing the user

2016-12-01 Thread Natalia Bidart
** Changed in: software-center-agent
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntuone-credentials in
Ubuntu.
https://bugs.launchpad.net/bugs/1350096

Title:
  [Apps Scope] Creating a new account directly on the phone leads to an
  unconfirmed account without informing the user

Status in Canonical SSO provider:
  New
Status in Software Center Agent:
  Fix Released
Status in Ubuntu UX:
  Fix Released
Status in Ubuntu One Servers:
  New
Status in ubuntuone-credentials package in Ubuntu:
  Invalid
Status in unity-scope-click package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:

  * Remove any Ubuntu One account from the phone
  * Try to install an app from the apps store
  * Set up a *new* Ubuntu One account (not signing in with an existing one)

  => The account seems to be fully set up, however, installing apps
  results in an error "Installation failed".

  What happens is the email address is not confirmed yet and thus the
  login doesn't work yet. There should be some indication that the user
  should check emails and confirm the address.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1350096/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2016-12-01 Thread mxCoder
Hi,

I think I'm having the same issue:

Linux ricardo-N24-25BU 4.8.0-28-generic #30-Ubuntu SMP Fri Nov 11
14:03:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.10
Release:16.10
Codename:   yakkety

Just upgraded to 16.10 last night, after bootup, I connect to a work VPN
(OpenVPN + Pritunl) which was working ok so far.

route -n shows the new routes, and resolve.conf is correctly updated
with the VPN DNS nameserver

Any direct query: dig, nslookup, ip route get {host} resolves correctly
using the VPN DNS

But any other command: ping, telnet, mysql, etc resolves without the VPN
DNS (unless instructed otherwise explicitely)

Quick solution was:

sudo systemctl restart systemd-resolved.service

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

Status in systemd:
  New
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I use a VPN configured with network-manager-openconnect-gnome in which
  a split-horizon DNS setup assigns different addresses to some names
  inside the remote network than the addresses seen for those names from
  outside the remote network.  However, systemd-resolved often decides
  to ignore the VPN’s DNS servers and use the local network’s DNS
  servers to resolve names (whether in the remote domain or not),
  breaking the split-horizon DNS.

  This related bug, reported by Lennart Poettering himself, was closed with the 
current Fedora release at the time reaching EOL:
  https://bugzilla.redhat.com/show_bug.cgi?id=1151544

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644062] Re: googletest 1.8.0-2 (on zesty) breaks existing builds [add_library cannot create target "gmock" ...]

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.5.0+17.04.20161130-0ubuntu1

---
unity (7.5.0+17.04.20161130-0ubuntu1) zesty; urgency=medium

  [ Kai-Heng Feng ]
  * UnitySettings: If scale-factor is not set, find and set right scale
for HiDPI displays.

  [ Marco Trevisan (Treviño) ]
  * CMakeLists.txt: add support to compile with GTest 1.8 (LP: #1644062)
  * UnityScreen: toggle gestures recognition on lock (LP: #1645507)

 -- Marco Trevisan (Treviño)   Wed, 30 Nov 2016 11:06:58
+

** Changed in: unity (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to content-hub in Ubuntu.
https://bugs.launchpad.net/bugs/1644062

Title:
  googletest 1.8.0-2 (on zesty) breaks existing builds [add_library
  cannot create target "gmock" ...]

Status in Mir:
  Fix Committed
Status in Mir 0.25 series:
  Fix Committed
Status in cmake-extras package in Ubuntu:
  Fix Released
Status in content-hub package in Ubuntu:
  Fix Released
Status in googletest package in Ubuntu:
  Won't Fix
Status in mir package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  After upgrading to 1.8.0-2 (from 1.7.0-4), our previously-working
  builds break:

  CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock" because another target with the
 same name already exists.  The existing target is a static library created
 in source directory "/usr/src/googletest/googlemock".  See documentation
 for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:84 (cxx_library)


   CMake Error at /usr/src/googletest/googletest/cmake/internal_utils.cmake:149 
(add_library):
 add_library cannot create target "gmock_main" because another target with
 the same name already exists.  The existing target is a static library
 created in source directory "/usr/src/googletest/googlemock".  See
 documentation for policy CMP0002 for more details.
   Call Stack (most recent call first):
 /usr/src/googletest/googletest/cmake/internal_utils.cmake:172 
(cxx_library_with_type)
 /usr/src/gmock/CMakeLists.txt:89 (cxx_library)


   CMake Error at /usr/src/gmock/CMakeLists.txt:106 (install):
 install TARGETS given target "gmock" which does not exist in this
 directory.

  The CMakeLists.txt in our project that triggers this error does this:

  set(old_cxx_flags ${CMAKE_CXX_FLAGS})
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wno-old-style-cast 
-Wno-missing-field-initializers")
  find_package(GMock)
  set(CMAKE_CXX_FLAGS ${old_cxx_flags})

  This used to work fine, but no breaks on zesty.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646462] Re: lxc container download error (possibly HSTS related)

2016-12-01 Thread Christian Brauner
lxc-create does not handle any web requests so this cannot be the cause.
Upgrading this to a secure connection is also perfectly fine. Is this
reliably reproducible still or was this maybe just a temporary server
problem?

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

Title:
  lxc container download error (possibly HSTS related)

Status in lxc package in Ubuntu:
  New

Bug description:
  LXC cannot download image, seems like a server error:

  ~# lxc-create -t download -n test
  Setting up the GPG keyring
  Downloading the image index
  ERROR: Failed to download 
http://images.linuxcontainers.org//meta/1.0/index-user
  lxc-create: lxccontainer.c: create_run_template: 1290 container creation 
template for test failed
  lxc-create: tools/lxc_create.c: main: 318 Error creating container test

  Trying to download the file with wget gets the file OK with minor
  complaints:

  ~# wget -O /dev/null 'http://images.linuxcontainers.org//meta/1.0/index-user'
  URL transformed to HTTPS due to an HSTS policy
  --2016-12-01 12:36:58--  
https://images.linuxcontainers.org//meta/1.0/index-user
  Resolving images.linuxcontainers.org (images.linuxcontainers.org)... 
91.189.88.37, 91.189.91.21
  Connecting to images.linuxcontainers.org 
(images.linuxcontainers.org)|91.189.88.37|:443... connected.
  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: https://uk.images.linuxcontainers.org/meta/1.0/index-user 
[following]
  --2016-12-01 12:36:58--  
https://uk.images.linuxcontainers.org/meta/1.0/index-user
  Resolving uk.images.linuxcontainers.org (uk.images.linuxcontainers.org)... 
91.189.88.37
  Connecting to uk.images.linuxcontainers.org 
(uk.images.linuxcontainers.org)|91.189.88.37|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 9102 (8.9K)
  Saving to: ‘/dev/null’

  Seems like some SSL problem in the lxc-create binary, specifically the
  HSTS issue mentioned by wget. Maybe a newly introduced HSTS policy
  breaks the package?

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: lxc 2.0.5-0ubuntu1.2
  ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
  Uname: Linux 4.8.0-28-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Thu Dec  1 12:28:28 2016
  InstallationDate: Installed on 2016-10-14 (47 days ago)
  InstallationMedia: Ubuntu-Server 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  dnsmasq.conf:
   dhcp-host=vold,10.0.3.10
   dhcp-host=sftp,10.0.3.11

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1621507] Please test proposed package

2016-12-01 Thread Brian Murray
Hello LaMont, or anyone else affected,

Accepted initramfs-tools into yakkety-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/initramfs-
tools/0.125ubuntu6.3 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!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1621507

Title:
  initramfs-tools configure_networking() fails to dhcp ipv6 addresses

Status in MAAS:
  Fix Committed
Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in isc-dhcp package in Ubuntu:
  Fix Released
Status in klibc package in Ubuntu:
  Won't Fix
Status in open-iscsi package in Ubuntu:
  In Progress
Status in initramfs-tools source package in Xenial:
  Fix Committed
Status in isc-dhcp source package in Xenial:
  Fix Committed
Status in klibc source package in Xenial:
  Won't Fix
Status in open-iscsi source package in Xenial:
  Fix Released
Status in initramfs-tools source package in Yakkety:
  Fix Committed
Status in isc-dhcp source package in Yakkety:
  Fix Committed
Status in klibc source package in Yakkety:
  Won't Fix
Status in open-iscsi source package in Yakkety:
  Fix Released
Status in klibc package in Debian:
  New

Bug description:
  initramfs' configure_networking function uses ipconfig to configure the 
network.
  ipconfig does not support dhcpv6.  See: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627164

  Related bugs:
    * bug 1229458: grub2 needed changes
    * bug 1621615: network not configured when ipv6 netbooted into cloud-init
* bug 1635716: Can't bring up a machine on a dual network (ipv4 and ipv6) 

  
  [Impact]

  It is not possible to netboot Ubuntu with a network-based root
  filesystem in an ipv6-only environment.  Anyone wanting to netboot in
  an ipv6-only environment is affected.

  These uploads address this by replacing the one-off klibc dhcp client
  (IPv4-only) with the defacto standard isc-dhcp-client, and thereby
  provide both ipv6 and ipv4 DHCP configuration.

  [Test Case]

  See Bug 1229458.  Configure radvd, dhcpd, and tftpd for your ipv6-only
  netbooting world.  Pass the boot process an ipv6 address to talk to,
  and see it fail to configure the network.

  [Regression Potential]

  1) This increases the uncompressed initramfs size by approximately 500KB, 
since isc-dhcp-client is added, but klibc is still needed for some other 
things, and is therefore present.  On systems with a very small /boot 
partition, this could result in failure to upgrade the initramfs.
  2) In at least some cases, DHCP network configuration shifts from klibc's 
ipconfig to isc-dhcp-client's dhclient.  This should be of minimal risk, as 
isc-dhcp-client is in very very widespread use.  In the event of a regression, 
network boot would fail, but the prior kernel should still be bootable.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1631474] Please test proposed package

2016-12-01 Thread Brian Murray
Hello scotte, or anyone else affected,

Accepted initramfs-tools into yakkety-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/initramfs-
tools/0.125ubuntu6.3 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!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1631474

Title:
  No networking with initramfs-tools 0.122ubuntu8.3 and ip=dhcp boot
  option

Status in initramfs-tools package in Ubuntu:
  In Progress
Status in initramfs-tools source package in Xenial:
  Fix Released
Status in initramfs-tools source package in Yakkety:
  Fix Committed
Status in initramfs-tools source package in Zesty:
  In Progress

Bug description:
  [Impact]
   * initramfs-tools SRUs introduced regressions in ip= syntax, which cause 
unexpected behavior

  [Test Case]
   * Create a machine that boots using an nfsroot.
   * Use ip=:eth0:dhcp on the kernel command line.  To set up
     networking.
   * Discover that the device never comes up because, networking is not 
configured correctly.

  [Regression Potential]
  Should be back to original behavior before ipv6 support was introduced in the 
past 2 or 3 SRUs.

  [Other Info]

   * There are a number of other issues in this code base that are not solved 
by this fix.
     - The ?*:?*:?*:?*: use case falls through to the default case, and likely 
breaks there.  As such static assignment via ip= appears broken
     -
   * The networking configuration does not strictly follow the kernel 
documentation as described 
https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt . This 
should be fixed.

  This bug is a regression of changes made under bug 1628306.

  Original Bug Description Follows==

  initramfs-tools 0.122ubuntu8.3 introduced a serious regression where
  networking is not initialized when the boot option "ip=dhcp" is
  provided. We are seeing this problem in AWS, but cannot confirm if
  this issue is specific to AWS or will occur with different hardware or
  in different environments.

  Removing "ip=dhcp" from the boot options with 0.122ubuntu8.3 results
  in networking being configured.

  The issue does not occur with 0.122ubuntu8.2 or previous versions when
  "ip=dhcp" is set.

  AWS has no console so debugging is not a trivial task. I do have a
  console log with some output, and will update this bug shortly with
  it.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625805] Re: dragonboard: history daemon dereferences a rogue pointer

2016-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Critical => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Canonical System Image:
  Confirmed
Status in Snappy:
  New
Status in history-service package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1204579] Re: ufw doesn't support concurrent updates

2016-12-01 Thread Christopher M Luciano
Is there any update on this? I know there is a -w command in iptables
with this patch https://patchwork.ozlabs.org/patch/635676/. Is there a
way to call through ufw to set this option to increase the waits?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1204579

Title:
  ufw doesn't support concurrent updates

Status in ufw:
  In Progress
Status in ufw package in Ubuntu:
  Triaged
Status in ufw package in Debian:
  New

Bug description:
  On a server under Ubuntu 12.04 I automatically update firewall rules and I 
unfortunately noticed that if 2 rules are processed at the same time it leads 
to an inconsistent result between iptables and ufw status.
  In fact it can be reproduced using the python script in attachment.

  Before executing this script I didn't have any rules matching the ip 
192.168.254.1 on my computer.
  After a launch iptables takes into acount 464 rules.

  sudo iptables -L -n | grep 192.168.254.1 | wc -l
  464

  It should be 500 rules but the script stressed a lot my system and all rules 
can't be processed by iptables
  sudo ./test_ufw_threads.py
  iptables: Resource temporarily unavailable.

  iptables: Resource temporarily unavailable.

  iptables: Resource temporarily unavailable.
  [...]

  Anyway, ufw stores only the last updates (in /lib/ufw/user.rules):

  sudo ufw status
  État : actif

  Vers Action Depuis
   -- --
  192.168.254.1 1234/tcp ALLOW   192.168.46.9
  192.168.254.1 1234/tcp ALLOW   192.168.22.10
  192.168.254.1 1234/tcp ALLOW   192.168.32.10
  192.168.254.1 1234/tcp ALLOW   192.168.5.10
  192.168.254.1 1234/tcp ALLOW   192.168.43.9
  192.168.254.1 1234/tcp ALLOW   192.168.40.10
  192.168.254.1 1234/tcp ALLOW   192.168.46.10
  192.168.254.1 1234/tcp ALLOW   192.168.48.10
  192.168.254.1 1234/tcp ALLOW   192.168.42.10
  192.168.254.1 1234/tcp ALLOW   192.168.43.10

  So I can't delete other rules using ufw, I had to directly use iptables.
  In this case I can only delete 10 rules using ufw.
  Could you please handle some kind of lock?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646611] Re: mission-control should use different paths when in a snap environment

2016-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

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

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

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to history-service in Ubuntu.
https://bugs.launchpad.net/bugs/1646611

Title:
  mission-control should use different paths when in a snap environment

Status in Canonical System Image:
  Confirmed
Status in history-service package in Ubuntu:
  New

Bug description:
  When running confined into a snap environment, mission-control needs
  to use different paths for its files:

  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.CC7LOY':
 No such file or directory
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.7I1LOY':
 No such file or

  Instead of using $SNAP, it probably should use $SNAP_DATA

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646611] [NEW] mission-control should use different paths when in a snap environment

2016-12-01 Thread Gustavo Pichorim Boiko
Public bug reported:

When running confined into a snap environment, mission-control needs to
use different paths for its files:

Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.CC7LOY':
 No such file or directory
Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.7I1LOY':
 No such file or

Instead of using $SNAP, it probably should use $SNAP_DATA

** Affects: canonical-devices-system-image
 Importance: Medium
 Assignee: Bill Filler (bfiller)
 Status: Confirmed

** Affects: history-service (Ubuntu)
 Importance: Undecided
 Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to history-service in Ubuntu.
https://bugs.launchpad.net/bugs/1646611

Title:
  mission-control should use different paths when in a snap environment

Status in Canonical System Image:
  Confirmed
Status in history-service package in Ubuntu:
  New

Bug description:
  When running confined into a snap environment, mission-control needs
  to use different paths for its files:

  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.CC7LOY':
 No such file or directory
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Unable to create directory 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control': Read-only file 
system
  Sep 30 05:31:22 localhost org.freedesktop.Telepathy.AccountManager[4688]: 
(process:4767): mcd-WARNING **: Failed to create file 
'/snap/unity8-session/x1/usr/share/telepathy/mission-control/accounts.cfg.7I1LOY':
 No such file or

  Instead of using $SNAP, it probably should use $SNAP_DATA

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625805] Re: dragonboard: history daemon dereferences a rogue pointer

2016-12-01 Thread Gustavo Pichorim Boiko
** Changed in: history-service (Ubuntu)
 Assignee: (unassigned) => Gustavo Pichorim Boiko (boiko)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Canonical System Image:
  Confirmed
Status in Snappy:
  New
Status in history-service package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1637800] Re: add a motd script for news

2016-12-01 Thread Adam Conrad
"- fail quietly, gracefully, and quickly"

I'm not sure how a 2-second delay on login for people who firewall off
outside access can be qualified as "quickly".

I'm also skeptical in general here about this being a thing that should
be happening by default.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1637800

Title:
  add a motd script for news

Status in base-files package in Ubuntu:
  Fix Released
Status in base-files source package in Xenial:
  In Progress

Bug description:
  Add a new update-motd script for printing news and/or important
  notices.

  == SRU ==

  [IMPACT]
  We should add important security messages or other news to the MOTD.

  [TEST CASE]
  Login to the system and ensure that the "news" section of the motd is 
displayed.  Note that you might need to force trigger an update by running 
'sudo update-motd'.

  [REGRESSION POTENTIAL]
  No reasonable regression potential.  The script simply prints 2 lines of text 
to the MOTD.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646592] Re: package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is already installed and config

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

** This bug has been marked a duplicate of bug 1635280
   [ BUG 541595 IS BACK ] package is already installed and configured

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-base1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1646592

Title:
  package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed
  to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is
  already installed and configured

Status in gst-plugins-base1.0 package in Ubuntu:
  New

Bug description:
  I can't upgrade my system

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia wl
  ApportVersion: 2.20.1-0ubuntu2.1
  AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
  Architecture: amd64
  Date: Thu Dec  1 11:38:16 2016
  DuplicateSignature:
   package:libgstreamer-plugins-base1.0-0:amd64:1.8.2-1ubuntu0.2
   Removing obsolete conffile /etc/apparmor.d/usr.bin.ubuntu-core-launcher ...
   dpkg: error processing package gir1.2-gdkpixbuf-2.0:amd64 (--configure):
package gir1.2-gdkpixbuf-2.0:amd64 is already installed and configured
  ErrorMessage: package libgstreamer-plugins-base1.0-0:amd64 is already 
installed and configured
  InstallationDate: Installed on 2016-12-01 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: gst-plugins-base1.0
  Title: package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed 
to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is already 
installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/1646592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625805] Re: dragonboard: history daemon dereferences a rogue pointer

2016-12-01 Thread Pat McGowan
** Also affects: history-service (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to history-service in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Canonical System Image:
  Confirmed
Status in Snappy:
  New
Status in history-service package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646592] [NEW] package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is already installed and conf

2016-12-01 Thread hdds911
Public bug reported:

I can't upgrade my system

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia wl
ApportVersion: 2.20.1-0ubuntu2.1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Thu Dec  1 11:38:16 2016
DuplicateSignature:
 package:libgstreamer-plugins-base1.0-0:amd64:1.8.2-1ubuntu0.2
 Removing obsolete conffile /etc/apparmor.d/usr.bin.ubuntu-core-launcher ...
 dpkg: error processing package gir1.2-gdkpixbuf-2.0:amd64 (--configure):
  package gir1.2-gdkpixbuf-2.0:amd64 is already installed and configured
ErrorMessage: package libgstreamer-plugins-base1.0-0:amd64 is already installed 
and configured
InstallationDate: Installed on 2016-12-01 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15
SourcePackage: gst-plugins-base1.0
Title: package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed to 
install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is already 
installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-base1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: already-installed amd64 apport-package need-duplicate-check xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gst-plugins-base1.0 in
Ubuntu.
https://bugs.launchpad.net/bugs/1646592

Title:
  package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed
  to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is
  already installed and configured

Status in gst-plugins-base1.0 package in Ubuntu:
  New

Bug description:
  I can't upgrade my system

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia wl
  ApportVersion: 2.20.1-0ubuntu2.1
  AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
  Architecture: amd64
  Date: Thu Dec  1 11:38:16 2016
  DuplicateSignature:
   package:libgstreamer-plugins-base1.0-0:amd64:1.8.2-1ubuntu0.2
   Removing obsolete conffile /etc/apparmor.d/usr.bin.ubuntu-core-launcher ...
   dpkg: error processing package gir1.2-gdkpixbuf-2.0:amd64 (--configure):
package gir1.2-gdkpixbuf-2.0:amd64 is already installed and configured
  ErrorMessage: package libgstreamer-plugins-base1.0-0:amd64 is already 
installed and configured
  InstallationDate: Installed on 2016-12-01 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 
(20160421)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: gst-plugins-base1.0
  Title: package libgstreamer-plugins-base1.0-0:amd64 1.8.2-1ubuntu0.2 failed 
to install/upgrade: package libgstreamer-plugins-base1.0-0:amd64 is already 
installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/1646592/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1567012] Re: sudo crashed with SIGSEGV in kill()

2016-12-01 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1565332 ***
https://bugs.launchpad.net/bugs/1565332

** This bug is no longer a duplicate of bug 1580597
   /usr/bin/sudo:11:kill:main
** This bug has been marked a duplicate of bug 1565332
   sudo crashed with SIGABRT in kill()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1567012

Title:
  sudo crashed with SIGSEGV in kill()

Status in sudo package in Ubuntu:
  New

Bug description:
  I ran "sudo unity8" command and system reported a crash. The same
  issue is observed while running "unity8" command without sudo.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: sudo 1.8.16-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  6 23:32:44 2016
  ExecutablePath: /usr/bin/sudo
  InstallationDate: Installed on 2016-03-19 (18 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307)
  ProcCmdline: sudo unity8
  Signal: 11
  SourcePackage: sudo
  StacktraceTop:
   kill () at ../sysdeps/unix/syscall-template.S:84
   ?? ()
   __libc_start_main (main=0x565176113a20, argc=2, argv=0x7fffa79ab5b8, 
init=, fini=, rtld_fini=, 
stack_end=0x7fffa79ab5a8) at ../csu/libc-start.c:291
   ?? ()
  Title: sudo crashed with SIGSEGV in kill()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK
   /etc/sudoers.d/unity8-lxc: parsed OK

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1567553] Re: sudo crashed with SIGSEGV in kill()

2016-12-01 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1565332 ***
https://bugs.launchpad.net/bugs/1565332

** This bug is no longer a duplicate of bug 1580597
   /usr/bin/sudo:11:kill:main
** This bug has been marked a duplicate of bug 1565332
   sudo crashed with SIGABRT in kill()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1567553

Title:
  sudo crashed with SIGSEGV in kill()

Status in sudo package in Ubuntu:
  New

Bug description:
  none, just stopped

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: sudo 1.8.16-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr  7 18:31:18 2016
  ExecutablePath: /usr/bin/sudo
  InstallationDate: Installed on 2016-04-04 (2 days ago)
  InstallationMedia: It
  ProcCmdline: /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root -- doublecmd
  Signal: 11
  SourcePackage: sudo
  StacktraceTop:
   kill () at ../sysdeps/unix/syscall-template.S:84
   ?? ()
   __libc_start_main (main=0x556d9a173a20, argc=9, argv=0x7ffd67dcbe68, 
init=, fini=, rtld_fini=, 
stack_end=0x7ffd67dcbe58) at ../csu/libc-start.c:291
   ?? ()
  Title: sudo crashed with SIGSEGV in kill()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  VisudoCheck:
   /etc/sudoers: ontleden geslaagd
   /etc/sudoers.d/README: ontleden geslaagd

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1565332] Re: sudo crashed with SIGABRT in kill()

2016-12-01 Thread Marc Deslauriers
Confirmed, this is caused by the following change in behaviour:

When the command sudo is running dies due to a signal, sudo will now
send itself that same signal with the default signal handler installed
instead of exiting. The bash shell appears to ignore some signals, e.g.
SIGINT, unless the command being run is killed by that signal. This
makes the behavior of commands run under sudo the same as without sudo
when bash is the shell. Bug #722.

This makes a process receiving a SIGABRT cause sudo to exit with the
same failure.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1565332

Title:
  sudo crashed with SIGABRT in kill()

Status in sudo package in Ubuntu:
  Confirmed

Bug description:
  crash appeared in less than a second after boot-up

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: sudo 1.8.16-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Fri Apr  1 15:23:06 2016
  ExecutablePath: /usr/bin/sudo
  InstallationDate: Installed on 2016-03-28 (4 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root -- caja
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: sudo
  StacktraceTop:
   kill () from /lib/x86_64-linux-gnu/libc.so.6
   ?? ()
   __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
   ?? ()
  Title: sudo crashed with SIGABRT in kill()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1580597] Re: /usr/bin/sudo:11:kill:main

2016-12-01 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1565332 ***
https://bugs.launchpad.net/bugs/1565332

** This bug has been marked a duplicate of bug 1565332
   sudo crashed with SIGABRT in kill()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1580597

Title:
  /usr/bin/sudo:11:kill:main

Status in sudo package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding sudo.  This problem was most recently seen with version
  1.8.16-0ubuntu2, the problem page at
  https://errors.ubuntu.com/problem/df1e2e2bf23715911818cbc34bafb656d382ccdd
  contains more details.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1615156] Re: sudo crashed with signal 5 in kill()

2016-12-01 Thread Marc Deslauriers
*** This bug is a duplicate of bug 1565332 ***
https://bugs.launchpad.net/bugs/1565332

** This bug is no longer a duplicate of bug 1580597
   /usr/bin/sudo:11:kill:main
** This bug has been marked a duplicate of bug 1565332
   sudo crashed with SIGABRT in kill()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1615156

Title:
  sudo crashed with signal 5 in kill()

Status in sudo package in Ubuntu:
  New

Bug description:
  I select Shutdown from the dropdown menu.
  Desktop goes black then system error message appears.
  After the error reporting, it sits there, nothing happening.
  I select Shutdown from the dropdown menu. Nothing happens
  I press the the power button - that is a quick press, not a long one.
  The Ubuntu row of dots appear and it then seems to shut down normally.
  No apparent problems on re-booting.

  There was a terminal window open but it was sitting at the command
  prompt with nothing running.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: sudo 1.8.16-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
  Uname: Linux 4.4.0-34-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Aug 19 23:47:02 2016
  ExecutablePath: /usr/bin/sudo
  InstallationDate: Installed on 2014-09-17 (702 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcCmdline: /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root -- nautilus
  Signal: 5
  SourcePackage: sudo
  StacktraceTop:
   kill () at ../sysdeps/unix/syscall-template.S:84
   ?? ()
   __libc_start_main (main=0x5575cc03fa20, argc=9, argv=0x7ffd41508e28, 
init=, fini=, rtld_fini=, 
stack_end=0x7ffd41508e18) at ../csu/libc-start.c:291
   ?? ()
  Title: sudo crashed with signal 5 in kill()
  UpgradeStatus: Upgraded to xenial on 2016-08-18 (1 days ago)
  UserGroups:

  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583079] Re: Drop dependencies on qtdeclarative5-* transitional packages

2016-12-01 Thread Renato Araujo Oliveira Filho
** Changed in: address-book-app (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1583079

Title:
  Drop dependencies on qtdeclarative5-* transitional packages

Status in webapps-sprint:
  Confirmed
Status in address-book-app package in Ubuntu:
  New
Status in camera-app package in Ubuntu:
  New
Status in content-hub package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in gallery-app package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New
Status in mediaplayer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in pay-service package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in telephony-service package in Ubuntu:
  New
Status in u1db-qt package in Ubuntu:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  Fix Released
Status in ubuntuone-credentials package in Ubuntu:
  Fix Released
Status in unity-webapps-qml package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  ** Please include offered MPs in your next landings of the projects **

  With Ubuntu 16.04 LTS as the recommended deadline many packages
  managed to transition to qml-module-xyz package naming from the
  qtdeclarative5-xyz-plugin package naming (bug #1342031). The next step
  is to update all packages that depend on transitioned qtdeclarative5
  -xyz-plugin to depend on the proper qml-module-xyz packages instead.

  The goal is to then drop the transitional packages now that 14.04 LTS
  -> 16.04 LTS upgrades are secured for all the packages that made the
  transition before 16.04 LTS release.

  You can run the following (not 100% complete) to automate this:

  sed -i 's/qtdeclarative5-accounts-plugin/qml-module-ubuntu-onlineaccounts/' 
debian/control
  sed -i 's/qtdeclarative5-qtcontacts-plugin/qml-module-qtcontacts/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-ui-toolkit-plugin/qml-module-ubuntu-components/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-thumbnailer0.1/qml-module-ubuntu-thumbnailer0.1/' 
debian/control
  sed -i 's/qtdeclarative5-qtquick2-plugin/qml-module-qtquick2/' debian/control
  sed -i 
's/qtdeclarative5-online-accounts-client0.1/qml-module-ubuntu-onlineaccounts-client/'
 debian/control
  sed -i 's/qtdeclarative5-window-plugin/qml-module-qtquick-window2/' 
debian/control
  sed -i 
's/qtdeclarative5-xmllistmodel-plugin/qml-module-qtquick-xmllistmodel/' 
debian/control
  sed -i 
's/qtdeclarative5-folderlistmodel-plugin/qml-module-qt-labs-folderlistmodel/' 
debian/control
  sed -i 
's/qtdeclarative5-localstorage-plugin/qml-module-qtquick-localstorage/' 
debian/control
  sed -i 's/qtdeclarative5-test-plugin/qml-module-qttest/' debian/control
  sed -i 's/qtdeclarative5-ubuntu-web-plugin/qml-module-ubuntu-web/' 
debian/control
  sed -i 's/qtdeclarative5-quicklayouts-plugin/qml-module-qtquick-layouts/' 
debian/control

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1583079/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1643334] Re: root-ca-cert.crt could not be used

2016-12-01 Thread Tyler Hicks
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  root-ca-cert.crt could not be used

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  1) Ubuntu Touch 15.04 (OTA-13) armhf Build 20160913-023544
  2) Ubuntu Touch web Browser
  3) Accessing HTTPS websites by importing root-ca-certificate once
  4) Does not work

  Hi,

  while accessing a HTTPS website, the browser tries to download an
  root-certificate.

  - Download fails
  - If I copy the root-cert to /usr/local/share/ca-certificates/, the browser 
does not care

  Please provide me with a hint to import and use https-certs.

  Many thanks!

  PS: This is a security issue, also.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1643592] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Till Kamppeter
*** This bug is a duplicate of bug 1642966 ***
https://bugs.launchpad.net/bugs/1642966

** This bug has been marked a duplicate of bug 1642966
   package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1643592

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  My Update package failed suddenly.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  CupsErrorLog: W [11/Nov/2016:19:47:35 +0530] Notifier for subscription 94 
(dbus://) went away, retrying!
  Date: Mon Nov 21 20:47:34 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-09-09 (72 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Dell Inc. Inspiron 3542
  Papersize: a4
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=e8ca7b07-c429-4a03-a5b3-dc005d38bd4c ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=e8ca7b07-c429-4a03-a5b3-dc005d38bd4c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (62 days ago)
  dmi.bios.date: 10/16/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0KHNVP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd10/16/2015:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0KHNVP:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-07-23T03:44:46

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1643668] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Till Kamppeter
*** This bug is a duplicate of bug 1642966 ***
https://bugs.launchpad.net/bugs/1642966

** This bug has been marked a duplicate of bug 1642966
   package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1643668

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  don't know

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov 22 00:14:53 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-11-09 (12 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lpstat:
   device for HP-LaserJet-Professional-P1108: 
hp:/usb/HP_LaserJet_Professional_P1108?serial=0Q87WJJQPR1a
   device for HP_LaserJet_Professional_P1108: 
hp:/usb/HP_LaserJet_Professional_P1108?serial=0Q87WJJQPR1a
  MachineType: LENOVO 20078
  Papersize: a4
  PpdFiles:
   HP-LaserJet-Professional-P1108: HP LaserJet Professional p1108, hpcups 
3.16.3, requires proprietary plugin
   HP_LaserJet_Professional_P1108: HP LaserJet Professional p1108, hpcups 
3.16.3, requires proprietary plugin
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=7d13fcb8-b0c3-44b6-a385-936dfc125424 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=7d13fcb8-b0c3-44b6-a385-936dfc125424 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 40CN07WW(V2.06)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: LENOVO
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvr40CN07WW(V2.06):bd05/05/2011:svnLENOVO:pn20078:pvrLenovoG470:rvnLENOVO:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: 20078
  dmi.product.version: Lenovo G470
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644162] Re: package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Till Kamppeter
*** This bug is a duplicate of bug 1642966 ***
https://bugs.launchpad.net/bugs/1642966

** This bug has been marked a duplicate of bug 1642966
   package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1644162

Title:
  package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  plese help me to resolve this bug

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30
  Uname: Linux 4.4.0-49-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Sun Nov 20 14:05:17 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-18 (189 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  Lpstat: device for Canon-imageRunner-3225: socket://192.168.4.245:9100
  MachineType: Acer Aspire E1-572
  Papersize: a4
  PpdFiles: Canon-imageRunner-3225: Canon imageRunner 3225 Foomatic/pxlmono 
(recommended)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=fa2b7af6-107a-4676-82d8-e3b1a54ec35a ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=fa2b7af6-107a-4676-82d8-e3b1a54ec35a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (109 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HW
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/07/2013:svnAcer:pnAspireE1-572:pvrV2.10:rvnAcer:rnEA50_HW:rvrV2.10:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E1-572
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2016-05-20T12:24:31.883503

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646554] Re: libav code

2016-12-01 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 1643467 ***
https://bugs.launchpad.net/bugs/1643467

Please understand that "ubuntu-docs (Ubuntu)" is intended for reporting
issues with the Ubuntu desktop guide. It's not a general wailing wall.

** Package changed: ubuntu-docs (Ubuntu) => libav (Ubuntu)

** This bug has been marked a duplicate of bug 1643467
   Firefox 50 blocks Ubuntu 14.04 LTS's version of libavcodec

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libav in Ubuntu.
https://bugs.launchpad.net/bugs/1646554

Title:
  libav code

Status in libav package in Ubuntu:
  New

Bug description:
  libav codec may be vulnerable or is not supported and should be
  updated to play video

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646554] [NEW] libav code

2016-12-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

libav codec may be vulnerable or is not supported and should be updated
to play video

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

-- 
libav code
https://bugs.launchpad.net/bugs/1646554
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to libav in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1618229] Re: rsyslogd terminal escape sequences injection

2016-12-01 Thread Tyler Hicks
I cannot reproduce this issue with rsyslog as shipped in Ubuntu 14.04
(7.4.4-1ubuntu2.6) or Ubuntu 16.04 (8.16.0-1ubuntu3). rsyslogd seems to
be handling the control characters correctly.

$ tail -f /var/log/syslog
...
Dec  1 17:40:16 sec-xenial-amd64 tyhicks: HELLO #033[2AA#033[2B

Marking this bug as invalid as it isn't reproducible with Ubuntu's
rsyslog package and, judging from the version (7.4.8), you seem to be
running an rsyslogd from a third party or one that you built yourself.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1618229

Title:
  rsyslogd terminal escape sequences injection

Status in rsyslog package in Ubuntu:
  Invalid

Bug description:
  Hi,

  It seems to me that it is possible to inject terminal escape sequences into 
log files via 
  syslog(3)

  # tail -f /var/log/messages

  Aug 23 13:50:33 ghetto kernel: ACPI Error: Method parse/execution failed 
[\_GPE._L10] 
  (Node 88017b0e47d0), AE_NOT_FOUND (20141107/psparse-536)
  (*) Aug 23 13:50:33 ghetto kernel: ACPI Exception: AE_NOT_FOUND, while 
evaluating GPE 
  method [_L10] (20141107/evgpe-581)

  $ logger `printf 'HELLO\n\033[2AA\033[2B'`

  # tail -f /var/log/messages

  Aug 23 13:50:33 ghetto kernel: ACPI Error: Method parse/execution failed 
[\_GPE._L10] 
  (Node 88017b0e47d0), AE_NOT_FOUND (20141107/psparse-536)
  (*) Aug 23 13:50:33 ghetto kernel: ACPI A_NOT_FOUND, while 
evaluating GPE 
  method [_L10] (20141107/evgpe-581)
  Aug 23 13:50:39 ghetto saken: HELLO

  
  On the (*) line, the escape sequence changed its contents, meaning that an 
unprivileged 
  user can take advantage of this to hide their presence on the system by 
changing 
  legitimate logs, modify a window's title, change background and foreground 
color, etc.

  
  While researching this, I found that rsyslogd has 
"$EscapeControlCharactersOnReceive" 
  which claims that is on by default and that "The intent is to provide a way 
to stop 
  non-printable messages from entering the syslog system as whole."

  On my system, this does not seem to be true, and actually went ahead and 
added 
  "$EscapeControlCharactersOnReceive on" to the /etc/rsyslog.conf file, 
restarted rsyslog 
  and the problem still persists.

  I am using rsyslogd 7.4.8

  Thanks,
  Federico Bento.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1629972] Re: networking stop incorrectly disconnects from (network) root filesystem

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package ifupdown - 0.8.13ubuntu3

---
ifupdown (0.8.13ubuntu3) yakkety-proposed; urgency=medium

  * networking.service: exclude loopback device lo in ExecStop (LP:
#1629972)

 -- Scott Moser   Fri, 14 Oct 2016 13:53:32 -0400

** Changed in: ifupdown (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1629972

Title:
  networking stop incorrectly disconnects from (network) root filesystem

Status in MAAS:
  Triaged
Status in ifupdown package in Ubuntu:
  Fix Released
Status in ifupdown source package in Xenial:
  In Progress
Status in ifupdown source package in Yakkety:
  Fix Released
Status in ifupdown package in Debian:
  New

Bug description:
  === Begin SRU Template ===
  [Impact]
  The systemd networking.service unit will bring down the loopback device (lo)
  when it is stopped.  This behavior differs from the behavior in other
  Ubuntu releases (upstart's networking.conf), where 'lo' is not taken down.

  The problem that was seen was that iscsi root over ipv6 would hang on
  shutdown.  

  [Test Case]
  Test is fairly simple and can be demonstrated in lxc container.
  The key is really that the lo device should not have its link set down
  after stopping networking.service.  So, below:
out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty

  should not show 'empty', but should have LOOPBACK,UP,LOWER in its
  output.

  $ release=yakkety; name=y1
  $ lxc launch ubuntu-daily:$release $name
  $ sleep 10
  $ lxc exec $name /bin/bash

  ## show only things that are up (note output has LOOPBACK,UP,LOWER_UP)
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

  % ip address show dev lo up
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever

  ## Stop the service and show lo link is down (no 'UP' or 'LOWER_UP').
  % systemctl stop networking.service
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state DOWN mode DEFAULT group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty
  empty

  ## Now enable proposed, install update, reboot and show.
  % rel=$(lsb_release -sc)
  % echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  sudo tee /etc/apt/sources.list.d/proposed.list
  % sudo apt update -qy && sudo apt install -qy ifupdown  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % ip address show dev lo up
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever
  % systemctl stop networking.service
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever

  
  [Regression Potential]
  Should be pretty low.  zesty and  yakkety-proposed have this.
  Taking down 'lo' is often cause of problems, and never the solution to
  problems as far as I'm aware.

  [Other Info]

  === End SRU Template ===

  With the switch to systemd, all support for iscsi root (and other)
  filesystems disappeared, since shutdown yanks the rug out from under
  us.

  Rather than just relying on /etc/iscsi/iscsi.initramfs (which d-i
  creates..), the DEV check should be expanded to include iscsi devices,
  and networking.service ExecStop should honor those checks.

  Related bugs:
    * bug 1229458: grub2 needed changes
    * bug 1621615: network not configured when ipv6 netbooted into cloud-init
    * bug 1621507: ipv6 network boot does not work

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

-- 
Mailing list: 

[Touch-packages] [Bug 1629972] Update Released

2016-12-01 Thread Brian Murray
The verification of the Stable Release Update for ifupdown 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 regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1629972

Title:
  networking stop incorrectly disconnects from (network) root filesystem

Status in MAAS:
  Triaged
Status in ifupdown package in Ubuntu:
  Fix Released
Status in ifupdown source package in Xenial:
  In Progress
Status in ifupdown source package in Yakkety:
  Fix Released
Status in ifupdown package in Debian:
  New

Bug description:
  === Begin SRU Template ===
  [Impact]
  The systemd networking.service unit will bring down the loopback device (lo)
  when it is stopped.  This behavior differs from the behavior in other
  Ubuntu releases (upstart's networking.conf), where 'lo' is not taken down.

  The problem that was seen was that iscsi root over ipv6 would hang on
  shutdown.  

  [Test Case]
  Test is fairly simple and can be demonstrated in lxc container.
  The key is really that the lo device should not have its link set down
  after stopping networking.service.  So, below:
out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty

  should not show 'empty', but should have LOOPBACK,UP,LOWER in its
  output.

  $ release=yakkety; name=y1
  $ lxc launch ubuntu-daily:$release $name
  $ sleep 10
  $ lxc exec $name /bin/bash

  ## show only things that are up (note output has LOOPBACK,UP,LOWER_UP)
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

  % ip address show dev lo up
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever

  ## Stop the service and show lo link is down (no 'UP' or 'LOWER_UP').
  % systemctl stop networking.service
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state DOWN mode DEFAULT group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty
  empty

  ## Now enable proposed, install update, reboot and show.
  % rel=$(lsb_release -sc)
  % echo "deb http://archive.ubuntu.com/ubuntu $rel-proposed main" |
  sudo tee /etc/apt/sources.list.d/proposed.list
  % sudo apt update -qy && sudo apt install -qy ifupdown  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % ip address show dev lo up
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever
  % systemctl stop networking.service
  % ip link show dev lo
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  % out=$(ip address show dev lo up); [ -n "$out" ] && echo "$out" || echo empty
  1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1
  link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  inet 127.0.0.1/8 scope host lo
 valid_lft forever preferred_lft forever
  inet6 ::1/128 scope host
 valid_lft forever preferred_lft forever

  
  [Regression Potential]
  Should be pretty low.  zesty and  yakkety-proposed have this.
  Taking down 'lo' is often cause of problems, and never the solution to
  problems as far as I'm aware.

  [Other Info]

  === End SRU Template ===

  With the switch to systemd, all support for iscsi root (and other)
  filesystems disappeared, since shutdown yanks the rug out from under
  us.

  Rather than just relying on /etc/iscsi/iscsi.initramfs (which d-i
  creates..), the DEV check should be expanded to include iscsi devices,
  and networking.service ExecStop should honor those checks.

  Related bugs:
    * bug 1229458: grub2 needed changes
    * bug 1621615: network not configured when ipv6 netbooted into cloud-init
    * bug 1621507: ipv6 network boot does not work

To manage notifications about this bug go to:

[Touch-packages] [Bug 1625805] Re: dragonboard: history daemon dereferences a rogue pointer

2016-12-01 Thread Pat McGowan
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Canonical System Image:
  New
Status in Snappy:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1504079] Re: tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

2016-12-01 Thread Glenn Brauen
I've had this start-up crash since upgrading to 16.04 LTS.  Finally
purged tracker-extract and this seems not to cause problems.  Indexer
already crashed on start-up every time so file search was useless anyway
(find/grep in a terminal has always been reliable).

Can't purge tracker because of the dependencies (gnome-desktop) but
taking out tracker-extract seems OK.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1504079

Title:
  tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()

Status in tracker package in Ubuntu:
  Confirmed

Bug description:
  i need

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: tracker-extract 1.4.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic i686
  ApportVersion: 2.19-0ubuntu1
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Oct  8 16:04:40 2015
  ExecutablePath: /usr/lib/tracker/tracker-extract
  InstallationDate: Installed on 2015-09-13 (25 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422)
  ProcCmdline: /usr/lib/tracker/tracker-extract
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xad14eb08 :mov
(%eax),%eax
   PC (0xad14eb08) ok
   source "(%eax)" (0x007c) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: tracker
  StacktraceTop:
   gst_video_info_to_caps () from /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/gstreamer-1.0/libgstlibav.so
   ?? () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
   ?? () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
   avcodec_decode_video2 () from /usr/lib/i386-linux-gnu/libavcodec-ffmpeg.so.56
  Title: tracker-extract crashed with SIGSEGV in gst_video_info_to_caps()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644866] Re: I cant log in

2016-12-01 Thread Tyler Hicks
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1644866

Title:
  I cant log in

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi I can login only in terminal mode. The Gui dont funcition

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: xorg 1:7.7+13ubuntu4
  ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
  Uname: Linux 4.8.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CasperVersion: 1.379
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Nov 25 15:20:37 2016
  DistUpgraded: Fresh install
  DistroCodename: yakkety
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation GT218 [GeForce 405] [10de:10c5] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: PC Partner Limited / Sapphire Technology GT218 [GeForce 405] 
[174b:3150]
  LiveMediaBuild: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: Packard Bell imedia S3850
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/hostname.seed boot=casper quiet splash ---
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P01-A0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: imedia S3850
  dmi.board.vendor: Packard Bell
  dmi.chassis.type: 3
  dmi.chassis.vendor: Packard Bell
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A0:bd11/20/2010:svnPackardBell:pnimediaS3850:pvrP01-A0:rvnPackardBell:rnimediaS3850:rvr:cvnPackardBell:ct3:cvr:
  dmi.product.name: imedia S3850
  dmi.product.version: P01-A0
  dmi.sys.vendor: Packard Bell
  version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
  xserver.bootTime: Fri Nov 25 15:15:35 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputAT Translated Set 2 keyboard KEYBOARD, id 8
   inputImPS/2 BYD TouchPad  MOUSE, id 9
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu6
  xserver.video_driver: nouveau

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644654] Re: PCI/internal sound card not detected

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1644654

Title:
  PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I installed ubuntu 16.04 and now I have no sound! Before that, I was using 
ubuntu 14.04 and
  I had no problem with sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  NonfreeKernelModules: hid_generic usbhid hid i915 nouveau mxm_wmi wmi 
i2c_algo_bit ttm drm_kms_helper syscopyarea sysfillrect ahci psmouse sysimgblt 
libahci fb_sys_fops r8169 drm mii video fjes
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Nov 24 23:57:57 2016
  InstallationDate: Installed on 2016-11-24 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN31WW(V1.10)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN31WW(V1.10):bd11/16/2012:svnLENOVO:pn20202:pvrLenovoIdeaPadZ500:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500:
  dmi.product.name: 20202
  dmi.product.version: Lenovo IdeaPad Z500
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644335] Re: Do not know

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1644335

Title:
  Do not know

Status in xorg package in Ubuntu:
  New

Bug description:
  none

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-92.139-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-92-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Nov 23 18:19:08 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GF119 [GeForce GT 620 OEM] [10de:1049] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology GF119 [GeForce GT 620 
OEM] [174b:0620]
  InstallationDate: Installed on 2014-02-08 (1018 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  MachineType: Packard Bell imedia S2870
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-92-generic.efi.signed 
root=UUID=0811fbe8-8eab-4d6f-983c-cbc1027ba003 ro plymouth:debug drm.debug=0xe 
init=/sbin/upstart
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P11-A4
  dmi.board.name: imedia S2870
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Packard Bell
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP11-A4:bd03/05/2013:svnPackardBell:pnimediaS2870:pvr:rvnPackardBell:rnimediaS2870:rvrV1.0:cvnPackardBell:ct3:cvr:
  dmi.product.name: imedia S2870
  dmi.sys.vendor: Packard Bell
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Nov 23 17:22:36 2016
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-0ubuntu0.1
  xserver.video_driver: nouveau

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625805] Re: arm64: history daemon dereferences a rogue pointer

2016-12-01 Thread kevin gunn
Per the discussion above, this could be anywhere (qtmir, untiy8) not 
necessarily in unity8 per se.
It does seem that this is specific to "unity8 on dragonboard" though.
We know that...
- mir-kiosk examples works on dragonboard
- unity8 works on arm64 m10


** Summary changed:

- arm64: history daemon dereferences a rogue pointer
+ dragonboard: history daemon dereferences a rogue pointer

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Snappy:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1625805] Re: arm64: history daemon dereferences a rogue pointer

2016-12-01 Thread kevin gunn
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1625805

Title:
  dragonboard: history daemon dereferences a rogue pointer

Status in Snappy:
  New
Status in linux package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  we are running the unity8 session snap on amd64 without any problems.
  to setup and reproduce the problem follow the "on Dragonboard" section of 
  
https://docs.google.com/document/d/1o-jKITqUxRsujmN3OwRj3wRnn6dgblKuvrhKjeN8-Wc

  You can also find the panic signature at line 3276 of the attached
  syslog.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646525] Re: FAIL! : components::CrossFadeImage::test_fade(row 0) 'wait for signal statusChanged' returned FALSE. ()

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1646525

Title:
  FAIL!  : components::CrossFadeImage::test_fade(row 0) 'wait for signal
  statusChanged' returned FALSE. ()

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Failure on CI. See https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-
  ui-toolkit-ci-amd64-devel/1364/consoleFull

  Blocks landing https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit
  /examples-depend-models/+merge/312256 to staging.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646543] [NEW] add support for ZFS datasets for systemd-fstab-generator

2016-12-01 Thread Karl-Philipp Richter
Public bug reported:

`legacy` mountpoints for ZFS datasets are specified as
`[pool]/[dataset]` in `/etc/fstab` which `systemd-fstab-generator`
doesn't understand and skips with warning `systemd-fstab-
generator[20245]: Checking was requested for "data/data", but it is not
a device.` which breaks dependency resolution for ZFS mountpoints.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: systemd 231-9ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
Uname: Linux 4.8.0-28-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  1 17:36:28 2016
InstallationDate: Installed on 2015-12-12 (355 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20221
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-28-generic 
root=UUID=791b47e7-915d-4d5a-bce0-d7e9b660a2ab ro 
rootflags=subvol=ubuntu-main-root
SourcePackage: systemd
UpgradeStatus: Upgraded to yakkety on 2016-10-17 (45 days ago)
dmi.bios.date: 07/12/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 71CN51WW(V1.21)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: 3193WIN8 STD MLT
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad Z500 Touch
dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
dmi.product.name: 20221
dmi.product.version: Lenovo IdeaPad Z500 Touch
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug yakkety

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

Title:
  add support for ZFS datasets for systemd-fstab-generator

Status in systemd package in Ubuntu:
  New

Bug description:
  `legacy` mountpoints for ZFS datasets are specified as
  `[pool]/[dataset]` in `/etc/fstab` which `systemd-fstab-generator`
  doesn't understand and skips with warning `systemd-fstab-
  generator[20245]: Checking was requested for "data/data", but it is
  not a device.` which breaks dependency resolution for ZFS mountpoints.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: systemd 231-9ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-28.30-generic 4.8.6
  Uname: Linux 4.8.0-28-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  1 17:36:28 2016
  InstallationDate: Installed on 2015-12-12 (355 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20221
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-28-generic 
root=UUID=791b47e7-915d-4d5a-bce0-d7e9b660a2ab ro 
rootflags=subvol=ubuntu-main-root
  SourcePackage: systemd
  UpgradeStatus: Upgraded to yakkety on 2016-10-17 (45 days ago)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1643668] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1643668

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  don't know

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Tue Nov 22 00:14:53 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-11-09 (12 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lpstat:
   device for HP-LaserJet-Professional-P1108: 
hp:/usb/HP_LaserJet_Professional_P1108?serial=0Q87WJJQPR1a
   device for HP_LaserJet_Professional_P1108: 
hp:/usb/HP_LaserJet_Professional_P1108?serial=0Q87WJJQPR1a
  MachineType: LENOVO 20078
  Papersize: a4
  PpdFiles:
   HP-LaserJet-Professional-P1108: HP LaserJet Professional p1108, hpcups 
3.16.3, requires proprietary plugin
   HP_LaserJet_Professional_P1108: HP LaserJet Professional p1108, hpcups 
3.16.3, requires proprietary plugin
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=7d13fcb8-b0c3-44b6-a385-936dfc125424 ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=7d13fcb8-b0c3-44b6-a385-936dfc125424 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/05/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 40CN07WW(V2.06)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: LENOVO
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvr40CN07WW(V2.06):bd05/05/2011:svnLENOVO:pn20078:pvrLenovoG470:rvnLENOVO:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: 20078
  dmi.product.version: Lenovo G470
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644162] Re: package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1644162

Title:
  package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  plese help me to resolve this bug

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4ubuntu0.1
  ProcVersionSignature: Ubuntu 4.4.0-49.70-generic 4.4.30
  Uname: Linux 4.4.0-49-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Sun Nov 20 14:05:17 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-18 (189 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  Lpstat: device for Canon-imageRunner-3225: socket://192.168.4.245:9100
  MachineType: Acer Aspire E1-572
  Papersize: a4
  PpdFiles: Canon-imageRunner-3225: Canon imageRunner 3225 Foomatic/pxlmono 
(recommended)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=fa2b7af6-107a-4676-82d8-e3b1a54ec35a ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-49-generic.efi.signed 
root=UUID=fa2b7af6-107a-4676-82d8-e3b1a54ec35a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4ubuntu0.1 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (109 days ago)
  dmi.bios.date: 10/07/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA50_HW
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/07/2013:svnAcer:pnAspireE1-572:pvrV2.10:rvnAcer:rnEA50_HW:rvrV2.10:cvnAcer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E1-572
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2016-05-20T12:24:31.883503

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1643592] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1643592

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  New

Bug description:
  My Update package failed suddenly.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
  Uname: Linux 4.4.0-47-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  CupsErrorLog: W [11/Nov/2016:19:47:35 +0530] Notifier for subscription 94 
(dbus://) went away, retrying!
  Date: Mon Nov 21 20:47:34 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-09-09 (72 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
(20140722.2)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  MachineType: Dell Inc. Inspiron 3542
  Papersize: a4
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=e8ca7b07-c429-4a03-a5b3-dc005d38bd4c ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-generic 
root=UUID=e8ca7b07-c429-4a03-a5b3-dc005d38bd4c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: Upgraded to xenial on 2016-09-19 (62 days ago)
  dmi.bios.date: 10/16/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0KHNVP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd10/16/2015:svnDellInc.:pnInspiron3542:pvrNotSpecified:rvnDellInc.:rn0KHNVP:rvrA09:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3542
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.default.cups:
   # Cups configure options
   
   # LOAD_LP_MODULE: enable/disable to load "lp" parallel printer driver module
   # LOAD_LP_MODULE has migrated to /etc/modules-load.d/cups-filters.conf
   # LOAD_LP_MODULE=yes
  mtime.conffile..etc.default.cups: 2014-07-23T03:44:46

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644592] Re: package libssl-dev 1.0.2g-1 failed to install/upgrade: trying to overwrite shared '/usr/include/openssl/opensslv.h', which is different from other instances of packa

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1644592

Title:
  package libssl-dev 1.0.2g-1 failed to install/upgrade: trying to
  overwrite shared '/usr/include/openssl/opensslv.h', which is different
  from other instances of package libssl-dev:amd64

Status in openssl package in Ubuntu:
  New

Bug description:
  The following packages will be upgraded:
libssl-dev
  1 upgraded, 0 newly installed, 0 to remove and 417 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/1,344 kB of archives.
  After this operation, 229 kB disk space will be freed.
  Do you want to continue? [Y/n] Y
  (Reading database ... 230954 files and directories currently installed.)
  Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.5_amd64.deb ...
  Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.5) over (1.0.2g-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libssl-dev_1.0.2g-1ubuntu4.5_amd64.deb (--unpack):
   trying to overwrite shared '/usr/include/openssl/opensslv.h', which is 
different from other instances of package libssl-dev:amd64
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/libssl-dev_1.0.2g-1ubuntu4.5_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libssl-dev 1.0.2g-1
  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
  AptOrdering:
   libssl-dev: Install
   zlib1g-dev: Configure
   libssl-dev: Configure
   libssl-dev: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Thu Nov 24 17:56:05 2016
  ErrorMessage: trying to overwrite shared '/usr/include/openssl/opensslv.h', 
which is different from other instances of package libssl-dev:amd64
  InstallationDate: Installed on 2016-10-25 (30 days ago)
  InstallationMedia: It
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: openssl
  Title: package libssl-dev 1.0.2g-1 failed to install/upgrade: trying to 
overwrite shared '/usr/include/openssl/opensslv.h', which is different from 
other instances of package libssl-dev:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1645117] Re: package gconf2 3.2.6-3ubuntu7 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1645117

Title:
  package gconf2 3.2.6-3ubuntu7 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  --

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic i686
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: i386
  Date: Sun Nov 27 21:29:34 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-09-03 (85 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu7 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: Upgraded to yakkety on 2016-11-27 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646149] Re: package pulseaudio-module-bluetooth 1:9.0-2ubuntu2.1 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2016-12-01 Thread Tyler Hicks
** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1646149

Title:
  package pulseaudio-module-bluetooth 1:9.0-2ubuntu2.1 failed to
  install/upgrade: vereistenproblemen - blijft ongeconfigureerd

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  --

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: pulseaudio-module-bluetooth 1:9.0-2ubuntu2.1
  ProcVersionSignature: Ubuntu 4.8.0-25.27-generic 4.8.1
  Uname: Linux 4.8.0-25-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pieter11079 F pulseaudio
   /dev/snd/seq:timidity   1007 F timidity
  Date: Tue Nov 29 19:47:08 2016
  ErrorMessage: vereistenproblemen - blijft ongeconfigureerd
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: pulseaudio
  Title: package pulseaudio-module-bluetooth 1:9.0-2ubuntu2.1 failed to 
install/upgrade: vereistenproblemen - blijft ongeconfigureerd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/08/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080015
  dmi.board.name: G41MXP/G41MXP-V
  dmi.board.vendor: FOXCONN
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: O.E.M
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd06/08/2010:svnO.E.M:pnO.E.M:pvr:rvnFOXCONN:rnG41MXP/G41MXP-V:rvr1.0:cvnO.E.M:ct3:cvr:
  dmi.product.name: O.E.M
  dmi.sys.vendor: O.E.M

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1583079] Re: Drop dependencies on qtdeclarative5-* transitional packages

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1583079

Title:
  Drop dependencies on qtdeclarative5-* transitional packages

Status in webapps-sprint:
  Confirmed
Status in address-book-app package in Ubuntu:
  New
Status in camera-app package in Ubuntu:
  New
Status in content-hub package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in gallery-app package in Ubuntu:
  New
Status in kubuntu-meta package in Ubuntu:
  New
Status in mediaplayer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in notes-app package in Ubuntu:
  New
Status in pay-service package in Ubuntu:
  Fix Released
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in telephony-service package in Ubuntu:
  New
Status in u1db-qt package in Ubuntu:
  New
Status in ubuntu-html5-theme package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-push-qml package in Ubuntu:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  New
Status in ubuntu-ui-extras package in Ubuntu:
  Fix Released
Status in ubuntuone-credentials package in Ubuntu:
  Fix Released
Status in unity-webapps-qml package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  ** Please include offered MPs in your next landings of the projects **

  With Ubuntu 16.04 LTS as the recommended deadline many packages
  managed to transition to qml-module-xyz package naming from the
  qtdeclarative5-xyz-plugin package naming (bug #1342031). The next step
  is to update all packages that depend on transitioned qtdeclarative5
  -xyz-plugin to depend on the proper qml-module-xyz packages instead.

  The goal is to then drop the transitional packages now that 14.04 LTS
  -> 16.04 LTS upgrades are secured for all the packages that made the
  transition before 16.04 LTS release.

  You can run the following (not 100% complete) to automate this:

  sed -i 's/qtdeclarative5-accounts-plugin/qml-module-ubuntu-onlineaccounts/' 
debian/control
  sed -i 's/qtdeclarative5-qtcontacts-plugin/qml-module-qtcontacts/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-ui-toolkit-plugin/qml-module-ubuntu-components/' 
debian/control
  sed -i 
's/qtdeclarative5-ubuntu-thumbnailer0.1/qml-module-ubuntu-thumbnailer0.1/' 
debian/control
  sed -i 's/qtdeclarative5-qtquick2-plugin/qml-module-qtquick2/' debian/control
  sed -i 
's/qtdeclarative5-online-accounts-client0.1/qml-module-ubuntu-onlineaccounts-client/'
 debian/control
  sed -i 's/qtdeclarative5-window-plugin/qml-module-qtquick-window2/' 
debian/control
  sed -i 
's/qtdeclarative5-xmllistmodel-plugin/qml-module-qtquick-xmllistmodel/' 
debian/control
  sed -i 
's/qtdeclarative5-folderlistmodel-plugin/qml-module-qt-labs-folderlistmodel/' 
debian/control
  sed -i 

[Touch-packages] [Bug 1618078] Re: "Grabbing" mouse cursor not shown when moving window on first press.

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1618078

Title:
  "Grabbing" mouse cursor not shown when moving window on first press.

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  To reproduce on an unity8 desktop session:
  1. Open a window
  2. Press on the window decoration to start dragging the window

  Expected behavior:
  The "grabbing" mouse is shown.

  Actual behavior:
  The "grabbing" mouse is not shown until first mouse motion.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595947] Re: brightness not changing from either u-s-s or hardkey on unity8-desktop

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-system-compositor in
Ubuntu.
https://bugs.launchpad.net/bugs/1595947

Title:
  brightness not changing from either  u-s-s or hardkey on
  unity8-desktop

Status in Canonical System Image:
  In Progress
Status in Mir:
  Invalid
Status in unity8-desktop-session:
  Confirmed
Status in mir package in Ubuntu:
  Invalid
Status in repowerd package in Ubuntu:
  Fix Committed
Status in unity-system-compositor package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity8-desktop-session package in Ubuntu:
  Confirmed

Bug description:
  Running unity8-desktop session on my macbookpro which has a hard display 
brightness key, currently it makes no effect. Also, opened 
ubuntu-sytstem-settings and changing the brightness slider also makes no effect.
  sorry for spamming projects, not sure which to log against.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641578] Re: can enter spread while in emergency dialer in greeter

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1641578

Title:
  can enter spread while in emergency dialer in greeter

Status in Canonical System Image:
  Fix Committed
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce:

  * lock the device
  * from the lockscreen, open the emergency dialoer
  * do a right edge swipe

  => spread is shown

  during a lockdown, nothing but the dialer app should be shown

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1637478] Re: Launcher: quicklists should not have a divider between each entry.

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1637478

Title:
  Launcher: quicklists should not have a divider between each entry.

Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Do not show a divider between each ql entry but just between each
  section, similar to what unity7 does.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638245] Re: Files in the root of a folder on another partition symlinked to user's home cannot be moved to trash because of a patch in this package

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package glib2.0 - 2.51.0-2

---
glib2.0 (2.51.0-2) experimental; urgency=medium

  * Merge changes from 2.50.2-2:
+ debian/rules: disable libmount on !linux (Closes: #844052)
+ debian/patches/0001-Fix-trashing-on-overlayfs.patch: Update with new
  version from the upstream report to hopefully fix trashing of files in
  directories which are symlinks to different devices. (Closes: #800047)
  (LP: #1638245)

 -- Iain Lane   Wed, 23 Nov 2016 17:36:07 +

** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1638245

Title:
  Files in the root of a folder on another partition symlinked to user's
  home cannot be moved to trash because of a patch in this package

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Xenial:
  New
Status in glib2.0 source package in Yakkety:
  In Progress

Bug description:
  [ Description ]

  Can't trash files if the directory they are in is a symlink to another
  device

  [ QA ]

  Steps:
  1. Install system and partition disk into root and data partitions
  2. create ~/Data folder, and mount data partition on it
  3. create symlinks for ~/whatever/ to ~/Data/something/
  4. delete files directly inside ~/whatever/

  What happen:
  Then Nautilus says: "File can't be put in the trash. Do you want to delete it 
immediately?".

  What should happen:
  The files moved into Trash.

  [ Regression potential ]

  The proposed fix uses g_stat instead of g_stat to follow symlinks, so
  we know where to place the trash (you can't rename() across
  filesystems). If that is wrong, then it could regress trashing other
  kinds of files.

  [ Original ]

  I'm on Ubuntu 16.10 64-bit with libglib2.0-0 version 2.50.0-1.

  I've reported this bug (or marked as "it affects me") in a couple of
  other places before I've finally discovered that this is the package
  that's causing this problem, which unfortunately has been around for a
  couple of years now.

  This bug has been reported upstream as well, but it's just taking very
  very long to arrive at a decision and take action it seems.

  Apparently one of the patches
  (https://sources.debian.net/patches/glib2.0/2.50.1-1/0001-Fix-
  trashing-on-overlayfs.patch/) which is here
  
(https://launchpad.net/ubuntu/+archive/primary/+files/glib2.0_2.50.0-1.debian.tar.xz)
  to the original package which is here
  
(https://launchpad.net/ubuntu/+archive/primary/+files/glib2.0_2.50.0.orig.tar.xz)
  is the root cause of this annoying problem.

  As I prefer keeping one patition for the root filesystem (/), one
  partition for user settings (/home) and one partition for user data
  (Documents, Downloads, Drive, Music, Pictures, Public, Videos) which
  are simply symlinked to my home folder for ease of use, I cannot move
  any file to the trash in the root of these folders when I access them
  from my home folder or nautilus sidebar.

  This problem doesn't affect folders at all, nor any other files in
  subfolders, etc.

  So I was wondering if Ubuntu devs can leave out that particular patch
  when building this package for Ubuntu - if it doesn't cause more harm,
  which I doubt.

  Otherwise, I would appreciate if I could learn how to do it myself:
  how can I (as an end-user) compile the contents of
  "glib2.0_2.50.0.orig.tar.xz" with all the patches, etc. in
  "glib2.0_2.50.0-1.debian.tar.xz" except "0001-Fix-trashing-on-
  overlayfs.patch"?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1641943] Re: Installing bouncer looks out of place

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1641943

Title:
  Installing bouncer looks out of place

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The blue bouncer bar which appears when installing applications on the
  phone/tablet is behind screenshots, and looks out of place. See
  screenshot

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1644468] Re: pull to refresh text to bright on scopes with new theme

2016-12-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.15+17.04.20161129-0ubuntu1

---
unity8 (8.15+17.04.20161129-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Fix PreviewProgress implicitHeight (LP: #1641943)
  * Adapt to dummy notification being gone
  * Fix autopilot test_lock_screen tests
  * Autopilot: Add more applications to the list for wider screens
  * Fix autopilot DashHelperTestCase.test_search
  * Also install the Screens mock
  * Give default value to gu-px size

  [ Andrea Azzarone ]
  * Set Mir.cursorName to "grabbing" on first mouse press on a window
decoration. Don't wait for press+motion. (LP: #1618078)
  * Do not show a divider between each quicklist entry but just between
each section, similar to how unity7 does. (LP: #1637478)

  [ Andrea Cimitan ]
  * Fix white text (LP: #1644468)
  * Make MascotLoader in CardCreator flat
  * Make the remaining UbuntuShape flat
  * added dropshadow from panel indicators to dash page header extra
panel, so there is right shadow when the extra panel is narrow
  * Look up for expandable template dash category flag

  [ Brian Douglass ]
  * Added a setting to enable/disable the indicator dropdown menu.

  [ Daniel d'Andrada ]
  * There's no need for WindowDecoration to access the appDelegate

  [ Lukáš Tinkl ]
  * Enable brightness (laptop backlight) handling on desktop/laptop PCs
(LP: #1595947)

  [ Michael Zanetti ]
  * disable spread interaction while locked (LP: #1641578)

  [ Andrea Azzarone, Michał Sawicz ]
  * Implement launcher tooltips.

  [ Olivier Tilloy ]
  * Remove dependency on transitional package. (LP: #1583079)

 -- Michał Sawicz   Tue, 29 Nov 2016
09:43:33 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1644468

Title:
  pull to refresh text to bright on scopes with new theme

Status in Canonical System Image:
  Fix Committed
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  the rc-proposed images recently got new scopes and a brighter theme.
  with this theme the "pull to refresh" text in the scopes became
  unreadable bright (see attached screenshot). the grey tone of the font
  is only very minimally brighter than the background. if we want to
  keep the text there it should be changed to have more contrast so it
  is readable.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646537] [NEW] Backlight sometimes fails to resume from suspend & screen brightness sometimes will not dim below 100%

2016-12-01 Thread Benjamin Morgan
Public bug reported:

Back-light sometimes fails to resume from suspend & screen brightness
sometimes will not dim below 100%

Issue is interment in occurrence. Will be reproducible with the command
"sudo pm-suspend" & or close/reopen laptop lid for a period of time days
or hours, then go a period of time, days or hours without being able to
trigger it again.

This is irrespective of running "apt-get update && apt-get upgrade -y"
and has continued to be intermittent on last 3 versions of 3.19 kernel.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.19.0-74.82~14.04.1-generic 3.19.8-ckt22
Uname: Linux 3.19.0-74-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Dec  1 10:06:43 2016
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150721-1
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Device [8086:191b] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:06e5]
InstallationDate: Installed on 2016-11-22 (8 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150721-23:28
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04f3:21d4 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 004: ID 1bcf:2b95 Sunplus Innovation Technology Inc. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Precision 5510
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-74-generic.efi.signed 
root=UUID=8eaa6744-6718-456a-bda0-762475144d35 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/31/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.14
dmi.board.name: 0W7V82
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.14:bd08/31/2016:svnDellInc.:pnPrecision5510:pvr:rvnDellInc.:rn0W7V82:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision 5510
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Dec  1 09:14:43 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5182 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3.1~trusty1.1

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1646537

Title:
  Backlight sometimes fails to resume from suspend & screen brightness
  sometimes will not dim below 100%

Status in xorg package in Ubuntu:
  New

Bug description:
  Back-light sometimes fails to resume from suspend & screen brightness
  sometimes will not dim below 100%

  Issue is interment in occurrence. Will be reproducible with the
  command "sudo pm-suspend" & or close/reopen laptop lid for a period of
  time days or hours, then go a period of time, days or hours without
  being able to trigger it again.

  This is irrespective of running "apt-get update && apt-get upgrade -y"
  and has continued to be intermittent on last 3 versions of 3.19
  kernel.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-74.82~14.04.1-generic 3.19.8-ckt22
  Uname: Linux 3.19.0-74-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  

[Touch-packages] [Bug 1646530] [NEW] network-manager dns-search

2016-12-01 Thread Charles
Public bug reported:

NetworkManager is ignoring the ipv4.dns-search when using VPN.

This was not the case with 14.04 LTS.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1646530

Title:
  network-manager dns-search

Status in network-manager package in Ubuntu:
  New

Bug description:
  NetworkManager is ignoring the ipv4.dns-search when using VPN.

  This was not the case with 14.04 LTS.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1538284] Re: Unescaped left brace in regex is deprecated

2016-12-01 Thread V. K.
This is also happening with postgresql-9.5 on 16.10
(9.5.5-0ubuntu0.16.10).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1538284

Title:
  Unescaped left brace in regex is deprecated

Status in pam package in Ubuntu:
  Confirmed

Bug description:
  When installing postgresql on Ubuntu 16.04 (xenial), the following
  warning are raised:

  Unescaped left brace in regex is deprecated, passed through in regex; marked 
by <-- HERE in m/(?https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1538284/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

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

** Changed in: init-system-helpers (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1642966

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

Status in cups package in Ubuntu:
  Confirmed
Status in init-system-helpers package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  This is in xenial-proposed, please block release to -updates
  accordingly :)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-46.67-generic 4.4.24
  Uname: Linux 4.4.0-46-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CupsErrorLog:
   
  Date: Fri Nov 18 11:13:15 2016
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-02 (200 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lpstat: device for mallards-officejet-pro-8600: 
dnssd://Officejet%20Pro%208600%20%5BD63461%5D._ipp._tcp.local/?uuid=1c852a4d-b800-1f08-abcd-d89d67d63461
  MachineType: Dell Inc. XPS 15 9550
  Papersize: a4
  PpdFiles: mallards-officejet-pro-8600: HP Officejet Pro 8600, hpcups 3.16.3
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-46-generic.efi.signed 
root=UUID=3643ef37-7cee-41b3-9387-2faa819c44db ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/07/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.02.00
  dmi.board.name: 0N7TVV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.02.00:bd04/07/2016:svnDellInc.:pnXPS159550:pvr:rvnDellInc.:rn0N7TVV:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 15 9550
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646479] Re: Unity8 applications require access to name=com.ubuntu.MenuRegistrar

2016-12-01 Thread Nick Dedekind
** Description changed:

  All Qt applications running under unity8 require dbus access to
  name="com.ubuntu.MenuRegistrar"
  
  This will enable application menus for unity8 applications.
+ 
+ The interface is described here:
+ http://pastebin.ubuntu.com/23563719/
+ 
+ bus=session
+ path="/com/ubuntu/MenuRegistrar"
+ interface="com.ubuntu.MenuRegistrar"

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1646479

Title:
  Unity8 applications require access to name=com.ubuntu.MenuRegistrar

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed

Bug description:
  All Qt applications running under unity8 require dbus access to
  name="com.ubuntu.MenuRegistrar"

  This will enable application menus for unity8 applications.

  The interface is described here:
  http://pastebin.ubuntu.com/23563719/

  bus=session
  path="/com/ubuntu/MenuRegistrar"
  interface="com.ubuntu.MenuRegistrar"

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646525] [NEW] FAIL! : components::CrossFadeImage::test_fade(row 0) 'wait for signal statusChanged' returned FALSE. ()

2016-12-01 Thread Tim Peeters
Public bug reported:

Failure on CI. See https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui-
toolkit-ci-amd64-devel/1364/consoleFull

Blocks landing https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit
/examples-depend-models/+merge/312256 to staging.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1646525

Title:
  FAIL!  : components::CrossFadeImage::test_fade(row 0) 'wait for signal
  statusChanged' returned FALSE. ()

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Failure on CI. See https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-
  ui-toolkit-ci-amd64-devel/1364/consoleFull

  Blocks landing https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit
  /examples-depend-models/+merge/312256 to staging.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576698] Re: ntpdate-debian not working

2016-12-01 Thread Launchpad Bug Tracker
** Merge proposal linked:
   https://code.launchpad.net/~paelzer/ubuntu/+source/ntp/+git/ntp/+merge/312269

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/1576698

Title:
  ntpdate-debian not working

Status in ntp package in Ubuntu:
  Fix Released
Status in ntp source package in Xenial:
  Fix Released
Status in ntp package in Debian:
  New

Bug description:
  [Impact]

   * ntpdate-debian fails to work if ntp is installed at the same time
  due to a conflict in the updated ntp config to the ntpdate-debian
  script.

  [Test Case]
  # e.g. spawn xenial container
  # Note: only occurs when ntp is installed as well
  $ apt-get install ntpdate ntp
  $ ntpdate-debian
  (Note for latter verification enable proposed in that container and re-update 
ntpdate)

  [Regression Potential]

   * There could exists a custom user conf that had a mixed server AND
  pool specified, that now will use the first of both types while
  instead formerly it would have used the first server entry. The chance
  for this is super-low IMHO, but this case exists.


  

  
  in 16.04 I get this
  # ntpdate-debian
  28 Apr 09:54:14 ntpdate[30747]: no servers can be used, exiting

  The problem is that ntpdate-debian parse  /etc/ntp.conf, searchin for the 
word "server",
  but the format of the file as changed a bit

  < server 0.ubuntu.pool.ntp.org
  < server 1.ubuntu.pool.ntp.org
  < server 2.ubuntu.pool.ntp.org
  < server 3.ubuntu.pool.ntp.org
  ---
  > pool 0.ubuntu.pool.ntp.org iburst
  > pool 1.ubuntu.pool.ntp.org iburst
  > pool 2.ubuntu.pool.ntp.org iburst
  > pool 3.ubuntu.pool.ntp.org iburst
  25c24
  < server ntp.ubuntu.com
  ---
  > pool ntp.ubuntu.com

  the word server as been replaced by "pool"

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646456] Re: "Always show the launcher" does not work in "tablet" mode

2016-12-01 Thread Pat McGowan
or we could hide the toggle on the panel in staged mode

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646456

Title:
  "Always show the launcher" does not work in "tablet" mode

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  bq M10 FHD rc-proposed r243

  Steps to reproduce:
  0. Make sure 'Desktop mode' is switched off
  1. Go to System Setting > Launcher
  2. Switch on 'Always show the launcher'

  Expected result:
  The launcher is visible

  What happens instead:
  The launcher is not visible

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646517] Re: In unity8-session snap on Core 16, no battery icon is shown

2016-12-01 Thread Pat McGowan
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Alejandro J. Cura (alecu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1646517

Title:
  In unity8-session snap on Core 16, no battery icon is shown

Status in Canonical System Image:
  New
Status in indicator-power package in Ubuntu:
  New

Bug description:
  I was testing the unity8-session in a Core 16 VM, and I noticed that
  indicator-power wasn't showing an icon in the top panel.

  When I opened the indicator menu, indicator-power seemed to be filling
  out its menu correctly, so it is running.  It just didn't give an icon
  that u8 knew about (or we aren't bundling the right icons into the
  snap?).  But I bet that the indicator is giving back an absolute path
  that points outside the snap.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576390] Re: [HP Compaq 6735s, Analog Devices AD1984A, Speaker, Internal] No sound at all

2016-12-01 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.
https://bugs.launchpad.net/bugs/1576390

Title:
  [HP Compaq 6735s, Analog Devices AD1984A, Speaker, Internal] No sound
  at all

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Tested sound with Flash or HTML5. Result no sound.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rostandii   2478 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Apr 28 21:45:25 2016
  InstallationDate: Installed on 2015-09-05 (236 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:SB successful
  Symptom_Card: Built-in Audio - HDA ATI SB
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  rostandii   2478 F pulseaudio
  Symptom_Jack: Green Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: No sound at all
  Title: [HP Compaq 6735s, Analog Devices AD1984A, Green Speaker, Internal] No 
sound at all
  UpgradeStatus: Upgraded to xenial on 2016-04-24 (3 days ago)
  dmi.bios.date: 10/02/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68GPP Ver. F.06
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 30E4
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 94.1C
  dmi.chassis.asset.tag: CNU842079D
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68GPPVer.F.06:bd10/02/2008:svnHewlett-Packard:pnHPCompaq6735s:pvrF.06:rvnHewlett-Packard:rn30E4:rvrKBCVersion94.1C:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6735s
  dmi.product.version: F.06
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646369] Re: No manual location setting causes scope issues

2016-12-01 Thread Kyle Nitzsche
** Summary changed:

- I can't see the sunset and the sunrise time and neither the information about 
the moon
+ No manual location setting causes scope issues

** Description changed:

+ NEW DESCRIPTION:
+ 
+ Some users want to be able to disable location (to save battery) and
+ they want to be able to manually set their location. This would allow
+ them to have operational scopes that require a location.
+ 
+ OLD DESCRIPTION:
+ 
  I am connected to Internet but I get always “no information” next to the 
sunrise and the sunset.
  The line with information about the moon isn't visible.
  
  I have a BQ Aquaris E4.5 with OTA 13 in Italian.
  This problem affects me from some updates.

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

** Changed in: today-scope
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1646369

Title:
  No manual location setting causes scope issues

Status in Today Scope:
  Incomplete
Status in unity8 package in Ubuntu:
  New

Bug description:
  NEW DESCRIPTION:

  Some users want to be able to disable location (to save battery) and
  they want to be able to manually set their location. This would allow
  them to have operational scopes that require a location.

  OLD DESCRIPTION:

  I am connected to Internet but I get always “no information” next to the 
sunrise and the sunset.
  The line with information about the moon isn't visible.

  I have a BQ Aquaris E4.5 with OTA 13 in Italian.
  This problem affects me from some updates.

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1646369/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2016-12-01 Thread Anders Hall
This hits me constantly. Why is this bug present years on end and three
major Ubuntu versions? The workaround is easy enough, still for many
users it is rocket science and will break the update procedure (I two
other persons that cant fix it themselves). I.e, thus is a critical
problem. Make a test in the installation procedure and remove the oldest
unused kernel, if disk space is low, before installing the new version.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/798414

Title:
  update-initramfs should produce a more helpful error when there isn't
  enough  free space

Status in initramfs-tools:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  In Progress

Bug description:
  Binary package hint: initramfs-tools

  When generating a new initramfs there is no check for available free
  space, subsequently its possible for update-initramfs to fail due to a
  lack of free space.  This is resulting in package installation
  failures for initramfs-tools.  For example:

  Setting up initramfs-tools (0.98.8ubuntu3) ...
  update-initramfs: deferring update (trigger activated)
  Processing triggers for initramfs-tools ...
  update-initramfs: Generating /boot/initrd.img-2.6.38-8-generic

  gzip: stdout: No space left on device
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-2.6.38-8-generic
  dpkg: error processing initramfs-tools (--configure):
   subprocess installed post-installation script returned error exit status 1

  WORKAROUND:

  Remove unused kernels using computer janitor (not in repositories for
  14.04 or later) or manually free space on your partition containing
  the /boot file system.

  See instructions here
  https://help.ubuntu.com/community/Lubuntu/Documentation/RemoveOldKernels

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646346] Re: Text entering concatenates previously typed words at times

2016-12-01 Thread Olivier Tilloy
I can’t seem to reproduce the issue. I’ve been testing on my krillin (BQ
Aquaris E4.5) with the latest rc-proposed image, by browsing to
http://textarea.org/ and typing text there with the OSK.

Could you please describe exact steps to reproduce the issue? Could you
please share what your "language and text" settings are? I.e. do you
have spellchecking, auto word correction, word suggestion, auto
uppercase and/or auto punctuation enabled?

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Incomplete

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

Title:
  Text entering concatenates previously typed  words at times

Status in webbrowser-app package in Ubuntu:
  Incomplete

Bug description:
  Often (but not always) when text is enterrd into a field this false
  concatenation occurs. For example, one types something like "Once upon
  a timr." and then realizes the typo and begins to erase. At this time
  the text field often then concatenates the last word so that in this
  case by the time the full stop is erased the sentence appears as:"One
  upon atimr". Quite annoying if one then needs to erase even more to
  correct text.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: webbrowser-app 0.23+15.04.20160825-0ubuntu1
  Uname: Linux 3.10.35+ armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  CurrentDesktop: Unity
  Date: Thu Dec  1 06:54:55 2016
  InstallationDate: Installed on 2016-09-13 (79 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160913-023544)
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1646517] [NEW] In unity8-session snap on Core 16, no battery icon is shown

2016-12-01 Thread Michael Terry
Public bug reported:

I was testing the unity8-session in a Core 16 VM, and I noticed that
indicator-power wasn't showing an icon in the top panel.

When I opened the indicator menu, indicator-power seemed to be filling
out its menu correctly, so it is running.  It just didn't give an icon
that u8 knew about (or we aren't bundling the right icons into the
snap?).  But I bet that the indicator is giving back an absolute path
that points outside the snap.

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1646517

Title:
  In unity8-session snap on Core 16, no battery icon is shown

Status in Canonical System Image:
  New
Status in indicator-power package in Ubuntu:
  New

Bug description:
  I was testing the unity8-session in a Core 16 VM, and I noticed that
  indicator-power wasn't showing an icon in the top panel.

  When I opened the indicator menu, indicator-power seemed to be filling
  out its menu correctly, so it is running.  It just didn't give an icon
  that u8 knew about (or we aren't bundling the right icons into the
  snap?).  But I bet that the indicator is giving back an absolute path
  that points outside the snap.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >