[Touch-packages] [Bug 1578589] NetDevice.wwp0s29u1u6i6.txt

2017-06-18 Thread Arno Teigseth
apport information

** Attachment added: "NetDevice.wwp0s29u1u6i6.txt"
   
https://bugs.launchpad.net/bugs/1578589/+attachment/4898401/+files/NetDevice.wwp0s29u1u6i6.txt

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

Title:
  Add support for   as inner authentication in PEAP

Status in network-manager package in Ubuntu:
  Expired

Bug description:
  Networkmanager has no option for "none" as inner authentication.

  MSCHAPv2, GTC and MD5 are the only options.

  The page http://ubuntuforums.org/showthread.php?t=1726522 suggests
  adding "none" as phase2-auth, but doing that syslog tells me the
  config for that network is invalid.

  However, this works fine with the wpa_supplicant config file
  ~/scowlan.conf:

  ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=root
  network={
   ssid="PS-XWLAN"
   key_mgmt=WPA-EAP
   eap=PEAP
   phase1="peaplabel=0"
   phase2="none"
   identity="USERNAME"
   password="PASSWORD"
  }

  and running it like this works fine:
  wpa_supplicant -B -iwlan0 -c ~/scowlan.conf

  I guess adding "none" as a recognizable option in networkmanager will do (?)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-07-13 (340 days ago)
  InstallationMedia: Linux Mint 18 "Sarah" - Release amd64 20160628
  IpRoute:
   default via 10.20.16.1 dev wlan0  proto static  metric 600 
   10.20.16.0/24 dev wlan0  proto kernel  scope link  src 10.20.16.108  metric 
600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  Package: network-manager 1.2.6-0ubuntu0.16.04.1 [origin: Ubuntu]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Tags: third-party-packages sarah
  Uname: Linux 4.4.0-59-generic x86_64
  UnreportableReason: This is not an official Linux package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm backup cdrom dip lpadmin plugdev sambashare sudo vboxusers 
wireshark
  _MarkForUpload: True
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlan0wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Auto Lara   7a2ab149-0755-4e2f-9e85-78837d738275  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0 ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/0  
--  ----
 
   ttyACM1  gsm   unavailable  /org/freedesktop/NetworkManager/Devices/3  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--  ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.6connected  started  full  enabled enabled  
enabled  enabled  enabled
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-07-13 (340 days ago)
  InstallationMedia: Linux Mint 18 "Sarah" - Release amd64 20160628
  IpRoute:
   default via 10.20.16.1 dev wlan0  proto static  metric 600 
   10.20.16.0/24 dev wlan0  proto kernel  scope link  src 10.20.16.108  metric 
600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  Package: network-manager 1.2.6-0ubuntu0.16.04.1 [origin: Ubuntu]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Tags: third-party-packages sarah
  Uname: Linux 4.4.0-59-generic x86_64
  UnreportableReason: This is not an official Linux package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm backup cdrom dip lpadmin plugdev sambashare sudo vboxusers 
wireshark
  _MarkForUpload: True
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlan0wifi  connected

[Touch-packages] [Bug 1578589] NetDevice.wwp0s29u1u6i6.txt

2017-06-18 Thread Arno Teigseth
apport information

** Attachment added: "NetDevice.wwp0s29u1u6i6.txt"
   
https://bugs.launchpad.net/bugs/1578589/+attachment/4898385/+files/NetDevice.wwp0s29u1u6i6.txt

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

Title:
  Add support for   as inner authentication in PEAP

Status in network-manager package in Ubuntu:
  Expired

Bug description:
  Networkmanager has no option for "none" as inner authentication.

  MSCHAPv2, GTC and MD5 are the only options.

  The page http://ubuntuforums.org/showthread.php?t=1726522 suggests
  adding "none" as phase2-auth, but doing that syslog tells me the
  config for that network is invalid.

  However, this works fine with the wpa_supplicant config file
  ~/scowlan.conf:

  ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=root
  network={
   ssid="PS-XWLAN"
   key_mgmt=WPA-EAP
   eap=PEAP
   phase1="peaplabel=0"
   phase2="none"
   identity="USERNAME"
   password="PASSWORD"
  }

  and running it like this works fine:
  wpa_supplicant -B -iwlan0 -c ~/scowlan.conf

  I guess adding "none" as a recognizable option in networkmanager will do (?)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-07-13 (340 days ago)
  InstallationMedia: Linux Mint 18 "Sarah" - Release amd64 20160628
  IpRoute:
   default via 10.20.16.1 dev wlan0  proto static  metric 600 
   10.20.16.0/24 dev wlan0  proto kernel  scope link  src 10.20.16.108  metric 
600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  Package: network-manager 1.2.6-0ubuntu0.16.04.1 [origin: Ubuntu]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Tags: third-party-packages sarah
  Uname: Linux 4.4.0-59-generic x86_64
  UnreportableReason: This is not an official Linux package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm backup cdrom dip lpadmin plugdev sambashare sudo vboxusers 
wireshark
  _MarkForUpload: True
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlan0wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Auto Lara   7a2ab149-0755-4e2f-9e85-78837d738275  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0 ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/0  
--  ----
 
   ttyACM1  gsm   unavailable  /org/freedesktop/NetworkManager/Devices/3  
--  ----
 
   lo   loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  
--  ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.2.6connected  started  full  enabled enabled  
enabled  enabled  enabled
  --- 
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-07-13 (340 days ago)
  InstallationMedia: Linux Mint 18 "Sarah" - Release amd64 20160628
  IpRoute:
   default via 10.20.16.1 dev wlan0  proto static  metric 600 
   10.20.16.0/24 dev wlan0  proto kernel  scope link  src 10.20.16.108  metric 
600 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  Package: network-manager 1.2.6-0ubuntu0.16.04.1 [origin: Ubuntu]
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Tags: third-party-packages sarah
  Uname: Linux 4.4.0-59-generic x86_64
  UnreportableReason: This is not an official Linux package. Please remove any 
third party package and try again.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm backup cdrom dip lpadmin plugdev sambashare sudo vboxusers 
wireshark
  _MarkForUpload: True
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   wlan0wifi  connected