[Touch-packages] [Bug 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
I've just ran into this issue once again on a freshly installed Ubuntu.
It exports QT_STYLE_OVERRIDE=gtk somewhere, and that makes e.g. Dropbox
not work correctly.

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
Oh, in fact it's the same with other Qt5 apps.

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2018-02-23 Thread Andrew Shadura
Oh, I found it, in was in my ~ :D

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 415134] Re: Bad font rendering (Freetype, bytecode interpreter)

2018-01-03 Thread Andrew Shadura
Fixed in Artful and Bionic.

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

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

Title:
  Bad font rendering (Freetype, bytecode interpreter)

Status in freetype package in Ubuntu:
  Fix Released

Bug description:
  A screenshot demonstrating the issues: http://zi.fi/fonttest/fonttest-
  bytecode-enabled.png

  The shot was taken with Ubuntu 9.04 fontconfig-config default
  settings, AA enabled, full hinting enabled, subpixel rendering
  disabled (in Gnome settings). The text is written in OpenOffice (
  http://zi.fi/fonttest/fonttest.odt ).

  Times New Roman italic z is missing the diagonal line (or in fact it
  is just extremely thin). All Microsoft fonts display bad kerning
  (possibly due to OpenOffice) and sudden line thickness changes in
  italic text of different sizes (hinting switching to 2 pixel lines
  instead of 1 pixel would explain the change, but without hinting as is
  the case in italic text this makes no sense). The free fonts (which
  presumably contain no bytecode) have no hinting at all, not even in
  regular rendering (soft edges on FreeSans and FreeSerif titles).

  Freetype autohinter should be used at least for the fonts with no
  bytecode in them and possibly for all fonts, as it often seems to
  produce better results than the bytecode does. This is because the
  bytecode is designed for non-AA rendering. Microsoft's workaround is
  to disable AA entirely in smaller sizes, but that doesn't produce very
  good results either.

  I am reporting this against Ubuntu because apparently it is the
  patches that Ubuntu use that break this instead of Freetype itself
  being broken. Times New Roman bytecode in deed seems broken (for anti-
  aliased rendering at least), but an easier and possibly better fix
  would be to enable the autohinter, which seems to have very good
  rendering quality.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/415134/+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 415134] Re: Bad font rendering (Freetype, bytecode interpreter)

2018-01-03 Thread Andrew Shadura
This has been fixed upstream:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/src/truetype/ttdriver.c?id=bcc74f4dafee25ea89f1d3144646cba7e30f9908

The fix is included in freetype 2.8+.

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

Title:
  Bad font rendering (Freetype, bytecode interpreter)

Status in freetype package in Ubuntu:
  Fix Released

Bug description:
  A screenshot demonstrating the issues: http://zi.fi/fonttest/fonttest-
  bytecode-enabled.png

  The shot was taken with Ubuntu 9.04 fontconfig-config default
  settings, AA enabled, full hinting enabled, subpixel rendering
  disabled (in Gnome settings). The text is written in OpenOffice (
  http://zi.fi/fonttest/fonttest.odt ).

  Times New Roman italic z is missing the diagonal line (or in fact it
  is just extremely thin). All Microsoft fonts display bad kerning
  (possibly due to OpenOffice) and sudden line thickness changes in
  italic text of different sizes (hinting switching to 2 pixel lines
  instead of 1 pixel would explain the change, but without hinting as is
  the case in italic text this makes no sense). The free fonts (which
  presumably contain no bytecode) have no hinting at all, not even in
  regular rendering (soft edges on FreeSans and FreeSerif titles).

  Freetype autohinter should be used at least for the fonts with no
  bytecode in them and possibly for all fonts, as it often seems to
  produce better results than the bytecode does. This is because the
  bytecode is designed for non-AA rendering. Microsoft's workaround is
  to disable AA entirely in smaller sizes, but that doesn't produce very
  good results either.

  I am reporting this against Ubuntu because apparently it is the
  patches that Ubuntu use that break this instead of Freetype itself
  being broken. Times New Roman bytecode in deed seems broken (for anti-
  aliased rendering at least), but an easier and possibly better fix
  would be to enable the autohinter, which seems to have very good
  rendering quality.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/415134/+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 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2018-01-03 Thread Andrew Shadura
This has been fixed upstream:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/src/truetype/ttdriver.c?id=bcc74f4dafee25ea89f1d3144646cba7e30f9908

The fix is included in freetype 2.8+.

Fixed in Artful and Bionic.

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

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

Title:
  Removal of revert_scalable_fonts_metric.patch causes ugliness in
  Claws-Mail

Status in freetype package in Ubuntu:
  Fix Released
Status in freetype package in Debian:
  New

Bug description:
  This is mostly a tracking bug for this discussion on ubuntu-devel:

  https://lists.ubuntu.com/archives/ubuntu-
  devel/2016-February/039224.html

  The following precise-era patch was recently removed from freetype:

  http://bazaar.launchpad.net/~ubuntu-
  branches/ubuntu/wily/freetype/wily/view/head:/debian/patches-
  freetype/revert_scalable_fonts_metric.patch

  which caused a number of visual effects in various applications.  In
  Emacs, the lines get vertically closer so that more lines are visible
  on screen.  This is subtle and doesn't look too bad otherwise.

  However, in Claws-Mail several negative effects were noticed.  The
  lines in the Summary window are more squished together and the
  characters appear squished too.  This is with Sans 10 font.  This is
  less readable.

  In the Message window it's worse.  There I use Ubuntu  Mono 14.  The
  problem isn't the vertical spacing, but the horizontal spacing.  Now
  there is more space between characters and that actually makes the
  window less readable.

  I will contact the upstream Claws mailing list to see if they have any
  thoughts.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libfreetype6 2.6.1-0.1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 18 14:34:57 2016
  Dependencies:
   gcc-6-base 6-20160217-0ubuntu1
   libc6 2.21-0ubuntu6
   libgcc1 1:6-20160217-0ubuntu1
   libpng12-0 1.2.54-1ubuntu1
   zlib1g 1:1.2.8.dfsg-2ubuntu4
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-01-22 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160117)
  SourcePackage: freetype
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1547196/+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 972223] Re: regression in gtk underlining rendering

