[Touch-packages] [Bug 1557259] Re: typo in the property definitions

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Fix Released

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

Title:
  typo in the property definitions

Status in Canonical System Image:
  Fix Committed
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/

  on the page:

  defaultcontentItem : Item
  The contentItem of the ScrollView. This is set by the user. Note that the 
definition of contentItem is somewhat different to that of a Flickable, where 
the contentItem is implicitly created.

  read-onlyflickableItem : Item

  There should be a space in the property defintions.

  default contentItem: Item

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557259/+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 1560528] Re: tst_LargeFile::mapOffsetOverflow started failing on 32-bit xenial

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  tst_LargeFile::mapOffsetOverflow started failing on 32-bit xenial

Status in glibc package in Ubuntu:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  Something has changed xenial, resulting in the following one unit test
  failing on 32-bit (it's expected failure on 64-bit):

  QWARN  : tst_LargeFile::mapOffsetOverflow() QFSFileEngine::map: Mapping a 
file beyond its size is not portable
  FAIL!  : tst_LargeFile::mapOffsetOverflow() '!address' returned FALSE. ()
 Loc: [tst_largefile.cpp(517)]
  --
  blockSize(1 << 12)
  ...
  void tst_LargeFile::mapOffsetOverflow()
  {
  // Out-of-range mappings should fail, and not silently clip the offset
  for (int i = 50; i < 63; ++i) {
  uchar *address = 0;

  address = largeFile.map(((qint64)1 << i), blockSize);
  #if defined(__x86_64__)
  QEXPECT_FAIL("", "fails on 64-bit Linux (QTBUG-21175)", Abort);
  #endif  
  QVERIFY( !address );

  address = largeFile.map(((qint64)1 << i) + blockSize, blockSize);
  QVERIFY( !address );
  }
  #endif
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1560528/+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 1564767] Re: Wrong size of embedded window

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (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 qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1564767

Title:
  Wrong size of embedded window

Status in webapps-sprint:
  In Progress
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  When creating an online account in Xenial, the embedded webview is not
  properly resized to fill up the embedder's area (see attached
  screenshot).

  I'll investigate to find out whether this is a problem with the window
  manager, or with the XEMBED implementation in Gdk or Qt; but
  meanwhile, I'll try to apply a workaround in unity-control-center-
  signon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1564767/+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 1567201] Re: Wifi stops scan after enabled and disabled under flight mode, then disable flight mode

2016-04-06 Thread Evan Wang
Hey, Simon,

Thanks for your quick reply, attached the syslog and all other logs
under /var/log/, fyi.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567201/+attachment/4627054/+files/syslog

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

Title:
  Wifi stops scan after enabled and disabled under flight mode, then
  disable flight mode

Status in Canonical System Image:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
  current build number: 307
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-04-06 21:36:35
  version version: 307
  version ubuntu: 20160406
  version device: 20160329-a9bacdb
  version custom: 20160324--36-54-vivid

  Steps to reproduce:
  1. Connected to an available AP
  2. Enable Flight Mode from network indicator, both Cellular data and wifi are 
disabled
  3. Enable wifi, wifi reconnected and listing the available AP
  4. Disabled wifi again, wifi disabled and the available AP list disappears
  5. Disable Flight Mode

  Actual results:
  The wifi toggle is switched to 'On', but no available AP listed, network 
indicator showing the state of Cellular data connection.
  If manual disable wifi then enable it again, it works normally.
  Not sure if it's the same root cause of bug #1560793, though the reproduce 
steps are a bit different.

  network-manager 0.9.10.0-4ubuntu15.1.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567201/+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 1567201] Re: Wifi stops scan after enabled and disabled under flight mode, then disable flight mode

2016-04-06 Thread Evan Wang
** Attachment added: "var-log.tar.gz"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567201/+attachment/4627055/+files/var-log.tar.gz

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

Title:
  Wifi stops scan after enabled and disabled under flight mode, then
  disable flight mode

Status in Canonical System Image:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
  current build number: 307
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-04-06 21:36:35
  version version: 307
  version ubuntu: 20160406
  version device: 20160329-a9bacdb
  version custom: 20160324--36-54-vivid

  Steps to reproduce:
  1. Connected to an available AP
  2. Enable Flight Mode from network indicator, both Cellular data and wifi are 
disabled
  3. Enable wifi, wifi reconnected and listing the available AP
  4. Disabled wifi again, wifi disabled and the available AP list disappears
  5. Disable Flight Mode

  Actual results:
  The wifi toggle is switched to 'On', but no available AP listed, network 
indicator showing the state of Cellular data connection.
  If manual disable wifi then enable it again, it works normally.
  Not sure if it's the same root cause of bug #1560793, though the reproduce 
steps are a bit different.

  network-manager 0.9.10.0-4ubuntu15.1.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567201/+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 1553549] Re: unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(), when proprietary Nvidia drivers are installed

2016-04-06 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(),
  when proprietary Nvidia drivers are installed

Status in Mir:
  Confirmed
Status in Unity System Compositor:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  unity-system-co[5574]: segfault at 7f8056ee2490 ip 7f805c592c3b sp
  7fffd6b871a0 error 4 in libstdc++.so.6.0.21[7f805c506000+172000]

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-system-compositor 0.4.2+16.04.20160219.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Mar  5 19:03:39 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1455894356
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor 
Integrated Graphics Controller [1462:1102]
 Subsystem: Micro-Star International Co., Ltd. [MSI] GM204M [GeForce GTX 
970M] [1462:1102]
  InstallationDate: Installed on 2015-02-25 (374 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 11 --to-dm-fd 20 --vt 8
  ProcCwd: /
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f805c592c3b:mov(%rsi),%rax
   PC (0x7f805c592c3b) ok
   source "(%rsi)" (0x7f8056ee2490) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity-system-compositor
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()
  UpgradeStatus: Upgraded to xenial on 2015-11-03 (122 days ago)
  UserGroups:
   
  version.libdrm: libdrm2 2.4.67-1
  version.lightdm: lightdm 1.17.5-0ubuntu2
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1553549/+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 1567229] [NEW] Thumbnail requests for music while taking pictures

2016-04-06 Thread Michi Henning
Public bug reported:

I'm seeing quite bizarre behavior while taking pictures with the camera
and watching dbus.log (Aquaris E5, OTA-10).

I have about 2000 songs without embedded artwork on the phone. The music
app is sitting on the Artist tab, showing a bunch of images, as well as
default artwork for some albums for which 7digital doesn't have artist
art. The thumbnail cache is hot for the artists that are showing.

Now I change to the camera app and take a picture. About two seconds
after I press the shutter button, I see the trace below in dbus.log.
Every  time I take a picture, something sends 59 (!) requests for album
and artist art. Presumably, adding the picture, which wakes up
mediascanner, causes the model for the music app to be updated, which
then redraws everything even though it doesn't have a display surface.

It would be great to avoid this. Is there a way to not update the music
app model when a picture is added?

Note that, to see hits as well as misses and errors, you need to run

gsettings set com.canonical.Unity.Thumbnailer log-level 2

thumbnailer-service: [05:04:43.195] Idle timeout reached.
thumbnailer-service: [05:04:43.211] Exiting
Activating service name='com.canonical.MediaScanner2.Extractor'
Successfully activated service 'com.canonical.MediaScanner2.Extractor'
Activating service name='com.canonical.Thumbnailer'
thumbnailer-service: [05:07:15.676] Initializing
thumbnailer-service: [05:07:15.981] DBusInterface(): adjusted max-extractions 
to 1 for Arm
Successfully activated service 'com.canonical.Thumbnailer'
thumbnailer-service: [05:07:16.000] image cache: 510 entries, 40916819 
bytes, hit rate 0.01 (14/1833), avg hit run 1.27, avg miss run 152.75
thumbnailer-service: [05:07:16.001] thumbnail cache: 526 entries, 9587820 
bytes, hit rate 0.74 (5215/1847), avg hit run 7.02, avg miss run 2.49
thumbnailer-service: [05:07:16.001] failure cache:   89 entries, 2206 bytes, 
hit rate 0.35 (649/1204), avg hit run 4.01, avg miss run 7.43
thumbnailer-service: [05:07:16.014] "album: Los Olimarenos/Olimareños 
(102,102): 0.008060 sec (HIT)"
thumbnailer-service: [05:07:16.015] "album: Los Rabanes/Rabanes (102,102): 
0.007594 sec (HIT)"
thumbnailer-service: [05:07:16.020] "album: Loscil/Sea Island (102,102): 
0.009945 sec (HIT)"
thumbnailer-service: [05:07:16.021] "album: Lostprophets/Liberation 
Transmission (102,102): 0.010446 sec (HIT)"
thumbnailer-service: [05:07:16.021] "album: Loscil/Plume (102,102): 0.011435 
sec (HIT)"
thumbnailer-service: [05:07:16.022] "album: Lou Dalfin/Cavalier Faidit 
(102,102): 0.011045 sec (HIT)"
thumbnailer-service: [05:07:16.022] "album: Lou Doillon/Places (102,102): 
0.011228 sec (HIT)"
thumbnailer-service: [05:07:16.022] "album: Los de Abajo/Latin SKA Force 
(102,102): 0.012802 sec (HIT)"
thumbnailer-service: [05:07:16.024] "album: Lostprophets/The Fake Sound of 
Progress (102,102): 0.013897 sec (HIT)"
thumbnailer-service: [05:07:16.028] "album: Los Suaves/¿Hay Alguien Ahí? 
(102,102): 0.018531 sec (HIT)"
thumbnailer-service: [05:07:16.127] Warning: "DBusInterface::GetAlbumArt():  
Skrillex/: unity::InvalidArgumentException: Thumbnailer::get_album_art(): album 
is empty"
thumbnailer-service: [05:07:16.131] Warning: "DBusInterface::GetAlbumArt():  
STONE Angus /: unity::InvalidArgumentException: Thumbnailer::get_album_art(): 
album is empty"
thumbnailer-service: [05:07:16.139] Warning: "DBusInterface::GetAlbumArt():  
Prince/: unity::InvalidArgumentException: Thumbnailer::get_album_art(): album 
is empty"
thumbnailer-service: [05:07:16.142] Warning: "DBusInterface::GetAlbumArt():  
Lehmber Hussainpuri/: unity::InvalidArgumentException: 
Thumbnailer::get_album_art(): album is empty"
thumbnailer-service: [05:07:16.147] Warning: "DBusInterface::GetAlbumArt():  
Lazlo Bane/: unity::InvalidArgumentException: Thumbnailer::get_album_art(): 
album is empty"
thumbnailer-service: [05:07:16.153] Warning: "DBusInterface::GetAlbumArt():  
Kumar Sanu, Anuradha Paudwal/: unity::InvalidArgumentException: 
Thumbnailer::get_album_art(): album is empty"
thumbnailer-service: [05:07:16.156] Warning: "DBusInterface::GetAlbumArt():  
Faith No More /: unity::InvalidArgumentException: Thumbnailer::get_album_art(): 
album is empty"
thumbnailer-service: [05:07:16.160] Warning: "DBusInterface::GetAlbumArt():  
Amy Winehouse /: unity::InvalidArgumentException: Thumbnailer::get_album_art(): 
album is empty"
thumbnailer-service: [05:07:16.162] "artist:  Steve Aoki/ (512,512): 0.001151 
sec (HIT)"
thumbnailer-service: [05:07:16.165] "artist:  Skrillex/ (512,512): 0.001015 sec 
(HIT)"
thumbnailer-service: [05:07:16.171] "artist:  Prince/ (512,512): 0.001234 sec 
(HIT)"
thumbnailer-service: [05:07:16.177] "artist:  Lehmber Hussainpuri/ (512,512): 
0.005300 sec (HIT)"
thumbnailer-service: [05:07:16.179] "artist:  Lazlo Bane/ (512,512): 0.007401 
sec (HIT)"
thumbnailer-service: [05:07:16.180] "artist:  Kurt Weill/ (512,512): 0.008070 
sec (HIT)"
thumbnailer-service: [05:07:16.182] "artist: 

[Touch-packages] [Bug 1567223] Re: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()

2016-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1553549 ***
https://bugs.launchpad.net/bugs/1553549

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1553549
   unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(), when 
proprietary Nvidia drivers are installed

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()

Status in unity-system-compositor package in Ubuntu:
  New

Bug description:
  Received shortly after boot and initial login; no other actions taken.

  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  unity-system-compositor:
Installed: 0.4.3+16.04.20160323-0ubuntu1
Candidate: 0.4.3+16.04.20160323-0ubuntu1
Version table:
   *** 0.4.3+16.04.20160323-0ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-system-compositor 0.4.3+16.04.20160323-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  Date: Wed Apr  6 21:58:35 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:21d1]
   NVIDIA Corporation GF106GLM [Quadro 2000M] [10de:0dda] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Lenovo GF106GLM [Quadro 2000M] [17aa:21d1]
  InstallationDate: Installed on 2016-04-02 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 12 --to-dm-fd 21 --vt 8
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f11b7423c3b:mov(%rsi),%rax
   PC (0x7f11b7423c3b) ok
   source "(%rsi)" (0x7f11b3146490) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity-system-compositor
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  version.libdrm: libdrm2 2.4.67-1
  version.lightdm: lightdm 1.18.1-0ubuntu1
  version.mesa: libegl1-mesa-dev N/A

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

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

[Touch-packages] [Bug 1247216] Re: Support for XMPP

2016-04-06 Thread Prakash
** Also affects: ubuntu-system-settings-online-accounts
   Importance: Undecided
   Status: New

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

Title:
  Support for XMPP

Status in Online Accounts setup for Ubuntu Touch:
  New
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Triaged

Bug description:
  Hi All,

  basically there are three things that block me to move to Ubuntu
  Touch. A missing spotify app (already in developement :) ), a missing
  mail app (planned for 14.04 :)  ) and finally a missing IM app --
  especially for XMPP.

  Thusly, I propose adding support for XMPP to the messaging-app. It
  already uses telepathy so we should be able to add this functionality.
  I would also be willing to work on this if somebody points me out
  where to start.

  I guess we would have to break this down into several work packages:
  setting up accounts, online/offline handling of friends, choosing
  protocols when composing a message etc. But first I would like to get
  some feedback if you would be okay with such a feature. Maybe it is
  already planned?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-settings-online-accounts/+bug/1247216/+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 1567201] Re: Wifi stops scan after enabled and disabled under flight mode, then disable flight mode

2016-04-06 Thread Simon Fels
@Evan: I suspect the problem is similar. However Tony is currently
working on a big overhaul of the NetworkManager stack to bring us back
in par with the upcoming 1.2 upstream release which will have some
fundamental changes of how the whole scan management is implemented.
There is a good chance that that will improve this bug too. Lets wait
until that big change lands and then verify again that this bug still
exists or not. We don't want to put much more time into the 0.9 release
we have currently on Touch with 1.2 being very close.

However can you please attach /var/log/syslog and all other log files
below /var/log so that we can rule out other things?

** Also 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/1567201

Title:
  Wifi stops scan after enabled and disabled under flight mode, then
  disable flight mode

Status in Canonical System Image:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
  current build number: 307
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-04-06 21:36:35
  version version: 307
  version ubuntu: 20160406
  version device: 20160329-a9bacdb
  version custom: 20160324--36-54-vivid

  Steps to reproduce:
  1. Connected to an available AP
  2. Enable Flight Mode from network indicator, both Cellular data and wifi are 
disabled
  3. Enable wifi, wifi reconnected and listing the available AP
  4. Disabled wifi again, wifi disabled and the available AP list disappears
  5. Disable Flight Mode

  Actual results:
  The wifi toggle is switched to 'On', but no available AP listed, network 
indicator showing the state of Cellular data connection.
  If manual disable wifi then enable it again, it works normally.
  Not sure if it's the same root cause of bug #1560793, though the reproduce 
steps are a bit different.

  network-manager 0.9.10.0-4ubuntu15.1.11

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567201/+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 1566957] Re: Sloppy focus mode broken in 16.04 beta2

2016-04-06 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) => unity (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/1566957

Title:
  Sloppy focus mode broken in 16.04 beta2

Status in unity package in Ubuntu:
  New

Bug description:
  Switching to "sloppy" focus mode doesn't work and behaves like "mouse
  mode".

  I switched using unity-tweak-tool by going to Workspace Settings ->
  Additional -> Focus mode.  Both "mouse" and "sloppy" result in the
  same behavior, with focus following mouse and not focusing on anything
  when the mouse is on the root window.

  Sloppy previously meant that focus changed when mouse was entering a
  window, but not when leaving it.

  I'm not sure if it's a bug in xorg or in unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.20.1-0ubuntu1
  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: Wed Apr  6 18:55:13 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.16, 4.4.0-16-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:2233]
  InstallationDate: Installed on 2016-03-29 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: LENOVO 20F9CTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-17-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/15/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET37W (1.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET37W(1.05):bd01/15/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  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.6.1-1ubuntu2
  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: Wed Apr  6 18:42:12 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1178 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1566957/+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 1567222] Re: cupsd crashed with SIGSEGV in avahi_entry_group_free()

2016-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1442169 ***
https://bugs.launchpad.net/bugs/1442169

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1442169
   cupsd crashed with SIGSEGV in avahi_entry_group_free()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  cupsd crashed with SIGSEGV in avahi_entry_group_free()

Status in cups package in Ubuntu:
  New

Bug description:
  The reason I reported this issue in new report, is that I'm using ubuntu 
16.04 (maybe this problem is not a new bug)
  I got this problem, when i was booting (in brief: starting up)

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CupsErrorLog:
   
  Date: Thu Apr  7 02:14:04 2016
  ExecutablePath: /usr/sbin/cupsd
  InstallationDate: Installed on 2016-02-14 (52 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lpstat: device for Hewlett-Packard-HP-LaserJet-200-color-M251nw: 
hp:/net/HP_LaserJet_200_color_M251nw?ip=192.168.1.10
  MachineType: ASUSTeK COMPUTER INC. N56JRH
  Papersize: letter
  PpdFiles: Hewlett-Packard-HP-LaserJet-200-color-M251nw: HP LaserJet 200 color 
M251 Postscript (recommended)
  ProcAttrCurrent: /usr/sbin/cupsd (enforce)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=aa8788b1-b021-4f12-aea1-7f5628ad49c2 ro quiet splash pcie_aspm=force 
acpi_osi=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=aa8788b1-b021-4f12-aea1-7f5628ad49c2 ro quiet splash pcie_aspm=force 
acpi_osi=
  SegvAnalysis:
   Segfault happened at: 0x7f2035ff4954 : cmpq   
$0x0,(%rdi)
   PC (0x7f2035ff4954) ok
   source "$0x0" ok
   destination "(%rdi)" (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: cups
  StacktraceTop:
   avahi_entry_group_free () from /usr/lib/x86_64-linux-gnu/libavahi-client.so.3
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: cupsd crashed with SIGSEGV in avahi_entry_group_free()
  UpgradeStatus: Upgraded to xenial on 2016-04-03 (3 days ago)
  UserGroups:
   
  dmi.bios.date: 09/02/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N56JRH.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N56JRH
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN56JRH.202:bd09/02/2014:svnASUSTeKCOMPUTERINC.:pnN56JRH:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN56JRH:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N56JRH
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1567222/+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 1566896] Re: Camera app and messaging app on mako no mic in video mode

2016-04-06 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/1566896

Title:
  Camera app and messaging app on mako no mic in video mode

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

Bug description:
  STEPS:
  1. Flash OTA-10-RC image from rc channel to mako
  2. Open the camera app
  3. Accept access to camera
  4. Switch to video
  5. Tap record
  6. Accept Mic access
  7. Record something while talking into the mic for 10 seconds
  8. Playback the video

  EXPECTED:
  Audio to come from the speaker

  ACTUAL:
  I see the video footage but no audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566896/+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 1564142] Re: Multiple calls to finished/error signals of QNAM object

