[Touch-packages] [Bug 1591895] Re: SRU: backport python 2.7.12 to 16.04 LTS

2017-11-23 Thread Matthias Klose
python-defaults for xenial works ok, and uses the python2 shebang. for
python-stdlib-extensions , checked installation of python-tk and python-
gdbm


** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done verification-done-xenial

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

Title:
  SRU: backport python 2.7.12 to 16.04 LTS

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  Fix Committed
Status in python-stdlib-extensions source package in Xenial:
  Fix Committed
Status in python2.7 source package in Xenial:
  Fix Released
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: backport python 2.7.12 to 16.04 LTS

  The idea is to ship a released version with the first point release of
  16.04 LTS.  We updated python2.7 from the the 2.7 branch up to the
  final 2.7.12 release, and then made a test rebuild of the archive
  using the new python2.7 (and some other toolchain packages).

  The test rebuild was done using the release candidate of 2.7.12,
  however the only changes between the rc and the final release are
  Windows related, and include one change in the idle lib. From my point
  of view we don't need another test rebuild.

  The evaluation of the test rebuild is found in LP: #1586673. I'm
  pretty sure that none of the possible regressions can be attributed to
  the python2.7 update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1591895/+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 1715062] Re: package python-six 1.10.0-3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Matthias Klose
the xenial uploads work as expected, and are using python2 as the
shebang

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  package python-six 1.10.0-3 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  Fix Committed
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: Replacing the shebang from python to python2 should not have
  regression potential. The python2 symlink is available in xenial, and
  earlier releases (trusty, wily), so there shouldn't be any upgrade
  issues.

  
  kflkt

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-six 1.10.0-3
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Sep  5 06:44:23 2017
  Dependencies:

  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-08-03 (32 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: six
  Title: package python-six 1.10.0-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1715062/+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 1326814] Re: Should be smarter about detecting X use

2017-11-23 Thread Kris
Moreover, if using ssh shell I do:
$ MIR_SOCKET=/var/run/mir_socket ubuntu-app-launch 
com.ubuntu.calculator_calculator_2.2.322

then the app starts loading on the phone, the icon shows, and then it
closes down before the app UI kicks in. And that's it.

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

Title:
  Should be smarter about detecting X use

Status in click-apparmor package in Ubuntu:
  Expired

Bug description:
  click-apparmor has the following code:

  # Perhaps there is a better way to detect this, but for now, this works
  if [ -d "/tmp/.X11-unix" ]; then
  num_sockets=`ls -1 /tmp/.X11-unix | wc -l`
  if [ "$num_sockets" != "0" ] && [ "$use_insecure_x" != "yes" ]; then
  echo "Detected click app running under X! Aborting"
  exit 1
  fi
  fi

  But ofono-phonesim runs itself under xvfb.  Which puts a socket like
  :99 in /tmp/.X11-unix.  So you can't have both ofono-phonesim
  installed and use click apps.

  We could maybe detect X by checking $XAUTHORITY instead.  Or we could
  look for Mir instead by seeing if $MIR_SOCKET is non-empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1326814/+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 1326814] Re: Should be smarter about detecting X use

2017-11-23 Thread Kris
Confirmed.
I just want to start click app on my phone but from ssh shell:

$ MIR_SOCKET=/var/run/mir_socket aa-exec-click -p
com.ubuntu.calculator_calculator_2.2.322 -- qmlscene -qt5 $@ share/qml
/ubuntu-calculator-app.qml


and it doesn't start, and returns: "Detected click app running under X! 
Aborting"

To me the description given by the author here is clear, I experience
the same problem, and moreover there was a suggestion that seems super
viable (to check whether or not $MIR_SOCKET is set) so why not just
apply it???

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

Title:
  Should be smarter about detecting X use

Status in click-apparmor package in Ubuntu:
  Expired

Bug description:
  click-apparmor has the following code:

  # Perhaps there is a better way to detect this, but for now, this works
  if [ -d "/tmp/.X11-unix" ]; then
  num_sockets=`ls -1 /tmp/.X11-unix | wc -l`
  if [ "$num_sockets" != "0" ] && [ "$use_insecure_x" != "yes" ]; then
  echo "Detected click app running under X! Aborting"
  exit 1
  fi
  fi

  But ofono-phonesim runs itself under xvfb.  Which puts a socket like
  :99 in /tmp/.X11-unix.  So you can't have both ofono-phonesim
  installed and use click apps.

  We could maybe detect X by checking $XAUTHORITY instead.  Or we could
  look for Mir instead by seeing if $MIR_SOCKET is non-empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1326814/+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 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2017-11-23 Thread Jason Gambrel
I tried downgrading to 4.4.0-101-generic - no change

I tried adding the ppa ppa:ci-train-ppa-service/2685 and using sudo apt
update then sudo apt full-upgrade to upgrade bluez to 5.46 in Linux Mint
18.2 - this improved things a bit.  Less video freezing and able to
resume from freezing.

I tried editing /etc/pulse/default.pa and commenting out load-module 
module-suspend-on-idle:
### Automatically suspend sinks/sources that become idle for too long
#load-module module-suspend-on-idle

Source:
https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Bluetooth

This seems to have fixed the issue for me.

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

Title:
  Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

Status in linux package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  In 16.04 when a bluetooth audio device is connected it freezes video
  playback and also no sound comes from online audio only streams. Issue
  does not exist with a wired headset.

  This issue does not exist with 15.10. All updates have been installed
  on 16.04 including backports but they have not fixed the issue.

  It is not browser specific and not website specific.

  It is not hardware specific as it affects my laptop with an intel 7260
  card and my pc with an intel 8260 card.

  The issue exists on both ubuntu and kubuntu 16.04.

  I have reported it on the ubuntu support forums and after
  investigation a moderator noticed changed in the kernel from 4.4 and
  4.2 that may becausing the issue and asked me to file a bug report.

  The ubuntu forum thread can be found here.
  http://ubuntuforums.org/showthread.php?t=2326672

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-23-generic 4.4.0-23.41
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen1435 F pulseaudio
   /dev/snd/controlC0:  stephen1435 F pulseaudio
  CurrentDesktop: KDE
  Date: Fri Jun  3 23:50:00 2016
  HibernationDevice: RESUME=UUID=78e7aefc-d517-4c58-836f-a90f0b6017c6
  InstallationDate: Installed on 2016-05-06 (28 days ago)
  InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: MSI MS-7978
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=bccf2ca7-4e23-412a-ba10-7a3f915270dd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-23-generic N/A
   linux-backports-modules-4.4.0-23-generic  N/A
   linux-firmware1.157
  SourcePackage: linux
  UpgradeStatus: Upgraded to xenial on 2016-06-03 (0 days ago)
  dmi.bios.date: 05/16/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: C.60
  dmi.board.asset.tag: Default string
  dmi.board.name: H170 GAMING M3 (MS-7978)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.60:bd05/16/2016:svnMSI:pnMS-7978:pvr2.0:rvnMSI:rnH170GAMINGM3(MS-7978):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7978
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1589008/+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 1605128] Re: Python crashed while running a Google Maps API for Pokemon Go

2017-11-23 Thread EvilSupahFly
Bug can be closed

** Changed in: python2.7 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Python crashed while running a Google Maps API for Pokemon Go

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  I was running a .GIT project to find all Pokemon Go entities in a
  specific geographic region and Python crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: python2.7-minimal 2.7.10-4ubuntu1 [origin: unknown]
  Uname: Linux 4.5.3-040503-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Thu Jul 21 03:26:38 2016
  ExecutablePath: /usr/bin/python2.7
  ExecutableTimestamp: 1444844161
  InstallationDate: Installed on 2015-09-04 (321 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/bin/python example.py --location 43.168472,-79.239547 -st 
1 -ar 5
  ProcCwd: /home/seann/PokemonGo-Map
  Signal: 11
  SourcePackage: python2.7
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip disk kismet libvirtd lpadmin lxd plugdev sambashare 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1605128/+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 1605128] Re: Python crashed while running a Google Maps API for Pokemon Go

2017-11-23 Thread EvilSupahFly
Bug #1605128 reported by EvilSupahFly on 2016-07-21 - three hundred and
twenty-something days ago, and sadly, the Pokemon Go account in
question, along with any related Python, are no longer being used.

=(

** Description changed:

  I was running a .GIT project to find all Pokemon Go entities in a
  specific geographic region and Python crashed
  
  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: python2.7-minimal 2.7.10-4ubuntu1 [origin: unknown]
  Uname: Linux 4.5.3-040503-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Thu Jul 21 03:26:38 2016
  ExecutablePath: /usr/bin/python2.7
  ExecutableTimestamp: 1444844161
  InstallationDate: Installed on 2015-09-04 (321 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
- ProcCmdline: /usr/bin/python example.py -a google -u seann.gif...@gmail.com 
-p 0n3tru3l0v3& --location 43.168472,-79.239547 -st 1 -ar 5
+ ProcCmdline: /usr/bin/python example.py --location 43.168472,-79.239547 -st 
1 -ar 5
  ProcCwd: /home/seann/PokemonGo-Map
  Signal: 11
  SourcePackage: python2.7
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip disk kismet libvirtd lpadmin lxd plugdev sambashare 
sudo

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

Title:
  Python crashed while running a Google Maps API for Pokemon Go

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  I was running a .GIT project to find all Pokemon Go entities in a
  specific geographic region and Python crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: python2.7-minimal 2.7.10-4ubuntu1 [origin: unknown]
  Uname: Linux 4.5.3-040503-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Thu Jul 21 03:26:38 2016
  ExecutablePath: /usr/bin/python2.7
  ExecutableTimestamp: 1444844161
  InstallationDate: Installed on 2015-09-04 (321 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/bin/python example.py --location 43.168472,-79.239547 -st 
1 -ar 5
  ProcCwd: /home/seann/PokemonGo-Map
  Signal: 11
  SourcePackage: python2.7
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip disk kismet libvirtd lpadmin lxd plugdev sambashare 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1605128/+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 1734249] Re: package python-xdg 0.25-4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package python-xdg 0.25-4 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in pyxdg package in Ubuntu:
  New

Bug description:
  I can't update

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-xdg 0.25-4
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Fri Nov 24 07:56:25 2017
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-04-12 (225 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: pyxdg
  Title: package python-xdg 0.25-4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyxdg/+bug/1734249/+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 1734249] [NEW] package python-xdg 0.25-4 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Armen
Public bug reported:

I can't update

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-xdg 0.25-4
ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
Uname: Linux 4.4.0-98-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Fri Nov 24 07:56:25 2017
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationDate: Installed on 2017-04-12 (225 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: pyxdg
Title: package python-xdg 0.25-4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package python-xdg 0.25-4 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in pyxdg package in Ubuntu:
  New

Bug description:
  I can't update

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-xdg 0.25-4
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Fri Nov 24 07:56:25 2017
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-04-12 (225 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: pyxdg
  Title: package python-xdg 0.25-4 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyxdg/+bug/1734249/+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 1723422] Re: /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant

2017-11-23 Thread Treviño
I think that's another issue then...

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

Title:
  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

Status in ubuntu-themes package in Ubuntu:
  Fix Released
Status in ubuntu-themes source package in Artful:
  Fix Committed

Bug description:
  [Impact]

  Get that error now with each random package upgrade:

  /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error:
  invalid string constant "murrine-scrollbar", expected valid string
  constant

  Looks like related to that change:

  * gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP:
  #961679)

   -- Marco Trevisan (Treviño)   Thu, 12 Oct 2017
  05:19:32 +

  That installation is a default Ubuntu , no Mate installed, and
  Ambiance is set for 'applications' into tweaks

  [Test case]

  1. Run a gtk2 application (with ambiance/radiance set as theme) in terminal
  2. App has to run without any error

  [Possible regression]

  Different scrollbars in gtk2 apps.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: light-themes 16.10+17.10.20171012.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Oct 13 14:52:43 2017
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: ubuntu-themes
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1723422/+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 1708235] Re: package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2017-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed
  to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  system locked up...had to log off and on again...I was working with
  the new KALENDAR which is now available via FOSS email, I don't know
  if this what caused the problem...

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1
  ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
  Uname: Linux 4.10.0-28-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Wed Aug  2 16:41:06 2017
  DpkgHistoryLog:
   Start-Date: 2017-08-02  16:40:36
   Commandline: apt-get --yes autoremove
   Requested-By: mikee (1000)
   Remove: python-six:amd64 (1.10.0-3), linux-headers-4.8.0-56:amd64 
(4.8.0-56.61~16.04.1), python-dbus:amd64 (1.2.0-3), 
libmono-addins-gui0.2-cil:amd64 (1.0+git20130406.adcd75b-4), 
linux-image-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), libgmime2.6-cil:amd64 
(2.6.20-1), libappindicator0.1-cil:amd64 (12.10.1+16.04.20170215-0ubuntu1), 
linux-image-extra-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), 
linux-headers-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), 
python-configobj:amd64 (5.0.6-2), python-liblarch:amd64 (2.1.0-4), 
python-dateutil:amd64 (2.4.2-1)
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2017-06-26 (36 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed 
to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited 
with return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1708235/+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 1591895] Re: SRU: backport python 2.7.12 to 16.04 LTS

2017-11-23 Thread Łukasz Zemczak
Hello Matthias, or anyone else affected,

Accepted python-defaults into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
defaults/2.7.12-1~16.04 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: python-defaults (Ubuntu Xenial)
   Status: New => Fix Committed

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

Title:
  SRU: backport python 2.7.12 to 16.04 LTS

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  Fix Committed
Status in python-stdlib-extensions source package in Xenial:
  Fix Committed
Status in python2.7 source package in Xenial:
  Fix Released
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: backport python 2.7.12 to 16.04 LTS

  The idea is to ship a released version with the first point release of
  16.04 LTS.  We updated python2.7 from the the 2.7 branch up to the
  final 2.7.12 release, and then made a test rebuild of the archive
  using the new python2.7 (and some other toolchain packages).

  The test rebuild was done using the release candidate of 2.7.12,
  however the only changes between the rc and the final release are
  Windows related, and include one change in the idle lib. From my point
  of view we don't need another test rebuild.

  The evaluation of the test rebuild is found in LP: #1586673. I'm
  pretty sure that none of the possible regressions can be attributed to
  the python2.7 update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1591895/+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 1715062] Re: package python-six 1.10.0-3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Łukasz Zemczak
Hello Success, or anyone else affected,

Accepted python-defaults into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
defaults/2.7.12-1~16.04 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: python-defaults (Ubuntu Xenial)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-xenial

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

Title:
  package python-six 1.10.0-3 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  Fix Committed
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: Replacing the shebang from python to python2 should not have
  regression potential. The python2 symlink is available in xenial, and
  earlier releases (trusty, wily), so there shouldn't be any upgrade
  issues.

  
  kflkt

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-six 1.10.0-3
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Sep  5 06:44:23 2017
  Dependencies:

  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-08-03 (32 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: six
  Title: package python-six 1.10.0-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1715062/+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 1689585] Re: ntp doesn't unload its apparmor profile on purge

2017-11-23 Thread Simon Déziel
Thanks for the patch Christian, I relayed it in https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=882556

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

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

Title:
  ntp doesn't unload its apparmor profile on purge

Status in apparmor package in Ubuntu:
  Won't Fix
Status in ntp package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1) install ntp
apt install ntp
  2) confirm it has loaded its AA profile
aa-status | grep ntpd
  3) purge ntp
apt purge ntp
  4) the profile is left behind but shouldn't
aa-status | grep ntpd


  Additional info:

  This was found by first install ntp then changing my mind and deciding to go 
with OpenNTPD.
  FYI, just installing openntpd while ntp is still there works because openntpd 
has a kludge
  to unload ntpd's profile but that only works if the ntp package wasn't purged 
before.

   /var/lib/dpkg/info/openntpd.preinst:
   if [ -f /etc/apparmor.d/usr.sbin.ntpd ] && pathfind apparmor_parser ; then
   apparmor_parser -R /etc/apparmor.d/usr.sbin.ntpd
   fi
   
  Since a purge deletes /etc/apparmor.d/usr.sbin.ntpd, openntpd.preinst's 