2018-01-03 Thread Andrew Shadura
The upstream has acknowledged the change:
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/src/truetype/ttdriver.c?id=bcc74f4dafee25ea89f1d3144646cba7e30f9908

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

Title:
  regression in gtk underlining rendering

Status in FreeType:
  New
Status in freetype package in Ubuntu:
  Fix Released

Bug description:
  The issue started with 2.4.6 and got tracked to
  
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b0962ac34e66052ccfee7996e5468f30d4bd5a72

  Michael Vogt came with a testcase on
  https://bugs.launchpad.net/ubuntu/+source/software-
  center/+bug/955030/+attachment/2988350/+files/lala.py

  The commit also created http://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=636776

  I talked to Steve and I'm going to revert that commit for precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/freetype/+bug/972223/+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 1730399] Re: Add krackattacks mitigation

2017-11-24 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Confirmed

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

Title:
  Add krackattacks mitigation

Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  See for reference:
  https://www.krackattacks.com/#ap-mitigations

  Yes this is not a bug. However, it has been noted on ubuntu-devel that adding 
some features even to stable releases could be justified in *some* cases.
  First of paramount importance is that the fix introduces no regression.
  In this case this code is *only* used if a new parameter is set:

  wpa_disable_eapol_key_retries=1

  if this parameter is missing, behaviour will not change.
  So any regression introduced will be caused by a deliberate admin decision, 
from where all responsability could be denied (use at your own risk, yadda, 
yadda...)

  Then is this parameter useful: it could be for the hundred of millions
  of Android Phone that are not yet patched (6.0 et upper) and will
  never be patched (about 50% of existing Android Phones).

  Please note that at least one wifi provider has already decided to
  provide this feature to help its users:

  https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory
  /cisco-sa-20171016-wpa

  so this is something that leaders do :-)

  I have already patched my AP that runs Ubuntu 16 LTS (see attached
  patch against 2.4-0ubuntu6.2, I have used my AP for 3 days now with a
  Ubuntu and an Android client without problem) and I could try to
  provide a patch for Ubuntu 17. This kind of patch is really trivial
  anyway, since it's just a port of the upstream patch in hostapd:

  https://w1.fi/cgit/hostap/commit/?id=6f234c1e2ee1ede29f2412b7012b3345ed8e52d3

  
  However I have a big problem. Any security patch (and this is a security 
enhancing patch at least) is only worth as much as it is *tested*. And I don't 
have the means to verify that mitigation is effective, as the vulnerability 
discoverer has not provided (for obvious reasons) public testing code for 
clients.
  I think that Ubuntu should have this code (or did you just distribute 
security patches without testing that they are effective ? that would not be 
very serious IMO). 
  There is no chance that M. Vanhoef sends his code to any old dog on the 
internet, so Canonical is my only chance for a real test of this feature on an 
Ubuntu AP (short of rewriting the attack code myself, not an attractive 
proposition). 
  If in fact you don't have the testing (well, attack) code feel free to 
dismiss my bug report as irrelevant. But if you have please consider the 
opportunity to add some goodwill to Ubuntu. Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1730399/+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 1630839] Re: Request for applying a patch to support OpenVSwitch in hostapd

2017-10-25 Thread Andrew Shadura
Please submit the patch upstream and have it merged there.

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

Title:
  Request for applying a patch to support OpenVSwitch in  hostapd

Status in wpa package in Ubuntu:
  New

Bug description:
  Hello Devs,

  I'm requesting the patch https://github.com/helmut-
  jacob/hostapd/commit/c89daaeca4ee90c8bc158e37acb1b679c823d7ab to be
  applied in hostapd in Ubuntu. I compiled wpa-2.4 from Ubuntu sources
  with the attached patch and worked well with ath9k_htc + OpenVSwitch
  from Ubuntu 16.04.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: hostapd 1:2.4-0ubuntu6
  Uname: Linux 4.6.3-040603-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Wed Oct  5 23:40:38 2016
  InstallationDate: Installed on 2016-01-14 (266 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to xenial on 2016-05-13 (145 days ago)
  modified.conffile..etc.default.hostapd: [modified]
  mtime.conffile..etc.default.hostapd: 2016-10-05T00:16:08.475114

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1630839/+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 1289047] Re: [Trusty] hostapd package is broken

2017-10-25 Thread Andrew Shadura
You can't have the same device managed by both hostapd and network-
manager.

** Changed in: wpa (Ubuntu)
   Status: Triaged => Invalid

** Changed in: hundredpapercuts
   Status: Triaged => Invalid

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

Title:
  [Trusty] hostapd package is broken

Status in One Hundred Papercuts:
  Invalid
Status in wpa package in Ubuntu:
  Invalid

Bug description:
  When trying to create an access point, I am met with a fatal error
  with hostapd:

  nl80211: Could not configure driver mode
  nl80211 driver initialization failed.
  hostapd_free_hapd_data: Interface wlan0 wasn't started

  What worked before no longer works today after a package upgrade.

  After installing hostapd deb from Ubuntu 13.10, it works.

  WORKAROUND: For this to persist through reboots, execute the following in a 
terminal:
  sudo nano /etc/NetworkManager/NetworkManager.conf

  Add the following entry where the x's are replaced with your WiFi MAC 
address, save, and then reboot:
  [keyfile]
  unmanaged-devices=mac:xx:xx:xx:xx:xx:xx

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: hostapd 1:2.1-0ubuntu1
  Uname: Linux 3.14.0-031400rc5-lowlatency x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Date: Thu Mar  6 16:57:20 2014
  InstallationDate: Installed on 2014-02-01 (33 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140121.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   LANGUAGE=en_CA:en
   SHELL=/bin/bash
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1289047/+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 1364104] Re: wpasupplicant is haaving bug wifi connected but no web connectivity

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  wpasupplicant is haaving bug wifi connected but no web connectivity

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  I have ASUS NE pce-n5 card installed. The net gets connected Active
  connection information is ok, but there is no net connectivity.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Sep  1 17:27:00 2014
  InstallationDate: Installed on 2014-05-02 (122 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1364104/+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 1456221] Re: while installing regional settings

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Invalid

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

Title:
  while installing regional settings

Status in wpa package in Ubuntu:
  Invalid