2016-04-06 Thread Lorn Potter
ok. it seems the last qnam patch does this. Need to remember why I added that 
one offending line.
Will test against the bug at #1552546

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

Title:
  Multiple calls to finished/error signals of QNAM object

Status in Canonical System Image:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  Recently I've noticed that some odd issues where the
  QNetworkAccessManager API is being used to communicate with REST APIs
  in some of our code. I've tracked this down as far as it seems that
  the finished/error signals seem to get called multiple times,
  sometimes.

  This has resulted in bug #1552546 in ubuntuone-credentials. When
  logging in, if you enter the wrong password, it should show you an
  error message stating that either the email or password was incorrect.
  However, a generic network error message is being shown instead. When
  examining the logs, it seems that the correct error is sent, and then
  an invalid call to the finished signal was made, and a second error
  sent, resulting in the generic network error displayed to the user.
  This same issue happens when the 2FA code is required as well, and a
  network error message is displayed, rather than the 2FA required
  message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1564142/+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 1517468] Re: Logitech Wireless Mouse M560 buttons Back, Forward don't work on Ubuntu 15.10

2016-04-06 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Logitech Wireless Mouse M560 buttons Back, Forward don't work on
  Ubuntu 15.10

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Logitech Wireless Mouse M560 buttons Back, Forward don't work on
  Ubuntu 15.10

  WORKAROUND: sudo apt-get install imwheel
  imwheel -k -b "0 0 0 0 10 11" &

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.1-0ubuntu5
  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: Wed Nov 18 14:10:52 2015
  DistUpgraded: 2015-10-22 21:56:09,943 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-31-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-18-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-16-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-18-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2015-09-21 (57 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Latitude E6520
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=c4bb2c60-a78a-47ad-95a0-8c6b60156660 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-10-22 (26 days ago)
  dmi.bios.date: 06/28/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A18
  dmi.board.name: 0NVF5K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd06/28/2013:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0NVF5K:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Nov 18 13:43:42 2015
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   21576
   vendor SEC
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1517468/+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 1567205] Re: obex-check-device crashed with SIGSEGV in __GI_____strtoul_l_internal()

2016-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1553358 ***
https://bugs.launchpad.net/bugs/1553358

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

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  obex-check-device crashed with SIGSEGV in
  __GI_strtoul_l_internal()

Status in libopenobex package in Ubuntu:
  New

Bug description:
  Ubuntu version:
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libopenobex2 1.7.1-5
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Thu Apr  7 09:00:13 2016
  Dependencies:
   gcc-6-base 6-20160319-0ubuntu1
   libc6 2.23-0ubuntu2
   libgcc1 1:6-20160319-0ubuntu1
   libudev1 229-3ubuntu2
   libusb-1.0-0 2:1.0.20-1
  ExecutablePath: /usr/sbin/obex-check-device
  InstallationDate: Installed on 2016-03-16 (21 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcCmdline: /usr/sbin/obex-check-device 0bda
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7feea757d994 <__GI_strtoul_l_internal+68>:   
movsbq (%r14),%rax
   PC (0x7feea757d994) ok
   source "(%r14)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libopenobex
  StacktraceTop:
   __GI_strtoul_l_internal (nptr=0x0, endptr=0x0, base=16, group=, loc=0x7feea7907420 <_nl_global_locale>) at ../stdlib/strtol_l.c:293
   main ()
  Title: obex-check-device crashed with SIGSEGV in __GI_strtoul_l_internal()
  UpgradeStatus: Upgraded to xenial on 2016-03-29 (8 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libopenobex/+bug/1567205/+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 1561350] Re: Bluetooth doesn't work

2016-04-06 Thread Vladimir Ustinov
I saw that thread as write previously. I've checked all that I can
before write here.

As a bottom side of 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1560473 new kernel fix 
this.
With 4.6.0-040600rc2-generic bluetooth works as it should, no other changes 
made.


** Tags added: kernel-fixed-upstream

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

Title:
  Bluetooth doesn't work

Status in bluez package in Ubuntu:
  New

Bug description:
  I can turn it on and off change visibility and so on. I can use any console 
tools for it - everything looks fine.
  But it looks like it is only visibility of working because it can’t find any 
devices nearby and can’t be found.

  I've check all related topics and try all possible solutions/advices -
  no result.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bluetooth 5.35-0ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 24 12:11:10 2016
  InstallationDate: Installed on 2015-12-01 (113 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0489:e095 Foxconn / Hon Hai 
   Bus 001 Device 002: ID 04f2:b47f Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire ES1-331
  PackageArchitecture: all
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic.efi.signed 
root=UUID=82b73f79-8d4f-453e-b9ad-fc07955aaa21 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/07/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.13
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire ES1-331
  dmi.board.vendor: Acer
  dmi.board.version: V1.13
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.13
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.13:bd12/07/2015:svnAcer:pnAspireES1-331:pvrV1.13:rvnAcer:rnAspireES1-331:rvrV1.13:cvnAcer:ct10:cvrV1.13:
  dmi.product.name: Aspire ES1-331
  dmi.product.version: V1.13
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 70:77:81:2D:04:7E  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING 
RX bytes:700 acl:0 sco:0 events:51 errors:0
TX bytes:3477 acl:0 sco:0 commands:51 errors:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1561350/+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 1567202] Re: software-properties-gtk crashed with OSError in _bootstrap_inner(): [Errno 5] Error de entrada/salida

2016-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1544899 ***
https://bugs.launchpad.net/bugs/1544899

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

** Tags removed: need-duplicate-check

** Changed in: software-properties (Ubuntu)
   Importance: Undecided => Medium

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

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

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

** Information type changed from Private to Public

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

Title:
  software-properties-gtk crashed with OSError in _bootstrap_inner():
  [Errno 5] Error de entrada/salida

Status in software-properties package in Ubuntu:
  New

Bug description:
  package software error for update servidor

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: software-properties-gtk 0.96.20
  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
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Thu Apr  7 00:33:04 2016
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2016-04-07 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/software-properties-gtk
  PythonArgs: ['/usr/bin/software-properties-gtk']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with OSError in _bootstrap_inner(): 
[Errno 5] Error de entrada/salida
  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/software-properties/+bug/1567202/+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 1414754] Re: /etc/logrotate.d/squid3 fails to execute sarg-reports

2016-04-06 Thread Amos Jeffries
This is fixed in the squid package now available in Xenial.

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

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

Title:
  /etc/logrotate.d/squid3 fails to execute sarg-reports

Status in logrotate package in Ubuntu:
  Confirmed
Status in squid3 package in Ubuntu:
  Fix Released