kludge is ineffective.
  In any case, having implementation B include workaround for implementation A 
not cleaning up
  after itself seems wrong and the issue should be fixed at the source IMHO.

  # lsb_release -rd
  Description:  Ubuntu 16.04.2 LTS
  Release:  16.04
  # apt-cache policy ntp
  ntp:
Installed: 1:4.2.8p4+dfsg-3ubuntu5.4
Candidate: 1:4.2.8p4+dfsg-3ubuntu5.4
Version table:
   *** 1:4.2.8p4+dfsg-3ubuntu5.4 500
  500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:4.2.8p4+dfsg-3ubuntu5.3 500
  500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
   1:4.2.8p4+dfsg-3ubuntu5 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: ntp (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Tue May  9 15:48:42 2017
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  SourcePackage: ntp
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1689585/+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 1734212] Re: package openssh-server 1:7.5p1-10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openssh-server 1:7.5p1-10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in openssh package in Ubuntu:
  New

Bug description:
  Happened during upgrade of Ubuntu from 17.04 to 17.10.
  Stepped away from desk; when I came back I was locked out.
  I didn't recognize the lock screen.
  There was no way to log back into the session, no password prompt etc.
  I switched to a VT and monitored top for a while: "artful" was minimally 
active, but never about 2% CPU and memory never changed; I guessed it was 
waiting for a user prompt which I'd never be able to give, so I rebooted.
  I got this error on boot.

  The system is now usable. I've done `dpkg configure -a; apt upgrade`
  and it's all working as I'd expect.

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: openssh-server 1:7.5p1-10
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  Date: Fri Nov 24 10:52:14 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2017-10-12 (42 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: openssh
  Title: package openssh-server 1:7.5p1-10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to artful on 2017-11-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1734212/+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 1491787] Re: Gnome's Activities Overview search is always in English, regardless of the system language

2017-11-23 Thread Gunnar Hjalmarsson
On 2017-11-20 12:10, AsciiWolf wrote:
> ... it's most likely a bug in the gettext Ubuntu package.

Don't think so. Please see comment #1.

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

Title:
  Gnome's Activities Overview search is always in English, regardless of
  the system language

Status in Ubuntu GNOME:
  New
Status in Ubuntu Translations:
  New
Status in gettext package in Ubuntu:
  New
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Hey,

  I'm referring to this issue on AskUbuntu:
  http://askubuntu.com/questions/600656/change-language-of-the-gnome-
  shell-overview

  On my Ubuntu Gnome 15.04 system all entries from the gnome-control-
  center are shown in English in the Gnome-Shell overview (see
  screenshot in the above mentioned link), even though my system
  language is German. The entries in the gnome-control-center itself are
  however in German.

  Is this due to a bug or missing translations?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1491787/+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 1734212] [NEW] package openssh-server 1:7.5p1-10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread tenwit
Public bug reported:

Happened during upgrade of Ubuntu from 17.04 to 17.10.
Stepped away from desk; when I came back I was locked out.
I didn't recognize the lock screen.
There was no way to log back into the session, no password prompt etc.
I switched to a VT and monitored top for a while: "artful" was minimally 
active, but never about 2% CPU and memory never changed; I guessed it was 
waiting for a user prompt which I'd never be able to give, so I rebooted.
I got this error on boot.

The system is now usable. I've done `dpkg configure -a; apt upgrade` and
it's all working as I'd expect.

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: openssh-server 1:7.5p1-10
ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.5
Architecture: amd64
Date: Fri Nov 24 10:52:14 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-10-12 (42 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: openssh
Title: package openssh-server 1:7.5p1-10 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to artful on 2017-11-23 (0 days ago)

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


** Tags: amd64 apport-package artful

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

Title:
  package openssh-server 1:7.5p1-10 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in openssh package in Ubuntu:
  New

Bug description:
  Happened during upgrade of Ubuntu from 17.04 to 17.10.
  Stepped away from desk; when I came back I was locked out.
  I didn't recognize the lock screen.
  There was no way to log back into the session, no password prompt etc.
  I switched to a VT and monitored top for a while: "artful" was minimally 
active, but never about 2% CPU and memory never changed; I guessed it was 
waiting for a user prompt which I'd never be able to give, so I rebooted.
  I got this error on boot.

  The system is now usable. I've done `dpkg configure -a; apt upgrade`
  and it's all working as I'd expect.

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: openssh-server 1:7.5p1-10
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  Date: Fri Nov 24 10:52:14 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2017-10-12 (42 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: openssh
  Title: package openssh-server 1:7.5p1-10 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to artful on 2017-11-23 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1734212/+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 1491787] Re: Gnome's Activities Overview search is always in English, regardless of the system language

2017-11-23 Thread Sebastien Bacher
it's rather an issue in the gnome-control-center shell provider code not
dealing with the Ubuntu way of using gettext for desktop file instead
inline translations

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

Title:
  Gnome's Activities Overview search is always in English, regardless of
  the system language

Status in Ubuntu GNOME:
  New
Status in Ubuntu Translations:
  New
Status in gettext package in Ubuntu:
  New
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Hey,

  I'm referring to this issue on AskUbuntu:
  http://askubuntu.com/questions/600656/change-language-of-the-gnome-
  shell-overview

  On my Ubuntu Gnome 15.04 system all entries from the gnome-control-
  center are shown in English in the Gnome-Shell overview (see
  screenshot in the above mentioned link), even though my system
  language is German. The entries in the gnome-control-center itself are
  however in German.

  Is this due to a bug or missing translations?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1491787/+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 1715062] Re: package python-six 1.10.0-3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Matthias Klose
** Description changed:

+ SRU: Replacing the shebang from python to python2 should not have
+ regression potential. The python2 symlink is available in xenial, and
+ earlier releases (trusty, wily), so there shouldn't be any upgrade
+ issues.
+ 
+ 
  kflkt
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-six 1.10.0-3
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Sep  5 06:44:23 2017
  Dependencies:
-  
+ 
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-08-03 (32 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
-  dpkg 1.18.4ubuntu1.1
-  apt  1.2.19
+  dpkg 1.18.4ubuntu1.1
+  apt  1.2.19
  SourcePackage: six
  Title: package python-six 1.10.0-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  package python-six 1.10.0-3 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  New
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: Replacing the shebang from python to python2 should not have
  regression potential. The python2 symlink is available in xenial, and
  earlier releases (trusty, wily), so there shouldn't be any upgrade
  issues.

  
  kflkt

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-six 1.10.0-3
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Sep  5 06:44:23 2017
  Dependencies:

  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-08-03 (32 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: six
  Title: package python-six 1.10.0-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1715062/+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 1733557] Re: Login screen showing Authentication Failed Switch to greeter...

2017-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Login screen showing Authentication Failed Switch to greeter...

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  When I lock my machine, the login screen shows my current user with
  the message: "Authentication Failed"

  ..and in the position when the password normally exists, the option
  "Switch to greeter..."

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.26.1-0ubuntu5
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Tue Nov 21 10:28:47 2017
  InstallationDate: Installed on 2017-04-17 (217 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to artful on 2017-10-23 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1733557/+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 1491787] Re: Gnome's Activities Overview search is always in English, regardless of the system language

2017-11-23 Thread AsciiWolf
** Tags added: l10n

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

Title:
  Gnome's Activities Overview search is always in English, regardless of
  the system language

Status in Ubuntu GNOME:
  New
Status in Ubuntu Translations:
  New
Status in gettext package in Ubuntu:
  New
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed

Bug description:
  Hey,

  I'm referring to this issue on AskUbuntu:
  http://askubuntu.com/questions/600656/change-language-of-the-gnome-
  shell-overview

  On my Ubuntu Gnome 15.04 system all entries from the gnome-control-
  center are shown in English in the Gnome-Shell overview (see
  screenshot in the above mentioned link), even though my system
  language is German. The entries in the gnome-control-center itself are
  however in German.

  Is this due to a bug or missing translations?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1491787/+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 1734184] Re: package apport 2.20.1-0ubuntu2.13 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package apport 2.20.1-0ubuntu2.13 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in apport package in Ubuntu:
  New

Bug description:
  dpkg: ошибка при обработке пакета apport-gtk (--configure):
   проблемы зависимостей — оставляем не настроенным
  Настраивается пакет dnsmasq-base (2.75-1ubuntu0.16.04.4) …
  Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную 
ошибку от предыдущего отказа.
 При обработке следующих пакетов произошли ошибки:
   apport
   apport-gtk
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.13
  ProcVersionSignature: Ubuntu 4.10.0-40.44~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-40-generic x86_64
  ApportLog:
   
  ApportVersion: 2.20.1-0ubuntu2.13
  Architecture: amd64
  CrashReports:
   600:0:117:789919:2017-11-23 21:38:53.301890373 +0300:2017-11-23 
21:38:54.301890373 +0300:/var/crash/apport.0.crash
   600:109:117:0:2017-11-17 08:38:35.616198602 +0300:2017-11-17 
08:38:35.616198602 +0300:/var/crash/apport.0.uploaded
   644:0:117:0:2017-11-17 08:38:33.960180714 +0300:2017-11-17 
08:38:33.960180714 +0300:/var/crash/apport.0.upload
  Date: Thu Nov 23 23:38:54 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2017-10-20 (34 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: apport
  Title: package apport 2.20.1-0ubuntu2.13 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1734184/+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 1734184] [NEW] package apport 2.20.1-0ubuntu2.13 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread Maxim Kosarev
Public bug reported:

dpkg: ошибка при обработке пакета apport-gtk (--configure):
 проблемы зависимостей — оставляем не настроенным
Настраивается пакет dnsmasq-base (2.75-1ubuntu0.16.04.4) …
Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную 
ошибку от предыдущего отказа.
   При обработке следующих пакетов произошли ошибки:
 apport
 apport-gtk
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: apport 2.20.1-0ubuntu2.13
ProcVersionSignature: Ubuntu 4.10.0-40.44~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-40-generic x86_64
ApportLog:
 
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
CrashReports:
 600:0:117:789919:2017-11-23 21:38:53.301890373 +0300:2017-11-23 
21:38:54.301890373 +0300:/var/crash/apport.0.crash
 600:109:117:0:2017-11-17 08:38:35.616198602 +0300:2017-11-17 
08:38:35.616198602 +0300:/var/crash/apport.0.uploaded
 644:0:117:0:2017-11-17 08:38:33.960180714 +0300:2017-11-17 08:38:33.960180714 