Bug description:
  I just tried to install additional language pack

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 2.1-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  AptdaemonVersion: 1.1.1-1ubuntu5.1
  Architecture: amd64
  CrashReports:
   600:111:116:0:2015-05-18 15:39:26.381760672 +0200:2015-05-18 
15:39:26.381760672 +0200:/var/crash/rsyslog.0.uploaded
   600:0:116:207779:2015-05-18 15:34:47.344107389 +0200:2015-05-18 
15:34:48.344107389 +0200:/var/crash/network-manager.0.crash
   640:0:116:1587420:2015-05-18 15:39:23.263367891 +0200:2015-05-18 
15:39:25.286591098 +0200:/var/crash/rsyslog.0.crash
   600:0:116:207759:2015-05-18 15:34:47.332113265 +0200:2015-05-18 
15:34:48.332113265 +0200:/var/crash/wpasupplicant.0.crash
   644:0:116:0:2015-05-18 15:39:24.607106916 +0200:2015-05-18 
15:39:24.607106916 +0200:/var/crash/rsyslog.0.upload
  Date: Mon May 18 15:34:48 2015
  DuplicateSignature: package:wpasupplicant:2.1-0ubuntu1.2:package 
wpasupplicant is already installed and configured
  ErrorMessage: package wpasupplicant is already installed and configured
  InstallationDate: Installed on 2015-05-18 (0 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  SourcePackage: wpa
  Title: package wpasupplicant 2.1-0ubuntu1.2 failed to install/upgrade: 
package wpasupplicant is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1456221/+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 1503448] Re: package wpasupplicant 2.1-0ubuntu1.3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Invalid

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

Title:
  package wpasupplicant 2.1-0ubuntu1.3 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in wpa package in Ubuntu:
  Invalid

Bug description:
  Failed to install software updates

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.13.0-65.106-generic 3.13.11-ckt26
  Uname: Linux 3.13.0-65-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  Date: Tue Oct  6 17:49:32 2015
  DuplicateSignature: package:wpasupplicant:2.1-0ubuntu1.3:package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2013-02-02 (976 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: wpa
  Title: package wpasupplicant 2.1-0ubuntu1.3 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: Upgraded to trusty on 2014-08-25 (406 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1503448/+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 1293279] Re: computer freezes completely

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  computer freezes completely

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  Im running Ubuntu 13.10 saucy on a Dell Inspiron 15R 5521. The
  computer completely freezes with no aparent reason. After looking at
  the log, the following message appears consistently just before the
  crash:

  wpa_supplicant[1085]: wlan0: WPA: Group rekeying completed with
  84:c9:b2:d3:b2:89 [GTK=CCMP]

  These are the log messages around the crash (manually forced restart
  at 19:59:52):

  Mar 16 19:28:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:29:05 pina whoopsie[1076]: online
  Mar 16 19:29:06 pina whoopsie[1076]: online
  Mar 16 19:35:02 pina whoopsie[1076]: online
  Mar 16 19:37:02 pina whoopsie[1076]: online
  Mar 16 19:38:07  whoopsie[1076]: last message repeated 3 times
  Mar 16 19:38:08 pina whoopsie[1076]: online
  Mar 16 19:38:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:38:46 pina whoopsie[1076]: online
  Mar 16 19:39:59  whoopsie[1076]: last message repeated 2 times
  Mar 16 19:42:09 pina whoopsie[1076]: online
  Mar 16 19:44:09 pina whoopsie[1076]: online
  Mar 16 19:44:10 pina whoopsie[1076]: online
  Mar 16 19:47:10 pina whoopsie[1076]: online
  Mar 16 19:48:11  whoopsie[1076]: last message repeated 3 times
  Mar 16 19:48:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:48:40 pina whoopsie[1076]: online
  Mar 16 19:49:59  whoopsie[1076]: last message repeated 2 times
  Mar 16 19:51:16 pina whoopsie[1076]: online
  Mar 16 19:51:17 pina whoopsie[1076]: online
  Mar 16 19:56:23 pina whoopsie[1076]: online
  Mar 16 19:57:13 pina whoopsie[1076]: online
  Mar 16 19:59:52 pina kernel: imklog 5.8.11, log source = /proc/kmsg started.
  Mar 16 19:59:52 pina rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" 
x-pid="753" x-info="http://www.rsyslog.com";] start
  Mar 16 19:59:52 pina rsyslogd: rsyslogd's groupid changed to 103
  Mar 16 19:59:52 pina rsyslogd: rsyslogd's userid changed to 101
  Mar 16 19:59:52 pina rsyslogd-2039: Could not open output pipe 
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]

  I don't know if the following is useful but if I see the log in a text
  editor, I can see a lot of "NULL" characters, something like:

  Mar 16 19:28:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:29:05 pina whoopsie[1076]: online
  Mar 16 19:29:06 pina whoopsie[1076]: online
  Mar 16 19:35:02 pina whoopsie[1076]: online
  Mar 16 19:37:02 pina whoopsie[1076]: online
  Mar 16 19:38:07  whoopsie[1076]: last message repeated 3 times
  Mar 16 19:38:08 pina whoopsie[1076]: online
  Mar 16 19:38:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:38:46 pina whoopsie[1076]: online
  Mar 16 19:39:59  whoopsie[1076]: last message repeated 2 times
  Mar 16 19:42:09 pina whoopsie[1076]: online
  Mar 16 19:44:09 pina whoopsie[1076]: online
  Mar 16 19:44:10 pina whoopsie[1076]: online
  Mar 16 19:47:10 pina whoopsie[1076]: online
  Mar 16 19:48:11  whoopsie[1076]: last message repeated 3 times
  Mar 16 19:48:22 pina wpa_supplicant[1085]: wlan0: WPA: Group rekeying 
completed with 84:c9:b2:d3:b2:89 [GTK=CCMP]
  Mar 16 19:48:40 pina whoopsie[1076]: online
  Mar 16 19:49:59  whoopsie[1076]: last message repeated 2 times
  Mar 16 19:51:16 pina whoopsie[1076]: online
  Mar 16 19:51:17 pina whoopsie[1076]: online
  Mar 16 19:56:23 pina whoopsie[1076]: online
  Mar 16 19:57:13 pina whoopsie[1076]: online
  
NULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLNULLMar
 16 19:59:52 pina kernel: imklog 5.8.11, log source = /proc/kmsg started.
  Mar 16 19:59:52 pina rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" 
x-pid="753" x-info="http://www.rsyslog.com";] start
  Mar 16 19:59:52 pina rsyslogd: rsyslogd's groupid changed to 103
  Mar 16 19:59:52 pina rsyslogd: rsyslogd's userid changed to 101
  Mar 16 19:59:52 pina rsyslogd-2039: Could not open output pipe 
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]

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

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

[Touch-packages] [Bug 1317221] Re: wireless no connection after upgrade from 13.10 to 14.0o4

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  wireless no connection after upgrade from 13.10 to 14.0o4

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  After upgrade from Kubuntu 13.10 to 14.04 network is still seen, and 
connection continues to be initialized, but is never established.
  After having replaced binary /sbin/wpa_supplicant (version 2.1) by 
/sbin/wpa_supplicant (version 1.0 of Kubuntu 13.10) everything seems to be 
running again smoothly.
  Appended is 1. network configuration and 2. debug output of wpa_supplicant 
v2.1.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 2.1-0ubuntu1 [modified: sbin/wpa_supplicant]
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed May  7 19:39:12 2014
  InstallationDate: Installed on 2011-09-30 (950 days ago)
  InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110921.2)
  ProcEnviron:
   LANGUAGE=en_GB:de:es:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: wpa
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (19 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1317221/+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 1323089] Re: wpa_supplicant writes to syslog every 2 minutes

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  wpa_supplicant writes to syslog every 2 minutes

Status in wpa package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.04 LTS
  wpasupplicant 2.1-0ubuntu1

  wpa_supplicant is writing to syslog every couple of minutes. Example
  output:

  May 25 19:57:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 19:57:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 19:59:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 19:59:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:00:58 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:01:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:01:24 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:03:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:03:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:05:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:05:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:05:58 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:07:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:07:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:09:18 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:09:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33
  May 25 20:10:58 ubuntu wpa_supplicant[1161]: wlan0: CTRL-EVENT-SCAN-STARTED 
  May 25 20:13:18 ubuntu wpa_supplicant[1161]: message repeated 2 times: [ 
wlan0: CTRL-EVENT-SCAN-STARTED ]
  May 25 20:13:23 ubuntu wpa_supplicant[1161]: nl80211: 
send_and_recv->nl_recvmsgs failed: -33

  The message seems harmless as far as the network is concerned, meaning
  there is no problem with the wifi connection. But it's spamming the
  syslog, making it very difficult to find any other thing there, and
  it's generating constant writes to disk, and an unnecessarily large
  syslog file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1323089/+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 1396820] Re: Wireless stopped working after upgrade

2017-10-25 Thread Andrew Shadura
This is for an outdated version of wpa-supplicant, closing.

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

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

Title:
  Wireless stopped working after upgrade

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  After upgrading to 14.04 connection to the wireless was hardly
  possible. After downgrading the wpasupplicant package to
  1.0-3ubuntu2-mtrudel1 wireless connection was restored.

  System is Ubuntu 14.04.1 LTS on a HP Presario CQ71.

  Sorry I could only send the bug report from the 'repaired' system.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: wpasupplicant 1.0-3ubuntu2~mtrudel1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Nov 27 00:25:52 2014
  InstallationDate: Installed on 2014-01-12 (318 days ago)
  InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 
(20130820.1)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (221 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1396820/+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 1242431] Re: ignores TPTK; can't verify EAPOL-Key integrity

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  ignores TPTK; can't verify EAPOL-Key integrity

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  ioctl[SIOCSIWENCODEEXT]: Invalid argument
  ioctl[SIOCSIWENCODEEXT]: Invalid argument
  ioctl[SIOCSIWSCAN]: Device or resource busy
  wlan0: Failed to initiate AP scan
  wlan0: Trying to associate with $BSSID (SSID=$BSSID freq=2462 MHz)
  ioctl[SIOCSIWFREQ]: Device or resource busy
  wlan0: Association request to the driver failed
  wlan0: Associated with $BSSID
  wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
  wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
  ^C
  # wl
  ioctl[SIOCSIWENCODEEXT]: Invalid argument
  ioctl[SIOCSIWENCODEEXT]: Invalid argument
  wlan0: Trying to associate with 00:22:6b:fc:89:53 (SSID='HringidanET' 
freq=2462 MHz)
  ioctl[SIOCSIWFREQ]: Device or resource busy
  wlan0: Association request to the driver failed
  wlan0: Associated with 00:22:6b:fc:89:53
  wlan0: WPA: Key negotiation completed with 00:22:6b:fc:89:53 [PTK=CCMP 
GTK=TKIP]
  wlan0: CTRL-EVENT-CONNECTED - Connection to 00:22:6b:fc:89:53 completed 