Bug description:
  In Edubuntu 14.04 LTS, by default, the /etc/logrotate.d/squid3 file is
  set to rotate the logs in a daily basis but it doesn't specifies that
  to sarg-reports command.

  /var/log/squid3/*.log {
 daily
  compress
  delaycompress
  rotate 2
  missingok
  nocreate
  sharedscripts
  prerotate
  test ! -x /usr/sbin/sarg-reports || /usr/sbin/sarg-reports
  endscript
  postrotate
  test ! -e /var/run/squid3.pid || test ! -x /usr/sbin/squid3 
|| /usr/sbin/squid3 -k rotate
  endscript
  }

  As consequence, sarg-reports fails to do its job and anacron reports
  the following message:

  /etc/cron.daily/logrotate:
  SARG - Daily / Weekly / Monthly - Squid proxy usage reports creation tool
  Written by Ugo Viti 
  Version: 20050202

  Usage: /usr/sbin/sarg-reports [OPTIONS]

  Allowed options:
  manual,  Create Manual report
   today,  Create Today report
   daily,  Create Daily report
  weekly,  Create Weekly report
 monthly,  Create Monthly report

  A possible solution would be to add the rotation frequency required by
  sarg-reports command as argument to it.

  /var/log/squid3/*.log {
 daily
  compress
  delaycompress
  rotate 2
  missingok
  nocreate
  sharedscripts
  prerotate
  test ! -x /usr/sbin/sarg-reports || /usr/sbin/sarg-reports 
daily
  endscript
  postrotate
  test ! -e /var/run/squid3.pid || test ! -x /usr/sbin/squid3 
|| /usr/sbin/squid3 -k rotate
  endscript
  }

  In a Squid3+Sarg configuration, it may be convenient to change the log
  rotation frequency from daily to monthly, so sarg has more information
  to work with in a single /var/log/squid3/access.log file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/1414754/+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 1564142] Re: Multiple calls to finished/error signals of QNAM object

2016-04-06 Thread Lorn Potter
I made a simple test app that uses QNetworkRequest, and I am not seeing
duplicated finished signals being called when there are no errors.

If I use a non existent url, I am seeing duplicated
QNetworkAccessManager::finished signals being called, but no duplicated
signals from QNetworkReply.

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

Title:
  Multiple calls to finished/error signals of QNAM object

Status in Canonical System Image:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  Recently I've noticed that some odd issues where the
  QNetworkAccessManager API is being used to communicate with REST APIs
  in some of our code. I've tracked this down as far as it seems that
  the finished/error signals seem to get called multiple times,
  sometimes.

  This has resulted in bug #1552546 in ubuntuone-credentials. When
  logging in, if you enter the wrong password, it should show you an
  error message stating that either the email or password was incorrect.
  However, a generic network error message is being shown instead. When
  examining the logs, it seems that the correct error is sent, and then
  an invalid call to the finished signal was made, and a second error
  sent, resulting in the generic network error displayed to the user.
  This same issue happens when the 2FA code is required as well, and a
  network error message is displayed, rather than the 2FA required
  message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1564142/+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 1370629] Re: 51-android.rules

2016-04-06 Thread Jeremy Bicha
** Description changed:

  i wish you can add the file 51-android.rules to the project,according 
http://developer.android.com/tools/device.html.
  you can find the file 51-android.rules in my project.
  https://github.com/snowdream/51-android
- if you have any question,you can contract me with yanghui1986...@gmail.com

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

Title:
   51-android.rules

Status in android-tools package in Ubuntu:
  New

Bug description:
  i wish you can add the file 51-android.rules to the project,according 
http://developer.android.com/tools/device.html.
  you can find the file 51-android.rules in my project.
  https://github.com/snowdream/51-android

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-tools/+bug/1370629/+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 1537528] Re: byobu-config segfault with screen backend

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

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

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

Title:
  byobu-config segfault with screen backend

Status in byobu package in Ubuntu:
  In Progress
Status in newt package in Ubuntu:
  Confirmed
Status in byobu package in Debian:
  New

Bug description:
  When running byobu with the screen backend byobu-config segfaults when
  trying to open it by pressing F9.

  Steps to reproduce.

  1. Configure byobu to use screen for the backend
  2. Press F9 to open the configuration menu
  3. The console flashes then returns to your shell window.

  Running byobu-config manually within a byobu screen session shows it's
  segfaulting. It does not crash running it outside of screen.

  byobu:
Installed: 5.101-0ubuntu1~wily
Candidate: 5.101-0ubuntu1~wily
Version table:
   *** 5.101-0ubuntu1~wily 0
  500 http://ppa.launchpad.net/byobu/ppa/ubuntu/ wily/main amd64 
Packages
  100 /var/lib/dpkg/status
   5.97-0ubuntu1 0
  500 http://mirror.us.leaseweb.net/ubuntu/ wily/main amd64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1537528/+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 1566955] Re: transgui and lazarus not work after update to fontconfig 2.11.1-0ubuntu9

2016-04-06 Thread fabianbur
*** This bug is a duplicate of bug 1566624 ***
https://bugs.launchpad.net/bugs/1566624

fontconfig (2.11.94-0ubuntu1) fix release!

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

Title:
  transgui and lazarus not work after update to fontconfig
  2.11.1-0ubuntu9

Status in fontconfig package in Ubuntu:
  New

Bug description:
  Transgui and lazarus not work after update from

  fontconfig_2.11.1-0ubuntu8_amd64.deb to 2.11.1-0ubuntu9

  Versions which work as expected:

  <= 2.11.1-0ubuntu8

  Broken versions:

  >= 2.11.1-0ubuntu9

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: fontconfig 2.11.1-0ubuntu9
  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 10:53:04 2016
  ProcEnviron:
   LANGUAGE=es_EC:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_EC.UTF-8
   SHELL=/bin/bash
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566955/+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 1566624] Re: transgui regression. Application not work more.

2016-04-06 Thread fabianbur
fontconfig (2.11.94-0ubuntu1) fix release!

** Changed in: fontconfig (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: lazarus (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: transgui (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  transgui regression. Application not work more.

Status in fontconfig package in Ubuntu:
  Fix Released
Status in lazarus package in Ubuntu:
  Fix Released
Status in transgui package in Ubuntu:
  Fix Released

Bug description:
  transgui not work more.

  from today's update of ubuntu. kernel 4.4.0-17

  it fails to launch. Not Launch.

  Until yesterday works well.

  This appears when you type "trasgui" on the console:

  (transgui:2308): GLib-GObject-CRITICAL **: g_object_unref: assertion 
'G_IS_OBJECT (object)' failed
  [FORMS.PP] ExceptionOccurred
    Sender=EAccessViolation
    Exception=Access violation
    Stack trace:
    $7FC914DF4820
  TApplication.HandleException Access violation
    Stack trace:
    $7FC914DF4820
  [FORMS.PP] ExceptionOccurred
  fabianbur@fabianburcasa:~$ uname -r

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: transgui 5.0.1-2
  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: Tue Apr  5 22:19:44 2016
  ProcEnviron:
   LANGUAGE=es_EC:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_EC.UTF-8
   SHELL=/bin/bash
  SourcePackage: transgui
  UpgradeStatus: No upgrade log present (probably fresh install)

  
  Versions fontconfig which work as expected:

  <= 2.11.1-0ubuntu8

  Broken versions:

  >= 2.11.1-0ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566624/+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 1566596] Re: MBP 8, 2 internal microphone stopped working

2016-04-06 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/log/sound/pci/hda/patch_cirrus.c?qt=grep=mic

** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  MBP 8,2 internal microphone stopped working

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  The internal microphone doesn't work in a Ubuntu Xenial installation.
  The concrete model is Cirrus Logic CS4206. I've tested with the Xenial
  live usb (2nd beta) and it doesn't work either, so it doesn't look
  line I've broken something. However with the Wily live CD (both
  standard Ubuntu and Kubuntu) it works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1566596/+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 1567168] Re: package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de i

2016-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to
  install/upgrade: El paquete está en un estado grave de inconsistencia
  - debe reinstalarlo  antes de intentar su configuración.

Status in krb5 package in Ubuntu:
  New

Bug description:
  This error appeared just prior to login. After it, Ubuntu kept working
  fine

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Tue Apr  5 22:54:35 2016
  DuplicateSignature: package:libgssapi-krb5-2:amd64:1.13.2+dfsg-2ubuntu0.1:El 
paquete está en un estado grave de inconsistencia - debe reinstalarlo  antes de 
intentar su configuración.
  ErrorMessage: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
  InstallationDate: Installed on 2011-10-15 (1635 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: krb5
  Title: package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to 
install/upgrade: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1567168/+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 1553549] Re: unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(), when proprietary Nvidia drivers are installed

2016-04-06 Thread Daniel van Vugt
That doesn't sound right. RAOF is (indirectly) working on it right now
and we expect to have this resolved within months, if not weeks.

** Changed in: mir
   Status: Won't Fix => Confirmed

** Changed in: unity-system-compositor
   Status: Won't Fix => Confirmed

** Changed in: mir (Ubuntu)
   Status: Won't Fix => Confirmed

** Changed in: unity-system-compositor (Ubuntu)
   Status: Won't Fix => Confirmed

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

Title:
  unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(),
  when proprietary Nvidia drivers are installed

Status in Mir:
  Confirmed
Status in Unity System Compositor:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed
Status in unity-system-compositor package in Ubuntu:
  Confirmed

Bug description:
  unity-system-co[5574]: segfault at 7f8056ee2490 ip 7f805c592c3b sp
  7fffd6b871a0 error 4 in libstdc++.so.6.0.21[7f805c506000+172000]

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-system-compositor 0.4.2+16.04.20160219.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Mar  5 19:03:39 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1455894356
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor 
Integrated Graphics Controller [1462:1102]
 Subsystem: Micro-Star International Co., Ltd. [MSI] GM204M [GeForce GTX 
970M] [1462:1102]
  InstallationDate: Installed on 2015-02-25 (374 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 11 --to-dm-fd 20 --vt 8
  ProcCwd: /
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f805c592c3b:mov(%rsi),%rax
   PC (0x7f805c592c3b) ok
   source "(%rsi)" (0x7f8056ee2490) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity-system-compositor
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()
  UpgradeStatus: Upgraded to xenial on 2015-11-03 (122 days ago)
  UserGroups:
   
  version.libdrm: libdrm2 2.4.67-1
  version.lightdm: lightdm 1.17.5-0ubuntu2
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1553549/+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 1567168] [NEW] package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de

2016-04-06 Thread Alebig
Public bug reported:

This error appeared just prior to login. After it, Ubuntu kept working
fine

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Tue Apr  5 22:54:35 2016
DuplicateSignature: package:libgssapi-krb5-2:amd64:1.13.2+dfsg-2ubuntu0.1:El 
paquete está en un estado grave de inconsistencia - debe reinstalarlo  antes de 
intentar su configuración.
ErrorMessage: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
InstallationDate: Installed on 2011-10-15 (1635 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: krb5
Title: package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to 
install/upgrade: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to
  install/upgrade: El paquete está en un estado grave de inconsistencia
  - debe reinstalarlo  antes de intentar su configuración.

Status in krb5 package in Ubuntu:
  New

Bug description:
  This error appeared just prior to login. After it, Ubuntu kept working
  fine

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Tue Apr  5 22:54:35 2016
  DuplicateSignature: package:libgssapi-krb5-2:amd64:1.13.2+dfsg-2ubuntu0.1:El 
paquete está en un estado grave de inconsistencia - debe reinstalarlo  antes de 
intentar su configuración.
  ErrorMessage: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
  InstallationDate: Installed on 2011-10-15 (1635 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: krb5
  Title: package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to 
install/upgrade: El paquete está en un estado grave de inconsistencia - debe 
reinstalarlo  antes de intentar su configuración.
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1567168/+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 1137630] Re: Emojis are not shown in ubuntu applications (and phone)

2016-04-06 Thread Yuval
Another possible approach to globally support emojis,   is using
fontconfig with a patched cairo.  Google developer @behdad put in some
great legwork with that . Details here:

https://github.com/googlei18n/noto-
emoji/issues/36#issuecomment-168209204

I think what's needed is to assess whether the patch works, is viable to
be part of ubuntu cairo binaries (or maybe kicked up to the source
maintainers), makes sense as the approach to use, etc..

Count me in as another user looking forward to using emojis on my
terminal, text editors, etc.

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

Title:
  Emojis are not shown in ubuntu applications (and phone)

Status in ttf-ancient-fonts package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-touch-meta package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  As Ubuntu is being ported to tablets and phones, where communication
  is an important aspect of their fonctionality, I would like to ask
  whether it would be possible to add the glyphs of the emojis and other
  symbols, which have been defined in Unicode 6.0 and 6.1 to the Ubuntu
  font.

  If I am correct, the emoticons/emojis are code in Unicode from U+1F600
  bis U+1F64F.

  However, other symbols like broken heart and others might also be
  interesting, for example: U+1F493 - U+1F493, U+1F4A1 - U+1F4A6, U+2639
  - U+2642,...

  For those interested, these glyphs are currently included in the
  fonts-vlgothic package in the Ubuntu repositories.

  Cheers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ttf-ancient-fonts/+bug/1137630/+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 1481832] Re: VA-API implementation for gallium missing

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 11.2.0-1ubuntu1

---
mesa (11.2.0-1ubuntu1) xenial; urgency=medium

  * Merge from debian. (LP: #1481832. #1548845)

mesa (11.2.0-1) experimental; urgency=medium

  [ Andreas Boll ]
  * control: Fix vdpau-va-driver Breaks/Replaces for mesa-va-drivers
(Closes: #819655).
  * control: Bump Standards-Version to 3.9.7 (no changes).
  * watch: Update url to use https instead of ftp.

  [ Timo Aaltonen ]
  * New upstream release.
  * rules: Disable tests for now, most of them weren't run before anyway
and they cause unnecessary ftbfs on some archs.

mesa (11.2.0~rc4-1) experimental; urgency=medium

  * New upstream release candidate.

mesa (11.2.0~rc3-2) experimental; urgency=medium

  * mesa-va-drivers: Build gallium VA driver, and add symlinks for
nouveau, r600 and radeonsi.
  * control: Add vdpau-va-driver Breaks/Replaces for mesa-va-drivers.

mesa (11.2.0~rc3-1) experimental; urgency=medium

  * New upstream release candidate.
  * Drop upstreamed patches.
  * libgl1-mesa-glx.symbols: Remove dropped symbols.
  * rules,control: Drop -dbg packages, we have -dbgsym now.
  * rules, *.install.in, not-installed: Drop dri/-build prefix, we build
everything in one pass nowadays.
  * control: Bump libdrm-dev build-dep to 2.4.67 for freedreno.
  * rules: Migrate to dh.
  * control: Add dh-autoreconf to build-depends.

 -- Timo Aaltonen   Tue, 05 Apr 2016 10:19:51 +0300

** Changed in: mesa (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  VA-API implementation for gallium missing

Status in mesa package in Ubuntu:
  Fix Released

Bug description:
  [needs-packaging] mesa
  Please include "gallium_drv_video.so" which is a native va-api state tracker 
for mesa(gallium).

  URL: http://mesa3d.sourceforge.net/
  URL: http://freedesktop.org/wiki/Software/vaapi/ #intel/vdpau
  License: http://www.mesa3d.org/license.html

  Notes:
  Currently (as of today) in ubuntu 15.10 nightly amd64, va-api(vaapi) on 
AMD/Ati radeon opensource display hardware is using a vdpau backend  0.7.4 by 
Splitted-Desktop Systems (wrapper) on gallium r600. Although its possible and 
probably preferred (better performance less copying) to use a native 
implementation which mesa(gallium) 10.4 and higher delivers in a form of a 
va-api state tracker.

  vainfo #current default setup vdpau backend
  libva info: VA-API version 0.38.0
  libva info: va_getDriverName() returns 0
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
  libva info: Found init function __vaDriverInit_0_37
  libva info: va_openDriver() returns 0
  vainfo: VA-API version: 0.38 (libva 1.6.0)
  vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 
0.7.4
  vainfo: Supported profile and entrypoints
    VAProfileMPEG2Simple:   VAEntrypointVLD
    VAProfileMPEG2Main  :   VAEntrypointVLD
    VAProfileMPEG4Simple:   VAEntrypointVLD
    VAProfileMPEG4AdvancedSimple:   VAEntrypointVLD
    VAProfileH264Baseline   :   VAEntrypointVLD
    VAProfileH264Main   :   VAEntrypointVLD
    VAProfileH264High   :   VAEntrypointVLD
    VAProfileVC1Advanced:   VAEntrypointVLD

  The preferred setup needs that "gallium_drv_video.so" binary which is
  currently unavailable in ubuntu and debian. As an example I added a
  package/binary from archlinux. Copying the gallium_drv_video.so to
  /usr/lib/x86_64-linux-gnu/dri/ and symlinking(correcting) the
  libLLVM-3.6.so to arch-linux default /usr/lib/ location and exporting
  a variable was enough to make it work!
  https://www.archlinux.org/packages/extra/x86_64/libva-mesa-driver/
  #example by archlinux

  export LIBVA_DRIVER_NAME=gallium
  vainfo #preferred setup using gallium va-api from arch-linux (symlinked 
libLLVM-3.6.so to /usr/lib)
  libva info: VA-API version 0.38.0
  libva info: va_getDriverName() returns 0
  libva info: User requested driver 'gallium'
  libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/gallium_drv_video.so
  libva info: Found init function __vaDriverInit_0_38
  libva info: va_openDriver() returns 0
  vainfo: VA-API version: 0.38 (libva 1.6.0)
  vainfo: Driver version: mesa gallium vaapi
  vainfo: Supported profile and entrypoints
    VAProfileMPEG2Simple:   VAEntrypointVLD
    VAProfileMPEG2Main  :   VAEntrypointVLD
    VAProfileMPEG4Simple:   VAEntrypointVLD
    VAProfileMPEG4AdvancedSimple:   VAEntrypointVLD
    VAProfileVC1Advanced:   VAEntrypointVLD
    VAProfileH264Baseline   :   VAEntrypointVLD
    VAProfileH264Main   :   

[Touch-packages] [Bug 1557248] Re: OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

2016-04-06 Thread Bug Watch Updater
** Changed in: openldap (Debian)
   Status: Unknown => New

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

Title:
  OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

Status in openldap package in Ubuntu:
  Confirmed
Status in openldap package in Debian:
  New

Bug description:
  May I ask that you backport an upstream patch that resolves the issue
  of use-after-free in libldap that interferes with syncrepl, causing
  failures and segfaults.

  OpenLDAP commit: 283f3ae1713df449cc170965b311b19157f7b7ea
  Link: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=283f3ae1713df449cc170965b311b19157f7b7ea
  Modifications to file: libraries/libldap/tls_g.c

  This problem affects openldap 2.4.41 (in Ubuntu wily), 2.4.42 (in Ubuntu 
xenial), as well as in 2.4.44 (current upstream stable version). More details 
are availble on OpenLDAP project bug tracker at:
  http://www.openldap.org/its/index.cgi/Software%20Bugs?id=8385

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1557248/+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 1567078] Re: Default media device not updated when the device is unplugged/disappears

2016-04-06 Thread Alexandre Abreu
** Description changed:

  From Settings > Privacy & Permissions > Camera & microphone, the default
  device for audio or video is not updated in the settings when the device
  is unplugged or disappears and stays implicitly set.
  
  I am not sure if it is by design,
+ 
+ As a related note, it shouldn't so much of an issue (at least on first
+ approximation) since when Oxide tries to retrieve the default capture
+ device after a mediapermissionrequest:
+ 
+ http://bazaar.launchpad.net/~oxide-
+ 
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_media_capture_devices_dispatcher.cc#L287
+ 
+ if the id is invalid/not found it default to the first of the existing
+ stream device,
+ 
+ but I have weird issues when disconnecting a capture device in the browser
+ while on https://simpl.info/getusermedia/sources/ (between 2 reloads),

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

Title:
  Default media device not updated when the device is
  unplugged/disappears

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  From Settings > Privacy & Permissions > Camera & microphone, the
  default device for audio or video is not updated in the settings when
  the device is unplugged or disappears and stays implicitly set.

  I am not sure if it is by design,

  As a related note, it shouldn't so much of an issue (at least on first
  approximation) since when Oxide tries to retrieve the default capture
  device after a mediapermissionrequest:

  http://bazaar.launchpad.net/~oxide-
  
developers/oxide/oxide.trunk/view/head:/shared/browser/media/oxide_media_capture_devices_dispatcher.cc#L287

  if the id is invalid/not found it default to the first of the existing
  stream device,

  but I have weird issues when disconnecting a capture device in the browser
  while on https://simpl.info/getusermedia/sources/ (between 2 reloads),

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1567078/+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 1468027] Re: change default CJK fonts to Noto CJK

2016-04-06 Thread Gunnar Hjalmarsson
** Changed in: xubuntu-meta (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  change default CJK fonts to Noto CJK

Status in Ubuntu Seeds:
  New
Status in kubuntu-meta package in Ubuntu:
  In Progress
Status in language-selector package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  Fix Committed

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-seeds/+bug/1468027/+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 1567037] Re: lxc-attach crashed with SIGSEGV in get_pty_on_host()

2016-04-06 Thread Serge Hallyn
Thanks for reporting this bug.  I haven't reproduced it, but marked it
confirmed bc I see how it could happen.

A simple fix would be to not dereference ts without checking for it to
be NULL.  The question is whether we should be doing more at
console_create to not honor lxc.console during attach.

** Information type changed from Private to Public

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

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

Title:
  lxc-attach crashed with SIGSEGV in get_pty_on_host()

Status in lxc package in Ubuntu:
  Confirmed

Bug description:
  Installed unity8-lxc, ran unity8-setup, then rebooted.
  Login to unity8 lxc session failed (somehow nothing happened), then I logged 
into Unity7 and the crash happened.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: lxc1 2.0.0~rc15-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
  Date: Wed Apr  6 20:11:34 2016
  ExecutablePath: /usr/bin/lxc-attach
  InstallationDate: Installed on 2015-12-03 (124 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151203)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic.efi.signed 
root=UUID=dccfbc3c-48bc-43ed-9881-36efaa2ef6c5 ro quiet splash vt.handoff=7
  SegvAnalysis:
   Segfault happened at: 0x563ee5318994 : movl   $0x1,0x1c(%r14)
   PC (0x563ee5318994) ok
   source "$0x1" ok
   destination "0x1c(%r14)" (0x001c) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: lxc
  Stacktrace:
   #0  0x563ee5318994 in main ()
   No symbol table info available.
  StacktraceTop: main ()
  ThreadStacktrace:
   .
   Thread 1 (Thread 0x7fe20540f840 (LWP 2993)):
   #0  0x563ee5318994 in main ()
   No symbol table info available.
  Title: lxc-attach crashed with SIGSEGV in main()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1567037/+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 1367015] Re: when booting, screen turns white after "init-bottom"

2016-04-06 Thread Eka Y Saputra
Sorry, I've moved to new laptop ever since. 
Imo, it seemed related with the monitor driver.
Pls consider this closed.

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

Title:
  when booting, screen turns white after "init-bottom"

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  This happen each time I boot after hours of shut down.
  When booting, screen turns all white right after text "init-bottom" or 
something like that. Can't access cli, so I have to use power button to reboot. 
Usually, after 4-5 forced reboots, then system will run normal.
  Notice that booting into recovery mode always work fine, but it won't show 
normal resolution (only 1024x768). So this "white-screen" only happen to normal 
mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic i686
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Tue Sep  9 05:11:01 2014
  InstallationDate: Installed on 2014-08-25 (14 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140416.2)
  LightdmConfig:
   [SeatDefaults]
   autologin-guest=false
   autologin-user=eka
   autologin-user-timeout=0
   autologin-session=lightdm-autologin
  LightdmGreeterLog:
   init: indicator-power main process (2043) killed by TERM signal
   init: indicator-application main process (2047) killed by TERM signal
  LightdmGreeterLogOld:
   ** (lightdm-gtk-greeter:791): WARNING **: Failed to load user background: 
Failed to open file '/media/eka/BUMI/pic/1000_origami_cranes.jpg': Permission 
denied
   init: indicator-power main process (833) killed by TERM signal
   init: indicator-application main process (843) killed by TERM signal
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1367015/+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 1566979] Re: [Veriton T/M/S661; 461, Realtek ALC1200, Green Line Out, Rear] No sound at all

2016-04-06 Thread Raymond
Seem only blue line in jack was plugged and green line out jack was not
plugged


analog-input-linein: En línea (priority 8100, latency offset 0 usec, available: 
yes) properties: 

analog-output-lineout: Línea de salida (priority 9900, latency offset 0
usec, available: no) properties:Se


** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [Veriton T/M/S661;461, Realtek ALC1200, Green Line Out, Rear] No sound
  at all

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  No sound at all

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  martha 1156 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Apr  6 11:52:56 2016
  InstallationDate: Installed on 2016-03-11 (26 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
  Symptom_Card: Audio Interno - HDA Intel
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  martha 1156 F pulseaudio
  Symptom_Jack: Green Line Out, Rear
  Symptom_Type: No sound at all
  Title: [Veriton T/M/S661;461, Realtek ALC1200, Green Line Out, Rear] No sound 
at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: R01-B4
  dmi.board.name: EQ35M
  dmi.board.vendor: Acer
  dmi.board.version: 1.0
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAcer:bvrR01-B4:bd10/20/2008:svnAcer:pnVeritonT/M/S661;461:pvr'R01-B4':rvnAcer:rnEQ35M:rvr1.0:cvnAcer:ct3:cvr:
  dmi.product.name: Veriton T/M/S661;461
  dmi.product.version: 'R01-B4'
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1566979/+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 1557248] Re: OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

2016-04-06 Thread Mathew Hodson
** Changed in: openldap (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

Status in openldap package in Ubuntu:
  Confirmed
Status in openldap package in Debian:
  Unknown

Bug description:
  May I ask that you backport an upstream patch that resolves the issue
  of use-after-free in libldap that interferes with syncrepl, causing
  failures and segfaults.

  OpenLDAP commit: 283f3ae1713df449cc170965b311b19157f7b7ea
  Link: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=283f3ae1713df449cc170965b311b19157f7b7ea
  Modifications to file: libraries/libldap/tls_g.c

  This problem affects openldap 2.4.41 (in Ubuntu wily), 2.4.42 (in Ubuntu 
xenial), as well as in 2.4.44 (current upstream stable version). More details 
are availble on OpenLDAP project bug tracker at:
  http://www.openldap.org/its/index.cgi/Software%20Bugs?id=8385

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1557248/+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 1552424] Re: [FFE] NetworkManager 1.2-beta

2016-04-06 Thread Tony Espy
OK, strike the last bit about nameservers being added vs. replaced.   I
was the one who misunderstood how the VPN IPv4v6 dialogs work, and thus
wasn't finding the "User this connection only for the resources on this
network" checkbox.  Once I did, the VPN DNS works as expected.

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

Title:
  [FFE] NetworkManager 1.2-beta

Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Confirmed
Status in network-manager-iodine package in Ubuntu:
  Confirmed
Status in network-manager-openconnect package in Ubuntu:
  Confirmed
Status in network-manager-openvpn package in Ubuntu:
  Confirmed
Status in network-manager-pptp package in Ubuntu:
  Confirmed
Status in network-manager-vpnc package in Ubuntu:
  Confirmed

Bug description:
  We really should update NetworkManager to 1.2 (or some other updated
  stable release) for the LTS, this will allow us to better deal with
  any bugs that might come up post-release.

  This new release will also much improve interop with LXC, which has
  recently been an issue.

  Other FFEs will be opened for NM VPN plugins and for NetworkManager-
  applet.

  
  
  
  NetworkManager-1.2
  Overview of changes since NetworkManager-1.0
  

  This is a new stable release of NetworkManager.  Notable changes
  include:

  * Added an option to enable use of random MAC addresses for Wi-Fi access
  point scanning (defaults to disabled).  Controlled with
  'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key 
in
  ifcfg files).
  * Wi-Fi scanning now utilizes wpa_supplicant's AP list.
  * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
  files.
  * Added support for creation of more types of software devices: tun & tap,
  macvlan, vxlan and ip tunnels (ipip, gre, sit, ip6ip6 and ipip6).
  * The software devices (bond, bridge, vlan, team, ...) can now be stacked
  arbitrarily.  The nmcli interface for creating master-slave relationships
  has been significantly improved by the use of 'master' argument to
  all link types.
  * RFC7217 stable privacy addressing is now used by default to protect from
  address-based host tracking. The IPv6 addressing mode is configured with
  IPV6_ADDR_GEN_MODE key in ifcfg files.
  * Improved route management code to avoid clashes between conflicting
  routes in multiple connections.
  * Refactored platform code resulting in more robust interface to platform,
  less overhead and reduced memory footprint.
  * Improved interoperability with other network management tools.  The
  externally created software devices are not managed until they're
  activated.
  * The Device instances now exist for all software connections and the platform
  devices are now only created when the device is activated.  This makes it
  possible for connections with device of same name not to clash unless
  they're activated concurrently.  The links are now not unnecessarily 
present
  unless the connection is active, avoiding pollution of the link namespace.
  * NetworkManager now correctly manages connectivity in namespace-based
  containers such as LXC and Docker.
  * Support for configuring ethernet Wake-On-Lan has been added.
  * Added LLDP listener functionality and related CLI client commands. Enabled 
via
  LLDP option in ifcfg files.
  * CLI secret agent has been extended with support for VPN secrets.
  * The command line client now utilizes colors for its output.
  * The command line client now sorts the devices and properties for better
  clarity.
  * Numerous improvements to Bash command completion for nmcli.
  * NetworkManager relies on less external libraries.  The use of dbus-glib
  has been replaced with gio's native D-Bus support and libnl-route is no
  longer used.
  * Dependency on avahi-autoipd has been dropped.  Native IPv4 link-local
  addressing configuration based on systemd network library is now used
  instead.
  * Hostname is now managed via systemd-hostnamed on systemd-based systems.
  * Management of resolv.conf management can be changed at runtime, private
  resolv.conf is always written in /run.
  * NetworkManager can now write DNS options to resolv.conf.
  * Updated version of systemd network library used for internal DHCP and
  IPv4 link-local support.
  * Support for event logging via audit subsystem has been added.
  * Support for native logging via systemd-journald has been added taking
  advantage of its structured logging.
  * Live reconfiguration of IP configuration after changing the settings without
  reactivation of the device with "nmcli device reapply" command and 

[Touch-packages] [Bug 1547927] Re: LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and STARTTLS

2016-04-06 Thread Mathew Hodson
** Tags added: vivid wily

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

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

Title:
  LDAP_OPT_X_TLS_REQUIRE_CERT handling differences between ldaps:// and
  STARTTLS

Status in openldap package in Ubuntu:
  Confirmed

Bug description:
  Tested with vivid and wily...
  also logged with openldap as 
http://www.openldap.org/its/index.cgi/Incoming?id=8374

  
  The handling of the LDAP_OPT_X_TLS_REQUIRE_CERT option appears to be different
  between servers accessed via ldaps:// and ldap:// (plus STARTTLS) URIs.

  When accessing server with a self-signed certificate, the results are:

  
  ldaps://

  neverOK
  hard Error: can't contact LDAP server
  demand   Error: can't contact LDAP server
  allowOK
  try  Error: can't contact LDAP server

  
  ldap:// plus explicit ldap_start_tls_s()

  neverOK
  hard OK
  demand   OK
  allowOK
  try  OK

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1547927/+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 1557248] Re: OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

2016-04-06 Thread Mathew Hodson
** Tags added: wily xenial

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

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

Title:
  OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

Status in openldap package in Ubuntu:
  Confirmed
Status in openldap package in Debian:
  Unknown

Bug description:
  May I ask that you backport an upstream patch that resolves the issue
  of use-after-free in libldap that interferes with syncrepl, causing
  failures and segfaults.

  OpenLDAP commit: 283f3ae1713df449cc170965b311b19157f7b7ea
  Link: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=283f3ae1713df449cc170965b311b19157f7b7ea
  Modifications to file: libraries/libldap/tls_g.c

  This problem affects openldap 2.4.41 (in Ubuntu wily), 2.4.42 (in Ubuntu 
xenial), as well as in 2.4.44 (current upstream stable version). More details 
are availble on OpenLDAP project bug tracker at:
  http://www.openldap.org/its/index.cgi/Software%20Bugs?id=8385

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1557248/+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 1552424] Re: [FFE] NetworkManager 1.2-beta

2016-04-06 Thread Tony Espy
I've re-based Mathieu's branch on rc1:

lp:~awe/network-manager/update-1.2

I've pushed a version to my PPA:

https://launchpad.net/~awe/+archive/ubuntu/ppa

The original issue ( no DNS ) seen with the Canonical VPN seems to have
been resolved, although the behavior seems to be slightly different than
1.0.4x( wily ) which appears to add the VPN DNS server vs. replace the
existing nameservers.   Mathieu says this is by design, however I don't
feel like its totally understood yet.

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

Title:
  [FFE] NetworkManager 1.2-beta

Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager-applet package in Ubuntu:
  Confirmed
Status in network-manager-iodine package in Ubuntu:
  Confirmed
Status in network-manager-openconnect package in Ubuntu:
  Confirmed
Status in network-manager-openvpn package in Ubuntu:
  Confirmed
Status in network-manager-pptp package in Ubuntu:
  Confirmed
Status in network-manager-vpnc package in Ubuntu:
  Confirmed

Bug description:
  We really should update NetworkManager to 1.2 (or some other updated
  stable release) for the LTS, this will allow us to better deal with
  any bugs that might come up post-release.

  This new release will also much improve interop with LXC, which has
  recently been an issue.

  Other FFEs will be opened for NM VPN plugins and for NetworkManager-
  applet.

  
  
  
  NetworkManager-1.2
  Overview of changes since NetworkManager-1.0
  

  This is a new stable release of NetworkManager.  Notable changes
  include:

  * Added an option to enable use of random MAC addresses for Wi-Fi access
  point scanning (defaults to disabled).  Controlled with
  'wifi.mac-address-randomization' property (MAC_ADDRESS_RANDOMIZATION key 
in
  ifcfg files).
  * Wi-Fi scanning now utilizes wpa_supplicant's AP list.
  * Added support for Wi-Fi powersave, configured with POWERSAVE key in ifcfg
  files.
  * Added support for creation of more types of software devices: tun & tap,
  macvlan, vxlan and ip tunnels (ipip, gre, sit, ip6ip6 and ipip6).
  * The software devices (bond, bridge, vlan, team, ...) can now be stacked
  arbitrarily.  The nmcli interface for creating master-slave relationships
  has been significantly improved by the use of 'master' argument to
  all link types.
  * RFC7217 stable privacy addressing is now used by default to protect from
  address-based host tracking. The IPv6 addressing mode is configured with
  IPV6_ADDR_GEN_MODE key in ifcfg files.
  * Improved route management code to avoid clashes between conflicting
  routes in multiple connections.
  * Refactored platform code resulting in more robust interface to platform,
  less overhead and reduced memory footprint.
  * Improved interoperability with other network management tools.  The
  externally created software devices are not managed until they're
  activated.
  * The Device instances now exist for all software connections and the platform
  devices are now only created when the device is activated.  This makes it
  possible for connections with device of same name not to clash unless
  they're activated concurrently.  The links are now not unnecessarily 
present
  unless the connection is active, avoiding pollution of the link namespace.
  * NetworkManager now correctly manages connectivity in namespace-based
  containers such as LXC and Docker.
  * Support for configuring ethernet Wake-On-Lan has been added.
  * Added LLDP listener functionality and related CLI client commands. Enabled 
via
  LLDP option in ifcfg files.
  * CLI secret agent has been extended with support for VPN secrets.
  * The command line client now utilizes colors for its output.
  * The command line client now sorts the devices and properties for better
  clarity.
  * Numerous improvements to Bash command completion for nmcli.
  * NetworkManager relies on less external libraries.  The use of dbus-glib
  has been replaced with gio's native D-Bus support and libnl-route is no
  longer used.
  * Dependency on avahi-autoipd has been dropped.  Native IPv4 link-local
  addressing configuration based on systemd network library is now used
  instead.
  * Hostname is now managed via systemd-hostnamed on systemd-based systems.
  * Management of resolv.conf management can be changed at runtime, private
  resolv.conf is always written in /run.
  * NetworkManager can now write DNS options to resolv.conf.
  * Updated version of systemd network library used for internal DHCP and
  IPv4 link-local support.
  * Support for event logging via audit subsystem has been added.
  * Support for native logging via systemd-journald has been 

[Touch-packages] [Bug 1567140] [NEW] “Select All” pop up shows all the time, even when nothing is selected

2016-04-06 Thread Stuart Langridge
Public bug reported:

In the Twitter web app, if I reply to a tweet, I see the Select All pop
up under the cursor all the time, which is rather disconcerting.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "screenshot20160407_003732673.png"
   
https://bugs.launchpad.net/bugs/1567140/+attachment/4626801/+files/screenshot20160407_003732673.png

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

Title:
  “Select All” pop up shows all the time, even when nothing is selected

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In the Twitter web app, if I reply to a tweet, I see the Select All
  pop up under the cursor all the time, which is rather disconcerting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1567140/+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 1178943] Re: /etc/cron.daily/apt is holding memory while "sleep"

2016-04-06 Thread Bug Watch Updater
** Changed in: apt
   Status: Fix Committed => Fix Released

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

Title:
  /etc/cron.daily/apt is holding memory while "sleep"

Status in APT:
  Fix Released
Status in apt package in Ubuntu:
  Confirmed

Bug description:
  The "random_sleep" function is calling "sleep". Thus the memory used
  by anacron, the /etc/cron.daily/apt script is frozen for minutes when
  the "random_sleep" blocks until the "sleep" program completes.

  Maybe an implementation of a delayed system call back would save
  memory. For example the script could register a call-back with "at"
  utility instead of using sleep.

  I think this problem is important, especially during a few minutes
  after the system startup. The desktop has to be responsive while many
  desktop tasks are temporarily using more memory for initialization
  during the first hour.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: apt 0.8.16~exp12ubuntu10.10
  ProcVersionSignature: Ubuntu 3.2.0-41.66-generic 3.2.42
  Uname: Linux 3.2.0-41-generic i686
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: i386
  Date: Sat May 11 11:00:38 2013
  InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=fr:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/1178943/+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 1553309] Re: [FFe]: Include FIPS 140-2 into openssl package

2016-04-06 Thread Joy Latten
Hi Martin,

This email addresses the second half, below.

regards,
Joy


On Wed, Apr 6, 2016 at 4:33 AM, Martin Pitt  wrote:

> The patch changes behaviour even in !fips mode, e. g. in apps/speed.c:
>
>  for (i = 0; i < DSA_NUM; i++)
> -dsa_doit[i] = 1;
> +if (!FIPS_mode() || i != R_DSA_512)
> +dsa_doit[i] = 1;
>
> (additional check for R_DSA_512), and it even modifies code that doesn't
> touch any FIPS flag:
>
> -idea_set_encrypt_key(key16, _ks);
> +if (doit[D_CBC_IDEA]) {
> +idea_set_encrypt_key(key16, _ks);
> +}
>
> It also removes some of the upstream OpenSSL FIPS code, in
> crypto/cmac/cmac.c.
>
> > The FIPs patch will not be included into the upstream source.
>
> Apparently there already is some FIPS support upstream (you pointed out
> https://www.openssl.org/docs/fips.html yourself, and the patch seems to
> disable that). Isn't there some middle ground where we could use the
> upstream tests and FIPS integration as much as possible, and make the
> patch less ridiculously big?
>
> crypto/dsa/dsa.h:
>  # define DSA_F_DSAPARAMS_PRINT_FP 101
> +# define DSA_F_DSA_BUILTIN_KEYGEN 127
> +# define DSA_F_DSA_BUILTIN_PARAMGEN   128
>  # define DSA_F_DSA_BUILTIN_PARAMGEN2  126
>
> Patches like this are utterly dangerous. As soon as a new upstream
> version defines their own new constant further down, the FIPS patch will
> most likely still apply, but silently introduce a conflict as two
> different constants now have the same value.
>
> There is some pointless whitespace change in e. g. crypto/evp/c_alld.c
> which further blow up the patch.
>
> There are a few extra calls to OPENSSL_init_library() now, without a
> comment. Is this guaranteed to be idempotent (it might reset seeds,
> counters and the like)? Is this a performance hit?
>
> crypto/evp/evp.h:
> -# define EVP_CIPH_FLAG_FIPS  0x4000
> +# define EVP_CIPH_FLAG_FIPS  0x400
>
> This also looks very dubious -- as this is a flag that is commonly
> passed to functions, this could be an ABI break.
>

I don't care for this change either. I will revert it. I tracked the
origins to the original openssl fips in openssl community, back then it was
0x400 and was changed recently to 0x4000.


> The added file crypto/fips/fips.h says "Copyright (c) 2003 The OpenSSL
> Project.", other files like crypto/fips/fips_drbg_hash.c have "Written
> by Dr Stephen N Henson (st...@openssl.org) for the OpenSSL project". So
> this does not seem to be originating from Red Hat, SUSE or Canonical, or
> is that just a copy error? If it actually comes from upstream
> somewhere, can these parts please split out into a separate patch (e. g.
> one for stuff that is being taken from some upstream branch, one that is
> being taken from RedHat/SUSE, and then perhaps one with the
> modifications from Canonical).
>

Yes, most of the source in this patch has openssl copyright and is from the
open source openssl community at some point in time.
>From what I have gleaned, openssl community did their fips compliance such
as we are, a "fips-patched" openssl. Over time they decided to go with a
different approach, a separate openssl-fips module that plugs into the
regular openssl. And that is what they have been updating for fips
compliance.

The FIPs standards are constantly evolving and changing as exploits and
improvements are made in cryptography. So I believe distros (redhat and
suse) are using fips-specific source from the original fips-patched openssl
(such as fips.h) that they picked up years ago when they first started
doing fips certs and incorporating the newer, compliant crypto and
selftests from the openssl-fips module source (such as fips_drbg_hash.c).

I used the fedora openssl fips patch as my base and I used the openssl-fips
module source to ensure most things were up-to-date since earlier this year
they received fips certification.

Yes, this may all sound like a big headache. :-) But, it is what it is.
:-)


>
> There is a lot of added dead code, like do_bn_print_name(),
> parse_line(), or tidy_line(). I noticed these as I was looking for usage
> of strcpy(). These functions don't get any buffer size, don't do any
> overflow checking, etc.
>

Yes, I am aware of this. My reasoning was I needed to focus on correct
functionality and mitigating regression, to get this patch ready and into
release, asap. And later, I would focus on cleaning up the dead code and
whatever else. I figured those I can do in an update as bugfixes.


> There are no references to where these patches are taken from
> (RedHat/SUSE), and which changes were done relative to them. Please add
> them, so that it's a bit easier for someone else in the future to re-
> merge them. As I said above it would also be useful to split them up by
> origin, in  order to have a realistic chance to maintain them 

[Touch-packages] [Bug 1508081] Re: Fails to receive OTA updates

2016-04-06 Thread Nikola Srnec
I did not recieve the OTA-9 update since the date of release, and OTA-10
has not arrived on my BQ E4.5 yet, will I ever get another update for my
phone?

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

Title:
  Fails to receive OTA updates

Status in Canonical System Image:
  Fix Committed
Status in Ubuntu system image:
  Fix Released
Status in system-image package in Ubuntu:
  Fix Released
Status in ubuntu-download-manager package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu Touch 15.04 (r23) [mako]

  Issue: Phone appears to fail to receive OTA updates. Previously, I jumped 
from (r15) to (r23) due to missing OTA updates. Currently, I see (r24) appears 
to be released on 2015 Oct 16.
  Expected behavior: System Settings > System > Updates (or System Settings > 
About this phone > Check for updates) reveals new image that I can release and 
download.
  Actual behavior: Checking for updates... > Software is up to date

  See the comment regarding similar issues for large app installs.
  It seems if anything interrupts the transfer or if the connection is somewhat 
slow the download performance degenerates then times out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508081/+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 1567128] [NEW] /usr/bin/wget:11:ftp_expected_bytes:getftp:ftp_loop_internal:ftp_retrieve_list:ftp_retrieve_glob

2016-04-06 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding wget.  This problem was most recently seen with version
1.16.1-1ubuntu1, the problem page at
https://errors.ubuntu.com/problem/732616c8826abbcf8558c4af4332badc9985f567
contains more details.

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


** Tags: kylin-15.04 vivid wily xenial

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

Title:
  
/usr/bin/wget:11:ftp_expected_bytes:getftp:ftp_loop_internal:ftp_retrieve_list:ftp_retrieve_glob

Status in wget package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding wget.  This problem was most recently seen with version
  1.16.1-1ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/732616c8826abbcf8558c4af4332badc9985f567
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/1567128/+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 1557248] Re: OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

2016-04-06 Thread Maciej Puzio
I reported the bug to Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820244

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

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

Title:
  OpenLDAP: Backport a fix for use-after-free in GnuTLS-related code

Status in openldap package in Ubuntu:
  Confirmed

Bug description:
  May I ask that you backport an upstream patch that resolves the issue
  of use-after-free in libldap that interferes with syncrepl, causing
  failures and segfaults.

  OpenLDAP commit: 283f3ae1713df449cc170965b311b19157f7b7ea
  Link: 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=283f3ae1713df449cc170965b311b19157f7b7ea
  Modifications to file: libraries/libldap/tls_g.c

  This problem affects openldap 2.4.41 (in Ubuntu wily), 2.4.42 (in Ubuntu 
xenial), as well as in 2.4.44 (current upstream stable version). More details 
are availble on OpenLDAP project bug tracker at:
  http://www.openldap.org/its/index.cgi/Software%20Bugs?id=8385

  Thank you

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1557248/+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 1561924] Re: can't scroll to bottom of wifi list in wizard

2016-04-06 Thread Michał Sawicz
** Changed in: canonical-devices-system-image
   Status: New => Triaged

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

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

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

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

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

Title:
  can't scroll to bottom of wifi list in wizard

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

Bug description:
  On today's phone image (arale rc-proposed 286), I can't connect to my
  access point in the OOBE wizard because the WAP name starts with a 'w'
  and I can't get the wifi list to scroll all the way to the bottom.

  Any time I get it near the bottom, the list re-shuffles itself and
  scrolls back up.

  Taochen reports seeing the same on a krillin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1561924/+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 1565238] Re: Persian(Farsi) layout for Ubuntu Touch

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

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

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

Title:
  Persian(Farsi) layout for Ubuntu Touch

Status in ubuntu-keyboard:
  New
Status in ubuntu-keyboard package in Ubuntu:
  Confirmed

Bug description:
  Hi
  Ubuntu Touch lacks Persian keyboard layout.
  there is pre require for most ubuntu touch users to found desired keyboard 
layout to start using that device in real world.
  i also can help on develop for add this small but important feature
  best regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1565238/+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 1566957] Re: Sloppy focus mode broken in 16.04 beta2

2016-04-06 Thread Yoav Weiss
Adding more info:

The problem is that what's visible as the root window isn't really the
root window.  It has some X client running on top of it, so it gets the
focus as the mouse enters it.  I verified this by running xkill and
clicking the root window.  It actually killed something, which wouldn't
have happened with a normal root window:

xkill:  killing creator of resource 0x28a

After killing that invisible layer, "sloppy" starts working as it
should.

So the problem is an incompatibility between "sloppy mode" and whatever
app runs on top of the root window and presents a text field at the
bottom right when typing in the root window.  I don't know what this app
is, but it has to be disabled in sloppy mode.


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

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

Title:
  Sloppy focus mode broken in 16.04 beta2

Status in xorg package in Ubuntu:
  New

Bug description:
  Switching to "sloppy" focus mode doesn't work and behaves like "mouse
  mode".

  I switched using unity-tweak-tool by going to Workspace Settings ->
  Additional -> Focus mode.  Both "mouse" and "sloppy" result in the
  same behavior, with focus following mouse and not focusing on anything
  when the mouse is on the root window.

  Sloppy previously meant that focus changed when mouse was entering a
  window, but not when leaving it.

  I'm not sure if it's a bug in xorg or in unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.20.1-0ubuntu1
  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: Wed Apr  6 18:55:13 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.16, 4.4.0-16-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:2233]
  InstallationDate: Installed on 2016-03-29 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: LENOVO 20F9CTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-17-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/15/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET37W (1.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET37W(1.05):bd01/15/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  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.6.1-1ubuntu2
  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: Wed Apr  6 18:42:12 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1178 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1566957/+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 1561924] Re: can't scroll to bottom of wifi list in wizard

2016-04-06 Thread Selene Scriven
No change in krillin rc-proposed 306.  I didn't realize the new wizard
wasn't going to be seen by customers yet.

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

Title:
  can't scroll to bottom of wifi list in wizard

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

Bug description:
  On today's phone image (arale rc-proposed 286), I can't connect to my
  access point in the OOBE wizard because the WAP name starts with a 'w'
  and I can't get the wifi list to scroll all the way to the bottom.

  Any time I get it near the bottom, the list re-shuffles itself and
  scrolls back up.

  Taochen reports seeing the same on a krillin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1561924/+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 1566957] Re: Sloppy focus mode broken in 16.04 beta2

2016-04-06 Thread Yoav Weiss
I'm testing it with the latest 16.04 update, running Unity.

I open a terminal, move the mouse into it, so it focuses and I can type
into the terminal.  Then I move the mouse out of the window, to the root
window (no other window exists).  I see the terminal lose focus, and if
I type anything, the keystrokes go to the root window (actually
appearing in a text field in the bottom right).  So it's not working as
it used to.

Is unity-tweak-tool the wrong way to turn it on?  Anything else I could
test?

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

Title:
  Sloppy focus mode broken in 16.04 beta2

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Switching to "sloppy" focus mode doesn't work and behaves like "mouse
  mode".

  I switched using unity-tweak-tool by going to Workspace Settings ->
  Additional -> Focus mode.  Both "mouse" and "sloppy" result in the
  same behavior, with focus following mouse and not focusing on anything
  when the mouse is on the root window.

  Sloppy previously meant that focus changed when mouse was entering a
  window, but not when leaving it.

  I'm not sure if it's a bug in xorg or in unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.20.1-0ubuntu1
  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: Wed Apr  6 18:55:13 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.16, 4.4.0-16-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:2233]
  InstallationDate: Installed on 2016-03-29 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: LENOVO 20F9CTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-17-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/15/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET37W (1.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET37W(1.05):bd01/15/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  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.6.1-1ubuntu2
  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: Wed Apr  6 18:42:12 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1178 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1566957/+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 1561330] Re: ps security data column includes AppArmor confinement mode in 16.04

2016-04-06 Thread John Johansen
For the record it is this commit that made the change

https://gitlab.com/procps-
ng/procps/commit/5da390422d2b58902731655ddd12439126a051da

it was previously terminating the string when it hit the space before
the mode. Now it is using isprint(outbuf[len]) and space is a printable
character.

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

Title:
  ps security data column includes AppArmor confinement mode in 16.04

Status in procps package in Ubuntu:
  Won't Fix

Bug description:
  In Xenial, running linux 4.4.0-15-generic and procps
  2:3.3.10-4ubuntu2, I see that the security data column has changed to
  displaying the AppArmor confinement mode:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  786 ?Ssl0:00 
/usr/sbin/cups-browsed

  This is different than what is displayed in 15.10:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed548 ?Ssl0:00 
/usr/sbin/cups-browsed

  There was a large AppArmor kernel change in Xenial's 4.4.0-15-generic
  so to rule that out, I booted into an earlier Xenial kernel and saw
  the same issue:

  $ uname -a
  Linux sec-xenial-i386 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18 20:50:09 UTC 
2016 i686 i686 i686 GNU/Linux
  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  631 ?Ssl0:00 
/usr/sbin/cups-browsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1561330/+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 1541057] Re: unity8-dash crashed with SIGSEGV in QOpenGLContext::shareGroup()

2016-04-06 Thread jorho60
** Changed in: unity8 (Ubuntu)
   Status: Confirmed => 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/1541057

Title:
  unity8-dash crashed with SIGSEGV in QOpenGLContext::shareGroup()

Status in unity8 package in Ubuntu:
  New

Bug description:
  the unity8 dash crashed on closing it. now unable to access apps
  scope. installed on desktop

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.11+16.04.20160129-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Feb  2 23:22:36 2016
  ExecutablePath: /usr/bin/unity8-dash
  InstallationDate: Installed on 2015-12-26 (38 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  ProcCmdline: unity8-dash 
--desktop_file_hint=/usr/share/applications/unity8-dash.desktop
  SegvAnalysis:
   Segfault happened at: 0x7febf0037370 <_ZNK14QOpenGLContext10shareGroupEv>:   
mov0x8(%rdi),%rax
   PC (0x7febf0037370) ok
   source "0x8(%rdi)" (0x0008) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: unity8
  StacktraceTop:
   QOpenGLContext::shareGroup() const () from 
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
   ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
   ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
   ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
   ?? () from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
  Title: unity8-dash crashed with SIGSEGV in QOpenGLContext::shareGroup()
  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/unity8/+bug/1541057/+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 1567102] Re: package systemd-sysv 229-3ubuntu2 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv

2016-04-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package systemd-sysv 229-3ubuntu2 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

Status in systemd package in Ubuntu:
  New

Bug description:
  Upgrade 15.10 -> 16.04 failed

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd-sysv 229-3ubuntu2
  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
  Date: Wed Apr  6 00:24:23 2016
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.9
  SourcePackage: systemd
  Title: package systemd-sysv 229-3ubuntu2 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to xenial on 2016-04-06 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567102/+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 1553296] Re: [FFe] Update to maintenance release 2.7

2016-04-06 Thread Amr Ibrahim
Is it possible to get this updated in xenial? According to upstream, 2.7
is a maintenance release.

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

Title:
  [FFe] Update to maintenance release 2.7

Status in lcms2 package in Ubuntu:
  New

Bug description:
  https://github.com/mm2/Little-CMS/blob/master/ChangeLog

  Fixed a possible segmentation fault in a non-happy path
  Fixed a macro clash on SNONE. 
  Added a safety check on named color lists
  Added a function to retrieve the iohandler of a given profile object
  Remove unused vcproj files
  Some maintenance fixes
  utils/jpgicc/iccjpeg.c: Fix check if unsigned variable 'total_length'… …
  Add missing comma in CGATS parser
  Remove dead code.
  Move unused var suppresor before the `return` statements.
  Added a flag  to clip negative values in unbounded transforms (only gray, 
rgb, cmyk)
  Added a global optimization that merges consecutive matrices in pipelines. 
Fixes loss of precision in some transforms
  New project for mac
  Added license for iccjpeg.c
  Added a project for VS2013
  Fixed wrong handling of extra channels in some formatters.
  Added an option in transicc for working in bounded mode
  Added a version retrieval function 

  ---
  2.7 Maintenance release
  ---

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lcms2/+bug/1553296/+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 1567102] [NEW] package systemd-sysv 229-3ubuntu2 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv

2016-04-06 Thread Hadmut Danisch
Public bug reported:

Upgrade 15.10 -> 16.04 failed

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-3ubuntu2
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
Date: Wed Apr  6 00:24:23 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.9
SourcePackage: systemd
Title: package systemd-sysv 229-3ubuntu2 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-04-06 (0 days ago)

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


** Tags: 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1567102

Title:
  package systemd-sysv 229-3ubuntu2 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

Status in systemd package in Ubuntu:
  New

Bug description:
  Upgrade 15.10 -> 16.04 failed

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: systemd-sysv 229-3ubuntu2
  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
  Date: Wed Apr  6 00:24:23 2016
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.9
  SourcePackage: systemd
  Title: package systemd-sysv 229-3ubuntu2 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to xenial on 2016-04-06 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567102/+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 1566957] Re: Sloppy focus mode broken in 16.04 beta2

2016-04-06 Thread Timo Aaltonen
works here just fine

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

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

Title:
  Sloppy focus mode broken in 16.04 beta2

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Switching to "sloppy" focus mode doesn't work and behaves like "mouse
  mode".

  I switched using unity-tweak-tool by going to Workspace Settings ->
  Additional -> Focus mode.  Both "mouse" and "sloppy" result in the
  same behavior, with focus following mouse and not focusing on anything
  when the mouse is on the root window.

  Sloppy previously meant that focus changed when mouse was entering a
  window, but not when leaving it.

  I'm not sure if it's a bug in xorg or in unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.20.1-0ubuntu1
  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: Wed Apr  6 18:55:13 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.16, 4.4.0-16-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:2233]
  InstallationDate: Installed on 2016-03-29 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
  MachineType: LENOVO 20F9CTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-17-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/15/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET37W (1.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20F9CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET37W(1.05):bd01/15/2016:svnLENOVO:pn20F9CTO1WW:pvrThinkPadT460s:rvnLENOVO:rn20F9CTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20F9CTO1WW
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  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.6.1-1ubuntu2
  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: Wed Apr  6 18:42:12 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1178 
   vendor LGD
  xserver.version: 2:1.18.3-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1566957/+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 1566878] Re: Alt-backtick regression

2016-04-06 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

** Changed in: xorg-server (Ubuntu)
   Status: New => Triaged

** Changed in: xorg-server (Ubuntu)
 Assignee: (unassigned) => Timo Aaltonen (tjaalton)

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

Title:
  Alt-backtick regression

Status in xorg-server package in Ubuntu:
  Triaged

Bug description:
  dist-upgrading to xorg-server (source package) 2:1.18.3-1ubuntu1
  (binary packages xserver-common, xserver-xorg-core, xvfb) introduces a
  regression for Alt-backtick switching between windows of the same
  application.  Before the upgrade, Alt-backtick works by showing you
  the switcher and letting you cycle between multiple windows of the
  same application.  After the upgrade, Alt-backtick does nothing.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
  Uname: Linux 4.4.0-17-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.3.1 20160405 (Ubuntu 5.3.1-13ubuntu4)
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr  6 09:52:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-16-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-17-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-16-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-17-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GK104 [GeForce GTX 760] [10de:1187] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd GK104 [GeForce GTX 760] [1458:360b]
  InstallationDate: Installed on 2016-01-22 (75 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160117)
  MachineType: Gigabyte Technology Co., Ltd. Z170X-UD5
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-17-generic 
root=UUID=d03718f1-9983-4b07-a942-1b42fe8352ec ro
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/24/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F2
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z170X-UD5-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  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.:bvrF2:bd07/24/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ170X-UD5:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ170X-UD5-CF:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z170X-UD5
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu1
  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.6.1-1ubuntu2
  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: Wed Apr  6 09:09:25 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.3-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1566878/+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 1507829] Re: upowerd crashed with SIGSEGV in malloc_consolidate()

2016-04-06 Thread mkellen
*** This bug is a duplicate of bug 1495378 ***
https://bugs.launchpad.net/bugs/1495378

Please do something about this bug being marked as a duplicate of a
private bug.  It's impossible for any of us affected to help if we
cannot see what is going on.

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

Title:
  upowerd crashed with SIGSEGV in malloc_consolidate()

Status in upower package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Gnome 15.10

  Issue occurred after plugging in iPhone, didn't do anything else. Not
  sure if related event, but that was the only thing that I was doing at
  that time.

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: upower 0.99.3-1build2
  Uname: Linux 4.3.0-040300rc5-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Mon Oct 19 20:35:15 2015
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationDate: Installed on 2015-09-30 (19 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  ProcCmdline: /usr/lib/upower/upowerd
  ProcEnviron:
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
  SegvAnalysis:
   Segfault happened at: 0x7f7c66c541cb :   mov
0x8(%r12),%r13
   PC (0x7f7c66c541cb) ok
   source "0x8(%r12)" (0xd52ff8bd1560) not located in a known VMA region 
(needed readable region)!
   destination "%r13" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: upower
  StacktraceTop:
   malloc_consolidate (av=av@entry=0x7f7c66f99c00 ) at malloc.c:4136
   _int_malloc (av=av@entry=0x7f7c66f99c00 , 
bytes=bytes@entry=4096) at malloc.c:3417
   __GI___libc_malloc (bytes=4096) at malloc.c:2895
   xmlDictCreate () from /usr/lib/x86_64-linux-gnu/libxml2.so.2
   xmlInitParserCtxt () from /usr/lib/x86_64-linux-gnu/libxml2.so.2
  Title: upowerd crashed with SIGSEGV in malloc_consolidate()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1507829/+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 1561330] Re: ps security data column includes AppArmor confinement mode in 16.04

2016-04-06 Thread Tyler Hicks
I agree and intentionally opened the bug against procps because I was
able convince myself that it was a procps change and not an AppArmor
change.

I don't think this change is a problem and, personally, I like seeing
the confinement mode in the output.

I think we've came to the conclusion that this is fine behavior so I'm
going to mark this bug as invalid since we don't plan on 'fixing'
anything here.

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

** Changed in: procps (Ubuntu)
   Status: Invalid => Won't Fix

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

Title:
  ps security data column includes AppArmor confinement mode in 16.04

Status in procps package in Ubuntu:
  Won't Fix

Bug description:
  In Xenial, running linux 4.4.0-15-generic and procps
  2:3.3.10-4ubuntu2, I see that the security data column has changed to
  displaying the AppArmor confinement mode:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  786 ?Ssl0:00 
/usr/sbin/cups-browsed

  This is different than what is displayed in 15.10:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed548 ?Ssl0:00 
/usr/sbin/cups-browsed

  There was a large AppArmor kernel change in Xenial's 4.4.0-15-generic
  so to rule that out, I booted into an earlier Xenial kernel and saw
  the same issue:

  $ uname -a
  Linux sec-xenial-i386 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18 20:50:09 UTC 
2016 i686 i686 i686 GNU/Linux
  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  631 ?Ssl0:00 
/usr/sbin/cups-browsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1561330/+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 1561330] Re: ps security data column includes AppArmor confinement mode in 16.04

2016-04-06 Thread Tyler Hicks
Actually, Won't Fix is a better fit. We can change it back to Confirmed
if we decide that it is causing problems.

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

Title:
  ps security data column includes AppArmor confinement mode in 16.04

Status in procps package in Ubuntu:
  Won't Fix

Bug description:
  In Xenial, running linux 4.4.0-15-generic and procps
  2:3.3.10-4ubuntu2, I see that the security data column has changed to
  displaying the AppArmor confinement mode:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  786 ?Ssl0:00 
/usr/sbin/cups-browsed

  This is different than what is displayed in 15.10:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed548 ?Ssl0:00 
/usr/sbin/cups-browsed

  There was a large AppArmor kernel change in Xenial's 4.4.0-15-generic
  so to rule that out, I booted into an earlier Xenial kernel and saw
  the same issue:

  $ uname -a
  Linux sec-xenial-i386 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18 20:50:09 UTC 
2016 i686 i686 i686 GNU/Linux
  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  631 ?Ssl0:00 
/usr/sbin/cups-browsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1561330/+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 1567069] Re: Wrong APN selected so MMS stopped working

2016-04-06 Thread Tony Espy
Just tested with krillin ( rc/bq-aquaris.en #48 ) plus a single AT
SIM.   Made sure to clear all of the 'Preferred' flags and rebooted.  To
do this, as root:

# stop network-manager
# stop ofono
# cd /var/lib/ofono//
# vi gprs

( change any 'Preferred=true' -> 'Preferred=false' )

# reboot

I see in the log that NM finds the three contexts in order, and then
tries context3 first always.  I rebooted twice and the same thing always
happens:

17:16:48 NetworkManager:  SCPlugin-Ofono: found internet context 'ATT 
Nextgenphone' (context1)
17:16:48 NetworkManager:  SCPlugin-Ofono: 
update_connection_setting_from_context: name:ATT Nextgenphone, path:context1, 
id:/310410833791757/context1, uuid: 71c1fc6d-6992-1120-b348-990f150dae3d
17:16:48 NetworkManager:  SCPlugin-Ofono: found internet context 'ATT 
Phone' (context2)
17:16:48 NetworkManager:  SCPlugin-Ofono: 
update_connection_setting_from_context: name:ATT Phone, path:context2, 
id:/310410833791757/context2, uuid: fe79bba6-614c-401c-d83b-1e8f52153ed0
17:16:48 NetworkManager:  SCPlugin-Ofono: found internet context 'ATT 
WAP' (context3)
17:16:48 NetworkManager:  SCPlugin-Ofono: 
update_connection_setting_from_context: name:ATT WAP, path:context3, 
id:/310410833791757/context3, uuid: 499fc259-e7ce-9ecc-bc73-8a4f40d888b6
17:16:48 NetworkManager:  SCPlugin-Ofono: found internet context 
'T-Mobile GPRS' (context2)
17:16:48 NetworkManager:  SCPlugin-Ofono: 
update_connection_setting_from_context: name:T-Mobile GPRS, path:context2, 
id:/310260006686790/context2, uuid: 0fc0650f-0763-ee7d-f968-936a08469368
17:17:34 NetworkManager:  Auto-activating connection 
'/310410833791757/context3'.
17:17:34 NetworkManager:  Activation (ril_0) starting connection 
'/310410833791757/context3'
17:17:34 NetworkManager:  (/ril_0): activating context /ril_0/context3

It shouldn't be too hard to re-flash a previous rc prior to 48 to see if
this is a regression caused by OTA10.

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

Title:
  Wrong APN selected so MMS stopped working

Status in network-manager package in Ubuntu:
  New
Status in ofono package in Ubuntu:
  New

Bug description:
  On two phones connected to AT, got recent rc-proposed updates, at some 
point between 3/30 and 4/6 the phone started to select the wrong APN, one which 
did not support MMS only internet. These phones have worked with MMS reliably 
for over a year.
  Rebooting the phone does not fix it.
  One phone has been just getting updates for a year the other I had flashed 
last week.

  Explicitly selecting the correct preferred APN makes them work again.

  My concern is something changed in the logic or database on the device
  to change the behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1567069/+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 1563742] Re: Calendar date-times incoherences when DST occurs on 27th March

2016-04-06 Thread Jenkins Bot
Fix committed into lp:ubuntu-calendar-app at revision 817, scheduled for
release in ubuntu-calendar-app, milestone 0.5

** Changed in: ubuntu-calendar-app
   Status: In Progress => Fix Committed

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

Title:
  Calendar date-times incoherences when DST occurs on 27th March

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  Fix Committed
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  I'd rather to create another bug-id even if the Bug #1562891 seems
  similar at first sight (Time-date & Calendar issue UTC/Local),
  but I've noticed an issue about times displayed in Calendar-app:
  the time is incoherent between the displays.

  BUG DESCRIPTION :

  When DST changed from UTC+1 to UTC+2 , the times displayed
  for an events serie is not coherent, like it is shown in the joined 
  screenshots numbered from 1 to 5. You can realize:

  1- The DST changed from UTC+1 to UTC+2 (Europe/Paris),
  and 'Set the time and date' is Automatically.

  2- This screenshot show that now the event has changed
  to 13:00 - 13:05 . Originally it was set at 12:00 - 12:05

  3-  This window shows that the event (dated 30 March)
  can be modified but it is set at 13:00 - 13:05 

  4- Now I edit this event with the funtion 'Edit series'...

  5- The page shown, now displays the 9th March
  at 12:00 - 12:05.  Which is incoherent.

  WHAT THE LAST WINDOW SHOULD DISPLAY :

  1- A page with a date of 30 March with a time 12:00 - 12:05.

  2 -if I edit any event starting from the 27th March,
  all the notifications should display 12:00 - 12:05
  because originally it was set at this time. 

  3- If I edit an event, say the 30th March and I
  decide to change it to 12:30 - 12:35 , all
  occurring serie from 30th March should
  be modified from 30th March.
  And as well, all occurring serie before 30th March 
  should be unchanged.

  CONCLUSION:

  The user should not have to change the time set even when
  the DST occurred. An event set to 12:00 before a DST
  should remain to 12:00 after a DST.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563742/+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 1556457] Re: [FFe] Demilight (OS/2 weight=350) confuses fontconfig

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package fontconfig - 2.11.94-0ubuntu1

---
fontconfig (2.11.94-0ubuntu1) xenial; urgency=medium

  * New upstream release (LP: #1556457)
- Fixes blurry fonts regression from previous upload (LP: #1566651)
  * d/p/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch,
d/p/0002-demilight.patch:
- Dropped, applied in new release
  * Bump freetype build dep to 2.5.1 as per configure.ac.
  * Drop gperf build dep again, not necessary any more.

 -- Gunnar Hjalmarsson   Sun, 03 Apr 2016 02:54:00
+0200

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

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

Title:
  [FFe] Demilight (OS/2 weight=350) confuses fontconfig

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Fix Released
Status in fontconfig package in Debian:
  New

Bug description:
  [FFe request comment]

  Upgrading to fontconfig 2.11.94 is proposed as a fix of this bug,
  including a fix of certain font weight issues due to the switch from
  fonts-droid to fonts-noto-cjk for Chinese (discussed at bug #1468027)
  where we haven't found any way to work around the problem.

  The proposed upload is available in this PPA:
  https://launchpad.net/~gunnarhj/+archive/ubuntu/fontconfig-test2

  Changes are listed in the attachment upstream_git-log.txt

  [Original description including updates]

  See https://bugs.freedesktop.org/show_bug.cgi?id=81453 and bug
  1468027.

  Fontconfig lacks support for many OpenType/TrueType OS/2 font weight
  values. This causes a bunch of problems, like mixing up Demilight
  (weight=350) and Regular (weight=400).

  Although it's possible to write (dirty?) hacks for deb-packed fonts,
  this still causes problems for otherwise sourced fonts.

  Archlinux: https://bugs.archlinux.org/task/48550 (fix released,
  upgraded to 2.11.94)

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/1556457/+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 1566579] Re: FFe: merge with the current Debian package

2016-04-06 Thread Stéphane Graber
** Changed in: vim (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  FFe: merge with the current Debian package

Status in vim package in Ubuntu:
  Fix Released

Bug description:
  please accept 2:7.4.1689-2ubuntu1 into xenial. it's an update from the
  current Debian source, introducing a vim-gtk3 and a vim-gtk-3-py2
  package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1566579/+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 1566651] Re: Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package fontconfig - 2.11.94-0ubuntu1

---
fontconfig (2.11.94-0ubuntu1) xenial; urgency=medium

  * New upstream release (LP: #1556457)
- Fixes blurry fonts regression from previous upload (LP: #1566651)
  * d/p/0001-Revert-Bug-73291-poppler-does-not-show-fl-ligature.patch,
d/p/0002-demilight.patch:
- Dropped, applied in new release
  * Bump freetype build dep to 2.5.1 as per configure.ac.
  * Drop gperf build dep again, not necessary any more.

 -- Gunnar Hjalmarsson   Sun, 03 Apr 2016 02:54:00
+0200

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

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

Title:
  Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

Status in fontconfig package in Ubuntu:
  Fix Released

Bug description:
  I use terminus font in gnome-terminal. After upgrade to the latest
  fonconfig in xenial my terminal font is blurry.

  Versions which work as expected:

  <= 2.11.1-0ubuntu8

  Broken versions:

  >= 2.11.1-0ubuntu9

  Screenshots attached.

  Probably related to this change
  https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1556457

  Rollback to the following packages fixes this issue:

  fontconfig_2.11.1-0ubuntu8_amd64.deb
  fontconfig-config_2.11.1-0ubuntu8_all.deb
  libfontconfig1_2.11.1-0ubuntu8_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566651/+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 1566896] Re: Camera app and messaging app on mako no mic in video mode

2016-04-06 Thread Łukasz Zemczak
** Tags added: lt-blocker

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

Title:
  Camera app and messaging app on mako no mic in video mode

Status in Canonical System Image:
  Confirmed
Status in pulseaudio package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Flash OTA-10-RC image from rc channel to mako
  2. Open the camera app
  3. Accept access to camera
  4. Switch to video
  5. Tap record
  6. Accept Mic access
  7. Record something while talking into the mic for 10 seconds
  8. Playback the video

  EXPECTED:
  Audio to come from the speaker

  ACTUAL:
  I see the video footage but no audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566896/+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 1567085] [NEW] LUKS swap partition destroyed upon reboot in 15.10 and 16.04

2016-04-06 Thread Vlad K.
Public bug reported:

Usually on every reboot, sometimes every other, the LUKS encrypted swap
partition is being destroyed. blkid shows no UUID for the partition,
cryptsetup doesn't recognize it as a LUKS partition. This is logged:

Tra 06 23:05:41 deltalabs systemd[1]: 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device: 
Job 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device/start
 tim
Tra 06 23:05:41 deltalabs systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device.
Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Cryptography Setup 
for sda2_crypt.
Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for 
dev-mapper-sda2_crypt.device.
Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for 
/dev/mapper/sda2_crypt.
Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Swap.
Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Encrypted Volumes.

The disk layout is as follows:

Number  Start   End SizeType File system  Flags
 1  1049kB  1024MB  1023MB  primary  ext4 boot
 2  1024MB  6024MB  5000MB  primary
 3  6024MB  406GB   400GB   primary
 4  406GB   430GB   24,0GB  primary

#2 is LUKS swap and #3 is LUKS root, which obviously gets decrypted and
mounted okay. This started happening after an update in 15.10 few weeks
ago and aparently continues in 16.04 beta 2.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: systemd 229-3ubuntu2 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Apr  6 23:08:06 2016
InstallationDate: Installed on 2016-01-11 (86 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-17-generic 
root=UUID=73474220-1b0e-46bc-bba1-73fbbbc0a6f5 ro quiet splash
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 
 3 overridden configuration files found.
UpgradeStatus: Upgraded to xenial on 2016-04-05 (1 days ago)
dmi.bios.date: 11/26/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: A770DE+
dmi.board.vendor: ASRock
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.:bvrP1.40:bd11/26/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnA770DE+:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug xenial

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

Title:
  LUKS swap partition destroyed upon reboot in 15.10 and 16.04

Status in systemd package in Ubuntu:
  New

Bug description:
  Usually on every reboot, sometimes every other, the LUKS encrypted
  swap partition is being destroyed. blkid shows no UUID for the
  partition, cryptsetup doesn't recognize it as a LUKS partition. This
  is logged:

  Tra 06 23:05:41 deltalabs systemd[1]: 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device: 
Job 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device/start
 tim
  Tra 06 23:05:41 deltalabs systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-9e972bb6\x2df6dc\x2d4e64\x2d8976\x2d2df54bd076f7.device.
  Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Cryptography 
Setup for sda2_crypt.
  Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for 
dev-mapper-sda2_crypt.device.
  Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for 
/dev/mapper/sda2_crypt.
  Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Swap.
  Tra 06 23:05:41 deltalabs systemd[1]: Dependency failed for Encrypted Volumes.

  The disk layout is as follows:

  Number  Start   End SizeType File system  Flags
   1  1049kB  1024MB  1023MB  primary  ext4 boot
   2  1024MB  6024MB  5000MB  primary
   3  6024MB  406GB   400GB   

[Touch-packages] [Bug 1566579] Re: FFe: merge with the current Debian package

2016-04-06 Thread Stéphane Graber
Okay, the upstream changelog is kinda hard to parse but after a quick
read, the very vast majority of it are bugfixes, additions are mostly to
do with syntax highlighting rather than the core. Getting this would
also reduce our delta with Debian somewhat and help getting rid of
python2, so lets go for it.

** Changed in: vim (Ubuntu)
   Status: New => Triaged

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

Title:
  FFe: merge with the current Debian package

Status in vim package in Ubuntu:
  Triaged

Bug description:
  please accept 2:7.4.1689-2ubuntu1 into xenial. it's an update from the
  current Debian source, introducing a vim-gtk3 and a vim-gtk-3-py2
  package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1566579/+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 1518955] Re: System image client log file grows indefinitely

2016-04-06 Thread Barry Warsaw
** Changed in: system-image (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  System image client log file grows indefinitely

Status in Canonical System Image:
  In Progress
Status in system-image package in Ubuntu:
  In Progress

Bug description:
  From what I can tell the log file for system image at /var/log/system-
  image/client.log is continually appended to and is not rolled or
  truncated.

  My current log has entries from 8 months ago and is over 3MB.

  Another phone shows entries 5 months old and is over 1MB

  I assume those were since the last full data wipes and flash

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518955/+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 1567078] [NEW] Default media device not updated when the device is unplugged/disappears

2016-04-06 Thread Alexandre Abreu
Public bug reported:

>From Settings > Privacy & Permissions > Camera & microphone, the default
device for audio or video is not updated in the settings when the device
is unplugged or disappears and stays implicitly set.

I am not sure if it is by design,

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Default media device not updated when the device is
  unplugged/disappears

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  From Settings > Privacy & Permissions > Camera & microphone, the
  default device for audio or video is not updated in the settings when
  the device is unplugged or disappears and stays implicitly set.

  I am not sure if it is by design,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1567078/+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 1564616] Re: detaching lightdm into background

2016-04-06 Thread Robert Ancell
Ah, I missed the -b. Thanks!

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

Title:
  detaching lightdm into background

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  Hi

  When starting /etc/init.d/lightdm (either directly from root console
  or through SysV init), it will get stuck because lightdm doesn't fork
  into background when starting.

  Please could you add --background option to start-stop-daemon to fix
  this? (note: the debian lightdm package already does this)

  This change is needed for ubuntuBSD (which uses SysV init to manage
  system daemons).

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+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 1567074] [NEW] Realtek driver doesnt work when network is on lower speed

2016-04-06 Thread Vesa Suontama
Public bug reported:

I have " Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 02)"
but network doesn't work unless I manually run

sudo ethtool -s enp6s0 autoneg off speed 10 duplex full

It seems like the speed gets auto negotiated incorrectly.

Very often the cable is reported unplugged, or somtimes it is reported
connected, but no packets fly.

After running the ethtool it works, but the command has to be re-run
always e.g. after wakeup after suspend. Is there a way to force  the
network speed?

Network may work, if the system has been off for a long time, but after
suspend it never works.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: network-manager 1.0.4-0ubuntu5.3
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Wed Apr  6 23:40:02 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-03-24 (13 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
IpRoute:
 default via 192.168.1.254 dev enp6s0  proto static  metric 100 
 169.254.0.0/16 dev enp6s0  scope link  metric 1000 
 192.168.1.0/24 dev enp6s0  proto kernel  scope link  src 192.168.1.70  metric 
100
IwConfig:
 enp6s0no wireless extensions.
 
 lono wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2016-04-05T19:19:11.830221
nmcli-con:
 NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE  STATE 
 ACTIVE-PATH 
 Wired connection 1  16a35d98-f5c4-4aad-970b-d1a0e9f9de1a  802-3-ethernet  
1459974988  ke  6. huhtikuuta 2016 23.36.28  yes  0 
no/org/freedesktop/NetworkManager/Settings/0  yes enp6s0  activated 
 /org/freedesktop/NetworkManager/ActiveConnection/14
nmcli-dev:
 DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
  
 enp6s0  ethernet  connected  /org/freedesktop/NetworkManager/Devices/0  Wired 
connection 1  16a35d98-f5c4-4aad-970b-d1a0e9f9de1a  
/org/freedesktop/NetworkManager/ActiveConnection/14 
 lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


** Tags: amd64 apport-bug third-party-packages wily

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

Title:
  Realtek driver doesnt work when network is on lower speed

Status in network-manager package in Ubuntu:
  New

Bug description:
  I have " Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)"
  but network doesn't work unless I manually run

  sudo ethtool -s enp6s0 autoneg off speed 10 duplex full

  It seems like the speed gets auto negotiated incorrectly.

  Very often the cable is reported unplugged, or somtimes it is reported
  connected, but no packets fly.

  After running the ethtool it works, but the command has to be re-run
  always e.g. after wakeup after suspend. Is there a way to force  the
  network speed?

  Network may work, if the system has been off for a long time, but
  after suspend it never works.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 1.0.4-0ubuntu5.3
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Apr  6 23:40:02 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-03-24 (13 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IpRoute:
   default via 192.168.1.254 dev enp6s0  proto static  metric 100 
   169.254.0.0/16 dev enp6s0  scope link  metric 1000 
   192.168.1.0/24 dev enp6s0  proto kernel  scope link  src 192.168.1.70  
metric 100
  IwConfig:
   enp6s0no wireless extensions.
   

[Touch-packages] [Bug 1567069] Re: Wrong APN selected so MMS stopped working

2016-04-06 Thread Pat McGowan
output of list-contexts from the krillin, the sim on ril_1 is not active

http://pastebin.ubuntu.com/15660258/

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

Title:
  Wrong APN selected so MMS stopped working

Status in network-manager package in Ubuntu:
  New
Status in ofono package in Ubuntu:
  New

Bug description:
  On two phones connected to AT, got recent rc-proposed updates, at some 
point between 3/30 and 4/6 the phone started to select the wrong APN, one which 
did not support MMS only internet. These phones have worked with MMS reliably 
for over a year.
  Rebooting the phone does not fix it.
  One phone has been just getting updates for a year the other I had flashed 
last week.

  Explicitly selecting the correct preferred APN makes them work again.

  My concern is something changed in the logic or database on the device
  to change the behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1567069/+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 1567066] Re: systemd-udevd crashed with SIGABRT in __open_nocancel()

2016-04-06 Thread Apport retracing service
*** This bug is a duplicate of bug 1544627 ***
https://bugs.launchpad.net/bugs/1544627

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

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1544627
   systemd-udevd crashed with SIGABRT in __open_nocancel()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  systemd-udevd crashed with SIGABRT in __open_nocancel()

Status in systemd package in Ubuntu:
  New

Bug description:
  systemd crashes when writing zeroes to usb stick

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: udev 229-3ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-16.32-lowlatency 4.4.6
  Uname: Linux 4.4.0-16-lowlatency x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CustomUdevRuleFiles: 79-udev-epson.rules 60-vboxdrv.rules 55-Argyll.rules
  Date: Wed Apr  6 23:27:35 2016
  ExecutablePath: /lib/systemd/systemd-udevd
  InstallationDate: Installed on 2015-11-07 (151 days ago)
  InstallationMedia: Ubuntu-Studio 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcCmdline: /lib/systemd/systemd-udevd
  ProcEnviron:
   LANG=fi_FI.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-16-lowlatency 
root=UUID=72391ac8-8397-480f-af5a-267c24cd024c ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
   __open_nocancel () at ../sysdeps/unix/syscall-template.S:84
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: systemd-udevd crashed with SIGABRT in __open_nocancel()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F15
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B75M-D3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF15:bd10/23/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB75M-D3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567066/+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 1539934] Re: Load thin Kernel Modules in initramfs for support on boot

2016-04-06 Thread Travisgevans
I was able to use this hook to get Ubuntu 15.10 installed and running
from a thin LVM volume in a VirtualBox VM.

However, the lvm2-monitor service seems wonky if started from the
initramfs, strange errors like:

--tpool: event registration failed: 2561:11
libdevmapper-event-lvm2thin.so dlopen failed: /lib/x86_64-linux-gnu
/device-mapper/libdevmapper-event-lvm2thin.so: cannot open shared object
file: No such file or directory

even though the library is both in the root fs and the initrd. Leaving
dmeventd and its libraries out of the initramfs seems to allow it to
function normally.

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

Title:
  Load thin Kernel Modules in initramfs for support on boot

Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where lvm2 thinpool volume groups are not
  automatically activated after reboot.

  Environmentals:
  Ubuntu Server 15.10, minimal install
  UEFI/Secure Boot in use
  Ubuntu 15.10 (GNU/Linux 4.2.0-25-generic x86_64)

  root@cluster-02:~# cat /etc/os-release
  NAME="Ubuntu"
  VERSION="15.10 (Wily Werewolf)"
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME="Ubuntu 15.10"
  VERSION_ID="15.10"
  HOME_URL="http://www.ubuntu.com/;
  SUPPORT_URL="http://help.ubuntu.com/;
  BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;

  
  Here is the volume config before adding the new volume:

  root@cluster-02:~# lvs -a
LV VG   Attr   LSize   Pool Origin Data%  Meta%  Move Log 
Cpy%Sync Convert
lvswap vgraid0  -wi-ao  29.80g
lvtmp  vgraid0  -wi-ao  29.80g
lvvartmp   vgraid0  -wi-ao  29.80g
lvhome vgraid10 -wi-ao  29.80g
lvroot vgraid10 -wi-ao   7.45g
lvusr  vgraid10 -wi-ao   7.45g
lvvar  vgraid10 -wi-ao   3.72g
lvvarcache vgraid10 -wi-ao 119.21g
lvvarlib   vgraid10 -wi-ao  32.00g
lvvarlog   vgraid10 -wi-ao  14.90g

  I add a new thinpool volume using this command:

  lvcreate -L 1T --type thin-pool --thinpool vgraid10/lvlxc

  root@cluster-02:~# lvcreate -L 1T --type thin-pool --thinpool vgraid10/lvlxc
Logical volume "lvlxc" created.

  Which results in this lvs:

  root@cluster-02:~# lvs -a
LV  VG   Attr   LSize   Pool Origin Data%  Meta%  Move 
Log Cpy%Sync Convert
lvswap  vgraid0  -wi-ao  29.80g
lvtmp   vgraid0  -wi-ao  29.80g
lvvartmpvgraid0  -wi-ao  29.80g
lvhome  vgraid10 -wi-ao  29.80g
lvlxc   vgraid10 twi-a-tz--   1.00t 0.00   0.42
[lvlxc_tdata]   vgraid10 Twi-ao   1.00t
[lvlxc_tmeta]   vgraid10 ewi-ao 128.00m
[lvol0_pmspare] vgraid10 ewi--- 128.00m
lvroot  vgraid10 -wi-ao   7.45g
lvusr   vgraid10 -wi-ao   7.45g
lvvar   vgraid10 -wi-ao   3.72g
lvvarcache  vgraid10 -wi-ao 119.21g
lvvarlibvgraid10 -wi-ao  32.00g
lvvarlogvgraid10 -wi-ao  14.90g

  I then create an unprivileged lxc container using the thinpool:

  root@cluster-02:~# lxc-create -B lvm --vgname=vgraid10 --thinpool=lvlxc -t 
download -n tmpl-centos-7-unpriv --fssize 16GB -- -d centos -r 7 -a amd64
  File descriptor 3 (/var/lib/lxc/tmpl-centos-7-unpriv/partial) leaked on 
lvcreate invocation. Parent PID 9118: lxc-create
Logical volume "tmpl-centos-7-unpriv" created.
  Using image from local cache
  Unpacking the rootfs
  ...

  The lvs output:
  root@cluster-02:~# lvs -a
LV   VG   Attr   LSize   Pool  Origin Data%  Meta%  
Move Log Cpy%Sync Convert
lvswap   vgraid0  -wi-ao  29.80g
lvtmpvgraid0  -wi-ao  29.80g
lvvartmp vgraid0  -wi-ao  29.80g
lvhome   vgraid10 -wi-ao  29.80g
lvlxcvgraid10 twi-aotz--   1.00t  0.09   0.46
[lvlxc_tdata]vgraid10 Twi-ao   1.00t
[lvlxc_tmeta]vgraid10 ewi-ao 128.00m
[lvol0_pmspare]  vgraid10 ewi--- 128.00m
lvroot   vgraid10 -wi-ao   7.45g
lvusrvgraid10 -wi-ao   7.45g
lvvarvgraid10 -wi-ao   3.72g
lvvarcache   vgraid10 -wi-ao 119.21g
lvvarlib vgraid10 -wi-ao  32.00g
lvvarlog vgraid10 -wi-ao  14.90g
tmpl-centos-7-unpriv vgraid10 Vwi-a-tz--  16.00g lvlxc5.94

  
  Everything is ok at this point.  Now, I will reboot the machine.

  root@cluster-02:~# lvs -a
LV   VG   Attr   LSize   Pool  Origin Data%  Meta%  
Move Log Cpy%Sync Convert
lvswap   vgraid0  -wi-ao  29.80g
lvtmpvgraid0  -wi-ao  29.80g
lvvartmp vgraid0  -wi-ao  29.80g
lvhome   vgraid10 -wi-ao  

[Touch-packages] [Bug 1546328] Re: Systray option does not work.

2016-04-06 Thread Dmitry Shachnev
The new release is a minor/bugfix one, so I'll upload it now.

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

Title:
  Systray option does not work.

Status in Ubuntu Studio:
  New
Status in qjackctl package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Invalid

Bug description:
  Setting Qjackctl to "Enable system tray icon" does not display
  Qjackctl's icon and the menu provided by qjackctl from systray is
  blank. Further setting Qjackctl to "Start minimized to system tray"
  makes the application unusable.

  A reboot after Qjackctl to "Enable system tray icon" and  "Start
  minimized to system tray" are set, starting Qjackctl not only doesn't
  show Qjackctl's icon, but the mouse stops working correctly:

  The mouse moves ok, but does not have any hover effect or clicks so
  the menu no longer works and the only way to kill qjackctl is with
  control-alt-F1 (which does still work).

  Qjackctl is the main application used for controlling Jackd or
  jackdbus for those using any of the pro audio software.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qjackctl 0.4.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-4.19-lowlatency 4.4.1
  Uname: Linux 4.4.0-4-lowlatency x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Feb 16 14:30:46 2016
  InstallationDate: Installed on 2015-11-19 (89 days ago)
  InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151118)
  SourcePackage: qjackctl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1546328/+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 1566579] Re: FFe: merge with the current Debian package

2016-04-06 Thread Matthias Klose
> Could you highlight all the new features (as opposed to bugfixes) in
this list so we can properly review whether this is worth the risk of
putting it in this late in the cycle?

the "buildable with ruby2.3" was one highlight.

Also, I'm assuming you've done that merge for a reason besides getting a
newer and shiny vim, would be nice to describe that too.

no, just needed to forward this to Debian, and the old diff didn't apply
cleanly anymore because of the new gtk3 variant.

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

Title:
  FFe: merge with the current Debian package

Status in vim package in Ubuntu:
  New

Bug description:
  please accept 2:7.4.1689-2ubuntu1 into xenial. it's an update from the
  current Debian source, introducing a vim-gtk3 and a vim-gtk-3-py2
  package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1566579/+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 1567069] [NEW] Wrong APN selected so MMS stopped working

2016-04-06 Thread Pat McGowan
Public bug reported:

On two phones connected to AT, got recent rc-proposed updates, at some point 
between 3/30 and 4/6 the phone started to select the wrong APN, one which did 
not support MMS only internet. These phones have worked with MMS reliably for 
over a year.
Rebooting the phone does not fix it.
One phone has been just getting updates for a year the other I had flashed last 
week.

Explicitly selecting the correct preferred APN makes them work again.

My concern is something changed in the logic or database on the device
to change the behavior.

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

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

** Package changed: libnl3 (Ubuntu) => network-manager (Ubuntu)

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

** Description changed:

- On two phones connected to AT, got recent updates, at some point between 
3/30 and 4/6 the phone started to select the wrong APN, one which did not 
support MMS only internet. These phones have worked with MMS reliably for over 
a year.
+ On two phones connected to AT, got recent rc-proposed updates, at some 
point between 3/30 and 4/6 the phone started to select the wrong APN, one which 
did not support MMS only internet. These phones have worked with MMS reliably 
for over a year.
  Rebooting the phone does not fix it.
  One phone has been just getting updates for a year the other I had flashed 
last week.
  
  Explicitly selecting the correct preferred APN makes them work again.
  
  My concern is something changed in the logic or database on the device
  to change the behavior.

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

Title:
  Wrong APN selected so MMS stopped working

Status in network-manager package in Ubuntu:
  New
Status in ofono package in Ubuntu:
  New

Bug description:
  On two phones connected to AT, got recent rc-proposed updates, at some 
point between 3/30 and 4/6 the phone started to select the wrong APN, one which 
did not support MMS only internet. These phones have worked with MMS reliably 
for over a year.
  Rebooting the phone does not fix it.
  One phone has been just getting updates for a year the other I had flashed 
last week.

  Explicitly selecting the correct preferred APN makes them work again.

  My concern is something changed in the logic or database on the device
  to change the behavior.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1567069/+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 1378396] Re: Guest session needs to remind user that data will be deleted

2016-04-06 Thread Robert Ancell
** Changed in: lightdm (Ubuntu)
   Status: New => Triaged

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

Title:
  Guest session needs to remind user that data will be deleted

Status in lightdm package in Ubuntu:
  Triaged

Bug description:
  Ubuntu gives users a "guest session" that looks and feels pretty much
  like a regular session, but on logging out it deletes the user's data
  without adequate warning. This is a serious problem because users,
  even long-time users such as myself, may not expect this, and somebody
  they care about *will* lose important data. For examples, see bug
  #435930: the initial report, and comment #3, and comment #7. (Those
  examples are from before there was a warning dialogue at the start of
  the session, but that by itself surely won't prevent more
  occurrences.)

  A set of design changes to fix this bug properly would need to involve
  reminding the user at appropriate times while using the session that
  all data they store in the "home" directory is temporary. This could
  include changing the desktop theme and background to something
  visually different from a regular session; changes to the file-save
  and directory-browsing dialogs to remind users that Desktop and
  Documents and so on are not permanent storage locations, and more. I
  remember using SuSE Linux a few years ago, and you could log in as
  root, and the root session was visually distinguished in several ways
  as a reminder.

  The behaviour of a guest session should be specified in
   (see bug #882296, "No
  complete specification for how Ubuntu sessions are supposed to work").

  Bug #435930 and bug #1270788 ask for reminder messages at log-in and
  log-out time respectively, but I see those as only crude attempts to
  ameliorate the real problem.

  (I'm not sure what projects/packages this bug report should target:
  lightdm, gnome-session, Ayatana Design, ...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1378396/+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 1086331] Re: Last session type doesn't get recorded

2016-04-06 Thread Robert Ancell
** Changed in: lightdm (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Last session type doesn't get recorded

Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  In an NFS4 with ldap-auth environment the last session type doesn't
  get recorded per user. The default session (Xubuntu in our case) is
  pre-selected, whatever session one last used. Not sure if that is a
  bug in lightdm or accountsservice.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
  Uname: Linux 3.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  Date: Tue Dec  4 12:09:55 2012
  InstallationMedia: Xubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1086331/+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 1564616] Re: detaching lightdm into background

2016-04-06 Thread Jon Boden
Hi

Should work fine. -b is the same as --background

Thanks!

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

Title:
  detaching lightdm into background

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  Hi

  When starting /etc/init.d/lightdm (either directly from root console
  or through SysV init), it will get stuck because lightdm doesn't fork
  into background when starting.

  Please could you add --background option to start-stop-daemon to fix
  this? (note: the debian lightdm package already does this)

  This change is needed for ubuntuBSD (which uses SysV init to manage
  system daemons).

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1564616/+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 1566579] Re: FFe: merge with the current Debian package

2016-04-06 Thread Stéphane Graber
The upstream changelog is:
+  2454  7.4.964  test 87 doesn't work in a shadow directory
+  1722  7.4.965  on FreeBSD /dev/fd/ files are special
+ 18882  7.4.966  configure doesn't work with a space in a path
+  3142  7.4.967  cross compilation on MS-windows doesn't work well
+  2148  7.4.968  test86 and test87 are flaky in Appveyor
+  1776  7.4.969  compiler warnings on Windowx x64 build
+  1880  7.4.970  rare crash in getvcol()
+  1987  7.4.971  the asin() function can't be used
+  1533  7.4.972  memory leak when there is an error in setting an option
+  3832  7.4.973  pasting on the command line line inserts  characters
+  2578  7.4.974  when using :diffsplit the cursor jumps to the first line
+  1857  7.4.975  using ":sort" on a very big file may cause corrupted text
+  3304  7.4.976  when compiling for MSYS2 the Win32 clipboard is not enabled
+  7135  7.4.977  problem with 'linebreak' set and using "space" in 'listchars'
+  1738  7.4.978  test_cdo fails when using another language than English
+  1891  7.4.979  when crypt key changes blocks read from disk are not decrypted
+ 17049  7.4.980  tests for :cdo, :ldo, etc. are outdated
+  2519  7.4.981  an error in a test script goes unnoticed
+ 28211  7.4.982  keeping the list of tests updated is a hassle
+  8225  7.4.983  executing one test after "make testclean" doesn't work
+  8427  7.4.984  searchpos() always starts searching in the first column
+  8008  7.4.985  can't build with Ruby 2.3.0
+  2551  7.4.986  test49 doesn't work on MS-Windows, test70 is listed twice
+  2394  7.4.987  (after 7.4.985) can't build with Ruby 1.9.2
+  3273  7.4.988  (after 7.4.982) default test target is test49.out
+  1668  7.4.989  leaking memory when hash_add() fails; Coverity error 99126
+  1803  7.4.990  test 86 fails on AppVeyor
+  7178  7.4.991  when running new style tests the output is not visible
+ 10272  7.4.992  makefiles for MS-Windows in src/po are outdated
+  2531  7.4.993  test 87 is flaky on AppVeyor
+  3360  7.4.994  new style tests are not run on MS-Windows
+ 40522  7.4.995  gdk_pixbuf_new_from_inline() is deprecated
+  4784  7.4.996  new files missing from distro, outdated PC build instructions
+  2956  7.4.997  "make shadow" was sometimes broken
+  2803  7.4.998  running tests in shadow directory fails; test 49 fails
+  1366  7.4.999  "make shadow" creates a broken link
+ 23744  7.4.1000  test 49 is slow and doesn't work on MS-Windows
+  1371  7.4.1001  (after 7.4.1000) change in makefile missing
+  1894  7.4.1002  cannot run an individual test on MS-Windows
+  3048  7.4.1003  Travis could check a few more things
+  1626  7.4.1004  warnings when using Makefile without auto/config.mk
+ 10231  7.4.1005  Vim users are not always happy
+  4320  7.4.1006  the fix in patch 7.3.192 is not tested
+  2537  7.4.1007  swapfile wrong when symbolic link points to file in root dir
+ 77315  7.4.1008  OS/2 code pollutes the source while nobody uses it these days
+  8490  7.4.1009  there are still #ifdefs for ARCHIE
+  2093  7.4.1010  some developers are unhappy while running tests
+  2505  7.4.1011  can't build with Strawberry Perl
+  2024  7.4.1012  Vim overwrites the value of $PYTHONHOME
+  3335  7.4.1013  local value of 'errorformat' not used for :lexpr and :cexpr
+  1950  7.4.1014  fnamemodify('.', ':.') returns an empty string in Cygwin
+  4269  7.4.1015  matchparen plugin does not restore column in Insert mode
+  4777  7.4.1016  still a few OS/2 pieces remain
+  4525  7.4.1017  when there is a backslash in an option ":set -=" doesn't work
+  1361  7.4.1018  (after 7.4.1017) failure running tests
+  6463  7.4.1019  directory listing of "src" is too long
+  1380  7.4.1020  on MS-Windows there is no target to run tests with gvim
+  3200  7.4.1021  some makefiles are outdated
+  3500  7.4.1022  the README file contains some outdated information
+ 16050  7.4.1023  MS-Windows distribution files use CR-LF instead of LF
+  2250  7.4.1024  interfaces for MS-Windows are outdated
+  3670  7.4.1025  version in installer needs to be updated manually
+  3843  7.4.1026  running tests with MingW leaves directory behind
+ 40082  7.4.1027  no support for binary numbers
+  1536  7.4.1028  Nsis version file missing from the distribution
+  1930  7.4.1029  (after 7.4.1027) test_increment fails with 32 bit long
+ 27245  7.4.1030  test49 is still slow
+  9385  7.4.1031  can't build with Python interface using MingW
+  2416  7.4.1032  message from assert_false() does not look nice
+  4311  7.4.1033  memory use on MS-Windows is very conservative
+  3550  7.4.1034  there is no test for the 'backspace' option behavior
+  3134  7.4.1035  non-line number Ex range gets adjusted for folded lines
+  2689  7.4.1036  only terminals with up to 256 colors work properly
+  8591  7.4.1037  need to repeat "q!" when there is a modified hidden buffer
+  3585  7.4.1038  still get a deprecation warning with gdk-pixbuf 2.31
+  1351  7.4.1039  (after 7.4.1037) test 31 fails with small build
+  4712  7.4.1040  

[Touch-packages] [Bug 1567070] [NEW] gmail often called/contacted are not synchronized with device

2016-04-06 Thread Rob Cec
Public bug reported:

when i look to my gmail account on a pc I can find all contacts. when I
look to my synchronized ubuntu device BQ 4.5 i can not find a all my
contacts. The reason i found i the following. all contact markt as often
called/contacted are not synchronized with my device.

** Affects: address-book-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  gmail often called/contacted are not synchronized with device

Status in address-book-app package in Ubuntu:
  New

Bug description:
  when i look to my gmail account on a pc I can find all contacts. when
  I look to my synchronized ubuntu device BQ 4.5 i can not find a all my
  contacts. The reason i found i the following. all contact markt as
  often called/contacted are not synchronized with my device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1567070/+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 1561330] Re: ps security data column includes AppArmor confinement mode in 16.04

2016-04-06 Thread John Johansen
The apparmor /proc/ interface has always included the mode info, so the
change must be in how ps handles the security label

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

Title:
  ps security data column includes AppArmor confinement mode in 16.04

Status in procps package in Ubuntu:
  New

Bug description:
  In Xenial, running linux 4.4.0-15-generic and procps
  2:3.3.10-4ubuntu2, I see that the security data column has changed to
  displaying the AppArmor confinement mode:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  786 ?Ssl0:00 
/usr/sbin/cups-browsed

  This is different than what is displayed in 15.10:

  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed548 ?Ssl0:00 
/usr/sbin/cups-browsed

  There was a large AppArmor kernel change in Xenial's 4.4.0-15-generic
  so to rule that out, I booted into an earlier Xenial kernel and saw
  the same issue:

  $ uname -a
  Linux sec-xenial-i386 4.4.0-7-generic #22-Ubuntu SMP Thu Feb 18 20:50:09 UTC 
2016 i686 i686 i686 GNU/Linux
  $ ps wZ $(pidof cups-browsed)
  LABEL PID TTY  STAT   TIME COMMAND
  /usr/sbin/cups-browsed (enforce)  631 ?Ssl0:00 
/usr/sbin/cups-browsed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1561330/+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 1566733] Re: [arale] hardare button interferes with proximity sensor during calls

2016-04-06 Thread Michael Terry
Looking at code real quick, looks like this is entirely inside of USC
then.  It handles turning on the screen on a key press and knows about
proximity status.

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

Title:
  [arale] hardare button interferes with proximity sensor during calls

Status in Canonical System Image:
  New
Status in mir package in Ubuntu:
  New
Status in unity-system-compositor package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  current build number: 299
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

  Test Case
  1. Make a call to DUT
  2. Answer the call
  3. Cover the proximity sensor and verify that the display turns off
  4. Cover the hardware button 

  Actual Result
  Display turns on even if the proximity sensor is covered

  Expected Result
  Display must not turn on, otherwise the user may start tapping the screen 
with his ears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566733/+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 1546328] Re: Systray option does not work.

2016-04-06 Thread Len Ovens
Rui has announced a new version of qjackctl on LAA, LAD,LAU mailing
lists. One of the updates/changes is to remove Start minimized to system
tray as an option. There are some other fixes for indicator menu, but
they say they are kde based, so I do not know if they will also work for
xfce. I am no expert on ubuntu/debian policy so I see three ways of
fixing this:

1) ship the QT4 version with the knowledge that next cycle will see a fixed QT5 
version.
2) grab the new version.
3) cherry pick these fixes from SF and apply a diff to what Ubuntu currently 
ships.

1) is the least work I think. 2) may be too late. 3) is more work, but
allows one more app not to use qt4

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

Title:
  Systray option does not work.

Status in Ubuntu Studio:
  New
Status in qjackctl package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu:
  Invalid

Bug description:
  Setting Qjackctl to "Enable system tray icon" does not display
  Qjackctl's icon and the menu provided by qjackctl from systray is
  blank. Further setting Qjackctl to "Start minimized to system tray"
  makes the application unusable.

  A reboot after Qjackctl to "Enable system tray icon" and  "Start
  minimized to system tray" are set, starting Qjackctl not only doesn't
  show Qjackctl's icon, but the mouse stops working correctly:

  The mouse moves ok, but does not have any hover effect or clicks so
  the menu no longer works and the only way to kill qjackctl is with
  control-alt-F1 (which does still work).

  Qjackctl is the main application used for controlling Jackd or
  jackdbus for those using any of the pro audio software.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: qjackctl 0.4.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-4.19-lowlatency 4.4.1
  Uname: Linux 4.4.0-4-lowlatency x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Feb 16 14:30:46 2016
  InstallationDate: Installed on 2015-11-19 (89 days ago)
  InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20151118)
  SourcePackage: qjackctl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntustudio/+bug/1546328/+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 1556457] Re: [FFe] Demilight (OS/2 weight=350) confuses fontconfig

2016-04-06 Thread Martin Pitt
> Version 2.11.95 (2.12 RC5) was just released 6 hours ago.

Right, we started with .94 as we already had a tested package with that.
But we indeed should track the .9x upstream releases now, changelog
looks fine.

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

Title:
  [FFe] Demilight (OS/2 weight=350) confuses fontconfig

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Fix Committed
Status in fontconfig package in Debian:
  New

Bug description:
  [FFe request comment]

  Upgrading to fontconfig 2.11.94 is proposed as a fix of this bug,
  including a fix of certain font weight issues due to the switch from
  fonts-droid to fonts-noto-cjk for Chinese (discussed at bug #1468027)
  where we haven't found any way to work around the problem.

  The proposed upload is available in this PPA:
  https://launchpad.net/~gunnarhj/+archive/ubuntu/fontconfig-test2

  Changes are listed in the attachment upstream_git-log.txt

  [Original description including updates]

  See https://bugs.freedesktop.org/show_bug.cgi?id=81453 and bug
  1468027.

  Fontconfig lacks support for many OpenType/TrueType OS/2 font weight
  values. This causes a bunch of problems, like mixing up Demilight
  (weight=350) and Regular (weight=400).

  Although it's possible to write (dirty?) hacks for deb-packed fonts,
  this still causes problems for otherwise sourced fonts.

  Archlinux: https://bugs.archlinux.org/task/48550 (fix released,
  upgraded to 2.11.94)

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/1556457/+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 1567019] Re: "Copy" selected text works but gives no indication that it has

2016-04-06 Thread Alexandre Abreu
*** This bug is a duplicate of bug 1556764 ***
https://bugs.launchpad.net/bugs/1556764

Thank you Stuart,

this is already tracked & planned by:

https://bugs.launchpad.net/oxide/+bug/1556764


** This bug has been marked a duplicate of bug 1556764
   WebView.TouchSelectionController needs a hide() method

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

Title:
  "Copy" selected text works but gives no indication that it has

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After selecting text in the browser, it is now possible to copy it
  from the "Select All | Copy" popup (hooray!), and tapping Copy does
  copy the selected text to the clipboard, but there's no indication
  that it's done so. I therefore hit the Copy button about twelve times,
  thinking that it wasn't doing anything.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1567019/+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 1566733] Re: [arale] hardare button interferes with proximity sensor during calls

2016-04-06 Thread Michael Terry
Yup Saviq, that's exactly right.  I just tested with a BT keyboard.  I
pressed a key and the screen turned back on.

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

Title:
  [arale] hardare button interferes with proximity sensor during calls

Status in Canonical System Image:
  New
Status in mir package in Ubuntu:
  New
Status in unity-system-compositor package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  current build number: 299
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

  Test Case
  1. Make a call to DUT
  2. Answer the call
  3. Cover the proximity sensor and verify that the display turns off
  4. Cover the hardware button 

  Actual Result
  Display turns on even if the proximity sensor is covered

  Expected Result
  Display must not turn on, otherwise the user may start tapping the screen 
with his ears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1566733/+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 1553309] Re: [FFe]: Include FIPS 140-2 into openssl package

2016-04-06 Thread Joy Latten
Hi Martin,

My apology for the delay. I had a morning full of meetings and I needed to
look at the code to answer.
I have addressed the first half of your email and will continue with the
second half next. Will send another email

regards,
Joy

On Wed, Apr 6, 2016 at 4:33 AM, Martin Pitt 
wrote:

> The patch changes behaviour even in !fips mode, e. g. in apps/speed.c:
>
>  for (i = 0; i < DSA_NUM; i++)
> -dsa_doit[i] = 1;
> +if (!FIPS_mode() || i != R_DSA_512)
> +dsa_doit[i] = 1;
>
> (additional check for R_DSA_512), and it even modifies code that doesn't
> touch any FIPS flag:
>

hmmm... for non-fips mode, which is regular openssl, this should not change
anything.
According to the if statement, when in non-fips mode (regular openssl), the
!FIPS_mode() will evaluate to TRUE, thus causing the if statement to
always evaluate to TRUE and set the dsa_doit[i] = 1; just at it normally
would have. The other part, the new part, "i != R_DSA_512"
is for fips because it does not allow small DSA modulus bits size, such as
512 bits.
So I think this would evaluate out as, if not in fips mode then do as
normally and dsa_doit[R_DSA_512] = 1, but if in fips mode and i =
R_DSA_512, then
do not set dsa_doit[R_DSA_512] = 1. So I think should be ok.


>
> -idea_set_encrypt_key(key16, _ks);
> +if (doit[D_CBC_IDEA]) {
> +idea_set_encrypt_key(key16, _ks);
> +}
>
> I think this should be ok. D_CBC_IDEA is defined to be 10. So, is index 10
in the "doit" array.
So if "idea" or "idea-cbc" is passed in as an argument, doit[D_CBC_IDEA] =
1; otherwise is 0.
So the change above sets the key only if we plan on doing idea crypto.
Later on, further down we use the key in following code snippet,
Notice when we use the key to encrypt, we do check first for
doit[D_CBC_IDEA]. So may actually be a general code improvement.

# ifndef OPENSSL_NO_IDEA
if (doit[D_CBC_IDEA]) {
for (j = 0; j < SIZE_NUM; j++) {
print_message(names[D_CBC_IDEA], c[D_CBC_IDEA][j], lengths[j]);
Time_F(START);
for (count = 0, run = 1; COND(c[D_CBC_IDEA][j]); count++)
idea_cbc_encrypt(buf, buf,
 (unsigned long)lengths[j], _ks,
 iv, IDEA_ENCRYPT);
d = Time_F(STOP);
print_result(D_CBC_IDEA, j, count, d);
}
}
# endif

It also removes some of the upstream OpenSSL FIPS code, in
> crypto/cmac/cmac.c.
>

Yes, true. First, OPENSSL_FIPS was not previously defined, so this code was
never compiled nor executed before.
Over time, the FIPS standards have changed and so some of the prior code is
no longer applicable.
In the case of CMAC, those FIPS_* calls it was making within the
OPENSSL_FIPS define no longer existed.


>
> > The FIPs patch will not be included into the upstream source.
>
> Apparently there already is some FIPS support upstream (you pointed out
> https://www.openssl.org/docs/fips.html yourself, and the patch seems to
> disable that). Isn't there some middle ground where we could use the
> upstream tests and FIPS integration as much as possible, and make the
> patch less ridiculously big?
>
> hm this next part I am going to mention is going to sound weird.
The open source openssl (upstream) has developed a separate
openssl-fips module that acts as a plugin to the regular openssl. It was
decided before I got here, that we (Canonical for Ubuntu) would not use
this method.
This openssl-fips module was recently granted fips certification, so that
means it has most recent fips-compliant and fips certified crypto, not the
regular openssl. The openssl-fips module, as a plugin replaces or overlays
(not sure correct word to use),  some of the crypto in regular openssl.
That does not mean the crypto in regular openssl is incorrect, just that
the crypto in openssl-fips module is fips compliant and therefore
supersedes the
crypto in regular openssl when in fips mode. The openssl-fips module is not
only bigger than this patch, but is separate and a bit more complex.
Since it is separate, it would almost be akin to maintaining 2 versions of
openssl. One advantage though is that it is maintained upstream. :-)
Again before I got here, Canonical consulted with external security
consultants who recommended we pursue the method that redhat and suse did.
Thus
this big patch. But for a more positive spin, redhat and suse used same
patch to achieve fips certification on openssl. :-)

Also, if you are referring to the upstream tests in the tests directory of
the source, we are using those. I noticed when I submitted this patch to be
built on my ppa, I viewed the build log and noticed all those tests were
run and succeeded. The build logs are still there if you want to view them.
I also ran many of these tests myself by hand. And I also utilized
testcases from the security team that tested openssl itself, and openssl
with apache, with 

[Touch-packages] [Bug 1563398] Re: Set the front camera as the default for video media requests

2016-04-06 Thread Alexandre Abreu
** Changed in: webapps-sprint
Milestone: None => sprint-21

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

Title:
  Set the front camera as the default for video media requests

Status in Canonical System Image:
  Confirmed
Status in webapps-sprint:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  At the moment, the selected camera (in form factors having multiple
  ones) defaults to the back camera which does not work very well for
  cases like hangouts, the container and the browser should default to
  the front camera.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563398/+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 1538741] Re: Xorg freeze

2016-04-06 Thread Erik Brangs
I just had a freeze using 4.0.3 so it's likely that the chance of
occurrence is just too low for me to properly bisect this if it truly is
a kernel problem. If someone knows whether this could be a kernel
problem or if it's likely to be something else, I would appreciate the
information.

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  I've got Xorg freezes from time to time. Previously, I was able to
  reproduce it with

  sleep 1; xset s activate

  as described at https://wiki.ubuntu.com/X/Troubleshooting/Freeze .
  That's no longer possible.

  However, freezes happen from time to time when I try to use the
  computer after the screen has been deactivated.

  I suspect it's a kernel problem because changing the kernel makes a 
difference:
  - on some kernels it doesn't seem to occur at all (e.g. 4.0.3 from 
mainline-crack) or the frequency is just so low that I haven't seen it yet
  - on newer kernels (e.g. 4.5 rc* and later, including the 4.5 release), the 
system restores the screen but Xorg freezes up almost instantly afterwards
  - on some kernels, the system doesn't properly restore the screen, there's a 
pattern with stripes or a single color (e.g. 4.0.4 from mainline-crack)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,workarounds,scale,expo,ezoom]
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Wed Jan 27 21:37:53 2016
  DistUpgraded: 2016-01-11 19:25:27,198 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GpuHangFrequency: Several times a week
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV515/M54 [Mobility Radeon X1400] 
[1002:7145] (prog-if 00 [VGA controller])
     Subsystem: Lenovo Thinkpad T60 model 2007 [17aa:2006]
  MachineType: LENOVO 2007QPG
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=2a7cf7e8-4927-4e73-a6d3-e783efe97779 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to wily on 2016-01-11 (16 days ago)
  dmi.bios.date: 09/12/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79ETE3WW (2.23 )
  dmi.board.name: 2007QPG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr79ETE3WW(2.23):bd09/12/2008:svnLENOVO:pn2007QPG:pvrThinkPadT60:rvnLENOVO:rn2007QPG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2007QPG
  dmi.product.version: ThinkPad T60
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 27 21:17:51 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1538741/+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 1552546] Re: Wrong hints showing when signing in Ubuntu One account

2016-04-06 Thread Lorn Potter
Does not need to be wrong password, it gives that 'Network error -
please retry' and then shows the 2 step verification entry, when giving
correct password.

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

Title:
  Wrong hints showing when signing in Ubuntu One account

Status in Canonical System Image:
  Confirmed
Status in ubuntuone-credentials package in Ubuntu:
  Confirmed

Bug description:
  $ adb shell system-image-cli -i
  current build number: 272
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-03-03 04:45:02
  version version: 272
  version ubuntu: 20160303
  version device: 20160108-efc96d8
  version custom: 20160111-926-36--vivid

  Steps to reproduce:
  1. Open Ubuntu One sign in page from System Settings-->Accounts-->Ubuntu One
  2. Enter an account does not exist and with a password more than 8 characters
  Or enter an existed accunt and with a wrong password (more than 8 characters)

  Actual results:
  It always showing the same hints "Network error - please retry"

  Scenario 2:
  If enter an existed account which enabled 2nd factor authentication, tap 
'Sign in" after entered the correct account and password, the field of "Type 
your verification code" reveals, but also appears the hint "Network error - 
please retry"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1552546/+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 1553549] Re: unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(), when proprietary Nvidia drivers are installed

2016-04-06 Thread kevin gunn
** Changed in: mir
   Status: Confirmed => Won't Fix

** Changed in: unity-system-compositor
   Status: Confirmed => Won't Fix

** Changed in: mir (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: unity-system-compositor (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  unity-system-compositor crashed with SIGSEGV in get_adjusted_ptr(),
  when proprietary Nvidia drivers are installed

Status in Mir:
  Won't Fix
Status in Unity System Compositor:
  Won't Fix
Status in mir package in Ubuntu:
  Won't Fix
Status in unity-system-compositor package in Ubuntu:
  Won't Fix

Bug description:
  unity-system-co[5574]: segfault at 7f8056ee2490 ip 7f805c592c3b sp
  7fffd6b871a0 error 4 in libstdc++.so.6.0.21[7f805c506000+172000]

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity-system-compositor 0.4.2+16.04.20160219.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Mar  5 19:03:39 2016
  ExecutablePath: /usr/sbin/unity-system-compositor
  ExecutableTimestamp: 1455894356
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] 4th Gen Core Processor 
Integrated Graphics Controller [1462:1102]
 Subsystem: Micro-Star International Co., Ltd. [MSI] GM204M [GeForce GTX 
970M] [1462:1102]
  InstallationDate: Installed on 2015-02-25 (374 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcCmdline: /usr/sbin/unity-system-compositor 
--disable-inactivity-policy=true --on-fatal-error-abort --file 
/run/lightdm-mir-0 --from-dm-fd 11 --to-dm-fd 20 --vt 8
  ProcCwd: /
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f805c592c3b:mov(%rsi),%rax
   PC (0x7f805c592c3b) ok
   source "(%rsi)" (0x7f8056ee2490) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity-system-compositor
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   _Unwind_RaiseException () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   _Unwind_Resume_or_Rethrow () from /lib/x86_64-linux-gnu/libgcc_s.so.1
   __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  Title: unity-system-compositor crashed with SIGSEGV in __gxx_personality_v0()
  UpgradeStatus: Upgraded to xenial on 2015-11-03 (122 days ago)
  UserGroups:
   
  version.libdrm: libdrm2 2.4.67-1
  version.lightdm: lightdm 1.17.5-0ubuntu2
  version.mesa: libegl1-mesa-dev N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1553549/+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 1468027] Re: change default CJK fonts to Noto CJK

2016-04-06 Thread Gunnar Hjalmarsson
Since fontconfig 2.11.94 is on its way into the archive, I'd like to
mention this "call for testing" message I posted to the ubuntu-devel
mailing list:

https://lists.ubuntu.com/archives/ubuntu-devel/2016-April/039303.html

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

Title:
  change default CJK fonts to Noto CJK

Status in Ubuntu Seeds:
  New
Status in kubuntu-meta package in Ubuntu:
  In Progress
Status in language-selector package in Ubuntu:
  Fix Released
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in xubuntu-meta package in Ubuntu:
  In Progress

Bug description:
  just realize that fonts-noto-cjk is available in the repository, finally its 
packaged.
  i don't really know about korean community.
  But for Chinese and Japanese community, i think that the answer is clear.
  noto-cjk is definitely better what we had before, like fonts- wqy and 
fonts-droid.
  Android community had received these complains for years, finally they got 
them fixed on lollipop.
  Fedora also set it as default chinese font start from F21.
  and of course, i still hope that ubuntu could drop those 69-language-selector 
fontconfig files, just like what F13 did.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-seeds/+bug/1468027/+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 1566651] Re: Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

2016-04-06 Thread Gunnar Hjalmarsson
Since fontconfig 2.11.94 is on its way into the archive, I'd like to
mention this "call for testing" message I posted to the ubuntu-devel
mailing list:

https://lists.ubuntu.com/archives/ubuntu-devel/2016-April/039303.html

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

Title:
  Blurry fonts after update to fontconfig 2.11.1-0ubuntu9

Status in fontconfig package in Ubuntu:
  Fix Committed

Bug description:
  I use terminus font in gnome-terminal. After upgrade to the latest
  fonconfig in xenial my terminal font is blurry.

  Versions which work as expected:

  <= 2.11.1-0ubuntu8

  Broken versions:

  >= 2.11.1-0ubuntu9

  Screenshots attached.

  Probably related to this change
  https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1556457

  Rollback to the following packages fixes this issue:

  fontconfig_2.11.1-0ubuntu8_amd64.deb
  fontconfig-config_2.11.1-0ubuntu8_all.deb
  libfontconfig1_2.11.1-0ubuntu8_amd64.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1566651/+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 1556457] Re: [FFe] Demilight (OS/2 weight=350) confuses fontconfig

2016-04-06 Thread Gunnar Hjalmarsson
Since fontconfig 2.11.94 is on its way into the archive, I'd like to
mention this "call for testing" message I posted to the ubuntu-devel
mailing list:

https://lists.ubuntu.com/archives/ubuntu-devel/2016-April/039303.html

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

Title:
  [FFe] Demilight (OS/2 weight=350) confuses fontconfig

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Fix Committed
Status in fontconfig package in Debian:
  New

Bug description:
  [FFe request comment]

  Upgrading to fontconfig 2.11.94 is proposed as a fix of this bug,
  including a fix of certain font weight issues due to the switch from
  fonts-droid to fonts-noto-cjk for Chinese (discussed at bug #1468027)
  where we haven't found any way to work around the problem.

  The proposed upload is available in this PPA:
  https://launchpad.net/~gunnarhj/+archive/ubuntu/fontconfig-test2

  Changes are listed in the attachment upstream_git-log.txt

  [Original description including updates]

  See https://bugs.freedesktop.org/show_bug.cgi?id=81453 and bug
  1468027.

  Fontconfig lacks support for many OpenType/TrueType OS/2 font weight
  values. This causes a bunch of problems, like mixing up Demilight
  (weight=350) and Regular (weight=400).

  Although it's possible to write (dirty?) hacks for deb-packed fonts,
  this still causes problems for otherwise sourced fonts.

  Archlinux: https://bugs.archlinux.org/task/48550 (fix released,
  upgraded to 2.11.94)

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/1556457/+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 1556457] Re: [FFe] Demilight (OS/2 weight=350) confuses fontconfig

2016-04-06 Thread Gunnar Hjalmarsson
On 2016-04-06 19:53, Amr Ibrahim wrote:
> Version 2.11.95 (2.12 RC5) was just released 6 hours ago.

Right. The reasons why 2.11.94 was still uploaded for now is that we are
very late in the 16.04 development cycle, and 2.11.94 has been in use
for a while by some distros.

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

Title:
  [FFe] Demilight (OS/2 weight=350) confuses fontconfig

Status in Fontconfig:
  Fix Released
Status in fontconfig package in Ubuntu:
  Fix Committed
Status in fontconfig package in Debian:
  New

Bug description:
  [FFe request comment]

  Upgrading to fontconfig 2.11.94 is proposed as a fix of this bug,
  including a fix of certain font weight issues due to the switch from
  fonts-droid to fonts-noto-cjk for Chinese (discussed at bug #1468027)
  where we haven't found any way to work around the problem.

  The proposed upload is available in this PPA:
  https://launchpad.net/~gunnarhj/+archive/ubuntu/fontconfig-test2

  Changes are listed in the attachment upstream_git-log.txt

  [Original description including updates]

  See https://bugs.freedesktop.org/show_bug.cgi?id=81453 and bug
  1468027.

  Fontconfig lacks support for many OpenType/TrueType OS/2 font weight
  values. This causes a bunch of problems, like mixing up Demilight
  (weight=350) and Regular (weight=400).

  Although it's possible to write (dirty?) hacks for deb-packed fonts,
  this still causes problems for otherwise sourced fonts.

  Archlinux: https://bugs.archlinux.org/task/48550 (fix released,
  upgraded to 2.11.94)

To manage notifications about this bug go to:
https://bugs.launchpad.net/fontconfig/+bug/1556457/+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   3   4   >