+0300:/var/crash/apport.0.upload
Date: Thu Nov 23 23:38:54 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-10-20 (34 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: apport
Title: package apport 2.20.1-0ubuntu2.13 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package apport 2.20.1-0ubuntu2.13 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in apport package in Ubuntu:
  New

Bug description:
  dpkg: ошибка при обработке пакета apport-gtk (--configure):
   проблемы зависимостей — оставляем не настроенным
  Настраивается пакет dnsmasq-base (2.75-1ubuntu0.16.04.4) …
  Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную 
ошибку от предыдущего отказа.
 При обработке следующих пакетов произошли ошибки:
   apport
   apport-gtk
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.13
  ProcVersionSignature: Ubuntu 4.10.0-40.44~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-40-generic x86_64
  ApportLog:
   
  ApportVersion: 2.20.1-0ubuntu2.13
  Architecture: amd64
  CrashReports:
   600:0:117:789919:2017-11-23 21:38:53.301890373 +0300:2017-11-23 
21:38:54.301890373 +0300:/var/crash/apport.0.crash
   600:109:117:0:2017-11-17 08:38:35.616198602 +0300:2017-11-17 
08:38:35.616198602 +0300:/var/crash/apport.0.uploaded
   644:0:117:0:2017-11-17 08:38:33.960180714 +0300:2017-11-17 
08:38:33.960180714 +0300:/var/crash/apport.0.upload
  Date: Thu Nov 23 23:38:54 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2017-10-20 (34 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: apport
  Title: package apport 2.20.1-0ubuntu2.13 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1734184/+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 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-11-23 Thread Norbert
Y PPA Manager seems to be affected because of 'auth_admin' in
/usr/share/polkit-1/actions/org.freedesktop.pkexec.y-ppa-manager.policy
.

** Also affects: y-ppa-manager
   Importance: Undecided
   Status: New

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

Title:
  Unable to launch pkexec'ed applications on Wayland session

Status in Back In Time:
  Fix Released
Status in Boot-Info:
  Fix Committed
Status in Boot-Repair:
  Fix Committed
Status in GNOME Terminal:
  New
Status in OS-Uninstaller:
  Fix Committed
Status in Y PPA Manager:
  New
Status in apport package in Ubuntu:
  New
Status in apt-offline package in Ubuntu:
  New
Status in backintime package in Ubuntu:
  Confirmed
Status in budgie-welcome package in Ubuntu:
  Invalid
Status in caja-admin package in Ubuntu:
  New
Status in cinnamon package in Ubuntu:
  Invalid
Status in ettercap package in Ubuntu:
  Confirmed
Status in gdebi package in Ubuntu:
  Confirmed
Status in gnunet-gtk package in Ubuntu:
  Confirmed
Status in gparted package in Ubuntu:
  Invalid
Status in gui-ufw package in Ubuntu:
  Confirmed
Status in guidedog package in Ubuntu:
  New
Status in hplip package in Ubuntu:
  Confirmed
Status in italc package in Ubuntu:
  New
Status in laptop-mode-tools package in Ubuntu:
  New
Status in lightdm-gtk-greeter-settings package in Ubuntu:
  Confirmed
Status in nautilus-admin package in Ubuntu:
  New
Status in needrestart-session package in Ubuntu:
  Confirmed
Status in nemo package in Ubuntu:
  Confirmed
Status in policykit-1 package in Ubuntu:
  Invalid
Status in scanmem package in Ubuntu:
  New
Status in scap-workbench package in Ubuntu:
  Confirmed
Status in sirikali package in Ubuntu:
  Fix Released
Status in synaptic package in Ubuntu:
  Confirmed
Status in thunar package in Ubuntu:
  New
Status in tuned package in Ubuntu:
  New
Status in ubuntustudio-controls package in Ubuntu:
  New
Status in ubuntustudio-default-settings package in Ubuntu:
  Invalid
Status in update-notifier package in Ubuntu:
  New
Status in xdiagnose package in Ubuntu:
  Confirmed
Status in xubuntu-default-settings package in Ubuntu:
  Invalid
Status in zulucrypt package in Ubuntu:
  Fix Released

Bug description:
  *
  Main upstream discussion & fixes example to deal with wayland:
  https://bugzilla.gnome.org/show_bug.cgi?id=776437
  *

  


  Steps to reproduce:
  1. Install Ubuntu 17.10
  2. Install backintime-qt4 or gparted application from above list (full may be 
acquired from 
https://codesearch.debian.net/search?q=pkexec+filetype%3Adesktop+path%3A*%2Fapplications%2F*=1=4
 )
  3a. Try to launch backintime-qt4 from shortcut "Back In Time (root)" (located 
in /usr/share/applications/backintime-qt4-root.desktop, it uses pkexec
  ($ cat /usr/share/applications/backintime-qt4-root.desktop | grep Exec
  Exec=pkexec backintime-qt4)
  3b. Try to launch Gparted from shortcut "GParted" (located in 
/usr/share/applications/gparted.desktop, it uses gparted-pkexec)
  4a.1. Back In Time does not start from GUI.
  4a.2. Back In Time shows error message in console:
  4b. gparted-pkexec does not start, reports error
  $ gparted-pkexec
  Created symlink /run/systemd/system/-.mount → /dev/null.
  Created symlink /run/systemd/system/run-user-1000.mount → /dev/null.
  Created symlink /run/systemd/system/run-user-121.mount → /dev/null.
  Created symlink /run/systemd/system/tmp.mount → /dev/null.
  No protocol specified

  (gpartedbin:12831): Gtk-WARNING **: cannot open display: :0
  Removed /run/systemd/system/-.mount.
  Removed /run/systemd/system/run-user-1000.mount.
  Removed /run/systemd/system/run-user-121.mount.
  Removed /run/systemd/system/tmp.mount.

  $ pkexec backintime-qt4

  Back In Time
  Version: 1.1.12

  Back In Time comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to redistribute it
  under certain conditions; type `backintime --license' for details.

  No protocol specified
  app.py: cannot connect to X server :0

  Expected results:
  * backintime-qt4 may be run as root

  Actual results:
  * unable to run backintime-qt4 as root

  Workaround:
  * setting "xhost +si:localuser:root" helps.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: backintime-qt4 1.1.12-2
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic i686
  ApportVersion: 2.20.6-0ubuntu7
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Aug 27 14:23:14 2017
  InstallationDate: Installed on 2017-08-26 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha i386 (20170826)
  PackageArchitecture: all
  SourcePackage: backintime
  UpgradeStatus: No upgrade log present 

[Touch-packages] [Bug 1727237] Re: systemd-resolved is not finding a domain

2017-11-23 Thread Mathieu Trudel-Lapierre
Checking for the state of the domain from outside a captive portal won't
get much; "securelogin.arubanetworks.com" only exists while you're
behind the captive portal, in unauthenticated mode.

I think the next steps will be to do some testing with various captive
portals and see why systemd-resolved is unhappy with them. As far as I
can tell from the provided answers, everything is in place
(/etc/resolv.conf has the right values,  systemd-resolved knows about
the right nameservers, so some part of resolved is failing to
send/receive the DNS messages in a meaningful way: this has all the
hallmarks of a systemd-resolved bug.

The next steps for debugging this will be to stop systemd-resolved and
restart it, then attempt to resolve the domain normally (via ping, for
example):

sudo systemctl stop systemd-resolved
sudo SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-resolved

ping securelogin.arubanetworks.com

And carefully look through the logs to figure out what systemd is
unhappy with. I'll do this on my end as well, but if anyone can provide
the same logs, that would be very helpful.

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

Title:
  systemd-resolved is not finding a domain

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I have an odd network situation that I have so far managed to narrow
  down to the inability to resolve a domain via systemd-resolved which
  is resolvable with nslookup. If I use nslookup against the two
  nameservers on this network I get answers for the domain, but ping
  says it is unable to resolve the same domain (as do browsers and
  crucially the captive portal mechanism).

  Here are details:

  NSLOOKUP:

  ~$ nslookup securelogin.arubanetworks.com 208.67.220.220
  Server:   208.67.220.220
  Address:  208.67.220.220#53

  Non-authoritative answer:
  Name: securelogin.arubanetworks.com
  Address: 172.22.240.242

  ~$ nslookup securelogin.arubanetworks.com 208.67.222.222
  Server:   208.67.222.222
  Address:  208.67.222.222#53

  Non-authoritative answer:
  Name: securelogin.arubanetworks.com
  Address: 172.22.240.242

  
  PING:

  ~$ ping securelogin.arubanetworks.com
  ping: securelogin.arubanetworks.com: Name or service not known
  mark@mark-X1Y2:~$ 

  
  DIG:

  ~$ dig @208.67.222.222 securelogin.arubanetworks.com

  ; <<>> DiG 9.10.3-P4-Ubuntu <<>> @208.67.222.222 securelogin.arubanetworks.com
  ; (1 server found)
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 9416
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 4096
  ;; QUESTION SECTION:
  ;securelogin.arubanetworks.com.   IN  A

  ;; AUTHORITY SECTION:
  arubanetworks.com.1991IN  SOA dns5.arubanetworks.com. 
hostmaster.arubanetworks.com. 1323935888 3600 200 1209600 86400

  ;; Query time: 34 msec
  ;; SERVER: 208.67.222.222#53(208.67.222.222)
  ;; WHEN: Wed Oct 25 10:31:10 CEST 2017
  ;; MSG SIZE  rcvd: 144

  
  MORE DIG:

  ~$ dig securelogin.arubanetworks.com

  ; <<>> DiG 9.10.3-P4-Ubuntu <<>> securelogin.arubanetworks.com
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3924
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 65494
  ;; QUESTION SECTION:
  ;securelogin.arubanetworks.com.   IN  A

  ;; Query time: 0 msec
  ;; SERVER: 127.0.0.53#53(127.0.0.53)
  ;; WHEN: Wed Oct 25 10:34:01 CEST 2017
  ;; MSG SIZE  rcvd: 58

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237/+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 1682637] Re: during recovery mode, enable network failed due to /etc/resolv.conf not being present

2017-11-23 Thread Hannu N
I can confirm "Daniel Pietrucha (texar)"'s experience.

Boot into the recovery console and run
# dpkg-reconfigure resolvconf

...
# apt update  # worked immediately afterwards.

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

Title:
  during recovery mode, enable network failed due to /etc/resolv.conf
  not being present

Status in network-manager package in Ubuntu:
  Confirmed
Status in thermald package in Ubuntu:
  Confirmed

Bug description:
  Something went wrong that required me to boot to recovery mode via
  grub.  The important part here, is that while I got as far as the
  recovery screen asking to "Enable Networking" and other options fsck
  filesystems, drop to root shell, etc.

  and selected "Enable Networking":

  the result was:

  grep: /etc/resolv.conf: No such File or directory.

  Unknown group "power" in message bus configuration file.


  (Networking did not enable, leaving me stranded at root shell without
  network which would have made adding/removing packages to troubleshoot
  easier)

  Ubuntu: zesty 17.04
  Linux: Linux Hedy 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
  network-manager: 1.4.4-1ubuntu3

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 13 16:40:19 2017
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-07-09 (1009 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  IpRoute:
   default via 192.168.250.1 dev wlan1 proto static metric 600 
   10.0.3.0/24 dev lxcbr0 proto kernel scope link src 10.0.3.1 linkdown 
   169.254.0.0/16 dev lxcbr0 scope link metric 1000 linkdown 
   192.168.250.0/24 dev wlan1 proto kernel scope link src 192.168.250.3 metric 
600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=false
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to zesty on 2017-04-13 (0 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   lxcbr0  bridgeconnected/org/freedesktop/NetworkManager/Devices/3  
lxcbr0  46595dd8-757b-4d93-ade3-c066f72d9e2e  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   wlan1   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
Brisbane House  2b25e748-f9c5-4c84-9fe6-0f64071fcf0b  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eth1ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN 
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1682637/+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 1734041] Re: openssh: The concurrency of settimeofday and ssh connect would lead to coredump

2017-11-23 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1734040 ***
https://bugs.launchpad.net/bugs/1734040

** This bug has been marked a duplicate of bug 1734040
   openssh: The concurrency of settimeofday and ssh connect would lead to 
coredump

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

Title:
  openssh: The concurrency of settimeofday and ssh connect would lead to
  coredump

Status in openssh package in Ubuntu:
  New

Bug description:
  Hi, pals:
  we found a coredump when we do ssh connection. the basic information as 
follow:
  the stack trace in coredump:
  (gdb) bt
  #0 0x20007510 in raise () from /lib/libc.so.6
  #1 0x2000c718 in abort () from /lib/libc.so.6
  #2 0x2053d42c in __mulvsi3 (a=, b=) at 
/home/l00194794/yocto/c08_sdk/sdk/build/script/cpu_hcc/ppc-linux/../../../toolchain_soft/ppc-linux/src/gcc-4.7.1/libgcc/libgcc2.c:159
  #3 0x2050d030 in ms_subtract_diff (start=start@entry=0xbfa20a9c, 
ms=0x48027c40, ms@entry=0xbfa20a98) at misc.c:871
  #4 0x204d2568 in ssh_exchange_identification 
(timeout_ms=timeout_ms@entry=5000) at sshconnect.c:580
  #5 0x204d3e3c in ssh_login (sensitive=sensitive@entry=0x20586ea8, orighost=, 
hostaddr=hostaddr@entry=0x20586e28, port=, pw=pw@entry=0x20589ae8, 
timeout_ms=5000)
  at sshconnect.c:1346
  #6 0x204c433c in main (ac=, av=) at ssh.c:1326

  the direct cause of the coredump, is that the function __mulvsi3 in
  gcc checked the plus operation is overflow, then this gcc function
  abort().

  the reason of the overflow is cause by the time-setting operation when
  do ssh connect. in function ms_subtract_diff . the timeoutp get a very
  big value because of the time-change.

  So could we add a limitation for the differ of the 2 values get from 
gettimeofday ? if it's too big, would lead to overflow, we set a default value 
and report a warning log.
  thanks for you attention and expect your reply.

  B.R.
  Le Wang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1734041/+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 1734163] Re: intel driver is not installed

2017-11-23 Thread dino99
The description of that package says:

The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.

So you dont need it.

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

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

Title:
  intel driver is not installed

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After

  sudo apt-get install xserver-xorg-video-intel

  En changing the /etc/X11/xorg.conf file to

  Section "Device" 
  Identifier "Card0" 
  Driver "intel" 
  Option "AccelMethod" "sna" 
  EndSection 

  The intel driver is still not installed: lshw -c video gives

  configuration: latency=0

  , so there's no driver at all. Also, lspci -kvnn has no kernel driver
  in use on the VGA compatible controller. The kernel module is i915, as
  to be expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.13
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Nov 23 18:18:49 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics 
[1043:1a5d]
  InstallationDate: Installed on 2017-02-03 (292 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: ASUSTeK COMPUTER INC. X302LA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic.efi.signed 
root=UUID=57e9935d-9cc7-4b40-a269-ec5aeee3d53b ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/24/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X302LA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X302LA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX302LA.204:bd08/24/2015:svnASUSTeKCOMPUTERINC.:pnX302LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX302LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X302LA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.0
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Thu Nov 23 18:02:24 2017
  xserver.configfile: default
  xserver.errors:
   open /dev/dri/card0: No such file or directory
   open /dev/dri/card0: No such file or directory
   Screen 0 deleted because of no matching config section.
   AIGLX: reverting to software rendering
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.18.4-0ubuntu0.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1734163/+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 1734163] [NEW] intel driver is not installed

2017-11-23 Thread Pim Spelier
Public bug reported:

After

sudo apt-get install xserver-xorg-video-intel

En changing the /etc/X11/xorg.conf file to

Section "Device" 
Identifier "Card0" 
Driver "intel" 
Option "AccelMethod" "sna" 
EndSection 

The intel driver is still not installed: lshw -c video gives

configuration: latency=0

, so there's no driver at all. Also, lspci -kvnn has no kernel driver in
use on the VGA compatible controller. The kernel module is i915, as to
be expected.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
Uname: Linux 4.4.0-98-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Thu Nov 23 18:18:49 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics [1043:1a5d]
InstallationDate: Installed on 2017-02-03 (292 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: ASUSTeK COMPUTER INC. X302LA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic.efi.signed 
root=UUID=57e9935d-9cc7-4b40-a269-ec5aeee3d53b ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/24/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X302LA.204
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X302LA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: ATN12345678901234567
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX302LA.204:bd08/24/2015:svnASUSTeKCOMPUTERINC.:pnX302LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX302LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X302LA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.0
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Nov 23 18:02:24 2017
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/dri/card0: No such file or directory
 Screen 0 deleted because of no matching config section.
 AIGLX: reverting to software rendering
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.7

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


** Tags: amd64 apport-bug third-party-packages ubuntu xenial

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

Title:
  intel driver is not installed

Status in xorg package in Ubuntu:
  New

Bug description:
  After

  sudo apt-get install xserver-xorg-video-intel

  En changing the /etc/X11/xorg.conf file to

  Section "Device" 
  Identifier "Card0" 
  Driver "intel" 
  Option "AccelMethod" "sna" 
  EndSection 

  The intel driver is still not installed: lshw -c video gives

  configuration: latency=0

  , so there's no driver at all. Also, lspci -kvnn has no kernel driver
  in use on the VGA compatible controller. The kernel module is i915, as
  to be expected.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  Uname: Linux 4.4.0-98-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.13
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Nov 23 18:18:49 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Broadwell-U Integrated Graphics 
[1043:1a5d]
  InstallationDate: Installed on 2017-02-03 (292 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: ASUSTeK COMPUTER INC. X302LA
  

[Touch-packages] [Bug 1734160] [NEW] Ctrl+Alt+F* not switching to a text prompt, only between graphical sessions

2017-11-23 Thread Michał Sawicz
Public bug reported:

After boot and logging in to a Ubuntu (Wayland) session, loginctl
correctly reports:

>  loginctl
>SESSIONUID USER SEAT TTY 
> c1110 gdm  seat0/dev/tty1   
>  2   1000 michal   seat0/dev/tty2   
> 
> 2 sessions listed.

Also no gettys are started:
>  systemctl status getty* 
> ● getty.target - Login Prompts
>Loaded: loaded (/lib/systemd/system/getty.target; static; vendor preset: 
> enabled)
>Active: active since Thu 2017-11-23 18:03:33 CET; 56s ago
>  Docs: man:systemd.special(7)
>man:systemd-getty-generator(8)
>http://0pointer.de/blog/projects/serial-console.html

A Ctrl+Alt+F3 later, there's a getty:

>  systemctl status getty*
> [...]
> ● getty@tty3.service - Getty on tty3
>Loaded: loaded (/lib/systemd/system/getty@.service; enabled; vendor 
> preset: enabled)
>Active: active (running) since Thu 2017-11-23 18:04:54 CET; 11s ago
>  Docs: man:agetty(8)
>man:systemd-getty-generator(8)
>http://0pointer.de/blog/projects/serial-console.html
>  Main PID: 9838 (agetty)
> Tasks: 1 (limit: 4915)
>CGroup: /system.slice/system-getty.slice/getty@tty3.service
>└─9838 /sbin/agetty --noclear tty3 linux

But I'm still seeing by vt2 session, and get no text login prompt.

I've dual screens and this started happening when I upgraded to the
17.10 Ubuntu session way back when.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: systemd 234-2ubuntu12.1
ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
Uname: Linux 4.13.0-17-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.7-0ubuntu3.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov 23 18:14:45 2017
MachineType: Dell Inc. XPS 12-9Q33
ProcKernelCmdLine: 
BOOT_IMAGE=/ROOT/ubuntu@/boot/vmlinuz-4.13.0-17-generic.efi.signed 
root=ZFS=username-laptop/ROOT/ubuntu ro quiet splash vt.handoff=7
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf
 
 3 overridden configuration files found.
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/03/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: XPS 12-9Q33
dmi.board.vendor: Dell Inc.
dmi.board.version: A08
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd03/03/2015:svnDellInc.:pnXPS12-9Q33:pvrA08:rvnDellInc.:rnXPS12-9Q33:rvrA08:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: XPS 12-9Q33
dmi.product.version: A08
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug artful wayland-session

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

Title:
  Ctrl+Alt+F* not switching to a text prompt, only between graphical
  sessions

Status in systemd package in Ubuntu:
  New

Bug description:
  After boot and logging in to a Ubuntu (Wayland) session, loginctl
  correctly reports:

  >  loginctl
  >SESSIONUID USER SEAT TTY 
  > c1110 gdm  seat0/dev/tty1   
  >  2   1000 michal   seat0/dev/tty2   
  > 
  > 2 sessions listed.

  Also no gettys are started:
  >  systemctl status getty* 
  > ● getty.target - Login Prompts
  >Loaded: loaded (/lib/systemd/system/getty.target; static; vendor preset: 
enabled)
  >Active: active since Thu 2017-11-23 18:03:33 CET; 56s ago
  >  Docs: man:systemd.special(7)
  >man:systemd-getty-generator(8)
  >http://0pointer.de/blog/projects/serial-console.html

  A Ctrl+Alt+F3 later, there's a getty:

  >  systemctl status getty*
  > [...]
  > ● getty@tty3.service - Getty on tty3
  >Loaded: loaded (/lib/systemd/system/getty@.service; enabled; vendor 
preset: enabled)
  >Active: active (running) since Thu 2017-11-23 18:04:54 CET; 11s ago
  >  Docs: man:agetty(8)
  >man:systemd-getty-generator(8)
  >http://0pointer.de/blog/projects/serial-console.html
  >  Main PID: 9838 (agetty)
  > Tasks: 1 (limit: 4915)
  >CGroup: /system.slice/system-getty.slice/getty@tty3.service
  >└─9838 /sbin/agetty --noclear tty3 linux

  But I'm still seeing by vt2 session, and get no text login prompt.

  I've dual screens and this started happening when I upgraded 

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

2017-11-23 Thread Łukasz Zemczak
Hello Ryan, or anyone else affected,

Accepted nplan into xenial-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~16.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-done-xenial
** Tags added: verification-needed-xenial

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

Title:
  add bond primary parameter

Status in nplan package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in nplan source package in Xenial:
  Fix Committed
Status in systemd source package in Xenial:
  Fix Released
Status in nplan source package in Zesty:
  Fix Committed
Status in systemd source package in Zesty:
  Fix Released
Status in nplan source package in Artful:
  Fix Released
Status in systemd source package in Artful:
  Fix Released

Bug description:
  [Impact]
  Some complex bond configurations require setting a "primary" interface for 
the bond, or setting this greatly improves performance on the network bond.

  [Test case]
  See below for a configuration example.
  1) Apply configuration on a system with netplan.
  2) Run 'netplan apply'
  3) Validate that netplan apply does not return with an error
  4) Validate that netplan properly sets the "primary_slave" value on the bond. 
This can be verified by looking at /sys/class/net//bonding/primary_slave.
  5) Validate that there are no parsing errors from systemd-networkd in the 
journalctl

  [Regression potential]
  If existing configuration fails to be parsed, or lack of primary interface 
breaks configuration for existing bonds, this would be a regression caused by 
this update.

  ---

  ifenslave/eni support a bond parameter:  bond-primary which accepts an
  interface name that can be used to tell the kernel bonding driver
  which interface it should preferred in active-backup (and other
  modes).  This config option is missing in netplan.

   % cat bond-primary.yaml
  network:
    version: 2
    ethernets:
  eth0:
    match:
  driver: virtio
  ens4:
    match:
  driver: e1000
    bonds:
  bond0:
    parameters:
  mode: active-backup
  mii-monitor-interval: 100
  primary: e1000
    dhcp4: true

  % ./generate -r `pwd`/target
  Error in network definition 
/home/rharper/work/git/netplan/target//etc/netplan/bond-primary.yaml line 12 
column 8: unknown key primary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1709135/+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 1712921] Re: enabling networkd appears to eat up entropy

2017-11-23 Thread Łukasz Zemczak
Hello Dimitri, or anyone else affected,

Accepted nplan into xenial-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~16.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nplan (Ubuntu Xenial)
   Status: New => Fix Committed

** Tags added: verification-needed-xenial

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

Title:
  enabling networkd appears to eat up entropy

Status in nplan package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Triaged
Status in nplan source package in Xenial:
  Fix Committed
Status in openssh source package in Xenial:
  New
Status in systemd source package in Xenial:
  New
Status in nplan source package in Zesty:
  Fix Committed
Status in openssh source package in Zesty:
  New
Status in systemd source package in Zesty:
  New
Status in nplan source package in Artful:
  In Progress
Status in openssh source package in Artful:
  Fix Released
Status in systemd source package in Artful:
  Triaged
Status in nplan source package in Bionic:
  Fix Released
Status in openssh source package in Bionic:
  Fix Released
Status in systemd source package in Bionic:
  Triaged

Bug description:
  [Impact]
  Booting systems have a limited amount of entropy, especially in some of the 
cloud cases. We should avoid using it up unnecessarily.

  [Test cases]

  == netplan ==
  1) Boot system with netplan config; using networkd renderer
  2) Validate that it starts and does not cause undue delay.
  2b) strace nplan at boottime (the netplan generator at 
/lib/systemd/system-generators/netplan) and validate it does not call 
get_random() / uuid_generate().
  3) Validate that config with NetworkManager renderer generates UUIDs.

  [Regression potential]
  Netplan depends on UUID generation to create correct networkManager 
configuration for VLANs. This is a specific use-case that is typically not hit, 
but any failure to generate valid NetworkManager configuration would be a 
regression from this SRU.

  ---

  enabling networkd appears to eat up entropy

  as seen in openssh autopkgtest failing, when networkd is enabled by
  default.

  See http://autopkgtest.ubuntu.com/packages/openssh/artful/amd64 with
  triggers systemd/234-2ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1712921/+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 1717471] Re: networkd does not accept / set advertised mtu

2017-11-23 Thread Łukasz Zemczak
Hello Dimitri, or anyone else affected,

Accepted nplan into xenial-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~16.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-done-xenial
** Tags added: verification-needed-xenial

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

Title:
  networkd does not accept / set advertised mtu

Status in nplan package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in nplan source package in Xenial:
  Fix Committed
Status in systemd source package in Xenial:
  New
Status in nplan source package in Zesty:
  Fix Committed

Bug description:
  [Impact]
  Hosts may require a specific MTU to be set as passed by DHCP options. We 
should honor these settings to ensure proper communication of the host with the 
rest of the network.

  [Test case]
  1) Run netplan on a system that should receive MTU settings from DHCP.
  2) Validate that the MTU configuration provided by DHCP is applied to the 
right interface.

  [Regression Potential]
  If DHCP settings specify an invalid MTU setting which is currently being 
ignored and letting the systems communicate correctly with the network, then 
these systems would regress.

  ---

   Right, so as far as I can tell the neutron-api on lcy01 is
  configured to advertise an instance interface MTU of 1400, though
  that's lower than it has to be, and the new DHCP setup with networkd
  just doesn't respect that DHCP option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1717471/+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 1591895] Re: SRU: backport python 2.7.12 to 16.04 LTS

2017-11-23 Thread Łukasz Zemczak
Hello Matthias, or anyone else affected,

Accepted python-stdlib-extensions into xenial-proposed. The package will
build now and be available at https://launchpad.net/ubuntu/+source
/python-stdlib-extensions/2.7.12-1~16.04 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-xenial to verification-done-xenial. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-xenial. In either case, details of your
testing will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: python-stdlib-extensions (Ubuntu Xenial)
   Status: New => Fix Committed

** Tags removed: verification-done
** Tags added: verification-needed verification-needed-xenial

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

Title:
  SRU: backport python 2.7.12 to 16.04 LTS

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  New
Status in python-stdlib-extensions source package in Xenial:
  Fix Committed
Status in python2.7 source package in Xenial:
  Fix Released
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: backport python 2.7.12 to 16.04 LTS

  The idea is to ship a released version with the first point release of
  16.04 LTS.  We updated python2.7 from the the 2.7 branch up to the
  final 2.7.12 release, and then made a test rebuild of the archive
  using the new python2.7 (and some other toolchain packages).

  The test rebuild was done using the release candidate of 2.7.12,
  however the only changes between the rc and the final release are
  Windows related, and include one change in the idle lib. From my point
  of view we don't need another test rebuild.

  The evaluation of the test rebuild is found in LP: #1586673. I'm
  pretty sure that none of the possible regressions can be attributed to
  the python2.7 update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1591895/+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 1577215] Re: Origin pattern is unexpected on dpkg-reconfigure

2017-11-23 Thread Balint Reczey
The pattern is not used, I already scheduled a commit to drop the question even 
in Debian:
https://github.com/rbalint/unattended-upgrades/commit/00eed46d48b316ff3dca153f3f676586ef5f4173


** Changed in: unattended-upgrades (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Origin pattern is unexpected on dpkg-reconfigure

Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  In testing out the new unattended-upgrades behaviour I was asked an
  unexpected question about the "unattended-upgrades Origin-Pattern".
  This is not a great experience, it doesn't match anything other than
  internal code patterns.

  For example, the default offered does NOT look like a sensible Ubuntu
  default for Ubuntu users:

"origin=Debian,codename=${distro_codename},label=Debian-
  Security";___

  Is that correct, or a mistake?

  What I would expect is simply this:

   Install security updates (Y/N)
   Install performance and reliability updates (Y/N)
   Install updates from unofficial archives (Y/N)

  The latter would map to all PPAs etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1577215/+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 1734150] Re: Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with Compatibility > 5.5

2017-11-23 Thread Tuure Laurinolli
** Description changed:

  OVA used: https://cloud-images.ubuntu.com/xenial/current/xenial-server-
  cloudimg-amd64.ova
  
  Created a new VM using vSphere 6.5.0 Flash client and Deploy OVF
  functionality. Target host is VMware ESXi, 6.5.0, 5969303, managed
  through the vSphere.
  
  When initially created, the VM was created with ESXi Compatibility
  version 5.5 (VMWare HW version 10). I later upgraded the VM to ESXi
  Compatibility 6.0 (VMWare HW version 11), after which it hung up during
  the boot process (see attached screenshot).
  
  I then attached a serial port to the VM to get kernel logs during boot.
  With a serial port attached, the boot process no longer hangs. Removing
  the serial port reproduces the issue, and adding it back resolves it
  again.
  
  The issue also reproduces with ESXi Compatibility 6.5 (VMWare HW version
  13).
  
- Is there some way to get
+ I tried to get more information from the system using magic sysrq, but I
+ have not yet found anyway to get the commands across to the VM.

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

Title:
  Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with
  Compatibility > 5.5

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  OVA used: https://cloud-images.ubuntu.com/xenial/current/xenial-
  server-cloudimg-amd64.ova

  Created a new VM using vSphere 6.5.0 Flash client and Deploy OVF
  functionality. Target host is VMware ESXi, 6.5.0, 5969303, managed
  through the vSphere.

  When initially created, the VM was created with ESXi Compatibility
  version 5.5 (VMWare HW version 10). I later upgraded the VM to ESXi
  Compatibility 6.0 (VMWare HW version 11), after which it hung up
  during the boot process (see attached screenshot).

  I then attached a serial port to the VM to get kernel logs during
  boot. With a serial port attached, the boot process no longer hangs.
  Removing the serial port reproduces the issue, and adding it back
  resolves it again.

  The issue also reproduces with ESXi Compatibility 6.5 (VMWare HW
  version 13).

  I tried to get more information from the system using magic sysrq, but
  I have not yet found anyway to get the commands across to the VM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1734150/+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 1638301] Re: systemctl start auto-completion shows error

2017-11-23 Thread Antonios Hadjigeorgalis
on my system (currently 16.04.03 , initial install 12.04) the directory
/lib/systemd/system/busnames.target.wants/ is empty.  However, the
package list at
https://packages.ubuntu.com/xenial/amd64/systemd/filelist shows that
there should be 7 files there, incuding org.freedesktop.network1.busname

Is a reinstall of systemd required to resolve these missing files?

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

Title:
  systemctl start  auto-completion shows error

Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  When i try to auto-complete the "systemctl start " the
  following error message is shown in bash:

  Unit org.freedesktop.network1.busname could not be found.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: systemd 231-9git1
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Nov  1 10:42:37 2016
  InstallationDate: Installed on 2015-06-20 (499 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Dell System Vostro 3450
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic 
root=UUID=7468e7be-a2e1-48dd-ba72-244c33698364 ro cgroup_enable=memory 
swapaccount=1 quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to yakkety on 2016-10-19 (12 days ago)
  dmi.bios.date: 07/22/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0GG0VM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/22/2011:svnDellInc.:pnDellSystemVostro3450:pvr:rvnDellInc.:rn0GG0VM:rvrA01:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System Vostro 3450
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1638301/+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 1734104] Re: 'upgrade' in bionic should by default autoremove as well

2017-11-23 Thread Julian Andres Klode
Oh right, that's another use case I forgot about. I can see cleaning
them up automatically in unattended-upgrades and dist-upgrade (or well,
when any new kernel is installed). I just don't want to accidentally
autoremove a desktop or something :)

I guess in essence we can just define a second level of autoremove that
only removes safe packages, and just enable that by default. This way we
can mark kernels as safe to autoremove, and still have an autoremove
command that removes potentially less-safe unused packages. We can even
extend that to other packages as needed.

Together with fixes for gnome-software and complete autoremove in do-
release-upgrade (and perhaps the limited autoremove when removing a
package) we should should have a solution that should not cause any big
issues I think.

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

Title:
  'upgrade' in bionic should by default autoremove as well

Status in apt package in Ubuntu:
  New

Bug description:
  In bionic, apt upgrade should also autoremove by default. I have a few
  bionic systems (upgrades from xenial mostly) which are not yet showing
  that behaviour, it may be we haven't implemented that yet so this is
  just a placeholder bug in that case :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1734104/+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 1712921] Re: enabling networkd appears to eat up entropy

2017-11-23 Thread Łukasz Zemczak
Hello Dimitri, or anyone else affected,

Accepted nplan into zesty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~17.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-zesty to verification-done-zesty. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-zesty. In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nplan (Ubuntu Zesty)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-zesty

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

Title:
  enabling networkd appears to eat up entropy

Status in nplan package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Triaged
Status in nplan source package in Xenial:
  New
Status in openssh source package in Xenial:
  New
Status in systemd source package in Xenial:
  New
Status in nplan source package in Zesty:
  Fix Committed
Status in openssh source package in Zesty:
  New
Status in systemd source package in Zesty:
  New
Status in nplan source package in Artful:
  In Progress
Status in openssh source package in Artful:
  Fix Released
Status in systemd source package in Artful:
  Triaged
Status in nplan source package in Bionic:
  Fix Released
Status in openssh source package in Bionic:
  Fix Released
Status in systemd source package in Bionic:
  Triaged

Bug description:
  [Impact]
  Booting systems have a limited amount of entropy, especially in some of the 
cloud cases. We should avoid using it up unnecessarily.

  [Test cases]

  == netplan ==
  1) Boot system with netplan config; using networkd renderer
  2) Validate that it starts and does not cause undue delay.
  2b) strace nplan at boottime (the netplan generator at 
/lib/systemd/system-generators/netplan) and validate it does not call 
get_random() / uuid_generate().
  3) Validate that config with NetworkManager renderer generates UUIDs.

  [Regression potential]
  Netplan depends on UUID generation to create correct networkManager 
configuration for VLANs. This is a specific use-case that is typically not hit, 
but any failure to generate valid NetworkManager configuration would be a 
regression from this SRU.

  ---

  enabling networkd appears to eat up entropy

  as seen in openssh autopkgtest failing, when networkd is enabled by
  default.

  See http://autopkgtest.ubuntu.com/packages/openssh/artful/amd64 with
  triggers systemd/234-2ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1712921/+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 1709135] Re: add bond primary parameter

2017-11-23 Thread Łukasz Zemczak
Hello Ryan, or anyone else affected,

Accepted nplan into zesty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~17.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-zesty to verification-done-zesty. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-zesty. In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-done verification-done-zesty
** Tags added: verification-needed verification-needed-zesty

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

Title:
  add bond primary parameter

Status in nplan package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in nplan source package in Xenial:
  Fix Committed
Status in systemd source package in Xenial:
  Fix Released
Status in nplan source package in Zesty:
  Fix Committed
Status in systemd source package in Zesty:
  Fix Released
Status in nplan source package in Artful:
  Fix Released
Status in systemd source package in Artful:
  Fix Released

Bug description:
  [Impact]
  Some complex bond configurations require setting a "primary" interface for 
the bond, or setting this greatly improves performance on the network bond.

  [Test case]
  See below for a configuration example.
  1) Apply configuration on a system with netplan.
  2) Run 'netplan apply'
  3) Validate that netplan apply does not return with an error
  4) Validate that netplan properly sets the "primary_slave" value on the bond. 
This can be verified by looking at /sys/class/net//bonding/primary_slave.
  5) Validate that there are no parsing errors from systemd-networkd in the 
journalctl

  [Regression potential]
  If existing configuration fails to be parsed, or lack of primary interface 
breaks configuration for existing bonds, this would be a regression caused by 
this update.

  ---

  ifenslave/eni support a bond parameter:  bond-primary which accepts an
  interface name that can be used to tell the kernel bonding driver
  which interface it should preferred in active-backup (and other
  modes).  This config option is missing in netplan.

   % cat bond-primary.yaml
  network:
    version: 2
    ethernets:
  eth0:
    match:
  driver: virtio
  ens4:
    match:
  driver: e1000
    bonds:
  bond0:
    parameters:
  mode: active-backup
  mii-monitor-interval: 100
  primary: e1000
    dhcp4: true

  % ./generate -r `pwd`/target
  Error in network definition 
/home/rharper/work/git/netplan/target//etc/netplan/bond-primary.yaml line 12 
column 8: unknown key primary

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1709135/+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 1717471] Re: networkd does not accept / set advertised mtu

2017-11-23 Thread Łukasz Zemczak
Hello Dimitri, or anyone else affected,

Accepted nplan into zesty-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/nplan/0.32~17.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-zesty to verification-done-zesty. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-zesty. In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-done-zesty
** Tags added: verification-needed verification-needed-zesty

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

Title:
  networkd does not accept / set advertised mtu

Status in nplan package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in nplan source package in Xenial:
  Fix Committed
Status in systemd source package in Xenial:
  New
Status in nplan source package in Zesty:
  Fix Committed

Bug description:
  [Impact]
  Hosts may require a specific MTU to be set as passed by DHCP options. We 
should honor these settings to ensure proper communication of the host with the 
rest of the network.

  [Test case]
  1) Run netplan on a system that should receive MTU settings from DHCP.
  2) Validate that the MTU configuration provided by DHCP is applied to the 
right interface.

  [Regression Potential]
  If DHCP settings specify an invalid MTU setting which is currently being 
ignored and letting the systems communicate correctly with the network, then 
these systems would regress.

  ---

   Right, so as far as I can tell the neutron-api on lcy01 is
  configured to advertise an instance interface MTU of 1400, though
  that's lower than it has to be, and the new DHCP setup with networkd
  just doesn't respect that DHCP option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1717471/+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 1734150] [NEW] Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with Compatibility > 5.5

2017-11-23 Thread Tuure Laurinolli
Public bug reported:

OVA used: https://cloud-images.ubuntu.com/xenial/current/xenial-server-
cloudimg-amd64.ova

Created a new VM using vSphere 6.5.0 Flash client and Deploy OVF
functionality. Target host is VMware ESXi, 6.5.0, 5969303, managed
through the vSphere.

When initially created, the VM was created with ESXi Compatibility
version 5.5 (VMWare HW version 10). I later upgraded the VM to ESXi
Compatibility 6.0 (VMWare HW version 11), after which it hung up during
the boot process (see attached screenshot).

I then attached a serial port to the VM to get kernel logs during boot.
With a serial port attached, the boot process no longer hangs. Removing
the serial port reproduces the issue, and adding it back resolves it
again.

The issue also reproduces with ESXi Compatibility 6.5 (VMWare HW version
13).

Is there some way to get

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot of hung boot"
   https://bugs.launchpad.net/bugs/1734150/+attachment/5013660/+files/xenial.png

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

Title:
  Ubuntu 16.04 cloudimg OVA hangs during boot on VMWare VM with
  Compatibility > 5.5

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  OVA used: https://cloud-images.ubuntu.com/xenial/current/xenial-
  server-cloudimg-amd64.ova

  Created a new VM using vSphere 6.5.0 Flash client and Deploy OVF
  functionality. Target host is VMware ESXi, 6.5.0, 5969303, managed
  through the vSphere.

  When initially created, the VM was created with ESXi Compatibility
  version 5.5 (VMWare HW version 10). I later upgraded the VM to ESXi
  Compatibility 6.0 (VMWare HW version 11), after which it hung up
  during the boot process (see attached screenshot).

  I then attached a serial port to the VM to get kernel logs during
  boot. With a serial port attached, the boot process no longer hangs.
  Removing the serial port reproduces the issue, and adding it back
  resolves it again.

  The issue also reproduces with ESXi Compatibility 6.5 (VMWare HW
  version 13).

  Is there some way to get

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

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


Re: [Touch-packages] [Bug 1734104] Re: 'upgrade' in bionic should by default autoremove as well

2017-11-23 Thread Mark Shuttleworth
The main reason to do this is kernel cruft. We have had kernels being
flagged for removal for years now, and it's completely reliable. We
really should garden that automatically.

Mark

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

Title:
  'upgrade' in bionic should by default autoremove as well

Status in apt package in Ubuntu:
  New

Bug description:
  In bionic, apt upgrade should also autoremove by default. I have a few
  bionic systems (upgrades from xenial mostly) which are not yet showing
  that behaviour, it may be we haven't implemented that yet so this is
  just a placeholder bug in that case :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1734104/+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 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load

2017-11-23 Thread spike speigel
I looked into this a bit more, and it seems Ubuntu is basing off of
linux-firmware at kernel.org and not following Debian's use of firmware-
misc-nonfree.  I'm removing the watch related to firmware-misc-nonfree,
but there appears to still be an issue with update-initramfs and the
i915 firmware for Kabylake and Broxton systems.

** Changed in: initramfs-tools (Debian)
   Importance: Unknown => Undecided

** Changed in: initramfs-tools (Debian)
   Status: Fix Released => New

** Changed in: initramfs-tools (Debian)
 Remote watch: Debian Bug tracker #854695 => None

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

Title:
  update-initramfs not adding i915 GuC firmware, firmware fails to load

Status in initramfs-tools package in Ubuntu:
  New
Status in initramfs-tools package in Debian:
  New

Bug description:
  The i915 Kabylake GuC firmware is failing to load on boot, and
  generating dmesg errors.  The Kabylake HuC firmware succeeds.  All
  files exist.  I've also verified the Kabylake GuC firmware matches the
  correct file size and md5 listed on 01.org.

  I then ran update-initramfs verbosely, and see that only
  /lib/firmware/i915/skl_guc_ver6_1.bin is being added.
  /lib/firmware/i915/bxt_guc_ver8_7.bin and
  /lib/firmware/i915/kbl_guc_ver9_14.bin seem to be ignored.

  I'm running a Dell XPS 13 9360 w/ Kabylake on Ubuntu 17.10 and
  initramfs-tools 0.125ubuntu12.  Perhaps Broxton systems might have the
  same issue?

  Output and logs:
  -

  ls -al /lib/firmware/i915/kbl_*

  -rw-r--r-- 1 root root   8616 Aug 17 11:08 
/lib/firmware/i915/kbl_dmc_ver1_01.bin
  lrwxrwxrwx 1 root root 19 Aug 17 11:08 
/lib/firmware/i915/kbl_dmc_ver1.bin -> kbl_dmc_ver1_01.bin
  -rw-r--r-- 1 root root 142656 Oct 20 21:12 
/lib/firmware/i915/kbl_guc_ver9_14.bin
  -rw-r--r-- 1 root root 218688 Aug 17 11:09 
/lib/firmware/i915/kbl_huc_ver02_00_1810.bin

  sudo cat /sys/kernel/debug/dri/0/i915_guc_load_status

  GuC firmware status:
  path: i915/kbl_guc_ver9_14.bin
  fetch: FAIL
  load: NONE
  version wanted: 9.14
  version found: 0.0
  header: offset is 0; size = 0
  uCode: offset is 0; size = 0
  RSA: offset is 0; size = 0

  GuC status 0x0001:
  Bootrom status = 0x0
  uKernel status = 0x0
  MIA Core status = 0x0

  Scratch registers:
  0: 0x0
  1: 0x0
  2: 0x0
  3: 0x0
  4: 0x0
  5: 0x0
  6: 0x0
  7: 0x0
  8: 0x0
  9: 0x0
  10: 0x0
  11: 0x0
  12: 0x0
  13: 0x0
  14: 0x0
  15: 0x0

  sudo cat /sys/kernel/debug/dri/0/i915_huc_load_status

  HuC firmware status:
  path: i915/kbl_huc_ver02_00_1810.bin
  fetch: SUCCESS
  load: SUCCESS
  version wanted: 2.0
  version found: 2.0
  header: offset is 0; size = 128
  uCode: offset is 128; size = 218304
  RSA: offset is 218432; size = 256

  HuC status 0x6000:

  dmesg

  [1.052879] hidraw: raw HID events driver (C) Jiri Kosina
  [1.056426] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control 
method not found
  [1.080320] rtsx_pci :3b:00.0: enabling device ( -> 0002)
  [1.082308] nvme nvme0: pci function :3c:00.0
  [1.095073] Setting dangerous option enable_guc_loading - tainting kernel
  [1.095075] Setting dangerous option enable_guc_submission - tainting 
kernel
  [1.097867] [drm] Memory usable by graphics device = 4078M
  [1.097869] checking generic (9000 1fb) vs hw (9000 1000)
  [1.097869] fb: switching to inteldrmfb from EFI VGA
  [1.097899] Console: switching to colour dummy device 80x25
  [1.098049] [drm] Replacing VGA console driver
  [1.104157] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  [1.104157] [drm] Driver supports precise vblank timestamp query.
  [1.112506] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin 
(v1.1)
  [1.113055] i915 :00:02.0: vgaarb: changed VGA decodes: 
olddecodes=io+mem,decodes=io+mem:owns=io+mem
  [1.284194] usb 1-1: new low-speed USB device number 2 using xhci_hcd
  [1.298572]  nvme0n1: p1 p2
  [1.433241] usb 1-1: New USB device found, idVendor=0d62, idProduct=001c
  [1.433242] usb 1-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [1.433243] usb 1-1: Product: USB+PS2 Keyboard
  [1.433244] usb 1-1: Manufacturer: Generic
  [1.446460] usbcore: registered new interface driver usbhid
  [1.446461] usbhid: USB HID core driver
  [1.448067] input: Generic USB+PS2 Keyboard as 
/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:0D62:001C.0001/input/input7
  [1.508451] hid-generic 0003:0D62:001C.0001: input,hidraw0: USB HID v1.10 
Keyboard [Generic USB+PS2 Keyboard] on usb-:00:14.0-1/input0
  [1.508541] input: Generic USB+PS2 Keyboard as 
/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.1/0003:0D62:001C.0002/input/input8
  [1.552213] usb 1-2: new full-speed USB device number 3 using xhci_hcd
  

[Touch-packages] [Bug 1734008] Re: rsyslog can't start after accident power off or rebooting (due /var/run/rsyslogd.pid existence) (17.10)

2017-11-23 Thread Dima
Hi Seth, thank you for your help.
No, my /var/run is not a symlink, it's a directory on btrfs. I will fix it, but 
I don't know how it happened. I didn't do it.

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

Title:
  rsyslog can't start after accident power off or rebooting (due
  /var/run/rsyslogd.pid existence) (17.10)

Status in rsyslog package in Ubuntu:
  Incomplete

Bug description:
  1,2) See apport-bug attachment
  3) Rsyslogd should be started anyway
  4) If '/var/run/rsyslogd.pid' exists, rsyslogd won't start.

  I will mark this issue as public security vulnerability, because no
  one can know what happened after sudden reboot while this issue
  exists.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: rsyslog 8.16.0-1ubuntu9
  ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8
  Uname: Linux 4.13.0-17-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Thu Nov 23 04:40:45 2017
  InstallationDate: Installed on 2017-10-06 (47 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  SourcePackage: rsyslog
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1734008/+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 1734104] Re: 'upgrade' in bionic should by default autoremove as well

2017-11-23 Thread Julian Andres Klode
automatic autoremoval is a difficult topic with a lot of things to
consider:

* autoremoval is not safe to do. Users often end up removing a lot of
stuff they don't want to remove. So this needs careful checking.
(dist-)Upgrades already have long output and people miss removals
already, adding automatic removals makes them even more likely to miss
things.

* The packages being autoremoved are not necessarily related to the
package changes being performed at the moment. You could have removed a
package at some point and your next upgrade let's say a week later
removes all dependencies of the package - that's just seems like bad
user experience to me.

* apt upgrade is defined to not remove packages - that is, it is safe to
run with the guarantee of not losing any functionality. autoremove there
would break that promise and thus expectations. For {full,dist-upgrade}.


So, I don't think we should just switch on autoremovals by default.

We should first focus on the aspects where it really matters:

* If you install an app via gnome-software and remove it, its
dependencies should be gone too (but not other unused packages, as said
before, that would be bad UX).

* When doing release upgrades, remove all unused packages. There's a
huge amount of churn and people expect stuff to be broken / missing
after a release upgrade anyway, so there's much less frustation.

(both have their own LP bugs, but I don't know which ATM)

Also we could do that gnome-software idea of a limited autoremove and
push that to apt too and do that on remove/install/dist-upgrade.
"upgrade" really is kind of a special case, though.

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

Title:
  'upgrade' in bionic should by default autoremove as well

Status in apt package in Ubuntu:
  New

Bug description:
  In bionic, apt upgrade should also autoremove by default. I have a few
  bionic systems (upgrades from xenial mostly) which are not yet showing
  that behaviour, it may be we haven't implemented that yet so this is
  just a placeholder bug in that case :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1734104/+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 1567421] Re: Error while installing foreign python2.7-minimal in multiarch

2017-11-23 Thread Sergey Fedorov
It was long time ago. I think I was using Qemu user emulation.

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

Title:
  Error while installing foreign python2.7-minimal in multiarch

Status in python2.7 package in Ubuntu:
  Won't Fix

Bug description:
  I got the following error trying to install python2.7-minimal in
  ppc64el multiarch setup:

  Setting up libpython2.7-minimal:ppc64el (2.7.6-8) ...
  Setting up python2.7-minimal (2.7.6-8) ...
  /usr/bin/python2.7: 1: /usr/bin/python2.7: Syntax error: word unexpected 
(expecting ")")
  dpkg: error processing package python2.7-minimal (--configure):
   subprocess installed post-installation script returned error exit status 2

  I experience the same error with armhf multiarch setup.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1567421/+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 841366] Re: jockey-backend crashed with TypeError in pulse_items(): an integer is required

2017-11-23 Thread Colin Watson
** Attachment removed: "D8B09A21D935151D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/841366/+attachment/4957224/+files/D8B09A21D935151D.jpg

** Attachment removed: "443AC9CC8952A161.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/841366/+attachment/5013194/+files/443AC9CC8952A161.jpg

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

Title:
  jockey-backend crashed with TypeError in pulse_items(): an integer is
  required

Status in python-apt package in Ubuntu:
  Fix Released

Bug description:
  I get this error when I open software to install proprietary drivers
  for my nvidia video adapter.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: jockey-common 0.9.4-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  BootDmesg: (Nothing has been logged yet.)
  Date: Sun Sep  4 23:19:51 2011
  ExecutablePath: /usr/share/jockey/jockey-backend
  InterpreterPath: /usr/bin/python2.7
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/share/jockey/jockey-backend --debug -l 
/var/log/jockey.log
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-10-generic 
root=UUID=81c8ea82-fbcf-49f1-b7a5-fc8c37d6c4ee ro quiet splash vt.handoff=7
  PythonArgs: ['/usr/share/jockey/jockey-backend', '--debug', '-l', 
'/var/log/jockey.log']
  SourcePackage: jockey
  Title: jockey-backend crashed with TypeError in pulse_items(): an integer is 
required
  Traceback:
   Traceback (most recent call last):
 File "/usr/lib/python2.7/dist-packages/apt/progress/old.py", line 121, in 
pulse_items
   if self.currentCPS > 0:
   TypeError: an integer is required
  UpgradeStatus: Upgraded to oneiric on 2011-09-04 (0 days ago)
  UserGroups:
   
  dmi.bios.date: 06/22/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0506
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Crosshair V Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0506:bd06/22/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnCrosshairVFormula:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/841366/+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 1421969] Re: package python-gi 3.14.0-1 failed to install/upgrade, when importing ConfigParser: ValueError: bad marshal data

2017-11-23 Thread Matthias Klose
closing this, not reproducible, and didn't show up anymore within the
last two years

** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

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

Title:
  package python-gi 3.14.0-1 failed to install/upgrade, when importing
  ConfigParser: ValueError: bad marshal data

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  Upgradingfrom14.04 to 14.10.
  Failed to update python-gi.

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: python-gi 3.14.0-1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic i686
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  Date: Sat Feb 14 17:14:11 2015
  DuplicateSignature: package:python-gi:3.14.0-1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-04-20 (300 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  SourcePackage: pygobject
  Title: package python-gi 3.14.0-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to utopic on 2015-02-14 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1421969/+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 1512475] Re: *** stack smashing detected ***: /usr/bin/python terminated

2017-11-23 Thread Matthias Klose
** Package changed: python2.7 (Ubuntu) => gstreamer0.10 (Ubuntu)

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

Title:
  *** stack smashing detected ***: /usr/bin/python terminated

Status in gstreamer0.10 package in Ubuntu:
  Confirmed

Bug description:
  I'm getting this error when running a media scan in mopidy. I guess,
  no matter what any script is doing, python should never crash with a
  smashed stack like this.

  FYI, I'm using mopidy from the apt repo as instructed here:
  https://docs.mopidy.com/en/latest/installation/debian/

  It crashes after scanning loads of files. I'm sorry I can't provide
  more info.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: python2.7 2.7.10-4ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Nov  2 21:12:26 2015
  InstallationDate: Installed on 2012-11-11 (1086 days ago)
  InstallationMedia: Xubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  SourcePackage: python2.7
  UpgradeStatus: Upgraded to wily on 2015-11-01 (1 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1512475/+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 937825] Re: change in urlopen behavior

2017-11-23 Thread Matthias Klose
closing this as fixed upstream for a long time

** Changed in: python2.7 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  change in urlopen behavior

Status in Python:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released

Bug description:
  The fix for http://bugs.python.org/issue6631 that came in python2.7 
2.7.2-13ubuntu5 may cause problems for people. Eg, in 2.7.2-13ubuntu4 this 
would work:
  import urllib
  url = "./foo.txt"
  urllib.urlopen(url)

  In 2.7.2-13ubuntu5 this code causes the following traceback:
  Traceback (most recent call last):
    File "", line 1, in 
    File "/usr/lib/python2.7/urllib.py", line 86, in urlopen
  return opener.open(url)
    File "/usr/lib/python2.7/urllib.py", line 207, in open
  return getattr(self, name)(url)
    File "/usr/lib/python2.7/urllib.py", line 462, in open_file
  return self.open_local_file(url)
    File "/usr/lib/python2.7/urllib.py", line 488, in open_local_file
  raise ValueError("local file url may start with / or file:. Unknown url 
of type: %s" % url)
  ValueError: local file url may start with / or file:. Unknown url of type: 
./foo.txt

  While I have worked around it in the Ubuntu CVE tracker and this is
  not a blocker for my team, filing this bug as it may cause problems
  for others.

  The workaround is simply to strip the './' off the front. Eg, a naive fix for 
the above might be:
  import urllib
  url = "./foo.txt"
  if url.startswith('./'):
  url = url[2:]
  urllib.urlopen(url)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/937825/+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 1659002] Re: ImportError: No module named 'ConfigParser' when running pycompile

2017-11-23 Thread Matthias Klose
invalid, the user pointed /usr/bin/python to python3

Setting up python-apt (1.1.0~beta1build1) ...
Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in 
from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in 
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: error processing package python-apt (--configure):
 subprocess installed post-installation script returned error exit status 1


** Changed in: python2.7 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  ImportError: No module named 'ConfigParser' when running pycompile

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  1

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-apt 1.1.0~beta1build1
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  AptOrdering:
   python-apt: Install
   python-sip: Configure
   python-qt4: Configure
   python-apt: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Jan 24 16:45:23 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-11-23 (61 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.18
  SourcePackage: python-apt
  Title: package python-apt 1.1.0~beta1build1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1659002/+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 1605128] Re: Python crashed while running a Google Maps API for Pokemon Go

2017-11-23 Thread Matthias Klose
Please provide the example.py for this invocation

** Information type changed from Private to Public

** Changed in: python2.7 (Ubuntu)
   Status: New => Incomplete

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

Title:
  Python crashed while running a Google Maps API for Pokemon Go

Status in python2.7 package in Ubuntu:
  Incomplete

Bug description:
  I was running a .GIT project to find all Pokemon Go entities in a
  specific geographic region and Python crashed

  ProblemType: Crash
  DistroRelease: Ubuntu 15.10
  Package: python2.7-minimal 2.7.10-4ubuntu1 [origin: unknown]
  Uname: Linux 4.5.3-040503-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: X-Cinnamon
  Date: Thu Jul 21 03:26:38 2016
  ExecutablePath: /usr/bin/python2.7
  ExecutableTimestamp: 1444844161
  InstallationDate: Installed on 2015-09-04 (321 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: /usr/bin/python example.py -a google -u seann.gif...@gmail.com 
-p 0n3tru3l0v3& --location 43.168472,-79.239547 -st 1 -ar 5
  ProcCwd: /home/seann/PokemonGo-Map
  Signal: 11
  SourcePackage: python2.7
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip disk kismet libvirtd lpadmin lxd plugdev sambashare 
sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1605128/+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 1724233] Re: python2.7 crashed with SIGSEGV in ffi_closure_unix64_inner()

2017-11-23 Thread Matthias Klose
it's more likely that this happens in some extension module. Please
could you tell what command you were running?

** Changed in: python2.7 (Ubuntu)
   Status: New => Incomplete

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

Title:
  python2.7 crashed with SIGSEGV in ffi_closure_unix64_inner()

Status in python2.7 package in Ubuntu:
  Incomplete

Bug description:
  Booted into stock Ubuntu 17.10 release candidate from October 15, 2017
  and this error message simply came up.

  apt-cache policy python
  python:
Installed: 2.7.14-2ubuntu1
Candidate: 2.7.14-2ubuntu1
Version table:
   *** 2.7.14-2ubuntu1 500
  500 http://ca.archive.ubuntu.com/ubuntu artful/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: python2.7-minimal 2.7.14-2ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 17 06:15:41 2017
  ExecutablePath: /usr/bin/python2.7
  InstallationDate: Installed on 2017-10-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20171015)
  ProcCmdline: python accountable2you.pyc --username
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  SegvAnalysis:
   Segfault happened at: 0x7f84d920daa9 : movzwl 
0xa(%rdi),%r15d
   PC (0x7f84d920daa9) ok
   source "0xa(%rdi)" (0x64007d) not located in a known VMA region (needed 
readable region)!
   destination "%r15d" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   ffi_closure_unix64_inner () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_closure_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   IceFlush () from /usr/lib/x86_64-linux-gnu/libICE.so.6
   ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
   ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  Title: python2.7 crashed with SIGSEGV in ffi_closure_unix64_inner()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1724233/+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 1725713] Re: python2.7 crashed with SIGSEGV in _int_malloc()

2017-11-23 Thread Matthias Klose
more likely an isssue in gtk+3.0 or it's python bindings


** Package changed: python2.7 (Ubuntu) => gtk+3.0 (Ubuntu)

** Information type changed from Private to Public

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

Title:
  python2.7 crashed with SIGSEGV in _int_malloc()

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  ubuntu-after-install crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: python2.7-minimal 2.7.14-2ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Oct 21 15:38:11 2017
  ExecutablePath: /usr/bin/python2.7
  InstallationDate: Installed on 2017-10-19 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  ProcCmdline: python ubuntu-after-install.py
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
   TERM=unknown
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  SegvAnalysis:
   Segfault happened at: 0x7fccac45f310 <_int_malloc+1536>: mov
0x10(%rdx),%rsi
   PC (0x7fccac45f310) ok
   source "0x10(%rdx)" (0x5601001b) not located in a known VMA region 
(needed readable region)!
   destination "%rsi" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: python2.7
  StacktraceTop:
   _int_malloc (av=av@entry=0x7fccac7adc20 , bytes=bytes@entry=12) 
at malloc.c:3611
   __libc_calloc (n=, elem_size=) at malloc.c:3438
   g_malloc0 () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   gtk_tree_path_to_string () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: python2.7 crashed with SIGSEGV in _int_malloc()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1725713/+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 1580577] Re: python2.7 crashes with SegFault when running Zope

2017-11-23 Thread Matthias Klose
fixed in 16.04.01 LTS and newer releases

** Changed in: python2.7 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  python2.7 crashes with SegFault when running Zope

Status in python2.7 package in Ubuntu:
  Fix Released

Bug description:
  Source package / Package:

  python2.7_2.7.11-7ubuntu1

  System:

  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  
  This is a bug report originating from the findings documented in

  https://github.com/zopefoundation/Zope/issues/56

  
  The expected behaviour is this:
  - Upon installing Zope2 in a virtualenv a default instance should work with 
no issues.

  What happens instead:
  - The freshly installed Zope instance causes Python to SegFault after only a 
few requests.

  But Python should never SegFault.

  
  The following program produces the error:

  
  #!/bin/bash
  set -e

  # Call this testing script with an argument "setup" for the first time
  # to build the testing case
  #
  # After that, the script only performs the test as described below.
  #
  # Requirements: apt-get install virtualenv python2.7-dbg
  #
  # This script needs internet access when running.

  # The python version to test:
  python=/usr/bin/python2.7-dbg

  # This part builds the testing environment

  if [ "$1" == "setup" ] ; then
  # Virtual environment with the chosen python 
  virtualenv --python ${python} --no-site-packages zope-virtualenv
  cd zope-virtualenv
  # Basic Zope installation
  ./bin/easy_install -i http://download.zope.org/Zope2/index/2.13.24 Zope2
  # Simplest possible Zope instance
  ./bin/mkzopeinstance --dir instance --user admin:admin
  cd ..
  fi

  # THE TEST

  # Run Zope instance in the background
  zope-virtualenv/instance/bin/runzope &

  # Give Zope some time to start up
  sleep 3

  # Call a few management URLs, nothing too fancy...
  urls="
  http://admin:admin@localhost:8080/Control_Panel/manage_main
  http://admin:admin@localhost:8080/Control_Panel/Database/main/manage_main
  http://admin:admin@localhost:8080/Control_Panel/Database/manage_main
  http://admin:admin@localhost:8080/Control_Panel/Database/main/manage_activity
  http://admin:admin@localhost:8080/manage
  http://admin:admin@localhost:8080/acl_users/manage_main
  http://admin:admin@localhost:8080/acl_users/manage_access
  "

  while true ; do
  for url in ${urls} ; do 
echo ${url}
  curl -s $url -o /dev/null
  done
  done

  # This test fails after about 10 requests with
  # Fatal Python error: ../Objects/descrobject.c:10 object at 0x??? has 
negative ref count -1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1580577/+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 1529857] Re: Possible Shell Code injection when cleaning packages

2017-11-23 Thread Matthias Klose
looks like this is a won't fix ...

** Changed in: python2.7 (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Possible Shell Code injection when cleaning packages

Status in python2.7 package in Ubuntu:
  Won't Fix

Bug description:
  pyclean allows to inject shell code when the package filename contains
  commands.

  Exploit Demo which starts the program xeyes :
  $ pyclean -p ";xeyes;.deb"

  Reason :
  The python scripts in the debpython folder are calling subprocess with 
shell=True.  Should be False.

  /usr/share/python/debpython/files.py  Line 49:
  process = Popen("/usr/bin/dpkg -L %s" % package_name,\
  shell=True, stdout=PIPE)

  /usr/share/python/debpython/pydist.pyLine 157:
  process = Popen("/usr/bin/dpkg -S %s" % query, \
  shell=True, stdout=PIPE, stderr=PIPE)

  /usr/share/python/debpython/tools.py  Line  159:
  cmd = "readelf -Wd '%s'" % fpath
  process = Popen(cmd, stdout=PIPE, shell=True)

  /usr/share/python/debpython/namespace.py Line 108:
  process = Popen("/usr/bin/dpkg -S %s 2>/dev/null" % \
   '.join(removal_candidates), shell=True, stdout=PIPE)

  --
  Attention : namespace.py may be called when using "apt-get -f remove".
  --
  This bug was not yet reported to upstream.
  Please do that for me. Thank you :-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1529857/+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 1619995] Re: package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-11-23 Thread Matthias Klose
this looks like disk corruption, not a python issue

Configurando python2.7-minimal (2.7.12-1~16.04) ...
Sorry: TypeError: compile() expected string without null bytes
dpkg: error al procesar el paquete python2.7-minimal (--configure):


** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

Status in Ubuntu:
  New

Bug description:
  la instalacion de este paquete manda mensaje de error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python2.7-minimal 2.7.12-1~16.04
  ProcVersionSignature: Ubuntu 4.4.0-36.55-lowlatency 4.4.16
  Uname: Linux 4.4.0-36-lowlatency i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Sun Aug 21 11:27:01 2016
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
  InstallationDate: Installed on 2014-12-13 (630 days ago)
  InstallationMedia: It
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: python2.7
  Title: package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1619995/+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 1639318] Re: package python2.7 2.7.12-1~16.04 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-11-23 Thread Matthias Klose
this looks like disk corruption in an earlier update. nothing python
specific

Configurando python2.7 (2.7.12-1~16.04) ...
Sorry: TypeError: compile() expected string without null bytes
Sorry: TypeError: compile() expected string without null bytes
Sorry: TypeError: compile() expected string without null bytes
Sorry: TypeError: compile() expected string without null bytes
Sorry: TypeError: compile() expected string without null bytes
Sorry: TypeError: compile() expected string without null bytes
dpkg: erro ao processar o pacote python2.7 (--configure):


** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  package python2.7 2.7.12-1~16.04 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

Status in Ubuntu:
  New

Bug description:
  atualização

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python2.7 2.7.12-1~16.04
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Fri Nov  4 14:50:53 2016
  ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: python2.7
  Title: package python2.7 2.7.12-1~16.04 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1639318/+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 1633858] Re: package python2.7 2.7.12-1~16.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread Matthias Klose
this looks more like disk corruption. nothing python related.

SyntaxError: invalid syntax

  File "/usr/lib/python2.7/distutils/emxccompiler.py", line 108
(dll_name, dll_extension) = os.path.splitext(
  ^
SyntaxError: invalid syntax

Sorry: TypeError: compile() expected string without null bytes
dpkg: error processing package python2.7 (--configure):


** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  package python2.7 2.7.12-1~16.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in Ubuntu:
  New

Bug description:
  update error

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python2.7 2.7.12-1~16.04
  ProcVersionSignature: Ubuntu 4.4.0-43.63-generic 4.4.21
  Uname: Linux 4.4.0-43-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Sun Oct 16 07:47:38 2016
  DpkgHistoryLog:
   Start-Date: 2016-10-16  07:22:42
   Requested-By: marcos (1000)
   Install: linux-headers-4.4.0-43-generic:i386 (4.4.0-43.63, automatic)
   Upgrade: linux-headers-generic:i386 (4.4.0.38.40, 4.4.0.43.45), 
xserver-common:i386 (2:1.18.3-1ubuntu2.3, 2:1.18.4-0ubuntu0.1), 
xserver-xorg-core:i386 (2:1.18.3-1ubuntu2.3, 2:1.18.4-0ubuntu0.1), 
libsystemd0:i386 (229-4ubuntu10, 229-4ubuntu11), udev:i386 (229-4ubuntu10, 
229-4ubuntu11), network-manager:i386 (1.2.2-0ubuntu0.16.04.1, 
1.2.2-0ubuntu0.16.04.3), libudev1:i386 (229-4ubuntu10, 229-4ubuntu11), 
linux-headers-4.4.0-43:i386 (4.4.0-43.63, 4.4.0-43.63), systemd-sysv:i386 
(229-4ubuntu10, 229-4ubuntu11), libpam-systemd:i386 (229-4ubuntu10, 
229-4ubuntu11), systemd:i386 (229-4ubuntu10, 229-4ubuntu11)
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-10-05 (11 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: python2.7
  Title: package python2.7 2.7.12-1~16.04 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1633858/+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 1637384] Re: package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-11-23 Thread Matthias Klose
this looks like disk corruption

Configurando python2.7-minimal (2.7.12-1~16.04) ...
Sorry: TypeError: compile() expected string without null bytes
  File "/usr/lib/python2.7/encodings/cp424.py", line 1


** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade:
  sub-processo script post-installation instalado retornou estado de
  saída de erro 1

Status in Ubuntu:
  New

Bug description:
  intalation bugs:
  Erros foram encontrados durante o processamento de:
   python3.5
   python2.7-minimal
   python2.7

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python2.7-minimal 2.7.12-1~16.04
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic i686
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  Date: Thu Oct 27 23:02:32 2016
  ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
  InstallationDate: Installed on 2016-10-27 (0 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Release i386 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: python2.7
  Title: package python2.7-minimal 2.7.12-1~16.04 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1637384/+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 1648333] Re: /usr/bin/python2.7:6:qt_message_output:qt_message:qFatal:QWidgetPrivate::QWidgetPrivate:QFramePrivate::QFramePrivate

2017-11-23 Thread Matthias Klose
this looks more like an issue in an extension module. However the error
tracker doesn't show that information, nor does it show any command line
arguments

** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  
/usr/bin/python2.7:6:qt_message_output:qt_message:qFatal:QWidgetPrivate::QWidgetPrivate:QFramePrivate::QFramePrivate

Status in Ubuntu:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1648333/+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 1567421] Re: Error while installing foreign python2.7-minimal in multiarch

2017-11-23 Thread Matthias Klose
why would you want to do that, you know that it can't run

** Changed in: python2.7 (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Error while installing foreign python2.7-minimal in multiarch

Status in python2.7 package in Ubuntu:
  Won't Fix

Bug description:
  I got the following error trying to install python2.7-minimal in
  ppc64el multiarch setup:

  Setting up libpython2.7-minimal:ppc64el (2.7.6-8) ...
  Setting up python2.7-minimal (2.7.6-8) ...
  /usr/bin/python2.7: 1: /usr/bin/python2.7: Syntax error: word unexpected 
(expecting ")")
  dpkg: error processing package python2.7-minimal (--configure):
   subprocess installed post-installation script returned error exit status 2

  I experience the same error with armhf multiarch setup.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1567421/+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 1656654] Re: package python2.7-minimal:amd64 2.7.12-3build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-11-23 Thread Matthias Klose
closing this issue, can't reproduce it


Removing python (2.7.11-2) ...
Setting up libpython2.7-minimal:amd64 (2.7.12-3build1) ...
Setting up python2.7-minimal:amd64 (2.7.12-3build1) ...
/usr/bin/python2.7: 1: /usr/bin/python2.7: Syntax error: "(" unexpected
dpkg: error processing package python2.7-minimal:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 2


** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

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

Title:
  package python2.7-minimal:amd64 2.7.12-3build1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  It ended up uninstalling other programs when I used 'sudo apt
  autoremove'; I guess it was my fault on that; I installed (tried to)
  the Atom IDE and it stopped working in the middle, it told me to use
  'sudo apt autoremove', which I used and crashed the packages and then
  I used 'sudo apt update', all the things that weren't uninstalled seem
  to be working fine.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: python2.7-minimal:amd64 2.7.12-3build1
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: i386
  Date: Sun Jan 15 13:41:20 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2016-11-20 (56 days ago)
  InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.1)
  PackageArchitecture: amd64
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.3
  SourcePackage: python2.7
  Title: package python2.7-minimal:amd64 2.7.12-3build1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1656654/+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 1653571] Re: package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 139

2017-11-23 Thread Matthias Klose
incomplete, we would need more information on the segfault

Setting up python2.7 (2.7.6-8ubuntu0.3) ...
Segmentation fault
dpkg: error processing package python2.7 (--configure):

** Changed in: python2.7 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 139

Status in python2.7 package in Ubuntu:
  Incomplete

Bug description:
  a

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python2.7 2.7.6-8ubuntu0.3
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-74-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.23
  Architecture: amd64
  Date: Tue Jan  3 08:59:18 2017
  DuplicateSignature: package:python2.7:2.7.6-8ubuntu0.3:subprocess installed 
post-installation script returned error exit status 139
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 139
  InstallationDate: Installed on 2016-01-07 (361 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.17
  SourcePackage: python2.7
  Title: package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 139
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1653571/+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 1666602] Re: package libpython2.7-minimal (not installed) failed to install/upgrade: trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is different from other i

2017-11-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python2.7 (Ubuntu)
   Status: New => Confirmed

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

Title:
  package libpython2.7-minimal (not installed) failed to
  install/upgrade: trying to overwrite shared
  '/etc/python2.7/sitecustomize.py', which is different from other
  instances of package libpython2.7-minimal:amd64

Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  Fetched 2,179 kB in 6s (322 kB/s)  
  (Reading database ... 266615 files and directories currently installed.)
  Preparing to unpack .../libpython2.7-minimal_2.7.6-8_amd64.deb ...
  Unpacking libpython2.7-minimal:amd64 (2.7.6-8) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libpython2.7-minimal_2.7.6-8_amd64.deb (--unpack):
   trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:amd64
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Selecting previously unselected package libpython2.7-stdlib:amd64.
  Preparing to unpack .../libpython2.7-stdlib_2.7.6-8_amd64.deb ...
  Unpacking libpython2.7-stdlib:amd64 (2.7.6-8) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libpython2.7-minimal_2.7.6-8_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpython2.7-minimal (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-63.84-generic 4.4.44
  Uname: Linux 4.4.0-63-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.5
  AptOrdering:
   libpython2.7-minimal: Install
   libpython2.7-stdlib: Install
   libpython2.7-minimal: Configure
   libpython2.7-stdlib: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Tue Feb 21 16:46:52 2017
  DpkgTerminalLog:
   Preparing to unpack .../libpython2.7-minimal_2.7.11-7ubuntu1_amd64.deb ...
   Unpacking libpython2.7-minimal:amd64 (2.7.11-7ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libpython2.7-minimal_2.7.11-7ubuntu1_amd64.deb 
(--unpack):
trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:amd64
  DuplicateSignature:
   package:libpython2.7-minimal:(not installed)
   Unpacking libpython2.7-minimal:amd64 (2.7.11-7ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libpython2.7-minimal_2.7.11-7ubuntu1_amd64.deb 
(--unpack):
trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:amd64
  ErrorMessage: trying to overwrite shared '/etc/python2.7/sitecustomize.py', 
which is different from other instances of package libpython2.7-minimal:amd64
  InstallationDate: Installed on 2016-09-13 (161 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: python2.7
  Title: package libpython2.7-minimal (not installed) failed to 
install/upgrade: trying to overwrite shared '/etc/python2.7/sitecustomize.py', 
which is different from other instances of package libpython2.7-minimal:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/102/+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 1713378] Re: package idle-python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-11-23 Thread Matthias Klose
invalid, you seem to have another Python installation in /usr/local

** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

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

Title:
  package idle-python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  Error when doing "sudo apt-get autoremove"

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: idle-python2.7 2.7.6-8ubuntu0.3
  ProcVersionSignature: Ubuntu 4.4.0-62.83~14.04.1-generic 4.4.40
  Uname: Linux 4.4.0-62-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.23
  AptOrdering: idle-python2.7: Configure
  Architecture: amd64
  Date: Sun Aug 27 20:20:41 2017
  DpkgHistoryLog:
   Start-Date: 2017-08-27  20:20:41
   Commandline: apt-get autoremove
  DuplicateSignature: package:idle-python2.7:2.7.6-8ubuntu0.3:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-01-18 (587 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.17
  SourcePackage: python2.7
  Title: package idle-python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1713378/+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 1694660] Re: package libpython2.7-minimal (not installed) failed to install/upgrade: trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is different from other i

2017-11-23 Thread Matthias Klose
*** This bug is a duplicate of bug 102 ***
https://bugs.launchpad.net/bugs/102

** This bug has been marked a duplicate of bug 102
   package libpython2.7-minimal (not installed) failed to install/upgrade: 
trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:amd64

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

Title:
  package libpython2.7-minimal (not installed) failed to
  install/upgrade: trying to overwrite shared
  '/etc/python2.7/sitecustomize.py', which is different from other
  instances of package libpython2.7-minimal:i386

Status in python2.7 package in Ubuntu:
  New

Bug description:
  Sorry this is not helpful it just failed is all i know

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpython2.7-minimal (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62
  Uname: Linux 4.4.0-78-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Wed May 31 10:44:58 2017
  DpkgTerminalLog:
   Preparing to unpack 
.../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.1_i386.deb ...
   Unpacking libpython2.7-minimal:i386 (2.7.12-1ubuntu0~16.04.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libpython2.7-minimal_2.7.12-1ubuntu0~16.04.1_i386.deb 
(--unpack):
trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:i386
  DuplicateSignature:
   package:libpython2.7-minimal:(not installed)
   Unpacking libpython2.7-minimal:i386 (2.7.12-1ubuntu0~16.04.1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libpython2.7-minimal_2.7.12-1ubuntu0~16.04.1_i386.deb 
(--unpack):
trying to overwrite shared '/etc/python2.7/sitecustomize.py', which is 
different from other instances of package libpython2.7-minimal:i386
  ErrorMessage: trying to overwrite shared '/etc/python2.7/sitecustomize.py', 
which is different from other instances of package libpython2.7-minimal:i386
  InstallationDate: Installed on 2017-02-01 (118 days ago)
  InstallationMedia: Lubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: python2.7
  Title: package libpython2.7-minimal (not installed) failed to 
install/upgrade: trying to overwrite shared '/etc/python2.7/sitecustomize.py', 
which is different from other instances of package libpython2.7-minimal:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1694660/+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 1708355] Re: package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-11-23 Thread Matthias Klose
unrelated to Python, disk full.

Traceback (most recent call last):
  File "/usr/lib/python2.7/py_compile.py", line 181, in 
sys.exit(main())
  File "/usr/lib/python2.7/py_compile.py", line 173, in main
compile(filename, doraise=True)
  File "/usr/lib/python2.7/py_compile.py", line 127, in compile
with open(path_tmp, 'wb') as fc:
IOError: [Errno 28] No space left on device: 
'/usr/lib/python2.7/lib-tk/tkCommonDialog.pyc.140139960988312'
dpkg: error al procesar el paquete python2.7 (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

** Package changed: python2.7 (Ubuntu) => ubuntu

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

Title:
  package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

Status in Ubuntu:
  New

Bug description:
  es una basura este SO

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: python2.7 2.7.6-8ubuntu0.3
  ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
  Uname: Linux 3.16.0-51-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.25
  Architecture: amd64
  Date: Wed Aug  2 16:00:05 2017
  DuplicateSignature: package:python2.7:2.7.6-8ubuntu0.3:el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
  InstallationDate: Installed on 2015-06-17 (777 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.17
  SourcePackage: python2.7
  Title: package python2.7 2.7.6-8ubuntu0.3 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
  UpgradeStatus: Upgraded to trusty on 2017-08-02 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1708355/+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 1512068] Re: Python ctypes.util , Shell Injection in find_library()

2017-11-23 Thread Matthias Klose
fixed in zesty and newer releases

** Also affects: python2.7 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: python2.7 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Python ctypes.util , Shell Injection in find_library()

Status in Python:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python2.7 source package in Xenial:
  New

Bug description:
  https://github.com/Legrandin/ctypes/issues/1

  The find_library() function can execute code when special chars like ;|`<>$ 
are in the name.
  The "os.popen()" calls in the util.py script should be replaced with 
"subprocess.Popen()".

  Demo Exploits for Linux :
  

  >>> from ctypes.util import find_library
  >>> find_library(";xeyes")# runs  xeyes 
  >>> find_library("|xterm")# runs terminal
  >>> find_library("")# runs gimp
  >>> find_library("$(nautilus)")  # runs filemanager
  >>> find_library(">test")   # creates, and if exists, 
erases a file "test"

   Traceback 

  >>> find_library("`xmessage hello`")# shows a message, press ctrl+c for 
Traceback
  ^CTraceback (most recent call last):
File "", line 1, in 
File "/usr/lib/python3.4/ctypes/util.py", line 244, in find_library
  return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))
File "/usr/lib/python3.4/ctypes/util.py", line 99, in _findLib_gcc
  trace = f.read()
  KeyboardInterrupt

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: libpython2.7-stdlib 2.7.10-4ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Nov  1 10:34:38 2015
  InstallationDate: Installed on 2015-10-09 (22 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151009)
  SourcePackage: python2.7
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1512068/+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 1683428] Re: read_csv on bzip2 file unzips only the first block