(auth) [id=1 id_str=]

  [time passes]
  wlan0: WPA: Group rekeying completed with $BSSID [GTK=TKIP]

  On the first invocation of wpa_supplicant (by site-local script wl),
  the message integrity code (MIC) check fails repeatedly. But after an
  interrupt, a second invocation (the last two times I tried) succeeded
  immediately. Rekeying usually succeeds.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: wpasupplicant 1.0-3ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic i686
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: i386
  Date: Sun Oct 20 20:03:08 2013
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-03-05 (229 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  MarkForUpload: True
  ProcEnviron:
   TERM=rxvt
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=is_IS.UTF-8
   SHELL=/bin/bash
  SourcePackage: wpa
  UpgradeStatus: Upgraded to raring on 2013-05-06 (167 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1242431/+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 1124789] Re: Unclean termination on dbus-daemon shutdown

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Unclean termination on dbus-daemon shutdown

Status in hostap:
  Fix Released
Status in wpa package in Ubuntu:
  Fix Released

Bug description:
  When wpa_supplicant is terminated normally (i.e. with SIGTERM or
  SIGINT or 'wpa_cli terminate'), it brings down any wireless interfaces
  it is managing.  However, if wpa_supplicant is started by dbus
  activation and if the dbus messagebus is then shut down, it terminates
  abruptly and improperly without deconfiguring any network interfaces.

  Note that wpa_supplicant has its PID file installed in
  /run/sendsigs.omit.d, so /etc/init.d/sendsigs makes no attempt to shut
  it down. Since wpa_supplicant is not supervised by upstart, it is
  typical for dbus-daemon to be shut down before wpa_supplicant is.

  This has been reported upstream (along with steps to reproduce and a patch) 
at:
    http://w1.fi/bugz/show_bug.cgi?id=474

  This bug, along with bug 1124803 (in network-manager), means that when I 
connect my laptop to a wifi network, no attempt is made to disconnect from that 
network when shutting the system down. This in turn triggers a bug in my BIOS 
which causes this system to hardlock in the middle of BIOS post when I reboot 
while still connected to a wifi network:
    http://thread.gmane.org/gmane.linux.kernel.wireless.general/102862

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: wpasupplicant 1.0-2ubuntu5
  ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
  Uname: Linux 3.5.0-24-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Wed Feb 13 22:12:08 2013
  MarkForUpload: True
  SourcePackage: wpa
  UpgradeStatus: Upgraded to quantal on 2012-10-20 (116 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hostap/+bug/1124789/+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 1399888] Re: Wireless network connection terminates and won't reconnect

2017-10-25 Thread Andrew Shadura
This is for an outdated version of wpa-supplicant, closing.

** Changed in: wpa (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Wireless network connection terminates and won't reconnect

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  On: Linux x 3.16.0-25-generic #33-Ubuntu SMP Tue Nov 4 12:06:54 UTC
  2014 x86_64 x86_64 x86_64 GNU/Linux

  Wireless connections terminate without obvious reason. A reconnect is
  not possible.

  Every now and then (every second day) the network connection drops.
  The network indicator shows no signal strenght (empty icon)

  The correct connection is selected, a wealth of other SSIDs are in the
  list.

  A reconnect opens up the password dialog (which is an indication that the old 
error was reintroduced into the code).
  I reported this bug several times. The reason at the time was that 
reconnection would try to fetch the encrypted password and reencrypt it leading 
to a wrong password.

  There is a workaround:
  Disabling and Enabling the network connection reconnects correctly. In the 
code (as I analyzed then), this is due to the fact that the password from 
searing is taken as is and forwarded to the authentication code (not 
reencrypted). The connection gets established again.

  This issue did not occur in 12.04 and 12.10 (due to less connection
  problems or due to a fix is beyond me, I simple confirmed there were
  no connection aborts). It reappeared in 13.x and now is back as an
  annoyance.

  The error numbers then were around 460.000 - 490.000 as far is I
  remember (I have deleted bug reports I considered solved).

  I observed this issue on any Ubuntu machine. I also observed that the
  list of SSIDs is extremely long when this incident arises (approx. 15
  - 20). Maybe a storm of SSID broadcasts is the basic cause but I have
  not done any research beyond what I described here.

  Hope this gets fixed for good now.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: wpasupplicant 2.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Dec  6 10:27:42 2014
  InstallationDate: Installed on 2013-05-17 (567 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1399888/+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 1251134] Re: wpa_supplicant crashes when coming out of suspend

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  wpa_supplicant crashes when coming out of suspend

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  Whenever (although possibly not every single time) I come out of
  suspend (i.e. reopening the lid of my laptop) I get a system error
  that wpa_supplicant has crashed. The next time I come out of suspend
  (although sometimes on that occassion) the wireless doesn't reconnect.
  I then need to restart my machine to get the wireless to reconnect.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: wpasupplicant 1.0-3ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Thu Nov 14 07:02:39 2013
  InstallationDate: Installed on 2012-08-17 (453 days ago)
  InstallationMedia: Xubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: wpa
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (26 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1251134/+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 1591533] Re: Can't create Ad-Hoc WiFi connection

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  Can't create Ad-Hoc WiFi connection

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  I'm trying to create Ad-Hoc WiFi connection from BQ Aquaris M10 Ubuntu 
Edition to Nokia N900, running Qt Mobile Hotspot.
  My desktop PC connects ok, but Ubuntu Touch can't connect with message:
  wlan0: Association request to the driver failed

  I've tried unpotected and WEP protected connection.

  As a consequence to this failure, tablet reboots when next time
  connecting to normal infrastructure AP.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: wpasupplicant 2.4-0ubuntu7~overlay3
  Uname: Linux 3.10.93+ aarch64
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Sat Jun 11 18:49:04 2016
  InstallationDate: Installed on 2016-05-24 (18 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160524-114757)
  SourcePackage: wpa
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1591533/+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 1670494] Re: 'wpa_supplicant -D nl80211 -W' hangs with some Intel cards

2017-10-25 Thread Andrew Shadura
I understand this bug will be fixed when Marc rebased Ubuntu wpa package
on top of the Debian's.

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

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

Title:
  'wpa_supplicant -D nl80211 -W' hangs with some Intel cards

Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  init_wpa_supplicant() in /etc/wpa_supplicant/functions.sh runs
  wpa_supplicant with the -W option, which causes it to wait for wpa_cli
  to attach.  init_wpa_supplicant() then attaches wpa_cli to
  wpa_supplicant.

  When the nl80211 driver is used with some Intel cards, wpa_supplicant
  automatically defines a second p2p_dev_${WPA_IFACE} interface.  If
  multiple interfaces are defined in wpa_supplicant, then wpa_supplicant
  will wait for multiple wpa_cli instances to attach.  Since
  init_wpa_supplicant() only attaches a single wpa_cli process, this
  causes wpa_supplicant to hang, which ultimately leads to a timeout and
  causes interface configuration to fail.

  This has been fixed upstream: 
http://lists.infradead.org/pipermail/hostap/2015-December/034410.html
  And also in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833402

  However, the updated wpa_supplicant has not made it to Ubuntu (not
  even Zesty), and the "-m ''" workaround mentioned in the mailing list
  thread associated with the upstream fix does not work with the version
  of wpa_supplicant that comes with Ubuntu.

  Could the P2P patches that were merged into Debian be merged into
  Ubuntu?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1670494/+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 1347831] Re: hostapd is missing 802.11ac mode support

2017-10-25 Thread Andrew Shadura
My understanding is that this is no longer an issue with the current
hostapd.

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

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