2017-11-23 Thread Matthias Klose
won't diverge from upstream

** Changed in: python2.7 (Ubuntu)
   Status: Confirmed => Won't Fix

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

Title:
  read_csv on bzip2 file unzips only the first block

Status in pandas package in Ubuntu:
  Confirmed
Status in python2.7 package in Ubuntu:
  Won't Fix

Bug description:
  It seems that the read_csv() suffers the same symptoms as eg the early
  boost implementations, see
  https://svn.boost.org/trac/boost/ticket/3853 for details. The bz2
  files can namely be composed of many concatenated bz2 blocks which
  have to be treated as a continuous stream.

  How to test: create large csv file, much larger than 900k. Compress
  with pbzip2 (each process creates one bz2 block). Alternatively create
  many such csv files, bzip2 them individually and then cat *.bz2
  >joined.bz2

  read_csv() will uncompress and read only the first block.

  Note that this is a severe bug since the parallel bzip2 is getting
  increasingly common on multi-core systems.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: python-pandas 0.17.1-3ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-42.45-generic 4.8.17
  Uname: Linux 4.8.0-42-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Apr 17 18:42:52 2017
  InstallationDate: Installed on 2014-10-21 (909 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: pandas
  UpgradeStatus: Upgraded to yakkety on 2016-10-20 (179 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pandas/+bug/1683428/+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 1683187] Re: package python-apt 1.4.0~beta2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-11-23 Thread Matthias Klose
invalid. the user changed /usr/bin/python to point to python3

** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

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

Title:
  package python-apt 1.4.0~beta2 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 1

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  Error dialog appeared some time after first login post upgrade from
  16.10 to 17.04.

  Trying to resolve issues with clamav-daemon systemd service and
  virtualbox at the time - not sure where this error triggered.

  Was having issues with python 3.6 beta - uninstalled due to 17.04
  upgrade failure.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: python-apt 1.4.0~beta2
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Sun Apr 16 18:46:13 2017
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-03 (348 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: python-apt
  Title: package python-apt 1.4.0~beta2 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1683187/+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 1727975] Re: package python-libxml2 2.9.3+dfsg1-1ubuntu0.3 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2017-11-23 Thread Matthias Klose
invalid, you changed your /usr/bin/python symlink to point to Python3

** Changed in: python2.7 (Ubuntu)
   Status: New => Invalid

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

Title:
  package python-libxml2 2.9.3+dfsg1-1ubuntu0.3 failed to
  install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

Status in python2.7 package in Ubuntu:
  Invalid

Bug description:
  it just failed!

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-libxml2 2.9.3+dfsg1-1ubuntu0.3
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-37-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Fri Oct 27 16:17:09 2017
  ErrorMessage: 子进程 已安装 post-installation 脚本 返回错误状态 1
  InstallationDate: Installed on 2017-10-24 (2 days ago)
  InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.24
  SourcePackage: libxml2
  Title: package python-libxml2 2.9.3+dfsg1-1ubuntu0.3 failed to 
install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1727975/+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 1581160] Re: Switch to Noto Sans as default font for Japanese and/or Korean?

2017-11-23 Thread Gunnar Hjalmarsson
On 2017-11-23 08:39, Jung-Kyu Park wrote:
> It seems package fonts-nanum* have been removed correctly though,
> fonts- unfonts* seems still exist on bionic, tested in daily cdimage
> of today.

The change in language-selector, which stops pulling fonts-unfonts-core,
reached the archive as language-selector-common 0.184 as late as
2017-11-21. So probably the ISO you tested with carried language-
selector-common 0.183, and this will change in a day or two in the daily
ISOs.

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

Title:
  Switch to Noto Sans as default font for Japanese and/or Korean?

Status in language-selector package in Ubuntu:
  In Progress
Status in lubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntu-budgie-meta package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released
Status in ubuntukylin-meta package in Ubuntu:
  Fix Released
Status in ubuntustudio-meta package in Ubuntu:
  Fix Released

Bug description:
  In Ubuntu 16.04 Noto Sans CJK is the default font for rendering
  Chinese. After having struggled with a few issues, I believe that we
  finally achieved the desired improvement of the rendering experience.

  So now I ask: Is there an interest from Japanese and Korean users to
  consider a switch to Noto Sans? (The fonts are already installed for
  all users on Ubuntu 16.04.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1581160/+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 1591895] Re: SRU: backport python 2.7.12 to 16.04 LTS