Title:
  hostapd is missing 802.11ac mode support

Status in wpa package in Ubuntu:
  Fix Released

Bug description:
  When I try to create an AP using 802.11ac hostapd complains about
  unknown configuration items.

  I have a Compex acWave WLE900VX mini-pcie card that's fully supported
  by the ath10k_pci module.

  I took the example hostapd.conf settings from kernel.org ath10k page:
  http://wireless.kernel.org/en/users/Drivers/ath10k/configuration

  -- start hostapd.conf ---
  interface=wlan0
  driver=nl80211
  ssid=ath10k-test
  hw_mode=a
  channel=36
  ht_capab=[HT40+]
  ieee80211n=1
  ieee80211ac=1
  vht_oper_chwidth=1
  vht_oper_centr_freq_seg0_idx=42
  --- end hostapd.conf ---

  sudo hostapd -dd hostapd.conf
  random: Trying to read entropy from /dev/random
  Configuration file: hostapd.conf
  Line 10: unknown configuration item 'ieee80211ac'
  Line 11: unknown configuration item 'vht_oper_chwidth'
  Line 12: unknown configuration item 'vht_oper_centr_freq_seg0_idx'
  3 errors found in configuration file 'hostapd.conf'

  The solution is to add the following to the ./configure file at
  compile time:

  "CONFIG_IEEE80211AC=y"

  As 802.11ac picks up in popularity everyone is going to want this
  support.

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1347831/+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 1435120] Re: hostapd doesn't work with kernels after 3.13.0-26

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  hostapd doesn't work with kernels after 3.13.0-26

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  work just fine with kernel 3.13.0-26. with 3.13.0-40 and higher (up to
  3.13.0-55) hostapd starting without errors, but AP does nоt appear on
  devices.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: hostapd 1:2.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Mon Mar 23 11:55:15 2015
  InstallationDate: Installed on 2013-05-15 (676 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to trusty on 2014-05-20 (307 days ago)
  mtime.conffile..etc.default.hostapd: 2014-09-17T17:49:41.076640

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1435120/+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 1462740] Re: Wifi intermittently stops working since 15.04 upgrade

2017-10-25 Thread Andrew Shadura
** Changed in: wpa (Ubuntu)
   Status: New => Incomplete

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

Title:
  Wifi intermittently stops working since 15.04 upgrade

Status in wpa package in Ubuntu:
  Incomplete

Bug description:
  Since upgrading to 15.04 a couple of weeks ago I have been finding
  that sometimes my wifi completely stops working. Restarting network
  manager doesn't help, nor does removing and reinserting the wireless
  driver. I can get network access through an ethernet cable.

  Another, possibly related problem I have been experiencing since
  upgrading to 15.04 is that sometimes wpa_supplicant starts hogging
  CPU, up to 100% on one core. When I kill it, the replacement instance
  of wpa_supplicant continues to hog the CPU. I am not sure whether this
  is caused by the same fault that is causing my wifi to fail. As I send
  this error report, my machine is in such a crippled state with no wifi
  and wpa_supplicant slowing everything to a crawl. I noticed that
  wpa_supplicant was misbehaving only after I had tried removing and
  reinserting the wifi driver, so I don't know whether the wifi failure
  problem caused wpa_supplicant to go bananas, or whether it was the
  fact that I had messed about with the driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: wpasupplicant 2.1-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.19.0-18.18-lowlatency 3.19.6
  Uname: Linux 3.19.0-18-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jun  7 15:01:56 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-06 (93 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to vivid on 2015-05-29 (8 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1462740/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-09-02 Thread Andrew Shadura
Of course, I can try to forcefully upgrade to 5.8, but I'd rather not do
that unless absolutely necessary.

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-09-02 Thread Andrew Shadura
Yes, indeed, this variable is set to gtk, not gtk2, and I can't find
what sets it, and my attempts to override it fail :/

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Andrew Shadura
Let me illustrate that.

** Attachment added: "2017-06-04_21-23-46.png"
   
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+attachment/4888981/+files/2017-06-04_21-23-46.png

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] Re: Qt5 apps don’t pick up the GTK+ style anymore

2017-06-04 Thread Andrew Shadura
I know, I tried that, it doesn't work.

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

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1695618] [NEW] Qt5 apps don’t pick up the GTK+ style anymore

2017-06-03 Thread Andrew Shadura
Public bug reported:

Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
(GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
platformtheme installed, and I tried forcing it by setting
QT_QPA_PLATFORMTHEME, but to no avail.

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5 theme

** Attachment added: "screenshot of a Qt5 app"
   
https://bugs.launchpad.net/bugs/1695618/+attachment/4888382/+files/2017-06-03_15-23-27.png

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

Title:
  Qt5 apps don’t pick up the GTK+ style anymore

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  Since I upgraded to Qt 5.7.1, Qt5 apps stopped picking up the Ubuntu
  (GTK+, I presume) theme, and look very Windowsy. I have qt5-gtk-
  platformtheme installed, and I tried forcing it by setting
  QT_QPA_PLATFORMTHEME, but to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1695618/+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 1260855] Re: http://start.ubuntu.com/connectivity-check.html and other ubiquity services are not accessible over IPv6 (no internet connectivity in ubiquity)

2017-04-13 Thread Andrew Shadura
Any news on this?

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

Title:
  http://start.ubuntu.com/connectivity-check.html and other ubiquity
  services are not accessible over IPv6 (no internet connectivity in
  ubiquity)

Status in apport package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Triaged
Status in ubuntu-release-upgrader package in Ubuntu:
  Fix Released

Bug description:
  When installing on an IPv6 only network, the installer incorrectly
  reports that no Internet connectivity is available.

  Steps to reproduce:
  - Download desktop ISO. I used 
http://cdimage.ubuntu.com/xubuntu/daily-live/current/trusty-desktop-amd64.iso 
current at Fri Dec 13 15:00 EST
  - Boot ISO on a computer where only IPv6 connectivity is available
  - Choose Install Xubuntu
  - Choose language

  Results:
  - At "Preparing to install Xubuntu screen" it states
For best results, please ensure that this computer:
✓ has at least 5.5GB available drive space
✕ is connected to the Internet

  Expected results:
  - A checkmark next to "is connected to the internet"

  The install is able to complete from the ISO. Once the installed
  machine is booted, updates are able to be applied indicating Internet
  connectivity is indeed available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1260855/+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 1610293] Re: mic cartoon voice

2016-09-28 Thread Andrew Shadura
Sounds like and issue with PulseAudio, definitely not with linux-meta
package. Reassigning.

** Package changed: linux-meta (Ubuntu) => pulseaudio (Ubuntu)

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

Title:
  mic cartoon voice

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  I have one sort of typical problem, and one very strange problem, both 
related to the audio. 
  First the typical one, because, clearly, the strange one is the headlining 
act here. 

  Typical kind of problem:  My system keeps changing from audio line
  out, to hdmi out as the default choice, and I have to keep moving it
  back by hand from systemsettings.  It seems to be related to
  squeezelite, but am not sure.

  Strange problem:  After updating to 16.04, my microphone transmits
  only a strange, helium inflected  cartoon voice when I speak.  This
  strange transmission works with arecord or ffmpeg from command line,
  and with skype testing service.  The latter convinces me that it is
  not a recording issue, but really a sound capture issue.  Pulseaudio
  will not allow me to select my external microphone jack, though there
  is a microphone plugged in.  It appears to use my webcam (logitech
  C310) mic.  There was no such problem last week under 14.04.  I cannot
  think of any other tests to perform.  If it were allowed, I would
  upload a short recording of my voice, primarily for your amusement.

  A few details:

  $ lsb_release -rd
  Description:Ubuntu 16.04.1 LTS
  Release:16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1610293/+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 1422143] Re: No wifi connection after suspend with systemd due to missing "wpa_cli suspend"

2016-09-14 Thread Andrew Shadura
Debian users complain this doesn't always work:
http://bugs.debian.org/835648

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

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

Title:
  No wifi connection after suspend with systemd due to missing "wpa_cli
  suspend"

Status in One Hundred Papercuts:
  Fix Released
Status in NetworkManager:
  Unknown
Status in wpa package in Ubuntu:
  Fix Released
Status in wpa source package in Wily:
  Fix Committed
Status in wpa source package in Xenial:
  Fix Released

Bug description:
  Using systemd as my default init system if I resume from suspend my
  laptop, it doesn't automatically reconnect to the wireless network and
  it doesn't list the available network connections.

  The only way to get a wireless connection is to restart the network-
  manager daemon or going to the gnome-control-center, disable wireless
  and enable it again.

  SRU INFORMATION
  ===
  In some of these cases this bug can be worked around by calling "wpa_cli 
suspend/resume" before/after suspend, like we used to do with the old pm-utils 
quirks (/usr/lib/pm-utils/sleep.d/60_wpa_supplicant). This only affects 
particular hardware, and thus this needs to be tested by affected reporters, 
there is no general reproducer for arbitrary systems.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu6
  Uname: Linux 3.19.0-031900-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  Date: Sun Feb 15 18:27:39 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-10-22 (116 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  IpRoute:
   default via 10.0.0.1 dev wlan0  proto static  metric 1024
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.36
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-01-13 (32 days ago)
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION   CON-UUID  CON-PATH
   wlan0wifi  connected/org/freedesktop/NetworkManager/Devices/2  
openhost_caldas  09d1f69d-d3da-4978-a69c-d94455db7ecf  
/org/freedesktop/NetworkManager/ActiveConnection/0
   docker0  bridgeunavailable  /org/freedesktop/NetworkManager/Devices/3  
--   ----
   eth0 ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  
--   ----
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  
--   ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1422143/+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 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-04-22 Thread Andrew Shadura
Right, so the release went ahead without dealing with this issue.

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

Title:
  Removal of revert_scalable_fonts_metric.patch causes ugliness in
  Claws-Mail

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

Bug description:
  This is mostly a tracking bug for this discussion on ubuntu-devel:

  https://lists.ubuntu.com/archives/ubuntu-
  devel/2016-February/039224.html

  The following precise-era patch was recently removed from freetype:

  http://bazaar.launchpad.net/~ubuntu-
  branches/ubuntu/wily/freetype/wily/view/head:/debian/patches-
  freetype/revert_scalable_fonts_metric.patch

  which caused a number of visual effects in various applications.  In
  Emacs, the lines get vertically closer so that more lines are visible
  on screen.  This is subtle and doesn't look too bad otherwise.

  However, in Claws-Mail several negative effects were noticed.  The
  lines in the Summary window are more squished together and the
  characters appear squished too.  This is with Sans 10 font.  This is
  less readable.

  In the Message window it's worse.  There I use Ubuntu  Mono 14.  The
  problem isn't the vertical spacing, but the horizontal spacing.  Now
  there is more space between characters and that actually makes the
  window less readable.

  I will contact the upstream Claws mailing list to see if they have any
  thoughts.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libfreetype6 2.6.1-0.1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 18 14:34:57 2016
  Dependencies:
   gcc-6-base 6-20160217-0ubuntu1
   libc6 2.21-0ubuntu6
   libgcc1 1:6-20160217-0ubuntu1
   libpng12-0 1.2.54-1ubuntu1
   zlib1g 1:1.2.8.dfsg-2ubuntu4
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-01-22 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160117)
  SourcePackage: freetype
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1547196/+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 1547196] Re: Removal of revert_scalable_fonts_metric.patch causes ugliness in Claws-Mail

2016-04-10 Thread Andrew Shadura
This broke the rendering of Input font for me.

** Attachment added: "left: patched, right: non-patched"
   
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1547196/+attachment/4631652/+files/2016-04-10_19-00-06.png

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

Title:
  Removal of revert_scalable_fonts_metric.patch causes ugliness in
  Claws-Mail

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