2017-11-23 Thread Matthias Klose
** No longer affects: python-stdlib-extensions (Ubuntu Zesty)

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

Title:
  SRU: backport python 2.7.12 to 16.04 LTS

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  New
Status in python-stdlib-extensions source package in Xenial:
  New
Status in python2.7 source package in Xenial:
  Fix Released
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: backport python 2.7.12 to 16.04 LTS

  The idea is to ship a released version with the first point release of
  16.04 LTS.  We updated python2.7 from the the 2.7 branch up to the
  final 2.7.12 release, and then made a test rebuild of the archive
  using the new python2.7 (and some other toolchain packages).

  The test rebuild was done using the release candidate of 2.7.12,
  however the only changes between the rc and the final release are
  Windows related, and include one change in the idle lib. From my point
  of view we don't need another test rebuild.

  The evaluation of the test rebuild is found in LP: #1586673. I'm
  pretty sure that none of the possible regressions can be attributed to
  the python2.7 update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1591895/+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 1591895] Re: SRU: backport python 2.7.12 to 16.04 LTS

2017-11-23 Thread Matthias Klose
** Also affects: python-stdlib-extensions (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-defaults (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-defaults (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: python-stdlib-extensions (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: python2.7 (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** No longer affects: python2.7 (Ubuntu Zesty)

** Changed in: python-defaults (Ubuntu)
   Status: New => Fix Released

** Changed in: python-stdlib-extensions (Ubuntu)
   Status: New => Fix Released

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

Title:
  SRU: backport python 2.7.12 to 16.04 LTS

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-stdlib-extensions package in Ubuntu:
  Fix Released
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  New
Status in python-stdlib-extensions source package in Xenial:
  New
Status in python2.7 source package in Xenial:
  Fix Released
Status in python-defaults source package in Zesty:
  New

Bug description:
  SRU: backport python 2.7.12 to 16.04 LTS

  The idea is to ship a released version with the first point release of
  16.04 LTS.  We updated python2.7 from the the 2.7 branch up to the
  final 2.7.12 release, and then made a test rebuild of the archive
  using the new python2.7 (and some other toolchain packages).

  The test rebuild was done using the release candidate of 2.7.12,
  however the only changes between the rc and the final release are
  Windows related, and include one change in the idle lib. From my point
  of view we don't need another test rebuild.

  The evaluation of the test rebuild is found in LP: #1586673. I'm
  pretty sure that none of the possible regressions can be attributed to
  the python2.7 update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1591895/+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 1715062] Re: package python-six 1.10.0-3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2017-11-23 Thread Matthias Klose
** Also affects: python-defaults (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: python-defaults (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

Title:
  package python-six 1.10.0-3 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in python-defaults package in Ubuntu:
  Fix Released
Status in python-defaults source package in Xenial:
  New
Status in python-defaults source package in Zesty:
  New

Bug description:
  kflkt

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-six 1.10.0-3
  ProcVersionSignature: Ubuntu 4.10.0-33.37~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  Date: Tue Sep  5 06:44:23 2017
  Dependencies:
   
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2017-08-03 (32 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.19
  SourcePackage: six
  Title: package python-six 1.10.0-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1715062/+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 1734109] Re: Avoid symbol conflicts with `md5_*' symbols in third party extensions

2017-11-23 Thread Matthias Klose
the change is already in artful and bionic

** Changed in: python2.7 (Ubuntu Artful)
   Status: New => Fix Released

** Changed in: python2.7 (Ubuntu)
   Status: New => Fix Released

** Description changed:

+ SRU
+ 
  We link most extensions as built-ins into the python binary. the md5_*
  symbols cause a conflict with external libs/extensions.  So just use the
  _Py-* namespace for these. See the Debian report for details.
+ 
+ These are internal functions for the md5 module. Renaming them to the
+ _Py_* namespace avoids the conflict.  There should not be any case where
+ these are intentionally referenced. At least in the archive there are no
+ known references, so the regression potential is limited to external
+ binaries, and there it should be minimal to non-existing as well.

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

Title:
  Avoid symbol conflicts with `md5_*' symbols in third party extensions

Status in python2.7 package in Ubuntu:
  Fix Released
Status in python2.7 source package in Xenial:
  New
Status in python2.7 source package in Zesty:
  New
Status in python2.7 source package in Artful:
  Fix Released

Bug description:
  SRU

  We link most extensions as built-ins into the python binary. the md5_*
  symbols cause a conflict with external libs/extensions.  So just use
  the _Py-* namespace for these. See the Debian report for details.

  These are internal functions for the md5 module. Renaming them to the
  _Py_* namespace avoids the conflict.  There should not be any case
  where these are intentionally referenced. At least in the archive
  there are no known references, so the regression potential is limited
  to external binaries, and there it should be minimal to non-existing
  as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1734109/+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 1734109] [NEW] Avoid symbol conflicts with `md5_*' symbols in third party extensions

2017-11-23 Thread Matthias Klose
Public bug reported:

SRU

We link most extensions as built-ins into the python binary. the md5_*
symbols cause a conflict with external libs/extensions.  So just use the
_Py-* namespace for these. See the Debian report for details.

These are internal functions for the md5 module. Renaming them to the
_Py_* namespace avoids the conflict.  There should not be any case where
these are intentionally referenced. At least in the archive there are no
known references, so the regression potential is limited to external
binaries, and there it should be minimal to non-existing as well.

** Affects: python2.7 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: python2.7 (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: python2.7 (Ubuntu Zesty)
 Importance: Undecided
 Status: New

** Affects: python2.7 (Ubuntu Artful)
 Importance: Undecided
 Status: Fix Released

** Also affects: python2.7 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: python2.7 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: python2.7 (Ubuntu Zesty)
   Importance: Undecided
   Status: New

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

Title:
  Avoid symbol conflicts with `md5_*' symbols in third party extensions

Status in python2.7 package in Ubuntu:
  Fix Released
Status in python2.7 source package in Xenial:
  New
Status in python2.7 source package in Zesty:
  New
Status in python2.7 source package in Artful:
  Fix Released

Bug description:
  SRU

  We link most extensions as built-ins into the python binary. the md5_*
  symbols cause a conflict with external libs/extensions.  So just use
  the _Py-* namespace for these. See the Debian report for details.

  These are internal functions for the md5 module. Renaming them to the
  _Py_* namespace avoids the conflict.  There should not be any case
  where these are intentionally referenced. At least in the archive
  there are no known references, so the regression potential is limited
  to external binaries, and there it should be minimal to non-existing
  as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1734109/+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 1734106] [NEW] virtualbox crash after update 4.13.0-18 version

2017-11-23 Thread ROCHE
Public bug reported:

An update to day :  4.13.0-18

virtualbox don't start prg

Échec de l'ouverture de session pour la machine virtuelle Android 7.1.

The virtual machine 'Android 7.1' has terminated unexpectedly during
startup with exit code 1 (0x1).

Code d'erreur : NS_ERROR_FAILURE (0x80004005)
Composant : MachineWrap
Interface : IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}

Good works on 4.13.0-17 version !

I had same problem with update from 4.13.0-16 to 4.13.0-17

It seems to be a problem with kernel

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The
support driver is not installed. On linux, open returned ENOENT.

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

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

Title:
  virtualbox crash after update 4.13.0-18 version

Status in apport package in Ubuntu:
  New

Bug description:
  An update to day :  4.13.0-18

  virtualbox don't start prg

  Échec de l'ouverture de session pour la machine virtuelle Android 7.1.

  The virtual machine 'Android 7.1' has terminated unexpectedly during
  startup with exit code 1 (0x1).

  Code d'erreur : NS_ERROR_FAILURE (0x80004005)
  Composant : MachineWrap
  Interface : IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}

  Good works on 4.13.0-17 version !

  I had same problem with update from 4.13.0-16 to 4.13.0-17

  It seems to be a problem with kernel

  where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The
  support driver is not installed. On linux, open returned ENOENT.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1734106/+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 1734104] [NEW] 'upgrade' in bionic should by default autoremove as well

2017-11-23 Thread Mark Shuttleworth
Public bug reported:

In bionic, apt upgrade should also autoremove by default. I have a few
bionic systems (upgrades from xenial mostly) which are not yet showing
that behaviour, it may be we haven't implemented that yet so this is
just a placeholder bug in that case :)

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

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