Bug description:
  This is mostly a tracking bug for this discussion on ubuntu-devel:

  https://lists.ubuntu.com/archives/ubuntu-
  devel/2016-February/039224.html

  The following precise-era patch was recently removed from freetype:

  http://bazaar.launchpad.net/~ubuntu-
  branches/ubuntu/wily/freetype/wily/view/head:/debian/patches-
  freetype/revert_scalable_fonts_metric.patch

  which caused a number of visual effects in various applications.  In
  Emacs, the lines get vertically closer so that more lines are visible
  on screen.  This is subtle and doesn't look too bad otherwise.

  However, in Claws-Mail several negative effects were noticed.  The
  lines in the Summary window are more squished together and the
  characters appear squished too.  This is with Sans 10 font.  This is
  less readable.

  In the Message window it's worse.  There I use Ubuntu  Mono 14.  The
  problem isn't the vertical spacing, but the horizontal spacing.  Now
  there is more space between characters and that actually makes the
  window less readable.

  I will contact the upstream Claws mailing list to see if they have any
  thoughts.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libfreetype6 2.6.1-0.1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Feb 18 14:34:57 2016
  Dependencies:
   gcc-6-base 6-20160217-0ubuntu1
   libc6 2.21-0ubuntu6
   libgcc1 1:6-20160217-0ubuntu1
   libpng12-0 1.2.54-1ubuntu1
   zlib1g 1:1.2.8.dfsg-2ubuntu4
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-01-22 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160117)
  SourcePackage: freetype
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1547196/+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 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-24 Thread Andrew Shadura
Guys, could you please forward the patch to Guus using Debian BTS?

Thanks!

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

Title:
  wpa-roam broken by fix for ifupdown #1337873

Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

   * In some configurations recurrent ifup/down calls are broken due to
  a false-positive recursion detection.

   * In certain situations it leaves interfaces unconfigured (in this
  case: WLAN interface connected to WiFi network, but dhcp fails).

  [Test Case]

   * Setup wpa-roam configuration based on what is in comment #6
   
   * Wait until wpa_supplicant connects to a wifi network

   * Run ifconfig to check if the WLAN interface received dhcp info

   * Expected result: WLAN is fully configured according to dhcp settings
   
   * Actual result: WLAN is connected to WiFi but not configured

  [Regression Potential]

   * Fixed upstream, fix present in Xenial.

   * Debdiffs contain a backport of an upstream fix.

  [Other Info]
   
   * Original bug description:

  The following versions of ifupdown introduced a recursion check using 
"IFUPDOWN_" environment variables along with a new locking mechanism 
for ifup (see #1337873):
  0.7.47.2ubuntu4.2 (in Trusty)
  0.7.54ubuntu1.1 (in Wily)
  0.7.54ubuntu2 (in Xenial)

  This recursion check breaks the wpa-roam feature of wpasupplicant,
  preventing it from loading the logical interface specified by id_str
  after associating with an AP.  Specifically, after upgrading to one of
  the above ifupdown versions, the '/sbin/ifup -v --force
  "$WPA_IFACE=$WPA_LOGICAL_IFACE"' command run by wpa_action in
  functions.sh fails with an "ifup: recursion detected for parent
  interface wlan0 in post-up phase" error.

  To fix the issue, functions.sh needs to run `unset
  "IFDOWN_$WPA_IFACE"` before calling /sbin/ifup to prevent ifup from
  detecting the recursion.  The attached patch implements this change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1545302/+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 1545302] Re: wpa-roam broken by fix for ifupdown #1337873

2016-02-24 Thread Andrew Shadura
Disregard the last comment, from reading the comments I see the bug
isn't relevant to Debian.

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

Title:
  wpa-roam broken by fix for ifupdown #1337873

Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

   * In some configurations recurrent ifup/down calls are broken due to
  a false-positive recursion detection.

   * In certain situations it leaves interfaces unconfigured (in this
  case: WLAN interface connected to WiFi network, but dhcp fails).

  [Test Case]

   * Setup wpa-roam configuration based on what is in comment #6
   
   * Wait until wpa_supplicant connects to a wifi network

   * Run ifconfig to check if the WLAN interface received dhcp info

   * Expected result: WLAN is fully configured according to dhcp settings
   
   * Actual result: WLAN is connected to WiFi but not configured

  [Regression Potential]

   * Fixed upstream, fix present in Xenial.

   * Debdiffs contain a backport of an upstream fix.

  [Other Info]
   
   * Original bug description:

  The following versions of ifupdown introduced a recursion check using 
"IFUPDOWN_" environment variables along with a new locking mechanism 
for ifup (see #1337873):
  0.7.47.2ubuntu4.2 (in Trusty)
  0.7.54ubuntu1.1 (in Wily)
  0.7.54ubuntu2 (in Xenial)

  This recursion check breaks the wpa-roam feature of wpasupplicant,
  preventing it from loading the logical interface specified by id_str
  after associating with an AP.  Specifically, after upgrading to one of
  the above ifupdown versions, the '/sbin/ifup -v --force
  "$WPA_IFACE=$WPA_LOGICAL_IFACE"' command run by wpa_action in
  functions.sh fails with an "ifup: recursion detected for parent
  interface wlan0 in post-up phase" error.

  To fix the issue, functions.sh needs to run `unset
  "IFDOWN_$WPA_IFACE"` before calling /sbin/ifup to prevent ifup from
  detecting the recursion.  The attached patch implements this change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1545302/+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 1075256] Re: allow custom method in "/etc/network/interfaces"

2016-02-08 Thread Andrew Shadura
** Bug watch added: Debian Bug tracker #814075
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814075

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

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

** No longer affects: ifupdown

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

Title:
  allow custom method in "/etc/network/interfaces"

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

Bug description:
  we have several custom networking scripts, and find it would be
  easiest to handle them with a custom "method" in
  "/etc/network/interfaces" .  we can't just add scripts to if-up.d,
  because we need strong ordering of command execution.  examples would
  be adding macvlans, and ip tunnels.   for example, we need pre-up in
  "/etc/network/interfaces" to run before ANY other scripts , because we
  do an ip link creation there.  there are builtin "methods" which cover
  some of the functionality we want, but clearly this doesn't scale like
  a plugin based architecture would.   unfortunately, there is no easy
  way to plug in a custom method for handling these networking stanzas.
  thus, we have to write stuff like this for each interface.

  auto vmac-ha
  iface vmac-ha inet manual
  [ NORMAL ENTRIES ] 
  pre-up  my-vmac-helper
  up  my-vmac-helper
  downmy-vmac-helper
  post-down   my-vmac-helper

  it would be MUCH easier to have something like this

  auto vmac-ha
  iface vmac-ha inet custom my-vmac-helper
  [ NORMAL ENTRIES ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1075256/+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