Title:
  'upgrade' in bionic should by default autoremove as well

Status in apt package in Ubuntu:
  New

Bug description:
  In bionic, apt upgrade should also autoremove by default. I have a few
  bionic systems (upgrades from xenial mostly) which are not yet showing
  that behaviour, it may be we haven't implemented that yet so this is
  just a placeholder bug in that case :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1734104/+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 1734092] Re: Evince does not print hyphens in some PDF documents (cairo bug)

2017-11-23 Thread dino99
** Tags added: patch xenial

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

Title:
  Evince does not print hyphens in some PDF documents (cairo bug)

Status in cairo package in Ubuntu:
  New

Bug description:
  In some PDF files, characters like hyphen (minus sign) and others
  symbols are not printed in Evince.

  According to https://bugs.freedesktop.org/show_bug.cgi?id=94615, the
  bug is in version 1.14 of cairo.

  The bug was fixed last year in version 1.15 (see
  
https://cgit.freedesktop.org/cairo/commit/?id=190678f6444ad879847d603c3c9eaf8e9ab6887a).

  I've backported the above patch in Ubuntu 16.04 xenial, and it fixes
  the bug.

  To reproduce the bug (see attached test files) in Ububtu 16.04 (with
  libcairo2 1.14.6-1):

  1. Create a LaTeX test document (test.tex) with the following content:

  \documentclass{article}
  \usepackage[T1]{fontenc}
  \begin{document}
  a-b---
  \end{document}

  2. Create a test.pdf from test.tex:

  pdflatex test.tex

  3. Create a cairo pdf output (or print test.pdf on a printer, using
  Evince):

  pdftocairo test.pdf -pdf test1.pdf

  Open test1.pdf with Evince: as you can see, some of the hyphen signs
  have disappeared.

  
  To fix the bug, rebuild the cairo deb packages with the attached patch, 
install the packages and do (or print test.pdf on a printer, using Evince):

  pdftocairo test.pdf -pdf test2.pdf

  Now, open test2.pdf with Evince: there is no more missing hyphen sign.

  System: Ubuntu 16.04.3 LTS
  Packages: libcairo2 (1.14.6-1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1734092/+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 1734092] [NEW] Evince does not print hyphens in some PDF documents (cairo bug)

2017-11-23 Thread Roland65
Public bug reported:

In some PDF files, characters like hyphen (minus sign) and others
symbols are not printed in Evince.

According to https://bugs.freedesktop.org/show_bug.cgi?id=94615, the bug
is in version 1.14 of cairo.

The bug was fixed last year in version 1.15 (see
https://cgit.freedesktop.org/cairo/commit/?id=190678f6444ad879847d603c3c9eaf8e9ab6887a).

I've backported the above patch in Ubuntu 16.04 xenial, and it fixes the
bug.

To reproduce the bug (see attached test files) in Ububtu 16.04 (with
libcairo2 1.14.6-1):

1. Create a LaTeX test document (test.tex) with the following content:

\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
a-b---
\end{document}

2. Create a test.pdf from test.tex:

pdflatex test.tex

3. Create a cairo pdf output (or print test.pdf on a printer, using
Evince):

pdftocairo test.pdf -pdf test1.pdf

Open test1.pdf with Evince: as you can see, some of the hyphen signs
have disappeared.


To fix the bug, rebuild the cairo deb packages with the attached patch, install 
the packages and do (or print test.pdf on a printer, using Evince):

pdftocairo test.pdf -pdf test2.pdf

Now, open test2.pdf with Evince: there is no more missing hyphen sign.

System: Ubuntu 16.04.3 LTS
Packages: libcairo2 (1.14.6-1)

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


** Tags: patch xenial

** Attachment added: "Test files and patch"
   
https://bugs.launchpad.net/bugs/1734092/+attachment/5013531/+files/test-files-and-patch.tar.gz

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

Title:
  Evince does not print hyphens in some PDF documents (cairo bug)

Status in cairo package in Ubuntu:
  New

Bug description:
  In some PDF files, characters like hyphen (minus sign) and others
  symbols are not printed in Evince.

  According to https://bugs.freedesktop.org/show_bug.cgi?id=94615, the
  bug is in version 1.14 of cairo.

  The bug was fixed last year in version 1.15 (see
  
https://cgit.freedesktop.org/cairo/commit/?id=190678f6444ad879847d603c3c9eaf8e9ab6887a).

  I've backported the above patch in Ubuntu 16.04 xenial, and it fixes
  the bug.

  To reproduce the bug (see attached test files) in Ububtu 16.04 (with
  libcairo2 1.14.6-1):

  1. Create a LaTeX test document (test.tex) with the following content:

  \documentclass{article}
  \usepackage[T1]{fontenc}
  \begin{document}
  a-b---
  \end{document}

  2. Create a test.pdf from test.tex:

  pdflatex test.tex

  3. Create a cairo pdf output (or print test.pdf on a printer, using
  Evince):

  pdftocairo test.pdf -pdf test1.pdf

  Open test1.pdf with Evince: as you can see, some of the hyphen signs
  have disappeared.

  
  To fix the bug, rebuild the cairo deb packages with the attached patch, 
install the packages and do (or print test.pdf on a printer, using Evince):

  pdftocairo test.pdf -pdf test2.pdf

  Now, open test2.pdf with Evince: there is no more missing hyphen sign.

  System: Ubuntu 16.04.3 LTS
  Packages: libcairo2 (1.14.6-1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1734092/+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 1637754] Re: No image out of display port in Lenovo T460s

2017-11-23 Thread Timo Aaltonen
** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

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

Title:
  No image out of display port in Lenovo T460s

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I've tried to connect my Lenovo T460s to a HDMI projector using a mini
  display port to HDMI cable. Although this works in windows on the same
  hardware, on linux nothing is displayed and the projector says "No
  signal". Ubuntu recognizes the projector and sets everything up in the
  Displays settings though.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog: /dev/mapper/sda5_crypt: clean, 246292/61235200 files, 
19529009/244923392 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Oct 29 19:00:40 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.24, 4.4.0-31-generic, x86_64: installed
   virtualbox, 5.0.24, 4.4.0-45-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Skylake Integrated Graphics [17aa:2233]
  InstallationDate: Installed on 2016-10-27 (1 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 138a:0090 Validity Sensors, Inc. 
   Bus 001 Device 003: ID 5986:0706 Acer, Inc 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20FAS5TS00
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-31-generic 
root=UUID=2a6b0b7e-668b-4c7f-82a9-de13f7ec5d57 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/02/2016
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET45W (1.13 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FAS5TS00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET45W(1.13):bd06/02/2016:svnLENOVO:pn20FAS5TS00:pvrThinkPadT460s:rvnLENOVO:rn20FAS5TS00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20FAS5TS00
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Fri Oct 28 03:36:51 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   38562 
   vendor MEI
  xserver.version: 2:1.18.3-1ubuntu2.2

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