Re: [Touch-packages] [Bug 1690836] Re: libnl-genl-3.0 memory leak

2017-05-17 Thread Filofel
Joshua,

Since this is apparently fixed in Debian 8.0, couldn't it have been fixed
already upstream?
In which case, the problem would rather be updating the Ubuntu LTS version
(or backporting the fix)?


On Wed, May 17, 2017 at 11:56 PM, Joshua Powers 
wrote:

> I believe this is the upstream project:
> https://github.com/tgraf/libnl
>
> ** Tags added: bitesize needs-upstream-report
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1690836
>
> Title:
>   libnl-genl-3.0 memory leak
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/
> 1690836/+subscriptions
>

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

Title:
  libnl-genl-3.0 memory leak

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  It seems that there is a memory leak in the libnl-genl-3.0 library.
  The memory-leak can be seen when the function genl_ctrl_resolve() fails.

  It seems that this function copy a buffer and forget to deallocate it 
properly:
    258 cb = nl_cb_clone(orig); // buffer copied not freed

  -
  The following attached source-code can help you to reproduce this behavior on 
Ubuntu 14.04.
  It forces an issue on the genl_ctrl_resolve by asking an unknown 
netlink-family.

  To compile program:
  g++ -std=c++11 main.cpp $(pkg-config --cflags --libs libnl-3.0 
libnl-genl-3.0) -o main

  To detect memory-leak using Valgrind:
  valgrind --leak-check=full ./main

  -
  Executing it on Debian 8.0 shows "no memory leak":
  sylvain@debian:~/test$ lsb_release -rd
  Description:  Debian GNU/Linux 8.8 (jessie)
  Release:  8.8

  sylvain@debian:~/test$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  sylvain@debian:~/test$ valgrind --leak-check=full ./main
  ==26390== Memcheck, a memory error detector
  ==26390== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==26390== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
  ==26390== Command: ./main
  ==26390==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==26390==
  ==26390== HEAP SUMMARY:
  ==26390== in use at exit: 0 bytes in 0 blocks
  ==26390==   total heap usage: 13 allocs, 13 frees, 22,142 bytes allocated
  ==26390==
  ==26390== All heap blocks were freed -- no leaks are possible
  ==26390==
  ==26390== For counts of detected and suppressed errors, rerun with: -v
  ==26390== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

  -
  Executing it on Ubuntu 14.04 shows a memory leak:
  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04

  ubuntu@ubuntu:~$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  ubuntu@ubuntu:~$ valgrind --leak-check=full ./main
  ==37377== Memcheck, a memory error detector
  ==37377== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==37377== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  ==37377== Command: ./main
  ==37377==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==37377==
  ==37377== HEAP SUMMARY:
  ==37377== in use at exit: 224 bytes in 1 blocks
  ==37377==   total heap usage: 13 allocs, 12 frees, 22,142 bytes allocated
  ==37377==
  ==37377== 224 bytes in 1 blocks are definitely lost in loss record 1 of 1
  ==37377==at 0x4C2CC70: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==37377==by 0x5048FAA: nl_cb_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x504CB1E: nl_socket_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x4012E3: A::Init() (in /home/ubuntu/main)
  ==37377==by 0x401189: main (in /home/ubuntu/main)
  ==37377==
  ==37377== LEAK SUMMARY:
  ==37377==definitely lost: 224 bytes in 1 blocks
  ==37377==indirectly lost: 0 bytes in 0 blocks
  ==37377==  possibly lost: 0 bytes in 0 blocks
  ==37377==still reachable: 0 bytes in 0 blocks
  ==37377== suppressed: 0 bytes in 0 blocks
  ==37377==
  ==37377== For counts of detected and suppressed errors, rerun with: -v
  ==37377== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

  Thanks,
  Sylvain Trinquet

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

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

[Touch-packages] [Bug 1645186] [NEW] HUD service memory leak (ubuntu 16.04)

2017-05-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Large or very frequent memory leak, realized of it when my system
started to need the swap space (not frequent as I usually don't consume
more than half of my 16 GB of RAM). The HUD service had 13 GB of the
memory used up.

** Affects: hud (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: bot-comment
-- 
HUD service memory leak (ubuntu 16.04)
https://bugs.launchpad.net/bugs/1645186
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to hud in Ubuntu.

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


[Touch-packages] [Bug 1644530] Re: keepalived fails to restart cleanly due to the wrong systemd settings

2017-05-17 Thread ChristianEhrhardt
> Anything else needed on src:systemd side of things?

Hi xnox,
Well, in a perfect world and with a time machine to help you could look what in 
zesty's systemd fixed it to work reliably even with the suboptimal service file.
But then you have more important tasks all around you and it is fixed where it 
was broken. Until then I think "opinion" is more appropriate than "incomplete" 
- yet at whatever state it is ok to just let it hang around for now.

If similar issues come up for other services we might reconsider.

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: systemd (Ubuntu Xenial)
   Status: Incomplete => Opinion

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

Title:
  keepalived fails to restart cleanly due to the wrong systemd settings

Status in keepalived package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Opinion
Status in keepalived source package in Xenial:
  Fix Released
Status in systemd source package in Xenial:
  Opinion
Status in keepalived package in Debian:
  New

Bug description:
  [Impact]

   * Restarts of keepalived can leave stale processes with the old
  configuration around.

   * The systemd detection of the MainPID is suboptimal, and combined
  with not waiting on signals being handled it can fail on second
  restart killing the (still) remaining process of the first start.

   * Upstream has a PIDFile statement, this has proven to avoid the
  issue in the MainPID guessing code of systemd.

  [Test Case]

   * Set up keepalived, the more complex the config is the "bigger" is the 
reace window, below in the description is a trivial sample config that works 
well.
   
   * As a test run the loop restarting the service head-to-head while staying 
under the max-restart limit
  $ for j in $(seq 1 20); do sleep 11s; time for i in $(seq 1 5); do sudo 
systemctl restart keepalived; sudo systemctl status keepalived | egrep 
'Main.*exited'; done; done

   Expectation: no output other than timing
   Without fix: sometimes MainPIDs do no more exist, in these cases the child 
processes are the "old" ones from last execution with the old config.

  [Regression Potential]

   * Low because
 * A PIDFile statement is recommended by systemd for type=forking services 
anyway.
 * Upstream keepalived has this statement in their service file
 * By the kind of change, it should have no functional impact to other 
parts of the service other than for the PID detection of the job by Systemd.

   * Yet regression potential is never zero. There might be the unlikely
  case, which were considered working before due to a new config not
  properly being picked up. After the fix they will behave correctly and
  might show up as false-positives then if e.g. config was bad.

  [Other Info]
   
   * Usually a fix has to be in at least the latest Development release before 
SRUing it. But as I outlined below in later Releases than Xenial systemd seems 
to have improved making this change not-required. We haven't identified the 
bits for this (there is a bug task here), and they might as well be very 
complex. I think it is correct to fix Xenial in this regard with the simple 
change to the service file for now.

   * To eventually match I created a Debian bug task to ask them for the
  inclusion of the PIDFile so it can slowly tickle back down to newer
  Ubuntu Releases - also there more often people run backports where the
  issue might occur on older systemd versions (just as it does for us on
  Xenial)

  ---

  Because "PIDFile=" directive is missing in the systemd unit file,
  keepalived sometimes fails to kill all old processes. The old
  processes remain with old settings and cause unexpected behaviors. The
  detail of this bug is described in this ticket in upstream:
  https://github.com/acassen/keepalived/issues/443.

  The official systemd unit file is available since version 1.2.24 by
  this commit:

  
https://github.com/acassen/keepalived/commit/635ab69afb44cd8573663e62f292c6bb84b44f15

  This includes "PIDFile" directive correctly:

  PIDFile=/var/run/keepalived.pid

  We should go the same way.

  I am using Ubuntu 16.04.1, kernel 4.4.0-45-generic.

  Package: keepalived
  Version: 1.2.19-1

  ===

  How to reproduce:

  I used the two instances of Ubuntu 16.04.2 on DigitalOcean:

  Configurations
  --

  MASTER server's /etc/keepalived/keepalived.conf:

    vrrp_script chk_nothing {
   script "/bin/true"
   interval 2
    }

    vrrp_instance G1 {
  interface eth1
  state BACKUP
  priority 100

  virtual_router_id 123
  unicast_src_ip 
  unicast_peer {
    
  }
  track_script {
    chk_nothing
  }
    }

  BACKUP server's /etc/keepalived/keepalived.conf:

    vrrp

[Touch-packages] [Bug 1691657] [NEW] package linux-generic 4.4.0.78.84 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2017-05-17 Thread Maddalena
Public bug reported:

There is no space in the /boot volume

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-generic 4.4.0.78.84
ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
Uname: Linux 4.4.0-75-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mneglia1903 F pulseaudio
Date: Sun May 14 21:05:24 2017
ErrorMessage: problèmes de dépendances - laissé non configuré
HibernationDevice: RESUME=UUID=55cf948b-4a3b-420d-8837-375800aeda99
InstallationDate: Installed on 2016-07-22 (299 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0c45:670c Microdia 
 Bus 001 Device 003: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for 
Bluetooth
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-75-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.7
SourcePackage: initramfs-tools
Title: package linux-generic 4.4.0.78.84 failed to install/upgrade: problèmes 
de dépendances - laissé non configuré
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.4.4
dmi.board.name: 0TG3CN
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.4:bd06/14/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0TG3CN:rvrA02:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

** Affects: initramfs-tools (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 initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1691657

Title:
  package linux-generic 4.4.0.78.84 failed to install/upgrade: problèmes
  de dépendances - laissé non configuré

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  There is no space in the /boot volume

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-generic 4.4.0.78.84
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mneglia1903 F pulseaudio
  Date: Sun May 14 21:05:24 2017
  ErrorMessage: problèmes de dépendances - laissé non configuré
  HibernationDevice: RESUME=UUID=55cf948b-4a3b-420d-8837-375800aeda99
  InstallationDate: Installed on 2016-07-22 (299 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0c45:670c Microdia 
   Bus 001 Device 003: ID 0a5c:6412 Broadcom Corp. 
   Bus 001 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for 
Bluetooth
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. XPS 13 9350
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-75-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.7
  SourcePackage: initramfs-tools
  Title: package linux-generic 4.4.0.78.84 failed to install/upgrade: problèmes 
de dépendances - laissé non configuré
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/14/2016
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.4.4
  dmi.board.name: 0TG3CN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.4.4:bd06/14/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0TG3CN:rvrA02:cvnDellInc.:ct9:cvr:
  dmi.product.name: XPS 13 9350
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1691420] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2017-05-17 Thread Luke picciau
Looks like this could have been caused by installing KDE and then gnome

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

Title:
  package account-plugin-google (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/accounts/providers/google.provider', which is also in
  package kaccounts-providers 4:15.12.3-0ubuntu1

Status in account-plugins package in Ubuntu:
  New

Bug description:
  Not quite sure what triggered this bug

  Description:Ubuntu 16.04.2 LTS
  Release:16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: account-plugin-google (not installed)
  ProcVersionSignature: Ubuntu 4.8.0-51.54~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-51-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Sat May 13 22:35:12 2017
  DuplicateSignature:
   package:account-plugin-google:(not installed)
   Unpacking account-plugin-google (0.12+16.04.20160126-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/account-plugin-google_0.12+16.04.20160126-0ubuntu1_all.deb
 (--unpack):
trying to overwrite '/usr/share/accounts/providers/google.provider', which 
is also in package kaccounts-providers 4:15.12.3-0ubuntu1
  ErrorMessage: trying to overwrite 
'/usr/share/accounts/providers/google.provider', which is also in package 
kaccounts-providers 4:15.12.3-0ubuntu1
  InstallationDate: Installed on 2017-05-13 (4 days ago)
  InstallationMedia: Kubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: account-plugins
  Title: package account-plugin-google (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/providers/google.provider', which is also in package 
kaccounts-providers 4:15.12.3-0ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1691420/+subscriptions

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


[Touch-packages] [Bug 1691635] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1688721
   package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  update proces produce this information

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Wed May 17 21:58:17 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1691635] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Viljem Kerec
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

update proces produce this information

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Wed May 17 21:58:17 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  update proces produce this information

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Wed May 17 21:58:17 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1674258] Re: lscpu crashs when /dev/mem is not stable to read

2017-05-17 Thread Ike Panhc
** Description changed:

- To read and scan SMBIOS in /dev/mem is dangerous and for DMI information
- it will be better to read from /sys/firmware/dmi/tables/DMI if it
- exists.
+ [Impact]
  
- [278063.180820] Process lscpu (pid: 22668, stack limit = 0x842fb2a0c000)
- [278063.187593] Stack: (0x842fb2a0fd90 to 0x842fb2a1)
- [278063.193412] fd80:   842fb2a0fe00 
0829bf00
- [278063.201315] fda0: 801fae2a9a00 25ccb150 0020 
842fb2a0feb0
- [278063.209217] fdc0: 0020 0015 0123 
003f
- [278063.217120] fde0: 08a22000 842faf449c00 842fb2a0feb0 
842faf449c00
- [278063.225022] fe00: 842fb2a0fe30 0829d484 0020 
801fae2a9a00
- [278063.232925] fe20: 25ccb150 842fb2a0feb0 842fb2a0fe70 
0829ebbc
- [278063.240827] fe40: 09208000 801fae2a9a00 801fae2a9a00 
25ccb150
- [278063.248730] fe60: 0020 ffea  
080838f0
- [278063.256632] fe80:  801ff2faa000  
a7e06fe8
- [278063.264535] fea0: 8000 a7e13128 398a 
00040a01
- [278063.272437] fec0: 0003 25ccb150 0020 
0020
- [278063.280340] fee0: 25ccb150 fe1023d8 398a 

- [278063.288243] ff00: 003f a7e8e9a8 0101010101010101 
0010
- [278063.296145] ff20: 000f   
a7eefcc0
- [278063.304048] ff40:  0041c240 0a03 
0020
- [278063.311950] ff60: 25ccb150 0003  
25ccb150
- [278063.319853] ff80: 0041c000  0ee6b280 
00fc
- [278063.327755] ffa0: 0040 fe102410 0040622c 
fe102410
- [278063.335658] ffc0: a7e06fe8 8000 0003 
003f
- [278063.343560] ffe0:    

- [278063.351462] Call trace:
- [278063.353982] Exception stack(0x842fb2a0fba0 to 0x842fb2a0fcd0)
- [278063.360496] fba0: 0020 0001 0144d000 
084ce02c
- [278063.368399] fbc0: 6145 082b7600 842fb3008540 
842faf449c00
- [278063.376301] fbe0: 842fb2a0fc10 082c3f74 842fb0131ca0 

- [278063.384204] fc00: 842fb2a0fd30 0030 842fb2a0fc30 
082a9b60
- [278063.392106] fc20:  0038 842fb2a0fc70 
082af37c
- [278063.48] fc40:  842fb2a0fd30 842fb2a0fc70 
00040a01
- [278063.407911] fc60: 25ccb150 8000398a 0020 
0020
- [278063.415813] fc80:  25ccb170 25ccb150 

- [278063.423716] fca0: 003f a7e8e9a8 0101010101010101 
0010
- [278063.431617] fcc0: 000f 
- [278063.436568] [] __arch_copy_to_user+0xac/0x230
- [278063.442563] [] __vfs_read+0x48/0x90
- [278063.447687] [] vfs_read+0x8c/0x148
- [278063.452725] [] SyS_read+0x6c/0xd8
- [278063.457677] [] el0_svc_naked+0x24/0x28
- [278063.463063] Code: a8c12027 a88120c7 d503201f d503201f (a8c12027) 
- [278063.471015] systemd-journald[937]: Compressed data object 806 -> 576 
using XZ
- [278063.474566] ---[ end trace 69a9c073d1c44e35 ]---
- Segmentation fault (core dumped)
+  * Read from /dev/mem and scan DMI tables is dangerous, if /dev/mem is
+ not stable to read, it will cause lscpu crash.
+ 
+ [Test Case]
+ 
+  * `sudo lscpu` shall not cause Segmentation fault (core dumped)
+ 
+ [Regression Potential]
+ 
+  * Reading from DMI tables is sysfs is more stable then reading from
+ /dev/mem and if DMI tables is not available lscpu will use the old way
+ to search in /dev/mem. I believe its low regression risk

** Description changed:

  [Impact]
  
-  * Read from /dev/mem and scan DMI tables is dangerous, if /dev/mem is
+  * Read from /dev/mem and scan DMI tables is dangerous, if /dev/mem is
  not stable to read, it will cause lscpu crash.
  
  [Test Case]
  
-  * `sudo lscpu` shall not cause Segmentation fault (core dumped)
+  * `sudo lscpu` shall not cause Segmentation fault (core dumped)
  
  [Regression Potential]
  
-  * Reading from DMI tables is sysfs is more stable then reading from
+  * Reading from DMI tables is sysfs is more stable then reading from
  /dev/mem and if DMI tables is not available lscpu will use the old way
  to search in /dev/mem. I believe its low regression risk

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

Title:
  ls

[Touch-packages] [Bug 1449001] Re: systemd-resolved: please do not use Google public DNS by default

2017-05-17 Thread Anders Kaseorg
In fact, having recently disabled FallbackDNS for myself, I find that I
get no DNS at all maybe a quarter of the time I reboot my system.  This
suggests that systemd-resolved might be silently relying on the 8.8.8.8
fallback much more often than even I suggested above.

Can we try disabling FallbackDNS for this development cycle?  (Then,
once it becomes clear exactly how broken the DNS situation in Ubuntu has
become, can we please get rid of this systemd-resolved nonsense for
good?)

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

Title:
  systemd-resolved: please do not use Google public DNS by default

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

Bug description:
  systemd-resolved will fall back to Google public DNS (8.8.8.8, etc.)
  in the absence of other configured DNS servers.

  systemd-resolved is not enabled by default in Ubuntu 15.04, but it is
  installed by default and will behave in this way if enabled by the
  user.

  $ cat /etc/systemd/resolved.conf 
  (...)
  # Entries in this file show the compile time defaults.
  (...)
  #FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860:: 2001:4860:4860::8844

  This raises privacy concerns since in the event of accidental
  misconfiguration DNS queries will be sent unencrypted across the
  internet, and potentially also security concerns given systemd-
  resolved does not perform DNSSEC validation and is not particularly
  well hardened against malicious responses e.g. from a MITM
  (http://www.openwall.com/lists/oss-security/2014/11/12/5).

  I believe that it would be better to fail safe if no DNS server is
  configured -- i.e. have DNS lookups fail; it's better that the user is
  aware of their misconfiguration, rather than silently sending their
  queries to Google.  The user can intentionally opt to use Google
  public DNS if they wish.


  Steps to reproduce:
  1. Remove existing DNS configuration (from /etc/network/interfaces, 
/etc/resolv.conf, /etc/resolvconf/resolv.conf.d/*)
  2. Reboot, or otherwise clear relevant state
  3. sudo service systemd-resolved start
  4. Note that Google's servers are listed in /run/systemd/resolve/resolv.conf
  5. If systemd-resolved is enabled in /etc/nsswitch.conf (it isn't by 
default), observe that DNS lookups probably still work, and queries are being 
sent to one of Google's servers

  
  Possible workaround/bugfix: ship a resolved.conf which clears the FallbackDNS 
parameter.

  
  This issue has been discussed in the Debian BTS 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761658).  My interpretation 
of the Debian package maintainer's position is that a user concerned with the 
privacy implications shouldn't let systemd get into a state where it uses the 
fallback DNS servers (quoting Marco d'Itri: "Short summary: have a resolv.conf 
file or use DHCP").  I would argue that it's safest not to have fallback DNS 
servers configured at all by default.

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

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


[Touch-packages] [Bug 1674258] Re: lscpu crashs when /dev/mem is not stable to read

2017-05-17 Thread Ike Panhc
** Changed in: util-linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: util-linux (Ubuntu Yakkety)
   Status: New => In Progress

** Changed in: util-linux (Ubuntu Zesty)
   Status: New => In Progress

** Changed in: util-linux (Ubuntu Zesty)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

** Changed in: util-linux (Ubuntu Yakkety)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

** Changed in: util-linux (Ubuntu Xenial)
 Assignee: (unassigned) => Ike Panhc (ikepanhc)

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

Title:
  lscpu crashs when /dev/mem is not stable to read

Status in util-linux package in Ubuntu:
  In Progress
Status in util-linux source package in Xenial:
  In Progress
Status in util-linux source package in Yakkety:
  In Progress
Status in util-linux source package in Zesty:
  In Progress

Bug description:
  To read and scan SMBIOS in /dev/mem is dangerous and for DMI
  information it will be better to read from
  /sys/firmware/dmi/tables/DMI if it exists.

  [278063.180820] Process lscpu (pid: 22668, stack limit = 0x842fb2a0c000)
  [278063.187593] Stack: (0x842fb2a0fd90 to 0x842fb2a1)
  [278063.193412] fd80:   842fb2a0fe00 
0829bf00
  [278063.201315] fda0: 801fae2a9a00 25ccb150 0020 
842fb2a0feb0
  [278063.209217] fdc0: 0020 0015 0123 
003f
  [278063.217120] fde0: 08a22000 842faf449c00 842fb2a0feb0 
842faf449c00
  [278063.225022] fe00: 842fb2a0fe30 0829d484 0020 
801fae2a9a00
  [278063.232925] fe20: 25ccb150 842fb2a0feb0 842fb2a0fe70 
0829ebbc
  [278063.240827] fe40: 09208000 801fae2a9a00 801fae2a9a00 
25ccb150
  [278063.248730] fe60: 0020 ffea  
080838f0
  [278063.256632] fe80:  801ff2faa000  
a7e06fe8
  [278063.264535] fea0: 8000 a7e13128 398a 
00040a01
  [278063.272437] fec0: 0003 25ccb150 0020 
0020
  [278063.280340] fee0: 25ccb150 fe1023d8 398a 

  [278063.288243] ff00: 003f a7e8e9a8 0101010101010101 
0010
  [278063.296145] ff20: 000f   
a7eefcc0
  [278063.304048] ff40:  0041c240 0a03 
0020
  [278063.311950] ff60: 25ccb150 0003  
25ccb150
  [278063.319853] ff80: 0041c000  0ee6b280 
00fc
  [278063.327755] ffa0: 0040 fe102410 0040622c 
fe102410
  [278063.335658] ffc0: a7e06fe8 8000 0003 
003f
  [278063.343560] ffe0:    

  [278063.351462] Call trace:
  [278063.353982] Exception stack(0x842fb2a0fba0 to 0x842fb2a0fcd0)
  [278063.360496] fba0: 0020 0001 0144d000 
084ce02c
  [278063.368399] fbc0: 6145 082b7600 842fb3008540 
842faf449c00
  [278063.376301] fbe0: 842fb2a0fc10 082c3f74 842fb0131ca0 

  [278063.384204] fc00: 842fb2a0fd30 0030 842fb2a0fc30 
082a9b60
  [278063.392106] fc20:  0038 842fb2a0fc70 
082af37c
  [278063.48] fc40:  842fb2a0fd30 842fb2a0fc70 
00040a01
  [278063.407911] fc60: 25ccb150 8000398a 0020 
0020
  [278063.415813] fc80:  25ccb170 25ccb150 

  [278063.423716] fca0: 003f a7e8e9a8 0101010101010101 
0010
  [278063.431617] fcc0: 000f 
  [278063.436568] [] __arch_copy_to_user+0xac/0x230
  [278063.442563] [] __vfs_read+0x48/0x90
  [278063.447687] [] vfs_read+0x8c/0x148
  [278063.452725] [] SyS_read+0x6c/0xd8
  [278063.457677] [] el0_svc_naked+0x24/0x28
  [278063.463063] Code: a8c12027 a88120c7 d503201f d503201f (a8c12027) 
  [278063.471015] systemd-journald[937]: Compressed data object 806 -> 576 
using XZ
  [278063.474566] ---[ end trace 69a9c073d1c44e35 ]---
  Segmentation fault (core dumped)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1674258/+subscriptions

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


[Touch-packages] [Bug 1690600] Re: Issues with playing or installing you tube playlists.

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  Issues with playing or installing you tube playlists.

Status in xorg package in Ubuntu:
  New

Bug description:
  I'm not able to play my you tube music videos in any format, or with
  any video player.  I have recently been trying to use the sm video
  player and a Google app (My You Tube Player).  Either the format is
  rejected (smplayer) or the video is choppy and much too fast (using
  the you tube player).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.8.0-51.54~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-51-generic i686
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: i386
  BootLog: /dev/sda1: clean, 196491/9707520 files, 2100864/38812672 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat May 13 20:27:00 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller 
[8086:8108] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. System Controller Hub (SCH Poulsbo) 
Graphics Controller [1043:83ce]
  InstallationDate: Installed on 2017-04-19 (24 days ago)
  InstallationMedia: Ubuntu-Kylin 16.04.2 LTS "Xenial Xerus" - Release i386 
(20170215)
  MachineType: ASUSTeK Computer INC. 1101HA
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-51-generic 
root=UUID=6bee3dab-66d4-4c0b-a66f-e25c50c12b34 ro locale=zh_CN drm.debug=0xe 
plymouth:debug nopat vesafb.invalid=1
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0317
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 1101HA
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0317:bd09/24/2009:svnASUSTeKComputerINC.:pn1101HA:pvrx.x:rvnASUSTeKComputerINC.:rn1101HA:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
  dmi.product.name: 1101HA
  dmi.product.version: x.x
  dmi.sys.vendor: ASUSTeK Computer INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat May 13 19:41:32 2017
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.4-1ubuntu6.1~16.04.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1689043] Re: report

2017-05-17 Thread Tyler Hicks
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  report

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  fix the probelm

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  BootLog: /dev/sda2: clean, 226328/1875968 files, 1552805/7500032 blocks
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun May  7 18:33:03 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation HD Graphics 520 [8086:1916] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. HD Graphics 520 [1043:1070]
 Subsystem: ASUSTeK Computer Inc. GK208M [GeForce 920M] [1043:104e]
  InstallationDate: Installed on 2017-05-05 (1 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: ASUSTeK COMPUTER INC. P553UJ
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-21-generic 
root=UUID=6a2071fc-48ba-4c7f-887f-81a1f3543171 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/01/2016
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: P553UJ.302
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: P553UJ
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvrP553UJ.302:bd07/01/2016:svnASUSTeKCOMPUTERINC.:pnP553UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnP553UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: P553UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Sun May  7 15:27:36 2017
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1689040] Re: report

2017-05-17 Thread Tyler Hicks
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  report

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  fix the problem

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  BootLog: /dev/sda2: clean, 226328/1875968 files, 1552805/7500032 blocks
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun May  7 18:24:31 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation HD Graphics 520 [8086:1916] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: ASUSTeK Computer Inc. HD Graphics 520 [1043:1070]
 Subsystem: ASUSTeK Computer Inc. GK208M [GeForce 920M] [1043:104e]
  InstallationDate: Installed on 2017-05-05 (1 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: ASUSTeK COMPUTER INC. P553UJ
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-21-generic 
root=UUID=6a2071fc-48ba-4c7f-887f-81a1f3543171 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/01/2016
  dmi.bios.vendor: ASUSTeK COMPUTER INC.
  dmi.bios.version: P553UJ.302
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: P553UJ
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvrP553UJ.302:bd07/01/2016:svnASUSTeKCOMPUTERINC.:pnP553UJ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnP553UJ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: P553UJ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Sun May  7 15:27:36 2017
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1691123] Status changed to Confirmed

2017-05-17 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  ACPI Exception error when booting...Screen flickers ... Cant proceed

Status in linux package in Ubuntu:
  Confirmed
Status in xorg package in Ubuntu:
  New

Bug description:
  When booting the following happens;

  ACPI Exception error

  Screen flickers

  Cant proceed to login area

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic i686
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  Date: Tue May 16 17:26:19 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
  InstallationDate: Installed on 2017-05-06 (10 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=e12732ff-648f-491e-95da-e62a2f091aba ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PVU Ver. F.20
  dmi.board.name: 308A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 26.08
  dmi.chassis.asset.tag: CNU9282F4Y
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVUVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn308A:rvrKBCVersion26.08:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue May 16 17:10:01 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroRelease: Ubuntu 17.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-21-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
  InstallationDate: Installed on 2017-05-06 (10 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+16ubuntu3
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=e12732ff-648f-491e-95da-e62a2f091aba ro quiet splash
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Tags:  zesty ubuntu compiz-0.9
  Un

[Touch-packages] [Bug 1691110] Re: why this notebook have a bug

2017-05-17 Thread Tyler Hicks
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System -> 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  why this notebook have a bug

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  maybe my notebook has been virus

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue May 16 20:33:50 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 5.1.22, 4.10.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Atom Processor Z36xxx/Z37xxx Series 
Graphics & Display [1043:15bd]
  InstallationDate: Installed on 2017-01-08 (128 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 003: ID 05e3:0608 Genesys Logic, Inc. Hub
   Bus 001 Device 002: ID 04f2:b424 Chicony Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X200MA
  ProcEnviron:
   LANGUAGE=id
   PATH=(custom, no user)
   LANG=id_ID.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-generic 
root=UUID=41d86d61-618a-4840-a84b-9973a87f0b75 ro drm.debug=0xe 
vesafb.invalid=1 nopat plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.506
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.506:bd04/15/2015:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue May 16 20:10:13 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1691123] Re: ACPI Exception error when booting...Screen flickers ... Cant proceed

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

** Information type changed from Private Security to Public

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

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

Title:
  ACPI Exception error when booting...Screen flickers ... Cant proceed

Status in linux package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  When booting the following happens;

  ACPI Exception error

  Screen flickers

  Cant proceed to login area

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic i686
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  Date: Tue May 16 17:26:19 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
  InstallationDate: Installed on 2017-05-06 (10 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=e12732ff-648f-491e-95da-e62a2f091aba ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PVU Ver. F.20
  dmi.board.name: 308A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 26.08
  dmi.chassis.asset.tag: CNU9282F4Y
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVUVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn308A:rvrKBCVersion26.08:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue May 16 17:10:01 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroRelease: Ubuntu 17.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-21-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:3

[Touch-packages] [Bug 1691123] Re: ACPI Exception error when booting...Screen flickers ... Cant proceed

2017-05-17 Thread Tyler Hicks
Thanks for the bug report. I've added a linux kernel task to the bug
since your logs are filled with kernel stack traces.

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

Title:
  ACPI Exception error when booting...Screen flickers ... Cant proceed

Status in linux package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New

Bug description:
  When booting the following happens;

  ACPI Exception error

  Screen flickers

  Cant proceed to login area

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic i686
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  Date: Tue May 16 17:26:19 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
  InstallationDate: Installed on 2017-05-06 (10 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=e12732ff-648f-491e-95da-e62a2f091aba ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PVU Ver. F.20
  dmi.board.name: 308A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 26.08
  dmi.chassis.asset.tag: CNU9282F4Y
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVUVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn308A:rvrKBCVersion26.08:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
  version.libdrm2: libdrm2 2.4.76-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.14-0ubuntu1
  xserver.bootTime: Tue May 16 17:10:01 2017
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.3-1ubuntu1
  xserver.video_driver: modeset
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  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:Unity7
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroRelease: Ubuntu 17.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.10.0-19-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-20-generic, i686: installed
   bcmwl, 6.30.223.271+bdcom, 4.10.0-21-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller 
[8086:2a12] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
 Subsystem: Hewlett-Packard Company Mobile GME965/GLE960 Integrated 
Graphics Controller [103c:308a]
  InstallationDate: Installed on 2017-05-06 (10 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+16ubuntu3
  PackageArchitecture: i386
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=e12732ff-648f-491e-95da-e62a2f091aba ro quiet splash
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Tags:  zesty 

[Touch-packages] [Bug 882022] Re: Gnome-shell needs some Ubuntu design/theming integration (font, on-off swithch, etc.)

2017-05-17 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1690966 ***
https://bugs.launchpad.net/bugs/1690966

** This bug has been marked a duplicate of bug 1690966
   Gnome Shell elements (power menu, launcher etc) are the wrong colour when 
using Ambiance (wrong grey, and blue highlights)

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

Title:
  Gnome-shell needs some Ubuntu design/theming integration (font, on-off
  swithch, etc.)

Status in gnome-shell package in Ubuntu:
  Triaged
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  This is obviously a wish report, not a bug report per se.

  Since Ubuntu Oneiric, gnome-shell can easily be installed and it works
  pretty well, coexisting peacefully with Unity.   With this option
  easily available, a significant number of Ubuntu users may prefer
  using gnome-shell instead of Unity, for whatever reasons.   That's why
  I think some efforts should be put to better integrate gnome-shell
  within the regular Ubuntu design/theming framework.  IMHO, what is
  missing right now is some slight adjustments, like these ones:

   - Using Ubuntu font, instead of Canterella
   - Using Ubuntu orange color for on/off buttons, instead of blue

  Many (if not all) of these adjustments could be done quite easily (I
  did it myself) with just a line modification in /usr/share/gnome-
  shell/theme/gnome-shell.css or by adjusting color in files within the
  directory /usr/share/gnome-shell/theme

  On the other hand, I don't think that we need a complete and specific
  Ambiance or Radiance gnome-shell theme (like this one:  http://half-
  left.deviantart.com/art/GNOME-Shell-Ubuntu-Ambience-210264151) .  I
  think (I may be wrong) that the vast majority of users will prefer to
  experience the real gnome-shell experience, with just some bits of
  Ubuntu integration.

  So, in short, my wish is that gnome-shell receives some Ubuntu love!
  We don't have to create a "Gubuntu" derived distro for this (or a
  fork, like UGR: http://ugr.teampr0xy.net/) , we just have to make sure
  that some integration work is done at the gnome-shell packaging stage.
  (I guess that to support this work, the Ubuntu/gnome-shell community
  could unite around the Ubuntu GNOME3 team?  See:
  https://launchpad.net/~gnome3-team)

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/882022/+subscriptions

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


[Touch-packages] [Bug 1690966] Re: Gnome Shell elements (power menu, launcher etc) are the wrong colour when using Ambiance (wrong grey, and blue highlights)

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

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

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

Title:
  Gnome Shell elements (power menu, launcher etc) are the wrong colour
  when using Ambiance (wrong grey, and blue highlights)

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  In artful, Gnome Shell elements (power menu, launcher etc) are the
  wrong colour when using Ambiance (wrong grey, and blue highlights)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1690966/+subscriptions

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


[Touch-packages] [Bug 1690966] Re: Gnome Shell elements (power menu, launcher etc) are the wrong colour when using Ambiance (wrong grey, and blue highlights)

2017-05-17 Thread Daniel van Vugt
** This bug is no longer a duplicate of bug 882022
   Gnome-shell needs some Ubuntu design/theming integration (font, on-off 
swithch, etc.)

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

Title:
  Gnome Shell elements (power menu, launcher etc) are the wrong colour
  when using Ambiance (wrong grey, and blue highlights)

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  In artful, Gnome Shell elements (power menu, launcher etc) are the
  wrong colour when using Ambiance (wrong grey, and blue highlights)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1690966/+subscriptions

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


[Touch-packages] [Bug 1691228] Re: Rthymbox window does not open

2017-05-17 Thread Tyler Hicks
Thanks for the bug report! Unfortunately, it looks like you're having
hardware issues that could be the cause of the bug that you're
experiencing. I see a lot of I/O errors in the JournalErrors.txt
attachment. I'm afraid there's nothing that an Ubuntu developer can take
action on so I'm marking this bug as invalid. I hope you're able to
straighten out the hardware problems.

** Information type changed from Private Security to Public

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

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

Title:
  Rthymbox window does not open

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  No adequate technical problem

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-42.49-generic 4.2.8-ckt12
  Uname: Linux 4.2.0-42-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Tue May 16 23:48:15 2017
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Mobile 4 Series Chipset Integrated Graphics 
Controller [8086:2a42]
 Subsystem: Intel Corporation Device [8086:2a42]
  InstallationDate: Installed on 2017-05-15 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-42-generic 
root=UUID=6E80ED3F80ED0F01 loop=/hostname/disks/root.disk ro rootflags=sync 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/25/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080016
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: To be filled by O.E.M.
  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.:bvr080016:bd06/25/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.: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.
  version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue May 16 23:03:39 2017
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputUSB OPTICAL MOUSEMOUSE, id 9
   inputAT Translated Set 2 keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.2-1ubuntu9.1

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

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


[Touch-packages] [Bug 1690966] Re: Gnome Shell elements (power menu, launcher etc) are the wrong colour when using Ambiance (wrong grey, and blue highlights)

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

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

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

Title:
  Gnome Shell elements (power menu, launcher etc) are the wrong colour
  when using Ambiance (wrong grey, and blue highlights)

Status in gnome-shell package in Ubuntu:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  In artful, Gnome Shell elements (power menu, launcher etc) are the
  wrong colour when using Ambiance (wrong grey, and blue highlights)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1690966/+subscriptions

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


[Touch-packages] [Bug 1582213] Re: Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP first

2017-05-17 Thread Daniel van Vugt
** Summary changed:

- Bluetooth headset doesn't play any sound in A2DP mode unless set to HSP/HFP 
first
+ Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first

** Summary changed:

- Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first
+ [xenial] Bluetooth device doesn't play any sound in A2DP mode unless set to 
HSP/HFP first

** Description changed:

+ Bluetooth device doesn't play any sound in A2DP mode unless set to
+ HSP/HFP first
+ 
+ ---
+ 
  I have a Sennheiser MM 450-X headset.
  
  In 15.10, connection & playback was straightforward.
  
  In 16.04, the headset connects, and shows up as default playback device
  on `pavucontrol`, but there is no sound.
  
  A functional workaround is to, after having connected it, to go the
  `Configuration` tab, and in the `Profile` dropdown, to choose `...
  HSP/HFP`, which will make them play as expected (but in low quality),
  then switch to `... A2DP Sink` (they will play in high quality).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio-module-bluetooth 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  myuser2936 F pulseaudio
   /dev/snd/controlC2:  myuser2936 F pulseaudio
   /dev/snd/controlC0:  myuser2936 F pulseaudio
  Date: Mon May 16 14:18:58 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-11 (66 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88XN-WIFI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF5:bd04/22/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88XN-WIFI:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

Title:
  [xenial] Bluetooth device doesn't play any sound in A2DP mode unless
  set to HSP/HFP first

Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Bluetooth device doesn't play any sound in A2DP mode unless set to
  HSP/HFP first

  ---

  I have a Sennheiser MM 450-X headset.

  In 15.10, connection & playback was straightforward.

  In 16.04, the headset connects, and shows up as default playback
  device on `pavucontrol`, but there is no sound.

  A functional workaround is to, after having connected it, to go the
  `Configuration` tab, and in the `Profile` dropdown, to choose `...
  HSP/HFP`, which will make them play as expected (but in low quality),
  then switch to `... A2DP Sink` (they will play in high quality).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio-module-bluetooth 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm nvidia_drm 
nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  myuser2936 F pulseaudio
   /dev/snd/controlC2:  myuser2936 F pulseaudio
   /dev/snd/controlC0:  myuser2936 F pulseaudio
  Date: Mon May 16 14:18:58 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-03-11 (66 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/22/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version

[Touch-packages] [Bug 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1582213 ***
https://bugs.launchpad.net/bugs/1582213

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


** This bug has been marked a duplicate of bug 1582213
   Bluetooth device doesn't play any sound in A2DP mode unless set to HSP/HFP 
first

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  New

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
    UP RUNNING PSCAN
    RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
    TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

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

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


[Touch-packages] [Bug 1689081] Re: package python-chardet 2.3.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  package python-chardet 2.3.0-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in chardet package in Ubuntu:
  New

Bug description:
  Unable to install nmap using command sudo apt install nmap.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-chardet 2.3.0-2
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  Date: Sun May  7 19:34:12 2017
  Dependencies: python-pkg-resources 20.7.0-1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-14 (357 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15ubuntu0.2
  SourcePackage: chardet
  Title: package python-chardet 2.3.0-2 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/chardet/+bug/1689081/+subscriptions

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


[Touch-packages] [Bug 1689081] Re: package python-chardet 2.3.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-17 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 chardet in Ubuntu.
https://bugs.launchpad.net/bugs/1689081

Title:
  package python-chardet 2.3.0-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in chardet package in Ubuntu:
  New

Bug description:
  Unable to install nmap using command sudo apt install nmap.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-chardet 2.3.0-2
  ProcVersionSignature: Ubuntu 4.4.0-75.96-generic 4.4.59
  Uname: Linux 4.4.0-75-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  Date: Sun May  7 19:34:12 2017
  Dependencies: python-pkg-resources 20.7.0-1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-14 (357 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.15ubuntu0.2
  SourcePackage: chardet
  Title: package python-chardet 2.3.0-2 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/chardet/+bug/1689081/+subscriptions

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


[Touch-packages] [Bug 1689331] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1688721
   package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  After login to my desktop a message appear that there is some kind of
  error happened and I have to report it. I have no knowledge about this
  bug, and how to solve it.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Mon May  8 01:00:03 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-04 (4 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690249] Re: package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in systemd package in Ubuntu:
  New

Bug description:
  Can't receive updates

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: libpam-systemd:amd64 233-6ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu7
  Architecture: amd64
  Date: Fri May 12 01:13:18 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-12-13 (149 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20161008)
  RelatedPackageVersions:
   dpkg 1.18.23ubuntu6
   apt  1.4.2
  SourcePackage: systemd
  Title: package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690249] Re: package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in systemd package in Ubuntu:
  New

Bug description:
  Can't receive updates

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: libpam-systemd:amd64 233-6ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu7
  Architecture: amd64
  Date: Fri May 12 01:13:18 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-12-13 (149 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20161008)
  RelatedPackageVersions:
   dpkg 1.18.23ubuntu6
   apt  1.4.2
  SourcePackage: systemd
  Title: package libpam-systemd:amd64 233-6ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1689331] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Tyler Hicks
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

** Information type changed from Private Security to Public

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  After login to my desktop a message appear that there is some kind of
  error happened and I have to report it. I have no knowledge about this
  bug, and how to solve it.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Mon May  8 01:00:03 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-04 (4 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690497] Re: package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade: pre-dependency problem - not installing liblocale-gettext-perl

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade:
  pre-dependency problem - not installing liblocale-gettext-perl

Status in liblocale-gettext-perl package in Ubuntu:
  New

Bug description:
  when i am using Ubuntu ...my laptop hangs ...

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: liblocale-gettext-perl 1.07-3build1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic i686
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  Date: Sat May 13 08:47:11 2017
  ErrorMessage: pre-dependency problem - not installing liblocale-gettext-perl
  InstallationDate: Installed on 2016-12-13 (150 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: liblocale-gettext-perl
  Title: package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade: 
pre-dependency problem - not installing liblocale-gettext-perl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/liblocale-gettext-perl/+bug/1690497/+subscriptions

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


[Touch-packages] [Bug 1690621] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  problem

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Fri May 12 01:18:42 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-04-30 (14 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690497] Re: package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade: pre-dependency problem - not installing liblocale-gettext-perl

2017-05-17 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 liblocale-gettext-perl in
Ubuntu.
https://bugs.launchpad.net/bugs/1690497

Title:
  package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade:
  pre-dependency problem - not installing liblocale-gettext-perl

Status in liblocale-gettext-perl package in Ubuntu:
  New

Bug description:
  when i am using Ubuntu ...my laptop hangs ...

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: liblocale-gettext-perl 1.07-3build1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic i686
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: i386
  Date: Sat May 13 08:47:11 2017
  ErrorMessage: pre-dependency problem - not installing liblocale-gettext-perl
  InstallationDate: Installed on 2016-12-13 (150 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: liblocale-gettext-perl
  Title: package liblocale-gettext-perl 1.07-3build1 failed to install/upgrade: 
pre-dependency problem - not installing liblocale-gettext-perl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/liblocale-gettext-perl/+bug/1690497/+subscriptions

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


[Touch-packages] [Bug 1690621] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 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 gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1690621

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  problem

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Fri May 12 01:18:42 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-04-30 (14 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690913] Re: package libfreetype6:amd64 2.6.3-3ubuntu1.3 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es nochmal installiere

2017-05-17 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  package libfreetype6:amd64 2.6.3-3ubuntu1.3 failed to install/upgrade:
  Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie
  sollten es  nochmal installieren, bevor Sie die Konfiguration
  versuchen.

Status in freetype package in Ubuntu:
  New

Bug description:
  I don know to what the bug is relating to.

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: libfreetype6:amd64 2.6.3-3ubuntu1.3
  ProcVersionSignature: Ubuntu 4.8.0-51.54-generic 4.8.17
  Uname: Linux 4.8.0-51-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.3-0ubuntu8.2
  AptOrdering:
   flashplugin-installer:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sun May 14 19:10:58 2017
  Dependencies:
   gcc-6-base 6.2.0-5ubuntu12
   libc6 2.24-3ubuntu2
   libgcc1 1:6.2.0-5ubuntu12
   libpng16-16 1.6.25-1
   zlib1g 1:1.2.8.dfsg-2ubuntu5
  ErrorMessage: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie 
sollten es  nochmal installieren, bevor Sie die Konfiguration versuchen.
  InstallationDate: Installed on 2017-04-13 (32 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1.1
   apt  1.3.5
  SourcePackage: freetype
  Title: package libfreetype6:amd64 2.6.3-3ubuntu1.3 failed to install/upgrade: 
Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es  
nochmal installieren, bevor Sie die Konfiguration versuchen.
  UpgradeStatus: Upgraded to yakkety on 2017-04-17 (28 days ago)

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

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


[Touch-packages] [Bug 1668813] Re: The tc man page references tc-index man page but tc-index man page does not exist

2017-05-17 Thread Simon Déziel
Fix verified on Yakkety with 4.3.0-1ubuntu3.16.10.1 as well.

** Tags removed: verification-done-xenial 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 iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1668813

Title:
  The tc man page references tc-index man page but tc-index man page
  does not exist

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

Bug description:
  [Impact]

   * The man pages for tc make reference to a non-existent tc-index man
  page. Purely a typo that should have been tc-tcindex.

   *  Purely a documentation fix, but nice to fix for an LTS release
  that has many years left to it.

  
  [Test Case]

   * To see this issue, fire up a 16,04 image (I did so via lxd) and
  type:

 root@xi386# man tc | grep tc-index
   Filter packets based on traffic control index. See 
tc-index(8).

  , HOWEVER:

 root@xi386:~# man tc-index
 No manual entry for tc-index

  
  * on a fixed system you should only see refereces to tc-tcindex, not tc-index:

 root@x1:~# man tc | grep tc-index
 root@x1:~# man tc | grep tc-tcindex
   Filter packets based on traffic control index. See 
tc-tcindex(8).
red(8), tc-route(8), tc-sfb(8), tc-sfq(8), tc-stab(8), tc-tbf(8), 
tc-tcindex(8), tc-u32(8),


  
  [Regression Potential] 

   * This is only a change to man pages, so any regression would be non-
  functional, but this fix is trivial to fix and verify, and the fix is
  exactly from the upstream.

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

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


[Touch-packages] [Bug 1522675] Re: Warning messages about unsandboxed downloads

2017-05-17 Thread Travisgevans
The command is lowercase “chown”, without the “(1)”. The general syntax
would be “chown  ”. You'll normally need
superuser privileges to change owners on system files and directories,
activated by adding the command “sudo” before the “chown” (separated by
a space).

The “(1)” refers to which section in the manual pages, or “manpages”,
the command is described in. A common way to get help on a command is to
run “man ”; for instance, you can execute “man chown” to
get the manpage on the chown command. (To exit, type the letter q; more
info here: https://help.ubuntu.com/community/man) The manual pages are
divided into numbered sections by categories. Occasionally, there is
more than one manpage with the same name, and the section number has to
be included in the “man” command to indicate which is desired (for
instance, “man 1 printf” gives the page on the shell command “printf”,
but “man 3 printf” gives the page on the “printf” library call for C
programming).

You can get a manpage on “man” itself with “man man” (or just read it
online here:
http://manpages.ubuntu.com/manpages/xenial/man1/man.1.html). Under
“DESCRIPTION”, there's a list of the manpage sections and their numbers,
if you're curious.

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

Title:
  Warning messages about unsandboxed downloads

Status in apt package in Ubuntu:
  Fix Released
Status in update-notifier package in Ubuntu:
  Confirmed
Status in apt package in Debian:
  Fix Released
Status in synaptic package in Debian:
  New

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

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

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

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

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

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

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

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

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


[Touch-packages] [Bug 1522675] Re: Warning messages about unsandboxed downloads

2017-05-17 Thread Daniel Richard G.
Hi Luigi,

This StackExchange posting should answer your question:

https://unix.stackexchange.com/questions/3586/what-do-the-numbers-in-a
-man-page-mean

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

Title:
  Warning messages about unsandboxed downloads

Status in apt package in Ubuntu:
  Fix Released
Status in update-notifier package in Ubuntu:
  Confirmed
Status in apt package in Debian:
  Fix Released
Status in synaptic package in Debian:
  New

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

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

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

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

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

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

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

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

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


[Touch-packages] [Bug 1688721] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Apport retracing service
** Tags added: artful

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  Confirmed

Bug description:
  I received this error when trying to install local file 
google-chrome-stable.deb version 58.0.3029.96-1.
  This is using gnome-software 3.22.7-0ubuntu3.17.04.2 from zesty-proposed. 
Other times, the installation process just hangs at some percentage. I am 
testing this gnome-software version due to Bug (LP: #1672424).
  The same file was successfully installed with gdebi.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  AptOrdering:
   gconf2-common:amd64: Install
   libgconf-2-4:amd64: Install
   gconf-service-backend:amd64: Install
   gconf-service:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat May  6 13:56:26 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-04 (1 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1691599] Re: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1688721
   package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  Was installing google-chrome and got this error at the same time I
  don't know if it is related.

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.5-0ubuntu3
  Architecture: amd64
  Date: Wed May 17 19:50:15 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170511)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.23ubuntu6
   apt  1.4.3
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1691599] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-05-17 Thread jerrylamos
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

Was installing google-chrome and got this error at the same time I don't
know if it is related.

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
ApportVersion: 2.20.5-0ubuntu3
Architecture: amd64
Date: Wed May 17 19:50:15 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-17 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170511)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.23ubuntu6
 apt  1.4.3
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gconf (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 gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1691599

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  Was installing google-chrome and got this error at the same time I
  don't know if it is related.

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.5-0ubuntu3
  Architecture: amd64
  Date: Wed May 17 19:50:15 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170511)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.23ubuntu6
   apt  1.4.3
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1512992] Re: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package lib32z1-dev 1

2017-05-17 Thread Filiberto
luca@luca-ThinkPad-X220:~$ sudo apt install zlib1g-dev:i386
[sudo] password for luca: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic 
linux-image-4.8.0-36-generic
  linux-image-extra-4.8.0-36-generic python3-pip
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gcc-6-base:i386 libc6:i386 libc6-dev:i386 libgcc1:i386 linux-libc-dev:i386 
zlib1g:i386
Suggested packages:
  glibc-doc:i386 locales:i386 manpages-dev:i386
The following NEW packages will be installed:
  gcc-6-base:i386 libc6:i386 libc6-dev:i386 libgcc1:i386 linux-libc-dev:i386 
zlib1g:i386
  zlib1g-dev:i386
0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
Need to get 5.065 kB of archives.
After this operation, 24,6 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://it.archive.ubuntu.com/ubuntu xenial/main i386 gcc-6-base i386 
6.0.1-0ubuntu1 [14,3 kB]
Get:2 http://it.archive.ubuntu.com/ubuntu xenial/main i386 libgcc1 i386 
1:6.0.1-0ubuntu1 [46,8 kB]
Get:3 http://it.archive.ubuntu.com/ubuntu xenial-updates/main i386 libc6 i386 
2.23-0ubuntu7 [2.275 kB]
Get:4 http://it.archive.ubuntu.com/ubuntu xenial-updates/main i386 zlib1g i386 
1:1.2.8.dfsg-2ubuntu4.1 [52,1 kB]
Get:5 http://it.archive.ubuntu.com/ubuntu xenial-updates/main i386 
linux-libc-dev i386 4.4.0-78.99 [838 kB]
Get:6 http://it.archive.ubuntu.com/ubuntu xenial-updates/main i386 libc6-dev 
i386 2.23-0ubuntu7 [1.673 kB]
Get:7 http://it.archive.ubuntu.com/ubuntu xenial-updates/main i386 zlib1g-dev 
i386 1:1.2.8.dfsg-2ubuntu4.1 [167 kB]
Fetched 5.065 kB in 6s (774 kB/s)   
 
Preconfiguring packages ...
Selecting previously unselected package gcc-6-base:i386.
(Reading database ... 271591 files and directories currently installed.)
Preparing to unpack .../gcc-6-base_6.0.1-0ubuntu1_i386.deb ...
Unpacking gcc-6-base:i386 (6.0.1-0ubuntu1) ...
Selecting previously unselected package libgcc1:i386.
Preparing to unpack .../libgcc1_1%3a6.0.1-0ubuntu1_i386.deb ...
Unpacking libgcc1:i386 (1:6.0.1-0ubuntu1) ...
Selecting previously unselected package libc6:i386.
Preparing to unpack .../libc6_2.23-0ubuntu7_i386.deb ...
Unpacking libc6:i386 (2.23-0ubuntu7) ...
Selecting previously unselected package zlib1g:i386.
Preparing to unpack .../zlib1g_1%3a1.2.8.dfsg-2ubuntu4.1_i386.deb ...
Unpacking zlib1g:i386 (1:1.2.8.dfsg-2ubuntu4.1) ...
Selecting previously unselected package linux-libc-dev:i386.
Preparing to unpack .../linux-libc-dev_4.4.0-78.99_i386.deb ...
Unpacking linux-libc-dev:i386 (4.4.0-78.99) ...
Selecting previously unselected package libc6-dev:i386.
Preparing to unpack .../libc6-dev_2.23-0ubuntu7_i386.deb ...
Unpacking libc6-dev:i386 (2.23-0ubuntu7) ...
Selecting previously unselected package zlib1g-dev:i386.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_i386.deb ...
Unpacking zlib1g-dev:i386 (1:1.2.8.dfsg-2ubuntu4.1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up gcc-6-base:i386 (6.0.1-0ubuntu1) ...
Setting up linux-libc-dev:i386 (4.4.0-78.99) ...
Setting up libc6:i386 (2.23-0ubuntu7) ...
Setting up zlib1g:i386 (1:1.2.8.dfsg-2ubuntu4.1) ...
Setting up libc6-dev:i386 (2.23-0ubuntu7) ...
Setting up zlib1g-dev:i386 (1:1.2.8.dfsg-2ubuntu4.1) ...
Setting up libgcc1:i386 (1:6.0.1-0ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
luca@luca-ThinkPad-X220:~$ sudo apt install lib32z1-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic 
linux-image-4.8.0-36-generic
  linux-image-extra-4.8.0-36-generic python3-pip
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gcc-5-multilib gcc-multilib lib32asan2 lib32atomic1 lib32cilkrts5 
lib32gcc-5-dev lib32gcc1
  lib32gomp1 lib32itm1 lib32mpx0 lib32quadmath0 lib32stdc++6 lib32ubsan0 
lib32z1 libc6-dev-i386
  libc6-dev-x32 libc6-i386 libc6-x32 libx32asan2 libx32atomic1 libx32cilkrts5 
libx32gcc-5-dev
  libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan0
The following NEW packages will be installed:
  gcc-5-multilib gcc-multilib lib32asan2 lib32atomic1 lib32cilkrts5 
lib32gcc-5-dev lib32gcc1
  lib32gomp1 lib32itm1 lib32mpx0 lib32quadmath0 lib32stdc++6 lib32ubsan0 
lib32z1 lib32z1-dev
  libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan2 libx32atomic1 
libx32cilkrts5
  libx32gcc-5-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 
libx32stdc++6 libx32ubsan0
0 upgraded, 29 newly installed, 0 to remove and 6 not upgraded.
Need to get 14,0 MB of archives.
After this operatio

[Touch-packages] [Bug 1512992] Re: package zlib1g-dev 1:1.2.8.dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite '/usr/include/i386-linux-gnu/zconf.h', which is also in package lib32z1-dev 1

2017-05-17 Thread Filiberto
I don't see any issue.

luca@luca-ThinkPad-X220:~$ sudo apt install lib32z1-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.8.0-36 linux-headers-4.8.0-36-generic 
linux-image-4.8.0-36-generic
  linux-image-extra-4.8.0-36-generic python3-pip
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gcc-5-multilib gcc-multilib lib32asan2 lib32atomic1 lib32cilkrts5 
lib32gcc-5-dev lib32gcc1
  lib32gomp1 lib32itm1 lib32mpx0 lib32quadmath0 lib32stdc++6 lib32ubsan0 
lib32z1 libc6-dev-i386
  libc6-dev-x32 libc6-i386 libc6-x32 libx32asan2 libx32atomic1 libx32cilkrts5 
libx32gcc-5-dev
  libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan0
The following NEW packages will be installed:
  gcc-5-multilib gcc-multilib lib32asan2 lib32atomic1 lib32cilkrts5 
lib32gcc-5-dev lib32gcc1
  lib32gomp1 lib32itm1 lib32mpx0 lib32quadmath0 lib32stdc++6 lib32ubsan0 
lib32z1 lib32z1-dev
  libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan2 libx32atomic1 
libx32cilkrts5
  libx32gcc-5-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 
libx32stdc++6 libx32ubsan0
0 upgraded, 29 newly installed, 0 to remove and 6 not upgraded.
Need to get 14,0 MB of archives.
After this operation, 59,0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-i386 
amd64 2.23-0ubuntu7 [2.337 kB]
Get:2 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libc6-dev-i386 amd64 2.23-0ubuntu7 [1.262 kB]
Get:3 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-x32 
amd64 2.23-0ubuntu7 [2.561 kB]
Get:4 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libc6-dev-x32 amd64 2.23-0ubuntu7 [1.558 kB]
Get:5 http://it.archive.ubuntu.com/ubuntu xenial/main amd64 lib32gcc1 amd64 
1:6.0.1-0ubuntu1 [46,6 kB]
Get:6 http://it.archive.ubuntu.com/ubuntu xenial/main amd64 libx32gcc1 amd64 
1:6.0.1-0ubuntu1 [38,7 kB]
Get:7 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lib32gomp1 
amd64 5.4.0-6ubuntu1~16.04.4 [59,7 kB]
Get:8 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx32gomp1 
amd64 5.4.0-6ubuntu1~16.04.4 [55,4 kB]
Get:9 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lib32itm1 
amd64 5.4.0-6ubuntu1~16.04.4 [29,5 kB]
Get:10 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx32itm1 
amd64 5.4.0-6ubuntu1~16.04.4 [27,7 kB]
Get:11 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32atomic1 amd64 5.4.0-6ubuntu1~16.04.4 [8.634 B]
Get:12 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32atomic1 amd64 5.4.0-6ubuntu1~16.04.4 [8.888 B]
Get:13 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lib32asan2 
amd64 5.4.0-6ubuntu1~16.04.4 [259 kB]
Get:14 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32asan2 amd64 5.4.0-6ubuntu1~16.04.4 [253 kB]
Get:15 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32stdc++6 amd64 5.4.0-6ubuntu1~16.04.4 [404 kB]
Get:16 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32ubsan0 amd64 5.4.0-6ubuntu1~16.04.4 [105 kB]
Get:17 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32stdc++6 amd64 5.4.0-6ubuntu1~16.04.4 [384 kB]
Get:18 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32ubsan0 amd64 5.4.0-6ubuntu1~16.04.4 [97,0 kB]
Get:19 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32cilkrts5 amd64 5.4.0-6ubuntu1~16.04.4 [44,8 kB]
Get:20 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32cilkrts5 amd64 5.4.0-6ubuntu1~16.04.4 [40,8 kB]
Get:21 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lib32mpx0 
amd64 5.4.0-6ubuntu1~16.04.4 [11,1 kB]
Get:22 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32quadmath0 amd64 5.4.0-6ubuntu1~16.04.4 [203 kB]
Get:23 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32quadmath0 amd64 5.4.0-6ubuntu1~16.04.4 [134 kB]
Get:24 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32gcc-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [2.051 kB]
Get:25 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libx32gcc-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [1.866 kB]
Get:26 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
gcc-5-multilib amd64 5.4.0-6ubuntu1~16.04.4 [966 B]
Get:27 http://it.archive.ubuntu.com/ubuntu xenial/main amd64 gcc-multilib amd64 
4:5.3.1-1ubuntu1 [1.212 B] 
Get:28 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lib32z1 
amd64 1:1.2.8.dfsg-2ubuntu4.1 [52,2 kB]   
Get:29 http://it.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
lib32z1-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [54,7 kB]
Fetched 14,0 MB in 17s (806 kB/s) 

[Touch-packages] [Bug 1691592] Re: blank screen after uncomenting HandleLidSwitch and restarting systemd-logind. package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed po

2017-05-17 Thread Apport retracing service
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1688721
   package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128

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

Title:
  blank screen after uncomenting HandleLidSwitch and restarting systemd-
  logind.  package gconf2-common 3.2.6-3ubuntu7 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  blank screen after uncomenting HandleLidSwitch and restarting systemd-
  logind.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Thu May 18 01:05:37 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-18 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1649709] Re: unatttended-upgrades 0.92ubuntu3 installs all updates but update-manager is set to only install security automatically

2017-05-17 Thread Brian Murray
** Changed in: unattended-upgrades (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  unatttended-upgrades 0.92ubuntu3 installs all updates but update-
  manager is set to only install security automatically

Status in unattended-upgrades package in Ubuntu:
  In Progress

Bug description:
  I opened my Zesty virtual machine in VirtualBox to manually install
  updates.

  I was surprised to see that unattended-upgrades was running and
  installed all the updates for me.

  update-manager is set to the default settings:
  - Download and install security updates automatically
  - Display other updates weekly

  I assume this is a regression caused by the fix for bug 1624641.

  Allowed origins are: ['o=Ubuntu,a=zesty', 'o=Ubuntu,a=zesty-security']

  And obviously zesty-security isn't open yet.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: unattended-upgrades 0.93.1
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Tue Dec 13 17:26:22 2016
  InstallationDate: Installed on 2016-10-27 (47 days ago)
  InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Alpha amd64 (20161027)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unattended-upgrades
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1649709/+subscriptions

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


[Touch-packages] [Bug 1691592] [NEW] blank screen after uncomenting HandleLidSwitch and restarting systemd-logind. package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed

2017-05-17 Thread poule
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

blank screen after uncomenting HandleLidSwitch and restarting systemd-
logind.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
Date: Thu May 18 01:05:37 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-05-18 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  blank screen after uncomenting HandleLidSwitch and restarting systemd-
  logind.  package gconf2-common 3.2.6-3ubuntu7 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  blank screen after uncomenting HandleLidSwitch and restarting systemd-
  logind.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  Date: Thu May 18 01:05:37 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-05-18 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1690980] Re: No pop-up window to warn users that system should not reboot or shutdown while installing security updates

2017-05-17 Thread Brian Murray
I tested this on Yakkety and confirm the behavior - it is possible to
reboot while unattended-upgrades is running and reading the code there
is nothing to prevent it.

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

Title:
  No pop-up window to warn users that system should not reboot or
  shutdown while installing security updates

Status in OEM Priority Project:
  New
Status in unattended-upgrades package in Ubuntu:
  Incomplete

Bug description:
  Title: No pop-up window to warn users that system should not reboot or
  shutdown while installing security updates

  Summary:
  No pop-up window to warn users that system should not reboot or shutdown 
while installing security updates

  Steps:
  1. trigger unattended-upgrades
  2. reboot or shutdown system while installing packages

  Expected results: There is a pop-up window to warn users that system
  should not reboot or shutdown

  Actual results: There is no pop-up window to warn users

  Additional information:
  $ apt-cache policy unattended-upgrades
  unattended-upgrades:
Installed: 0.90
Candidate: 0.90ubuntu0.5
  $ lsb_release -rd
  Description:Ubuntu 16.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1690980/+subscriptions

-- 
Mailing list: https://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 1522675] Re: Warning messages about unsandboxed downloads

2017-05-17 Thread L. P. Luigi Espenlaub
Is the command "CHOWN" or "CHOWN(1)" ?
Thank you, for the info on this particular error as I had fond that the
chown command was some how to be used,

Probably off topic here, but it would be a great help if you could answer.
I've been puzzled by the (1)? My attempt at finding --h help or invoking
the command using "chown(1)" always returned the "unexpected argument "(""
error. I haven't quite figured out (1)'s meaning or necessity.

Being new to Linux and Unix and a Mister Literal has left me wondering if
(1) or (2) is not part of the command, why is it there?

If that info has been lost in the Unix Halls of Time that's OK. As I
remember from my 8-bit days ( was a reserved character in the DOS world,
Same set in the Unix world?

As a wise instructor friend of mine said "Common sense is only what has
been commonly taught." I keep finding I missed that class at some point.


On Tue, May 16, 2017 at 3:09 PM, Travisgevans <1522...@bugs.launchpad.net>
wrote:

> ^ Setting the owner of the /var/lib/update-notifier/package-data-
> downloads/partial directory to “_apt” on my 16.04 box is what I did to
> get rid of the error.  I believe I've occasionally run into a few
> similar messages about other APT “partial” directories scattered around
> in /var, too; in those cases, the solution was the same.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1522675
>
> Title:
>   Warning messages about unsandboxed downloads
>
> Status in apt package in Ubuntu:
>   Fix Released
> Status in update-notifier package in Ubuntu:
>   Confirmed
> Status in apt package in Debian:
>   Fix Released
> Status in synaptic package in Debian:
>   New
>
> Bug description:
>   Recently we got new versions for synaptic 0.82+build1 & apt 1.1.3, but
>   now get that error when installing/upgrading some packages:
>
>   Setting up libc6-dbg:amd64 (2.21-0ubuntu5) ...
>   Processing triggers for libc-bin (2.21-0ubuntu5) ...
>   W: Can't drop privileges for downloading as file
> '/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. -
> pkgAcquire::Run (13: Permission denied)
>
>   From nautilus, i'm seeing a /root/ folder locked (x on its icon) and
>   the folder is empty (no /.synaptic/ sub-folder or file), so the above
>   error.
>
>   oem@u64:~$ ls -l .synaptic
>   total 4
>   -rw-rw-r-- 1 oem oem   0 Aug 25 11:19 options
>   -rw-rw-r-- 1 oem oem 236 Aug 25 11:19 synaptic.conf
>
>   oem@u64:~$ ls -l /var/lib/apt/lists/
>   
>   -rw-r- 1 root root0 Sep 20 06:36 lock
>   drwx-- 2 _apt root16384 Sep 24 15:25 partial
>   ..
>
>   oem@u64:~$ sudo ls -l /var/lib/update-notifier/package-data-downloads/
>   .
>   drwxr-xr-x 2 _apt root 4096 Sep 22 23:33 partial
>
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: synaptic 0.82+build1
>   ProcVersionSignature: Ubuntu 4.3.0-1.10-generic 4.3.0
>   Uname: Linux 4.3.0-1-generic x86_64
>   NonfreeKernelModules: nvidia
>   ApportVersion: 2.19.2-0ubuntu8
>   Architecture: amd64
>   CurrentDesktop: GNOME
>   Date: Fri Dec  4 05:23:25 2015
>   SourcePackage: synaptic
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1522675/+subscriptions
>


-- 
 _-_-_
|BricK|
  [image: 🤓]
L P Luigi Espenlaub
luigiwrit...@gmail.com
"Kuiper Belted" [A Non fantasy science fiction mystery set 150 years in the
future.]
"A stone cold mystery in space." - Woody Carsky-Wilson, ED: A Few Good
Words, a Cincinnati Writers Project Anthology available on Amazon.

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

Title:
  Warning messages about unsandboxed downloads

Status in apt package in Ubuntu:
  Fix Released
Status in update-notifier package in Ubuntu:
  Confirmed
Status in apt package in Debian:
  Fix Released
Status in synaptic package in Debian:
  New

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

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

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

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

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

  oem@u64:~$ sudo ls -l /var/lib/update-noti

[Touch-packages] [Bug 1690836] Re: libnl-genl-3.0 memory leak

2017-05-17 Thread Joshua Powers
I believe this is the upstream project:
https://github.com/tgraf/libnl

** Tags added: bitesize needs-upstream-report

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

Title:
  libnl-genl-3.0 memory leak

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  It seems that there is a memory leak in the libnl-genl-3.0 library.
  The memory-leak can be seen when the function genl_ctrl_resolve() fails.

  It seems that this function copy a buffer and forget to deallocate it 
properly:
    258 cb = nl_cb_clone(orig); // buffer copied not freed

  -
  The following attached source-code can help you to reproduce this behavior on 
Ubuntu 14.04.
  It forces an issue on the genl_ctrl_resolve by asking an unknown 
netlink-family.

  To compile program:
  g++ -std=c++11 main.cpp $(pkg-config --cflags --libs libnl-3.0 
libnl-genl-3.0) -o main

  To detect memory-leak using Valgrind:
  valgrind --leak-check=full ./main

  -
  Executing it on Debian 8.0 shows "no memory leak":
  sylvain@debian:~/test$ lsb_release -rd
  Description:  Debian GNU/Linux 8.8 (jessie)
  Release:  8.8

  sylvain@debian:~/test$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  sylvain@debian:~/test$ valgrind --leak-check=full ./main
  ==26390== Memcheck, a memory error detector
  ==26390== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==26390== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
  ==26390== Command: ./main
  ==26390==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==26390==
  ==26390== HEAP SUMMARY:
  ==26390== in use at exit: 0 bytes in 0 blocks
  ==26390==   total heap usage: 13 allocs, 13 frees, 22,142 bytes allocated
  ==26390==
  ==26390== All heap blocks were freed -- no leaks are possible
  ==26390==
  ==26390== For counts of detected and suppressed errors, rerun with: -v
  ==26390== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

  -
  Executing it on Ubuntu 14.04 shows a memory leak:
  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04

  ubuntu@ubuntu:~$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  ubuntu@ubuntu:~$ valgrind --leak-check=full ./main
  ==37377== Memcheck, a memory error detector
  ==37377== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==37377== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  ==37377== Command: ./main
  ==37377==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==37377==
  ==37377== HEAP SUMMARY:
  ==37377== in use at exit: 224 bytes in 1 blocks
  ==37377==   total heap usage: 13 allocs, 12 frees, 22,142 bytes allocated
  ==37377==
  ==37377== 224 bytes in 1 blocks are definitely lost in loss record 1 of 1
  ==37377==at 0x4C2CC70: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==37377==by 0x5048FAA: nl_cb_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x504CB1E: nl_socket_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x4012E3: A::Init() (in /home/ubuntu/main)
  ==37377==by 0x401189: main (in /home/ubuntu/main)
  ==37377==
  ==37377== LEAK SUMMARY:
  ==37377==definitely lost: 224 bytes in 1 blocks
  ==37377==indirectly lost: 0 bytes in 0 blocks
  ==37377==  possibly lost: 0 bytes in 0 blocks
  ==37377==still reachable: 0 bytes in 0 blocks
  ==37377== suppressed: 0 bytes in 0 blocks
  ==37377==
  ==37377== For counts of detected and suppressed errors, rerun with: -v
  ==37377== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

  Thanks,
  Sylvain Trinquet

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

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


[Touch-packages] [Bug 1690836] Re: libnl-genl-3.0 memory leak

2017-05-17 Thread Joshua Powers
Thank you for taking the time to report this bug and helping to make Ubuntu
better. I appreciate the quality of this bug report and I'm sure it will be
helpful to others experiencing the same issue.

This sounds like an upstream bug to me. The best route to getting it fixed
in Ubuntu in this case would be to file an bug with the upstream project.
Otherwise, I am not sure what we can do directly in Ubuntu to fix the
problem.

If you do end up filing an upstream bug, please link to it from here.
Thanks!

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

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

Title:
  libnl-genl-3.0 memory leak

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  It seems that there is a memory leak in the libnl-genl-3.0 library.
  The memory-leak can be seen when the function genl_ctrl_resolve() fails.

  It seems that this function copy a buffer and forget to deallocate it 
properly:
    258 cb = nl_cb_clone(orig); // buffer copied not freed

  -
  The following attached source-code can help you to reproduce this behavior on 
Ubuntu 14.04.
  It forces an issue on the genl_ctrl_resolve by asking an unknown 
netlink-family.

  To compile program:
  g++ -std=c++11 main.cpp $(pkg-config --cflags --libs libnl-3.0 
libnl-genl-3.0) -o main

  To detect memory-leak using Valgrind:
  valgrind --leak-check=full ./main

  -
  Executing it on Debian 8.0 shows "no memory leak":
  sylvain@debian:~/test$ lsb_release -rd
  Description:  Debian GNU/Linux 8.8 (jessie)
  Release:  8.8

  sylvain@debian:~/test$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  sylvain@debian:~/test$ valgrind --leak-check=full ./main
  ==26390== Memcheck, a memory error detector
  ==26390== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==26390== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
  ==26390== Command: ./main
  ==26390==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==26390==
  ==26390== HEAP SUMMARY:
  ==26390== in use at exit: 0 bytes in 0 blocks
  ==26390==   total heap usage: 13 allocs, 13 frees, 22,142 bytes allocated
  ==26390==
  ==26390== All heap blocks were freed -- no leaks are possible
  ==26390==
  ==26390== For counts of detected and suppressed errors, rerun with: -v
  ==26390== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

  -
  Executing it on Ubuntu 14.04 shows a memory leak:
  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04

  ubuntu@ubuntu:~$ g++ -std=c++11 main.cpp $(pkg-config --cflags --libs 
libnl-3.0 libnl-genl-3.0) -o main
  ubuntu@ubuntu:~$ valgrind --leak-check=full ./main
  ==37377== Memcheck, a memory error detector
  ==37377== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  ==37377== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  ==37377== Command: ./main
  ==37377==
  start test
  error: can't retrieve the netlink-family id
  end test
  ==37377==
  ==37377== HEAP SUMMARY:
  ==37377== in use at exit: 224 bytes in 1 blocks
  ==37377==   total heap usage: 13 allocs, 12 frees, 22,142 bytes allocated
  ==37377==
  ==37377== 224 bytes in 1 blocks are definitely lost in loss record 1 of 1
  ==37377==at 0x4C2CC70: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  ==37377==by 0x5048FAA: nl_cb_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x504CB1E: nl_socket_alloc (in 
/lib/x86_64-linux-gnu/libnl-3.so.200.16.1)
  ==37377==by 0x4012E3: A::Init() (in /home/ubuntu/main)
  ==37377==by 0x401189: main (in /home/ubuntu/main)
  ==37377==
  ==37377== LEAK SUMMARY:
  ==37377==definitely lost: 224 bytes in 1 blocks
  ==37377==indirectly lost: 0 bytes in 0 blocks
  ==37377==  possibly lost: 0 bytes in 0 blocks
  ==37377==still reachable: 0 bytes in 0 blocks
  ==37377== suppressed: 0 bytes in 0 blocks
  ==37377==
  ==37377== For counts of detected and suppressed errors, rerun with: -v
  ==37377== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

  Thanks,
  Sylvain Trinquet

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

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


[Touch-packages] [Bug 1383470] Re: scp does not work (fails at 'Sending command scp -v -t')

2017-05-17 Thread Joshua Powers
Hi,

This is an older bug, but came up during the daily server team bug
triage because of the recent comments. The last comment seems to
indicate that this is no longer an issue. I did attempt to do an scp
from trusty to another system using version 6.6p1-2ubuntu2.8 and found
no issues.

If this is still an issue can you please comment confirming the issue
and provide your steps to reproduce?

Thanks!

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

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

Title:
  scp does not work (fails at 'Sending command scp -v -t')

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  Following the last update of Ubuntu 14.02, scp (in the default system) has 
ceased working. It hangs after authentication at the point where it wold start 
an interactive session.  I've verified that the problem is in my system: scp 
still works at the target machine and scp won't work on my machine to various 
hosts.  Output below.
  rasmith@rasmith-Lemur-Ultra:~$ scp -v testfil apacentral.org:
  Executing: program /usr/bin/ssh host apacentral.org, user (unspecified), 
command scp -v -t .
  OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
  debug1: Reading configuration data /home/rasmith/.ssh/config
  debug1: /home/rasmith/.ssh/config line 17: Applying options for *
  debug1: /home/rasmith/.ssh/config line 20: Deprecated option 
"rhostsauthentication"
  debug1: /home/rasmith/.ssh/config line 25: Deprecated option "fallbacktorsh"
  debug1: /home/rasmith/.ssh/config line 26: Deprecated option "usersh"
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug1: Connecting to apacentral.org [65.19.130.61] port 22.
  debug1: Connection established.
  debug1: could not open key file '/etc/ssh/ssh_host_key': No such file or 
directory
  debug1: could not open key file '/etc/ssh/ssh_host_dsa_key': Permission denied
  debug1: could not open key file '/etc/ssh/ssh_host_ecdsa_key': Permission 
denied
  debug1: could not open key file '/etc/ssh/ssh_host_rsa_key': Permission denied
  debug1: could not open key file '/etc/ssh/ssh_host_ed25519_key': No such file 
or directory
  debug1: could not open key file '/etc/ssh/ssh_host_dsa_key': Permission denied
  debug1: could not open key file '/etc/ssh/ssh_host_ecdsa_key': Permission 
denied
  debug1: could not open key file '/etc/ssh/ssh_host_rsa_key': Permission denied
  debug1: could not open key file '/etc/ssh/ssh_host_ed25519_key': No such file 
or directory
  debug1: identity file /home/rasmith/.ssh/identity type 0
  debug1: identity file /home/rasmith/.ssh/identity-cert type -1
  debug1: Remote protocol version 2.0, remote software version 
OpenSSH_6.4_hpn13v11 FreeBSD-2013
  debug1: match: OpenSSH_6.4_hpn13v11 FreeBSD-2013 pat OpenSSH* compat 
0x0400
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
  debug1: SSH2_MSG_KEXINIT sent
  debug1: SSH2_MSG_KEXINIT received
  debug1: kex: server->client aes128-ctr hmac-md5-...@openssh.com none
  debug1: kex: client->server aes128-ctr hmac-md5-...@openssh.com none
  debug1: sending SSH2_MSG_KEX_ECDH_INIT
  debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  debug1: Server host key: RSA 61:40:9f:26:85:d2:57:34:f9:52:7b:c3:47:9d:7a:ae
  debug1: Host 'apacentral.org' is known and matches the RSA host key.
  debug1: Found key in /home/rasmith/.ssh/known_hosts:26
  debug1: ssh_rsa_verify: signature correct
  debug1: SSH2_MSG_NEWKEYS sent
  debug1: expecting SSH2_MSG_NEWKEYS
  debug1: SSH2_MSG_NEWKEYS received
  debug1: Roaming not allowed by server
  debug1: SSH2_MSG_SERVICE_REQUEST sent
  debug1: SSH2_MSG_SERVICE_ACCEPT received
  debug1: Authentications that can continue: publickey,keyboard-interactive
  debug1: Next authentication method: publickey
  debug1: Offering DSA public key: rasm...@aristotle.tamu.edu
  debug1: Server accepts key: pkalg ssh-dss blen 433
  debug1: Authentication succeeded (publickey).
  Authenticated to apacentral.org ([65.19.130.61]:22).
  debug1: channel 0: new [client-session]
  debug1: Requesting no-more-sessi...@openssh.com
  debug1: Entering interactive session.
  debug1: Sending environment.
  debug1: Sending env LANG = en_US.UTF-8
  debug1: Sending command: scp -v -t .

  (at this point, the command hangs more or less indefinitely until
  killed with Ctrl-C)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ssh 1:6.6p1-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 20 15:25:14 2014
  InstallationDate: Installed on 2012-10-18 (732 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (

[Touch-packages] [Bug 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
Additionally, this issue also appeared along the line with Ubuntu+KDE
and apparently was easily resolved, as described in ubuntuforums.org,
[link](https://ubuntuforums.org/showthread.php?t=2318966).  Quoting
another ubuntuforums.org post (also KDE),
[link](https://askubuntu.com/questions/763539/bluetooth-speaker-no-
sound-in-ubuntu-16-04), "So far, it seems that things only go wrong
when I try to connect in A2DP mode. Until there is a real
fix/workaround, I am going to try to remember to always switch to
HSP/HSF mode before powering off or disconnecting the speaker.".  So,
perhaps in the short-term for Ubuntu+Unity a similar workaround could be
found, if this is indeed the correct diagnosis, and in the longer-term
figure out why connecting in A2DP mode fails (for both KDE and Unity).

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  New

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
    UP RUNNING PSCAN
    RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
    TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

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

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


[Touch-packages] [Bug 1691556] Re: Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
I should also note that on the askubuntu.com site, I speculate that it
may just be some permission issue deep down somewhere, and why.

** Description changed:

- Pairing and coupling to Amazon Echo works, but sound is heard.
+ Pairing and coupling to Amazon Echo works, but no sound is heard.
  
  I believe the issue is related to the fact that Amazon Echo is paired as
  a handset (i.e., speaker + microphone) rather than just as a speaker.  I
  believe the critical error is found in a dmesg line such as:
  
  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
  for 50:F5:DA:A6:3F:EA: Device or resource bus
  
  as I describe in the askubuntu.com discussion at:
  
  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth
  
  I have clarified there my thinking and the steps I've taken thus far on
  this issue, which includes trying debug bluetooth per the Ubuntu wiki
  page which describes how to do so.
  
  This is probably an upstream issue, as Mike H-R has commented there that
  the problem also occurs on ArchLinux.
  
  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it to
  Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
  best to start here.
  
  Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H40999-504
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
  hciconfig:
-  hci0:Type: BR/EDR  Bus: USB
-   BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
-   UP RUNNING PSCAN 
-   RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
-   TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
+  hci0:Type: BR/EDR  Bus: USB
+   BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
+   UP RUNNING PSCAN
+   RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
+   TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

** Description changed:

  Pairing and coupling to Amazon Echo works, but no sound is heard.
  
  I believe the issue is related to the fact that Amazon Echo is paired as
  a handset (i.e., speaker + microphone) rather than just as a speaker.  I
  believe the critical error is found in a dmesg line such as:
  
  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
- for 50:F5:DA:A6:3F:EA: Device or resource bus
+ for 50:F5:DA:A6:3F:EA: Device or resource busy
  
  as I describe in the askubuntu.com discussion at:
  
  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth
  
  I have clarified there my thinking and the steps I've taken thus far on
  this issue, which includes trying debug bluetooth per the Ubuntu wiki
  page which describes how to do so.
  
  This is probably an upstream issue, as Mike H-R has commented there that
  the problem also occurs on ArchLinux.
  
  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it to
  Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
  best to start here.
  
  Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.han

[Touch-packages] [Bug 1680599] Re: unattended-upgrades crashes without writing to the log on invalid config file entries

2017-05-17 Thread Brian Murray
** Changed in: unattended-upgrades (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  unattended-upgrades crashes without writing to the log on invalid
  config file entries

Status in unattended-upgrades package in Ubuntu:
  In Progress

Bug description:
  If Unattended-Upgrade::Allowed-Origins in 50unattended-upgrades
  contains an invalid entry, such as "invalid", unattended-upgrades
  crashes without writing to /var/log/unattended-upgrades/unattended-
  upgrades.log.

  # unattended-upgrades --debug
  Traceback (most recent call last):
File "/usr/bin/unattended-upgrades", line 1536, in 
  main(options)
File "/usr/bin/unattended-upgrades", line 1202, in main
  allowed_origins = get_allowed_origins()
File "/usr/bin/unattended-upgrades", line 343, in get_allowed_origins
  allowed_origins = get_allowed_origins_legacy()
File "/usr/bin/unattended-upgrades", line 328, in get_allowed_origins_legacy
  (distro_id, distro_codename) = s.split()
  ValueError: not enough values to unpack (expected 2, got 1)

  0.92ubuntu1.2 on 16.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1680599/+subscriptions

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


[Touch-packages] [Bug 1691556] [NEW] Can't send audio to Amazon Echo via Bluetooth

2017-05-17 Thread Doug Morse
Public bug reported:

Pairing and coupling to Amazon Echo works, but no sound is heard.

I believe the issue is related to the fact that Amazon Echo is paired as
a handset (i.e., speaker + microphone) rather than just as a speaker.  I
believe the critical error is found in a dmesg line such as:

Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect failed
for 50:F5:DA:A6:3F:EA: Device or resource busy

as I describe in the askubuntu.com discussion at:

https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
via-bluetooth

I have clarified there my thinking and the steps I've taken thus far on
this issue, which includes trying debug bluetooth per the Ubuntu wiki
page which describes how to do so.

This is probably an upstream issue, as Mike H-R has commented there that
the problem also occurs on ArchLinux.

I and a few others would like to get this resolved, and I am happy to
help (I'm a software developer).  However, at this point, I'm not sure
how to proceed without some assistance.  I suppose I could report it to
Debain, but I've only ever used Debain vis a vis Ubuntu, so I thought it
best to start here.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: bluez 5.37-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
Uname: Linux 4.4.0-72-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May 17 22:27:59 2017
InstallationDate: Installed on 2015-12-26 (507 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
InterestingModules: rfcomm bnep btusb bluetooth
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
dmi.bios.date: 01/18/2017
dmi.bios.vendor: Intel Corporation
dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
dmi.board.name: NUC5i5RYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H40999-504
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0362.2017.0118.0940:bd01/18/2017:svn:pn:pvr:rvnIntelCorporation:rnNUC5i5RYB:rvrH40999-504:cvn:ct3:cvr:
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
  BD Address: DC:53:60:97:55:17  ACL MTU: 1021:5  SCO MTU: 96:6
  UP RUNNING PSCAN
  RX bytes:13547334 acl:58 sco:0 events:1935087 errors:0
  TX bytes:1652407651 acl:1934967 sco:0 commands:76 errors:0
mtime.conffile..etc.bluetooth.main.conf: 2015-12-29T07:24:08.439240

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


** Tags: amd64 apport-bug xenial

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

Title:
  Can't send audio to Amazon Echo via Bluetooth

Status in bluez package in Ubuntu:
  New

Bug description:
  Pairing and coupling to Amazon Echo works, but no sound is heard.

  I believe the issue is related to the fact that Amazon Echo is paired
  as a handset (i.e., speaker + microphone) rather than just as a
  speaker.  I believe the critical error is found in a dmesg line such
  as:

  Feb 28 10:59:05 n1 bluetoothd[1025]: a2dp-source profile connect
  failed for 50:F5:DA:A6:3F:EA: Device or resource busy

  as I describe in the askubuntu.com discussion at:

  https://askubuntu.com/questions/871630/cant-send-audio-to-amazon-echo-
  via-bluetooth

  I have clarified there my thinking and the steps I've taken thus far
  on this issue, which includes trying debug bluetooth per the Ubuntu
  wiki page which describes how to do so.

  This is probably an upstream issue, as Mike H-R has commented there
  that the problem also occurs on ArchLinux.

  I and a few others would like to get this resolved, and I am happy to
  help (I'm a software developer).  However, at this point, I'm not sure
  how to proceed without some assistance.  I suppose I could report it
  to Debain, but I've only ever used Debain vis a vis Ubuntu, so I
  thought it best to start here.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bluez 5.37-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49
  Uname: Linux 4.4.0-72-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 17 22:27:59 2017
  InstallationDate: Installed on 2015-12-26 (507 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  InterestingModules: rfcomm bnep btusb bluetooth
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-72-generic 
root=UUID=5950fbba-cde1-49ac-a918-04e517894c57 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to xenial on 2017-02-28 (78 days ago)
  dmi.bios.date: 01/18/2017
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0362.2017.0118.0940
  dmi.board.name: NUC5i5RYB
  dmi.board.vendor: Intel Corporation

[Touch-packages] [Bug 1691549] Re: WIth recent update multiple applications have issues with mic

2017-05-17 Thread Nazar Mokrynskyi
Here is PulseAudio output when game freezes:
I: [alsa-source-USB Audio] alsa-source.c: Decreasing wakeup watermark to 13,38 
ms
I: [alsa-source-USB Audio] alsa-source.c: Decreasing wakeup watermark to 8,38 ms
I: [alsa-source-USB Audio] alsa-source.c: Decreasing wakeup watermark to 4,19 ms
I: [alsa-source-USB Audio] alsa-source.c: Decreasing wakeup watermark to 4,00 ms
D: [pulseaudio] module-suspend-on-idle.c: Source 
alsa_input.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-input
 becomes idle, timeout in 5 seconds.
D: [alsa-source-USB Audio] alsa-source.c: hwbuf_unused=0
D: [alsa-source-USB Audio] alsa-source.c: setting avail_min=95809
D: [pulseaudio] module-suspend-on-idle.c: Source 
alsa_input.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-input
 becomes idle, timeout in 5 seconds.
I: [pulseaudio] source-output.c: Freeing output 3 "Record Stream"
I: [pulseaudio] client.c: Freed 12 "FMOD Record Helper"
I: [pulseaudio] protocol-native.c: Connection died.
D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-output
 becomes idle, timeout in 5 seconds.
D: [alsa-sink-USB Audio] alsa-sink.c: hwbuf_unused=0
D: [alsa-sink-USB Audio] alsa-sink.c: setting avail_min=95119
D: [alsa-sink-USB Audio] alsa-sink.c: Requested volume: front-left: 37985 /  
58% / -14,21 dB,   front-right: 37985 /  58% / -14,21 dB
D: [alsa-sink-USB Audio] alsa-sink.c: Got hardware volume: front-left: 38295 /  
58% / -14,00 dB,   front-right: 38295 /  58% / -14,00 dB
D: [alsa-sink-USB Audio] alsa-sink.c: Calculated software volume: front-left: 
65005 /  99% / -0,21 dB,   front-right: 65005 /  99% / -0,21 dB 
(accurate-enough=yes)
D: [alsa-sink-USB Audio] sink.c: Volume not changing
D: [alsa-sink-USB Audio] alsa-sink.c: Requested to rewind 384000 bytes.
D: [alsa-sink-USB Audio] alsa-sink.c: Limited to 5888 bytes.
D: [alsa-sink-USB Audio] alsa-sink.c: before: 1472
D: [alsa-sink-USB Audio] alsa-sink.c: after: 1472
D: [alsa-sink-USB Audio] alsa-sink.c: Rewound 5888 bytes.
D: [alsa-sink-USB Audio] sink.c: Processing rewind...
D: [alsa-sink-USB Audio] sink.c: latency = 8085
D: [alsa-sink-USB Audio] source.c: Processing rewind...
D: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-output
 becomes idle, timeout in 5 seconds.
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] sink-input.c: Freeing input 1 "Mixer Stream"
I: [pulseaudio] protocol-native.c: Connection died.
D: [pulseaudio] ratelimit.c: 110 events suppressed
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
D: [pulseaudio] flist.c: pulsecore/memblockq.c: list_items flist is full (don't 
worry)
I: [pulseaudio] client.c: Freed 11 "FMOD Ex App"
I: [pulseaudio] module-suspend-on-idle.c: Source 
alsa_input.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-input
 idle for too long, suspending ...
D: [pulseaudio] source.c: Suspend cause of source 
alsa_input.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-input
 is 0x0004, suspending
I: [alsa-source-USB Audio] alsa-source.c: Device suspended...
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
I: [pulseaudio] module-suspend-on-idle.c: Sink 
alsa_output.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-output
 idle for too long, suspending ...
D: [pulseaudio] sink.c: Suspend cause of sink 
alsa_output.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.analog-stereo-output
 is 0x0004, suspending
I: [alsa-sink-USB Audio] alsa-sink.c: Device suspended...
D: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
D: [pulseaudio] module-udev-detect.c: /dev/snd/controlC1 is accessible: yes
D: [pulseaudio] module-udev-detect.c: Resuming all sinks and sources of card 
alsa_card.usb-Creative_Technology_Ltd_SB_Omni_Surround_5.1_X0Q6-00.


** Description changed:

  After recent update to 1.12 I'm getting issues with microphone: when using 
microphone in TeamSpeak 3 it only works for 

[Touch-packages] [Bug 1680599] Re: unattended-upgrades crashes without writing to the log on invalid config file entries

2017-05-17 Thread Brian Murray
I've recreated this and submitted it to the Ubuntu Error Tracker and
apparently I'm the only one who has.

https://errors.ubuntu.com/bucket/?id=/usr/bin/unattended-
upgrade%3AValueError%3A/usr/bin/unattended-
upgrade%401558%3Amain%3Aget_allowed_origins%3Aget_allowed_origins_legacy

Regardless, I'll get it fixed in the development release of Ubuntu.

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

Title:
  unattended-upgrades crashes without writing to the log on invalid
  config file entries

Status in unattended-upgrades package in Ubuntu:
  Triaged

Bug description:
  If Unattended-Upgrade::Allowed-Origins in 50unattended-upgrades
  contains an invalid entry, such as "invalid", unattended-upgrades
  crashes without writing to /var/log/unattended-upgrades/unattended-
  upgrades.log.

  # unattended-upgrades --debug
  Traceback (most recent call last):
File "/usr/bin/unattended-upgrades", line 1536, in 
  main(options)
File "/usr/bin/unattended-upgrades", line 1202, in main
  allowed_origins = get_allowed_origins()
File "/usr/bin/unattended-upgrades", line 343, in get_allowed_origins
  allowed_origins = get_allowed_origins_legacy()
File "/usr/bin/unattended-upgrades", line 328, in get_allowed_origins_legacy
  (distro_id, distro_codename) = s.split()
  ValueError: not enough values to unpack (expected 2, got 1)

  0.92ubuntu1.2 on 16.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1680599/+subscriptions

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


[Touch-packages] [Bug 1691547] [NEW] Wine applet crashes on installation from terminal

2017-05-17 Thread Adeilton
Public bug reported:

Wine applet crashes on installation from terminal

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

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

Title:
  Wine applet crashes on installation from terminal

Status in debconf package in Ubuntu:
  New

Bug description:
  Wine applet crashes on installation from terminal

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

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


[Touch-packages] [Bug 1691549] [NEW] WIth recent update multiple applications have issues with mic

2017-05-17 Thread Nazar Mokrynskyi
Public bug reported:

After recent update to 1.12 I'm getting issues with microphone: when using 
microphone in TeamSpeak 3 it only works for few minutes, afterwards I can only 
hear, but not talk. Start Conflict game simply freezes at certain places.
The only audio-related update I can find in recent days is gstreamer, but I 
can't yet find any patch for sources to see what was actually changed in recent 
update.

** Affects: gstreamer1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: artful

** Tags added: artful

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

Title:
  WIth recent update multiple applications have issues with mic

Status in gstreamer1.0 package in Ubuntu:
  New

Bug description:
  After recent update to 1.12 I'm getting issues with microphone: when using 
microphone in TeamSpeak 3 it only works for few minutes, afterwards I can only 
hear, but not talk. Start Conflict game simply freezes at certain places.
  The only audio-related update I can find in recent days is gstreamer, but I 
can't yet find any patch for sources to see what was actually changed in recent 
update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1691549/+subscriptions

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


[Touch-packages] [Bug 1691209] Re: package openssh-server 1:7.2p2-4ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-17 Thread Joshua Powers
>From log:

Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
/etc/ssh/sshd_config: line 2: Bad configuration option: AuthorizedKeyFile
 /etc/ssh/sshd_config: terminating, 1 bad configuration options

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

Title:
  package openssh-server 1:7.2p2-4ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  Active: failed (Result: exit-code) since Tue 2017-05-16 23:01:58 IST; 8ms ago
Process: 3849 ExecStart=/usr/sbin/sshd -D $SSHD_OPTS (code=exited, 
status=255)
   Main PID: 3849 (code=exited, status=255)

  May 16 23:01:58 prakash-OptiPlex systemd[1]: Starting OpenBSD Secure Shell 
s
  May 16 23:01:58 prakash-OptiPlex sshd[3849]: /etc/ssh/sshd_config: line 2: 
B...e
  May 16 23:01:58 prakash-OptiPlex sshd[3849]: /etc/ssh/sshd_config: 
terminati...s
  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Main process 
exite...a
  May 16 23:01:58 prakash-OptiPlex systemd[1]: Failed to start OpenBSD Secure 

  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Unit entered 
faile
  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Failed with 
result
  Hint: Some lines were ellipsized, use -l to show in full.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.2
  ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
  Uname: Linux 4.4.0-77-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Thu May 11 12:19:31 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-01-22 (480 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SSHDConfig:
   Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
/etc/ssh/sshd_config: line 2: Bad configuration option: AuthorizedKeyFile
   /etc/ssh/sshd_config: terminating, 1 bad configuration options
  SourcePackage: openssh
  Title: package openssh-server 1:7.2p2-4ubuntu2.2 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/openssh/+bug/1691209/+subscriptions

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


[Touch-packages] [Bug 1691209] Re: package openssh-server 1:7.2p2-4ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-05-17 Thread Joshua Powers
Thank you for taking the time to file a bug report.

>From the log message above it appears you have a bad configuration
option in your sshd file. I believe the option you want is
'AuthorizedKeysFile'.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

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

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

Title:
  package openssh-server 1:7.2p2-4ubuntu2.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  Active: failed (Result: exit-code) since Tue 2017-05-16 23:01:58 IST; 8ms ago
Process: 3849 ExecStart=/usr/sbin/sshd -D $SSHD_OPTS (code=exited, 
status=255)
   Main PID: 3849 (code=exited, status=255)

  May 16 23:01:58 prakash-OptiPlex systemd[1]: Starting OpenBSD Secure Shell 
s
  May 16 23:01:58 prakash-OptiPlex sshd[3849]: /etc/ssh/sshd_config: line 2: 
B...e
  May 16 23:01:58 prakash-OptiPlex sshd[3849]: /etc/ssh/sshd_config: 
terminati...s
  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Main process 
exite...a
  May 16 23:01:58 prakash-OptiPlex systemd[1]: Failed to start OpenBSD Secure 

  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Unit entered 
faile
  May 16 23:01:58 prakash-OptiPlex systemd[1]: ssh.service: Failed with 
result
  Hint: Some lines were ellipsized, use -l to show in full.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu2.2
  ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
  Uname: Linux 4.4.0-77-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  Date: Thu May 11 12:19:31 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-01-22 (480 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SSHDConfig:
   Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
/etc/ssh/sshd_config: line 2: Bad configuration option: AuthorizedKeyFile
   /etc/ssh/sshd_config: terminating, 1 bad configuration options
  SourcePackage: openssh
  Title: package openssh-server 1:7.2p2-4ubuntu2.2 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/openssh/+bug/1691209/+subscriptions

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


[Touch-packages] [Bug 1680599] Re: unattended-upgrades crashes without writing to the log on invalid config file entries

2017-05-17 Thread Brian Murray
** Changed in: unattended-upgrades (Ubuntu)
   Importance: Undecided => Low

** Changed in: unattended-upgrades (Ubuntu)
   Status: Confirmed => Triaged

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

** Changed in: unattended-upgrades (Ubuntu)
 Assignee: (unassigned) => Brian Murray (brian-murray)

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

Title:
  unattended-upgrades crashes without writing to the log on invalid
  config file entries

Status in unattended-upgrades package in Ubuntu:
  Triaged

Bug description:
  If Unattended-Upgrade::Allowed-Origins in 50unattended-upgrades
  contains an invalid entry, such as "invalid", unattended-upgrades
  crashes without writing to /var/log/unattended-upgrades/unattended-
  upgrades.log.

  # unattended-upgrades --debug
  Traceback (most recent call last):
File "/usr/bin/unattended-upgrades", line 1536, in 
  main(options)
File "/usr/bin/unattended-upgrades", line 1202, in main
  allowed_origins = get_allowed_origins()
File "/usr/bin/unattended-upgrades", line 343, in get_allowed_origins
  allowed_origins = get_allowed_origins_legacy()
File "/usr/bin/unattended-upgrades", line 328, in get_allowed_origins_legacy
  (distro_id, distro_codename) = s.split()
  ValueError: not enough values to unpack (expected 2, got 1)

  0.92ubuntu1.2 on 16.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1680599/+subscriptions

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


[Touch-packages] [Bug 1691214] Re: Consider enabling --color by default

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

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

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

Title:
  Consider enabling --color by default

Status in iproute2 package in Ubuntu:
  Confirmed

Bug description:
  The output of

  ip --color a

  looks a lot nicer to me than

  ip a

  
  If you look in /etc/skel/.bashrc you can see that we already enable color for 
other commands:
   alias ls='ls --color=auto'
   alias grep='grep --color=auto'
   alias fgrep='fgrep --color=auto'
   alias egrep='egrep --color=auto'

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

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


[Touch-packages] [Bug 1629226] Re: systemd's service killed by cgroup controller pids

2017-05-17 Thread Steve Langasek
** Changed in: bash (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: bash (Ubuntu)
Milestone: None => ubuntu-17.05

** Changed in: bash (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Balint Reczey (rbalint)

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

Title:
  systemd's service killed by cgroup controller pids

Status in The Ubuntu-power-systems project:
  New
Status in bash package in Ubuntu:
  Triaged

Bug description:
  Problem Description
  ===
  I write a simple systemd service which will fork child processes fiercely. 
But quickly the service failed:

  % sudo systemctl status reproducer.service
  ? reproducer.service - Reproducer of systemd services killed by ips
 Loaded: loaded (/etc/systemd/system/reproducer.service; disabled; vendor 
preset: enabled)
 Active: failed (Result: exit-code) since Fri 2016-03-18 06:58:37 CDT; 2min 
43s ago
Process: 5103 ExecStart=/home/hpt/reproducer/reproducer.sh (code=exited, 
status=0/SUCCESS)
   Main PID: 5105 (code=exited, status=254)

  Mar 18 06:58:36 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:36 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 systemd[1]: reproducer.service: Main process exited, 
code=exited, status=254/n/a
  Mar 18 06:58:37 pinelp3 reproducer.sh[5103]: 
/home/hpt/reproducer/reproducer.sh: fork: Resource temporarily unavailable
  Mar 18 06:58:37 pinelp3 systemd[1]: reproducer.service: Unit entered failed 
state.
  Mar 18 06:58:37 pinelp3 systemd[1]: reproducer.service: Failed with result 
'exit-code'.

  The default task limit of systemd services is 512. Looks like the
  service is terminated by the kernel's ips cgroup controller. I think
  this isn't correct. Child processes cannot be forked shouldn't cause
  parent to die.

  
  % cat /etc/systemd/system/reproducer.service 
  [Unit]
  Description=Reproducer of systemd services killed by ips
  After=multi-user.target

  [Service]
  ExecStart=/home/hpt/reproducer/reproducer.sh
  Type=forking

  [Install]
  WantedBy=multi-user.target

  % cat /home/hpt/reproducer/reproducer.sh
  #!/bin/bash

  foo()
  {
  #exec sh -c "echo $1: \$\$;sleep 60"
  echo $1: 
  sleep 60
  }

  bar()
  {
  c=1
  while true
  do
  for ((i=1;i<=2048;i++))
  do
  foo $c &
  ((c++))
  done

  wait
  c=1
  done
  }

  # main
  bar &

  disown -a

  exit 0

  
  ---uname output---
  Linux pinelp3 4.4.0-12-generic #28-Ubuntu SMP Wed Mar 9 00:40:38 UTC 2016 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = IBM,8408-E8E,lpar 

  Steps to Reproduce
  
  1. install the simple service in "Problem description"
  2. sudo systemctl start reproducer.service
  3. wait 2~3 minutes
   
  == Comment: #3 - Vaishnavi Bhat  - 2016-03-22 11:21:55 ==
  From the machine,
  root@pinelp3:~# ulimit -a
  core file size  (blocks, -c) 0
  data seg size   (kbytes, -d) unlimited
  scheduling priority (-e) 0
  file size   (blocks, -f) unlimited
  pending signals (-i) 48192
  max locked memory   (kbytes, -l) 64
  max memory size (kbytes, -m) unlimited
  open files  (-n) 1024
  pipe size(512 bytes, -p) 8
  POSIX message queues (bytes, -q) 819200
  real-time priority  (-r) 0
  stack size  (kbytes, -s) 8192
  cpu time   (seconds, -t) unlimited
  max user processes  (-u) 48192
  virtual memory  (kbytes, -v) unlimited
  file locks  (-x) unlimited

  root@pinelp3:~# ps aux | wc -l  ->While the service is 
running 
  1084
  root@pinelp3:~# ps aux | wc -l   "
  1084
  root@pinelp3:~# ps aux | wc -l   "
  1084
  root@pinelp3:~# ps aux | wc -l   "
  1084
  root@pinelp3:~# ps aux | wc -l-->While the service is not 
running. 
  572

  root@pinelp3:~# free -

[Touch-packages] [Bug 1689495] Re: unattended-upgrade crashed with AttributeError in _write(): 'NoneType' object has no attribute 'write'

2017-05-17 Thread Robie Basak
Still affects me on Artful with 0.93.1ubuntu4. uklas, why did you change
this to Fix Released with no explanation?

** Changed in: unattended-upgrades (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: unattended-upgrades (Ubuntu)
 Assignee: uklas (uklasius) => (unassigned)

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

Title:
  unattended-upgrade crashed with AttributeError in _write(): 'NoneType'
  object has no attribute 'write'

Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  This happened after upgrading it to Artful.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: unattended-upgrades 0.93.1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu6
  Architecture: amd64
  CrashCounter: 1
  Date: Tue May  9 08:20:24 2017
  ExecutablePath: /usr/bin/unattended-upgrade
  InstallationDate: Installed on 2017-05-05 (3 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/unattended-upgrade -d 3
  ProcEnviron:
   LANGUAGE=en_IE:en
   PATH=(custom, no user)
   LANG=en_IE.UTF-8
  PythonArgs: ['/usr/bin/unattended-upgrade', '-d', '3']
  SourcePackage: unattended-upgrades
  Title: unattended-upgrade crashed with AttributeError in _write(): 'NoneType' 
object has no attribute 'write'
  UpgradeStatus: Upgraded to artful on 2017-05-05 (3 days ago)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1689495/+subscriptions

-- 
Mailing list: https://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 1671951] Re: networkd should allow configuring IPV6 MTU

2017-05-17 Thread Ryan Harper
On Wed, May 17, 2017 at 1:14 PM, Dimitri John Ledkov  wrote:

> I'm very naive, so please bear with me if this is a silly question. As
> far as I can tell the existing MTU setting in networkd will apply to
> both ipv4 and ipv6 simultaniously. Are you arguing that you want
> specific control of MTU and use different values for ipv4 and ipv6?
>

Yes


AFAICT, the MTUBytes field which is a link property, applies to the device
itself.

IPv6 has a separate *protocol* level MTU where it is used to fragment IPv6
packets
so they can be tunneled (among other things) over IPv4.  There's also a
specific
IPv6 MTU setting to prevent IPv6 packets from being to small (I think 1280
is the
minimum MTU allowable for IPv6 packets.

Subsequently, the kernel has *two* MTUs, Device (ethernet, ppp, etc) and
IPv6 protocal

device: /sys/class/net//mtu
ipv6: /proc/sys/net/ipv6/conf//mtu

Would it not be sufficient to set the appropriatly-lowest/highest common
> denominator value for MTU?
>

It is not.  In the case that you want to use 9000 MTU on an ipv6 address,
one
 needs to ensure that the MTU of the underlying device is raised from the
default to 9000
otherwise the V6 MTU means nothing.

In some cases you want to raise the MTU of the underlying device, but *not*
raise the MTU of the IPV6
this is a tunneling case:

eth0 mtu 9000
ipv6 mtu 1480

So, yes, we want independent control over v4 and v6 MTU.

Note, the upstream discussions (IMHO) punt the problem to Router
Advertisements;  however what
does remain is that we currently have this control with ifupdown (with some
help of pre/post scripts).

I had a start at getting this working in networkd, however I wasn't able to
achieve the independent control



>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1671951
>
> Title:
>   networkd should allow configuring IPV6 MTU
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/
> 1671951/+subscriptions
>

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

Title:
  networkd should allow configuring IPV6 MTU

Status in systemd package in Ubuntu:
  New

Bug description:
  1) Zesty
  2) systemd-232-19
  3) I need to configure the IPV6 MTU for tunneling by adding an 
IPv6MTUBytes=1480 value in the .network file for an interface with an IPV6 
static address in the [Network] section
  4) networkd does not parse or read the value and does not apply this 
configuration to the interface.

  Upstream has discussed this issue here:

  https://github.com/systemd/systemd/pull/1533

  But it's been closed in favor of only setting via RA.

  However, we know of multiple use-case which are currently supported in
  ifdupdown where we want to retain control over IPV6 MTU values outside
  of PMTU Discovery configurations.

  
  Some context from those discussions

  
  >> Client systems that route their ipv6 packets to a 6in4 router also
  >> have to have their ipv6 mtu lowered.  They could lower their link mtu,
  >> so their ipv6 packets are small enough, but that reduces performance
  >> of their ipv4 network.

  Yes.  Anything that creates a PMTUD black hole can result in
  situations where the higher header overhead of IPv6 will cause IPv4 to
  pass but IPv6 traffic to be dropped.

  One example here is egress from an ipsec tunnel wherein the next
  hop MTU is too low for IPv6 datagrams to pass.  Another is VM ->
  whatever -> host bridge -> tunnel ingress.  If the datagram cannot enter
  the tunnel due to size, it is dropped, and an ICMP response uses the
  tunnel address as a source, which may not be routable back to the
  origin.  This one is an issue with IPv4 as well, and is one case where
  manually setting the IPv6 MTU lower than the (also manually set) device
  MTU is of benefit.

  In essence, any of these sort of cases that require an explicit
  setting of the device MTU will likely require a setting of the IPv6 mtu
  as well to account for its larger header overhead.

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

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


[Touch-packages] [Bug 869017] Re: Ubuntu server enables screenblanking, concealing crashdumps (DPMS is not used)

2017-05-17 Thread Doug Smythies
Kernel 4.12-rc1 has this change, so the console now defaults to never
going blank. I disagree with this change.

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

Title:
  Ubuntu server enables screenblanking, concealing crashdumps (DPMS is
  not used)

Status in kbd package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Fix Released
Status in kbd source package in Zesty:
  Invalid
Status in linux source package in Zesty:
  Fix Released
Status in kbd package in Debian:
  Fix Released

Bug description:
  James Rice of Jump Networks noticed that there is a screen-blanker
  enabled on Ubuntu Server.

  James notes that this blanking is not enabling DPMS power saving
  (thereby negating any power-saving benefit), and is simply turning the
  screen content blank.   This means that the crash output is invisible
  which is unhelpful on a server (virtual or otherwise).

  Ideally the screen should (at a minimum) be turned on and unblanked at
  the point of an OOPs/crash being printed.

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

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


[Touch-packages] [Bug 1576341] Re: systemd in degraded state on startup in LXD containers

2017-05-17 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: systemd (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: systemd (Ubuntu)
Milestone: None => ubuntu-17.05

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  systemd in degraded state on startup in LXD containers

Status in lvm2 package in Ubuntu:
  Fix Released
Status in lxd package in Ubuntu:
  Invalid
Status in open-iscsi package in Ubuntu:
  Fix Committed
Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  The ubuntu:xenial image shows 'degraded' state in lxd on initial boot.

  $ lxc launch xenial x1
  $ sleep 10
  $ lxc file pull x1/etc/cloud/build.info -
  build_name: server
  serial: 20160420-145324

  $ lxc exec x1 systemctl is-system-running
  degraded

  $ lxc exec x1 -- systemctl --state=failed
    UNIT  LOAD   ACTIVE SUBDESCRIPTION
  ● dev-hugepages.mount   loaded failed failed Huge Pages File System
  ● iscsid.serviceloaded failed failed iSCSI initiator daemon 
(iscsid)
  ● open-iscsi.serviceloaded failed failed Login to default iSCSI 
targets
  ● systemd-remount-fs.serviceloaded failed failed Remount Root and Kernel 
File Systems
  ● systemd-sysctl.serviceloaded failed failed Apply Kernel Variables
  ● lvm2-lvmetad.socket   loaded failed failed LVM2 metadata daemon 
socket
  ● systemd-journald-audit.socket loaded failed failed Journal Audit Socket

  LOAD   = Reflects whether the unit definition was properly loaded.
  ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
  SUB= The low-level unit activation state, values depend on unit type.

  7 loaded units listed. Pass --all to see loaded but inactive units, too.
  To show all installed unit files use 'systemctl list-unit-files'.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: open-iscsi 2.0.873+git0.3b4b4500-14ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Thu Apr 28 17:28:04 2016
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
  SourcePackage: open-iscsi
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1671951] Re: networkd should allow configuring IPV6 MTU

2017-05-17 Thread Dimitri John Ledkov
I'm very naive, so please bear with me if this is a silly question. As
far as I can tell the existing MTU setting in networkd will apply to
both ipv4 and ipv6 simultaniously. Are you arguing that you want
specific control of MTU and use different values for ipv4 and ipv6?
Would it not be sufficient to set the appropriatly-lowest/highest common
denominator value for MTU?

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

Title:
  networkd should allow configuring IPV6 MTU

Status in systemd package in Ubuntu:
  New

Bug description:
  1) Zesty
  2) systemd-232-19
  3) I need to configure the IPV6 MTU for tunneling by adding an 
IPv6MTUBytes=1480 value in the .network file for an interface with an IPV6 
static address in the [Network] section
  4) networkd does not parse or read the value and does not apply this 
configuration to the interface.

  Upstream has discussed this issue here:

  https://github.com/systemd/systemd/pull/1533

  But it's been closed in favor of only setting via RA.

  However, we know of multiple use-case which are currently supported in
  ifdupdown where we want to retain control over IPV6 MTU values outside
  of PMTU Discovery configurations.

  
  Some context from those discussions

  
  >> Client systems that route their ipv6 packets to a 6in4 router also
  >> have to have their ipv6 mtu lowered.  They could lower their link mtu,
  >> so their ipv6 packets are small enough, but that reduces performance
  >> of their ipv4 network.

  Yes.  Anything that creates a PMTUD black hole can result in
  situations where the higher header overhead of IPv6 will cause IPv4 to
  pass but IPv6 traffic to be dropped.

  One example here is egress from an ipsec tunnel wherein the next
  hop MTU is too low for IPv6 datagrams to pass.  Another is VM ->
  whatever -> host bridge -> tunnel ingress.  If the datagram cannot enter
  the tunnel due to size, it is dropped, and an ICMP response uses the
  tunnel address as a source, which may not be routable back to the
  origin.  This one is an issue with IPv4 as well, and is one case where
  manually setting the IPv6 MTU lower than the (also manually set) device
  MTU is of benefit.

  In essence, any of these sort of cases that require an explicit
  setting of the device MTU will likely require a setting of the IPv6 mtu
  as well to account for its larger header overhead.

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

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


[Touch-packages] [Bug 1648183] Re: Crackling and popping sound when using headphones

2017-05-17 Thread cassiodoroVicinetti
I confirm I fixed my problem thanks to robertjjoynt's suggestion!

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

Title:
  Crackling and popping sound when using headphones

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver package in Arch Linux:
  New

Bug description:
  Laptop is  HP Pavilion - 15-au118tx. The laptop has B and O play and
  the output from speakers are just fine, when using headphones there is
  some kind of crackling and popping sound in both ears but prominently
  in the left ear.

  The issue happens only when the sound is played, if i reduce the PCM
  way low using alsamixer, the effect is minimized but the volume is
  also reduced. Increasing the volume in the panel increases the PCM as
  well.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  antony 1719 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec  7 23:30:05 2016
  InstallationDate: Installed on 2016-11-20 (17 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [HP Pavilion Notebook, Realtek ALC295, Black Headphone Out, Left] 
Sound is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8216
  dmi.board.vendor: HP
  dmi.board.version: 83.13
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd07/19/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8216:rvr83.13:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-12-07T23:12:52.939689

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

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


[Touch-packages] [Bug 1691513] [NEW] bug

2017-05-17 Thread brian holmes
Public bug reported:

Not sure run the program and sent reports

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: xorg 1:7.7+16ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.39  Tue Jan 31 20:47:00 
PST 2017
 GCC version:  gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed May 17 13:03:55 2017
DistUpgraded: Fresh install
DistroCodename: zesty
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.10.0-19-generic, x86_64: installed
 bbswitch, 0.8, 4.10.0-21-generic, x86_64: installed
 nvidia-375, 375.39, 4.10.0-19-generic, x86_64: installed
 nvidia-375, 375.39, 4.10.0-21-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Dell 4th Gen Core Processor Integrated Graphics Controller 
[1028:05a9]
 NVIDIA Corporation GK107M [GeForce GT 750M] [10de:0fe4] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell GK107M [GeForce GT 750M] [1028:05a9]
InstallationDate: Installed on 2017-05-16 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
MachineType: Alienware Alienware 14
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-21-generic 
root=UUID=6a513eb6-2a19-471b-8f94-d3ebc49c0253 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/23/2014
dmi.bios.vendor: Alienware
dmi.bios.version: A09
dmi.board.name: 07MJ2Y
dmi.board.vendor: Alienware
dmi.board.version: A01
dmi.chassis.type: 8
dmi.chassis.vendor: Alienware
dmi.chassis.version: A09
dmi.modalias: 
dmi:bvnAlienware:bvrA09:bd04/23/2014:svnAlienware:pnAlienware14:pvrA09:rvnAlienware:rn07MJ2Y:rvrA01:cvnAlienware:ct8:cvrA09:
dmi.product.name: Alienware 14
dmi.product.version: A09
dmi.sys.vendor: Alienware
version.compiz: compiz 1:0.9.13.1+17.04.20170109-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.3-1ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.3-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.14-0ubuntu1

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


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

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

Title:
  bug

Status in xorg package in Ubuntu:
  New

Bug description:
  Not sure run the program and sent reports

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: xorg 1:7.7+16ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  375.39  Tue Jan 31 20:47:00 
PST 2017
   GCC version:  gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed May 17 13:03:55 2017
  DistUpgraded: Fresh install
  DistroCodename: zesty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.10.0-19-generic, x86_64: installed
   bbswitch, 0.8, 4.10.0-21-generic, x86_64: installed
   nvidia-375, 375.39, 4.10.0-19-generic, x86_64: installed
   nvidia-375, 375.39, 4.10.0-21-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controll

[Touch-packages] [Bug 1685186] Re: [SRU] Mir needs to be updated to 0.26 in 16.04LTS

2017-05-17 Thread Alan Griffiths
This works fine on a AMD64 desktop

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

Title:
  [SRU] Mir needs to be updated to 0.26 in 16.04LTS

Status in mir package in Ubuntu:
  In Progress
Status in mir source package in Xenial:
  Fix Committed

Bug description:
  [Impact]
  Snap development using Mir has been using the "stable phone overlay" PPA 
which is both inconvenient and a legacy of the cancelled Unity8 project.

  It would greatly simplify things if Mir were updated in the Xenial
  archive.

  [Test Case]

  Build a Mir client snap (e.g. lp:~albaguirre/+snap/mir-client-demos)
  against "Primary Ubuntu Archive" and deploy as described in
  https://developer.ubuntu.com/en/snappy/guides/mir-snaps/

  Expected: the client apps start and are visible on screen
  Actual: the client apps don't start and are not visible on screen

  [Regression Potential]
  Mir has two categories of dependent project:

    1 Unity8 and unity-system-compositor "server" packages
    2 toolkits and other "clients" of Mir

  "Server" packages from the archive will stop working in the LTS as
  they will continue using the earlier libmirserver.so.38 (from Mir
  0.21) which doesn't work with the libmirclient.so.9 from Mir 0.26.
  This is unimportant as these packages were provided as an "early
  experience", not for serious use.

  "Client" packages are dependent only on libmirclient.so.9 which is ABI
  stable. The principle type of regression would be FTBFS where APIs
  have been deprecated in 0.26. The linked 0.26.3 release has these
  deprecations disabled for 16.04.

  The packages are available in silo:
  https://bileto.ubuntu.com/#/ticket/2736

  notes:

  A recursive search or rdependencies identifies the following packages
  in category 1:

  camera-app-autopilot
  gallery-app-autopilot
  indicator-network-autopilot
  indicators-client
  qtdeclarative5-qtmir-plugin
  qtmir-android
  qtmir-desktop
  qtmir-tests
  ubuntu-desktop-mir
  ubuntu-experience-tests
  ubuntu-pocket-desktop
  ubuntu-push-autopilot
  ubuntu-touch
  ubuntu-touch-session
  unity8
  unity8-autopilot
  unity8-desktop-session-mir
  unity-scope-click-autopilot
  unity-system-compositor
  unity-system-compositor-autopilot

  Anyone wanting these packages should switch to the "unity8-desktop-
  session" preview package in 17.04 where they are far more functional.

  [Alternatives]
  If we want to keep everything working in Xenial, we *could* bump the 
libmirclient SONAME to libmirclient.so.10. This would result in libmirclient9 
being NBS, but continuing to work against the Mir servers available in 16.04[*] 
(until and unless they are rebuilt).

  However, this does not enable the desired result for IoT deployments
  of toolkits (GTK, Qt etc) and other clients working against servers
  (specifically miral-kiosk) built against the updated libraries.

  To work for IoT these would need to rebuilt from source - at which
  point they (and their dependencies) would stop working against the
  servers in category 1.

  [*] with the exception of the servers provided in mir-examples, these
  would only work with clients linking against libmirclient.so.10.

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

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


[Touch-packages] [Bug 1507025] Re: Shell Command Injection with the hostname

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package bash - 4.3-14ubuntu1.2

---
bash (4.3-14ubuntu1.2) xenial-security; urgency=medium

  * SECURITY UPDATE: word expansions on the prompt strings (LP: #1507025)
- debian/patches/bash43-047.diff: add quoting to parse.y, y.tab.c.
- CVE-2016-0634
  * SECURITY UPDATE: code execution via crafted SHELLOPTS and PS4
(LP: #1689304)
- debian/patches/bash43-048.diff: check for root in variables.c.
- CVE-2016-7543
  * SECURITY UPDATE: restricted shell bypass via use-after-free
- debian/patches/bash44-006.diff: check for negative offsets in
  builtins/pushd.def.
- CVE-2016-9401

 -- Marc Deslauriers   Tue, 16 May 2017
07:51:45 -0400

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

Title:
  Shell Command Injection with the hostname

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  If the HOSTNAME of the pc contains a shell command , 
  the command will run every time you start a terminal, tty or xterm.

  The command will also executed every time when you type in some command.
  If you for example change the directory , it will run again.
   
  Exploit Demo :

  1) edit "/etc/hosts"  to this :

  127.0.0.1 localhost
  127.0.1.1  `ls>bug`

  2) edit "/etc/hostname" to this :

  `ls>bug`

  3) reboot

  4) start a terminal

  5) Now a file with the name "bug" will in your home folder !

  6) Change the directory to Downloads with "cd Downloads/"

  7) Now a file with the name "bug" is in your Downloads !

  8) Remove the file with  "rm bug"

  9) The file "bug" is still there !

  
  Have a look on the screenshot i have attached.

  Solution:
  The hostname should be checked if there are shell commands inside !!

  By the way :
  The hostname is not always in the hands of the root. 
  Some people rent "vservers" and the hostname is in the hands of the isp.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bash 4.3-14ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 16 22:31:46 2015
  InstallationDate: Installed on 2015-10-09 (6 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151009)
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1507025] Re: Shell Command Injection with the hostname

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package bash - 4.3-7ubuntu1.7

---
bash (4.3-7ubuntu1.7) trusty-security; urgency=medium

  * SECURITY UPDATE: word expansions on the prompt strings (LP: #1507025)
- debian/patches/bash43-047.diff: add quoting to parse.y, y.tab.c.
- CVE-2016-0634
  * SECURITY UPDATE: code execution via crafted SHELLOPTS and PS4
(LP: #1689304)
- debian/patches/bash43-048.diff: check for root in variables.c.
- CVE-2016-7543
  * SECURITY UPDATE: restricted shell bypass via use-after-free
- debian/patches/bash44-006.diff: check for negative offsets in
  builtins/pushd.def.
- CVE-2016-9401

 -- Marc Deslauriers   Tue, 16 May 2017
07:52:48 -0400

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

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

Title:
  Shell Command Injection with the hostname

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  If the HOSTNAME of the pc contains a shell command , 
  the command will run every time you start a terminal, tty or xterm.

  The command will also executed every time when you type in some command.
  If you for example change the directory , it will run again.
   
  Exploit Demo :

  1) edit "/etc/hosts"  to this :

  127.0.0.1 localhost
  127.0.1.1  `ls>bug`

  2) edit "/etc/hostname" to this :

  `ls>bug`

  3) reboot

  4) start a terminal

  5) Now a file with the name "bug" will in your home folder !

  6) Change the directory to Downloads with "cd Downloads/"

  7) Now a file with the name "bug" is in your Downloads !

  8) Remove the file with  "rm bug"

  9) The file "bug" is still there !

  
  Have a look on the screenshot i have attached.

  Solution:
  The hostname should be checked if there are shell commands inside !!

  By the way :
  The hostname is not always in the hands of the root. 
  Some people rent "vservers" and the hostname is in the hands of the isp.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bash 4.3-14ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 16 22:31:46 2015
  InstallationDate: Installed on 2015-10-09 (6 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151009)
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1507025] Re: Shell Command Injection with the hostname

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package bash - 4.3-15ubuntu1.1

---
bash (4.3-15ubuntu1.1) yakkety-security; urgency=medium

  * SECURITY UPDATE: word expansions on the prompt strings (LP: #1507025)
- debian/patches/bash43-047.diff: add quoting to parse.y, y.tab.c.
- CVE-2016-0634
  * SECURITY UPDATE: code execution via crafted SHELLOPTS and PS4
(LP: #1689304)
- debian/patches/bash43-048.diff: check for root in variables.c.
- CVE-2016-7543
  * SECURITY UPDATE: restricted shell bypass via use-after-free
- debian/patches/bash44-006.diff: check for negative offsets in
  builtins/pushd.def.
- CVE-2016-9401

 -- Marc Deslauriers   Tue, 16 May 2017
07:44:56 -0400

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-7543

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-9401

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

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

Title:
  Shell Command Injection with the hostname

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  If the HOSTNAME of the pc contains a shell command , 
  the command will run every time you start a terminal, tty or xterm.

  The command will also executed every time when you type in some command.
  If you for example change the directory , it will run again.
   
  Exploit Demo :

  1) edit "/etc/hosts"  to this :

  127.0.0.1 localhost
  127.0.1.1  `ls>bug`

  2) edit "/etc/hostname" to this :

  `ls>bug`

  3) reboot

  4) start a terminal

  5) Now a file with the name "bug" will in your home folder !

  6) Change the directory to Downloads with "cd Downloads/"

  7) Now a file with the name "bug" is in your Downloads !

  8) Remove the file with  "rm bug"

  9) The file "bug" is still there !

  
  Have a look on the screenshot i have attached.

  Solution:
  The hostname should be checked if there are shell commands inside !!

  By the way :
  The hostname is not always in the hands of the root. 
  Some people rent "vservers" and the hostname is in the hands of the isp.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bash 4.3-14ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-15.18-generic 4.2.3
  Uname: Linux 4.2.0-15-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 16 22:31:46 2015
  InstallationDate: Installed on 2015-10-09 (6 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151009)
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1689304] Re: Unfixed Code Execution Vulnerability CVE-2016-7543

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package bash - 4.3-15ubuntu1.1

---
bash (4.3-15ubuntu1.1) yakkety-security; urgency=medium

  * SECURITY UPDATE: word expansions on the prompt strings (LP: #1507025)
- debian/patches/bash43-047.diff: add quoting to parse.y, y.tab.c.
- CVE-2016-0634
  * SECURITY UPDATE: code execution via crafted SHELLOPTS and PS4
(LP: #1689304)
- debian/patches/bash43-048.diff: check for root in variables.c.
- CVE-2016-7543
  * SECURITY UPDATE: restricted shell bypass via use-after-free
- debian/patches/bash44-006.diff: check for negative offsets in
  builtins/pushd.def.
- CVE-2016-9401

 -- Marc Deslauriers   Tue, 16 May 2017
07:44:56 -0400

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-0634

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2016-9401

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

Title:
  Unfixed Code Execution Vulnerability CVE-2016-7543

Status in bash package in Ubuntu:
  Fix Released

Bug description:
  I think I must be missing something:

  CVE-2016-7543 is a high-impact code execution vulnerability for bash.

  https://people.canonical.com/~ubuntu-
  security/cve/2016/CVE-2016-7543.html Is listed as needed for
  Precise/Trusty/Xenial.

  The patch has been released for a few months, and is available as an
  upstream package in debian: https://security-
  tracker.debian.org/tracker/CVE-2016-7543

  But I can't find any tracking of whether Canonical maintainers will or
  intend to release an updated package for the supported operating
  systems. I thought maybe it was fixed in a later release or is
  otherwise deemed to be not-applicable. But as far as I can tell, the
  issue is still open.

  An open high danger (CVSS 3 Score: 8.4) CVE shows up on all our
  security scans. Is there any sanctioned way to address this? Is an
  updated package planned?

  -- I previously asked this as a question and was told to report a
  security bug:
  https://answers.launchpad.net/ubuntu/+source/bash/+question/631268

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

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


[Touch-packages] [Bug 1658188] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@597:run_argv:run_crashes

2017-05-17 Thread Brian Murray
** Also affects: apport (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

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

** Changed in: apport (Ubuntu Xenial)
Milestone: None => xenial-updates

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

Title:
  /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-
  gtk@597:run_argv:run_crashes

Status in apport package in Ubuntu:
  Fix Released
Status in apport source package in Xenial:
  Triaged

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

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

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


[Touch-packages] [Bug 1644530] Re: keepalived fails to restart cleanly due to the wrong systemd settings

2017-05-17 Thread Dimitri John Ledkov
Anything else needed on src:systemd side of things?

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

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

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

Title:
  keepalived fails to restart cleanly due to the wrong systemd settings

Status in keepalived package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Incomplete
Status in keepalived source package in Xenial:
  Fix Released
Status in systemd source package in Xenial:
  Incomplete
Status in keepalived package in Debian:
  New

Bug description:
  [Impact]

   * Restarts of keepalived can leave stale processes with the old
  configuration around.

   * The systemd detection of the MainPID is suboptimal, and combined
  with not waiting on signals being handled it can fail on second
  restart killing the (still) remaining process of the first start.

   * Upstream has a PIDFile statement, this has proven to avoid the
  issue in the MainPID guessing code of systemd.

  [Test Case]

   * Set up keepalived, the more complex the config is the "bigger" is the 
reace window, below in the description is a trivial sample config that works 
well.
   
   * As a test run the loop restarting the service head-to-head while staying 
under the max-restart limit
  $ for j in $(seq 1 20); do sleep 11s; time for i in $(seq 1 5); do sudo 
systemctl restart keepalived; sudo systemctl status keepalived | egrep 
'Main.*exited'; done; done

   Expectation: no output other than timing
   Without fix: sometimes MainPIDs do no more exist, in these cases the child 
processes are the "old" ones from last execution with the old config.

  [Regression Potential]

   * Low because
 * A PIDFile statement is recommended by systemd for type=forking services 
anyway.
 * Upstream keepalived has this statement in their service file
 * By the kind of change, it should have no functional impact to other 
parts of the service other than for the PID detection of the job by Systemd.

   * Yet regression potential is never zero. There might be the unlikely
  case, which were considered working before due to a new config not
  properly being picked up. After the fix they will behave correctly and
  might show up as false-positives then if e.g. config was bad.

  [Other Info]
   
   * Usually a fix has to be in at least the latest Development release before 
SRUing it. But as I outlined below in later Releases than Xenial systemd seems 
to have improved making this change not-required. We haven't identified the 
bits for this (there is a bug task here), and they might as well be very 
complex. I think it is correct to fix Xenial in this regard with the simple 
change to the service file for now.

   * To eventually match I created a Debian bug task to ask them for the
  inclusion of the PIDFile so it can slowly tickle back down to newer
  Ubuntu Releases - also there more often people run backports where the
  issue might occur on older systemd versions (just as it does for us on
  Xenial)

  ---

  Because "PIDFile=" directive is missing in the systemd unit file,
  keepalived sometimes fails to kill all old processes. The old
  processes remain with old settings and cause unexpected behaviors. The
  detail of this bug is described in this ticket in upstream:
  https://github.com/acassen/keepalived/issues/443.

  The official systemd unit file is available since version 1.2.24 by
  this commit:

  
https://github.com/acassen/keepalived/commit/635ab69afb44cd8573663e62f292c6bb84b44f15

  This includes "PIDFile" directive correctly:

  PIDFile=/var/run/keepalived.pid

  We should go the same way.

  I am using Ubuntu 16.04.1, kernel 4.4.0-45-generic.

  Package: keepalived
  Version: 1.2.19-1

  ===

  How to reproduce:

  I used the two instances of Ubuntu 16.04.2 on DigitalOcean:

  Configurations
  --

  MASTER server's /etc/keepalived/keepalived.conf:

    vrrp_script chk_nothing {
   script "/bin/true"
   interval 2
    }

    vrrp_instance G1 {
  interface eth1
  state BACKUP
  priority 100

  virtual_router_id 123
  unicast_src_ip 
  unicast_peer {
    
  }
  track_script {
    chk_nothing
  }
    }

  BACKUP server's /etc/keepalived/keepalived.conf:

    vrrp_script chk_nothing {
   script "/bin/true"
   interval 2
    }

    vrrp_instance G1 {
  interface eth1
  state MASTER
  priority 200

  virtual_router_id 123
  unicast_src_ip 
  unicast_peer {
    
  }
  track_script {
    chk_nothing
  }
    }

  Loop based probing for the Error to exist:
  --
  After the setup above start keepalived on both servers:
  $ sudo systemctl s

[Touch-packages] [Bug 1644330] Re: resolved: correctly handle address families with /etc/hosts lookups

2017-05-17 Thread Dimitri John Ledkov
Fixed in artful.

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

** Bug watch added: github.com/systemd/systemd/issues #4801
   https://github.com/systemd/systemd/issues/4801

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

Title:
  resolved: correctly handle address families with /etc/hosts lookups

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

Bug description:
  I have an ipv4 entry for a key host on my network listed in
  /etc/hosts, for network recovery purposes.  This host also has ipv6
  connectivity; the ipv6 address is resolvable via DNS, but I do not
  have it in /etc/hosts.  Resolution of hostname should be independent
  for each address family.

  Two days ago (I don't know what changed to trigger this), I stopped
  being able to resolve the ipv6 address for this host.  I traced this
  down to systemd-resolved, returning a lookup failure for the nss
  request, because the ipv6 address is not listed in /etc/hosts.

  Removing resolve from /etc/nsswitch.conf restores the correct
  behavior.

  Removing the ipv4 entry for the host restores the correct behavior.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: systemd 231-9ubuntu1
  ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
  Uname: Linux 4.8.0-27-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Nov 23 08:13:33 2016
  InstallationDate: Installed on 2010-09-24 (2252 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-27-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to yakkety on 2016-10-28 (25 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1517257] Re: apport-retrace should install and use gdb for target release

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.5-0ubuntu3

---
apport (2.20.5-0ubuntu3) artful; urgency=medium

  * Revert change to test/test_crash_digger.py to use the source's
crash-digger.

 -- Brian Murray   Mon, 15 May 2017 16:00:06 -0700

** Changed in: apport (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  apport-retrace should install and use gdb for target release

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  apport-retrace will use the version of gdb installed on the system
  performing the retrace. This can cause issues retracing crash reports
  from releases that have a newer toolchain revision than the system
  performing the retrace. Subsequently, it would be better if apport-
  retrace were to install gdb into the sandbox being used for retracing
  and used that version of gdb for analyzing the core dump.

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

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


[Touch-packages] [Bug 1647635] Re: apport-retrace doesn't comment on bugs when add_gdb_info raises an IOError

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.5-0ubuntu3

---
apport (2.20.5-0ubuntu3) artful; urgency=medium

  * Revert change to test/test_crash_digger.py to use the source's
crash-digger.

 -- Brian Murray   Mon, 15 May 2017 16:00:06 -0700

** Changed in: apport (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  apport-retrace doesn't comment on bugs when add_gdb_info raises an
  IOError

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  Looking at the retracer's activity on bug 1639215, we can see that the
  retracer did something because it removed the need-amd64-retrace tag
  but we don't know what.  It'd be helpful to know what happened during
  the retracing process rather than leaving people reading the bug in
  the dark.

  Looking at the retracing log files we see the following:

  ERROR: Invalid core dump: BFD: Warning: /tmp/apport_core_RVHov3 is
  truncated: expected core file size >= 2306977792, found: 2147479552.

  Looking at add_gdb_info we see the following:

  if 'is truncated: expected core file size' in out:
  ...
 raise IOError(reason)

  And apport-retrace does the following:

  try:
  report.add_gdb_info(sandbox)
  except IOError as e:
  apport.fatal(str(e))

  Instead of just exiting, apport-retrace should comment on the bug
  about the core dump being corrupt and call
  crashdb.mark_retrace_failed().

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

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


[Touch-packages] [Bug 1675928] Re: apport crashes if you can't read .xession-errors

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.5-0ubuntu3

---
apport (2.20.5-0ubuntu3) artful; urgency=medium

  * Revert change to test/test_crash_digger.py to use the source's
crash-digger.

 -- Brian Murray   Mon, 15 May 2017 16:00:06 -0700

** Changed in: apport (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  apport crashes if you can't read .xession-errors

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  Change the owner of .xsessions-errors

  sudo chown root ~/.xsession-errors

  Run this code

   $ python3
  Python 3.5.2+ (default, Sep 22 2016, 12:18:14) 
  [GCC 6.2.0 20160927] on linux
  Type "help", "copyright", "credits" or "license" for more information.
  >>> from apport import hookutils
  >>> hookutils.xsession_errors()
  Traceback (most recent call last):
File "", line 1, in 
File "/home/bdmurray/source-trees/apport/trunk/apport/hookutils.py", line 
521, in xsession_errors
  with open(path, 'rb') as f:
  PermissionError: [Errno 13] Permission denied: 
'/home/bdmurray/.xsession-errors'

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

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


[Touch-packages] [Bug 1658188] Re: /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-gtk@597:run_argv:run_crashes

2017-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.5-0ubuntu3

---
apport (2.20.5-0ubuntu3) artful; urgency=medium

  * Revert change to test/test_crash_digger.py to use the source's
crash-digger.

 -- Brian Murray   Mon, 15 May 2017 16:00:06 -0700

** Changed in: apport (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  /usr/share/apport/apport-gtk:TypeError:/usr/share/apport/apport-
  gtk@597:run_argv:run_crashes

Status in apport package in Ubuntu:
  Fix Released

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

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

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


[Touch-packages] [Bug 1690605] Re: systemd-resolved: no dns resolution after upgrade to Artful

2017-05-17 Thread Dimitri John Ledkov
** Changed in: systemd (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  systemd-resolved: no dns resolution after upgrade to Artful

Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  After upgrading to artful systemd-resolved is failing to resolve dns.
  It seems DNSSEC validation is failing but shouldnt that be disabled by
  default like it was in zesty?

  
  $ systemctl status systemd-resolved.service 
  ● systemd-resolved.service - Network Name Resolution
 Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; 
vendor preset: enabled)
Drop-In: /lib/systemd/system/systemd-resolved.service.d
 └─resolvconf.conf
 Active: active (running) since Sun 2017-05-14 13:45:27 AEST; 29min ago
   Docs: man:systemd-resolved.service(8)
 http://www.freedesktop.org/wiki/Software/systemd/resolved
 
http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
 
http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
Process: 12092 ExecStartPost=/bin/sh -c [ ! -e 
/run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | 
/sbin/resolvconf -a systemd-resolved (code
   Main PID: 12089 (systemd-resolve)
 Status: "Processing requests..."
  Tasks: 1 (limit: 4915)
 CGroup: /system.slice/systemd-resolved.service
 └─12089 /lib/systemd/systemd-resolved

  May 14 14:06:42 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question changelogs.ubuntu.com IN SOA: failed-auxiliary
  May 14 14:06:42 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question changelogs.ubuntu.com IN A: failed-auxiliary
  May 14 14:06:43 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question changelogs.ubuntu.com IN SOA: failed-auxiliary
  May 14 14:06:43 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question changelogs.ubuntu.com IN A: failed-auxiliary
  May 14 14:09:31 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question launchpad.net IN SOA: failed-auxiliary
  May 14 14:09:31 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question launchpad.net IN A: failed-auxiliary
  May 14 14:14:27 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question search.apps.ubuntu.com IN SOA: failed-auxiliary
  May 14 14:14:27 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question search.apps.ubuntu.com IN A: failed-auxiliary
  May 14 14:14:27 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question search.apps.ubuntu.com IN SOA: failed-auxiliary
  May 14 14:14:27 arapiles2 systemd-resolved[12089]: DNSSEC validation failed 
for question search.apps.ubuntu.com IN A: failed-auxiliary

  $ systemd-resolve --status
  Link 3 (wlp3s0)
Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
 LLMNR setting: yes
  MulticastDNS setting: no
DNSSEC setting: allow-downgrade
  DNSSEC supported: yes
   DNS Servers: 192.168.15.1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 233-6ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu7
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun May 14 14:17:46 2017
  InstallationDate: Installed on 2016-03-18 (421 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160317)
  MachineType: LENOVO 2764CTO
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic 
root=UUID=3664c32a-e900-46b0-bd17-848f08c17bbe ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to artful on 2017-05-13 (0 days ago)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 2764CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn2764CTO:pvrThinkPadT400:rvnLENOVO:rn2764CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2764CTO
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO
  modified.conffile..etc.systemd.logind.conf: [modified]
  modified.conffile..etc.systemd.resolved.conf: [modified]
  mtime.conffile..etc.systemd.logind.conf: 2017-05-13T15:35:01.923954
  mtime.conffile..etc.systemd.resolved.conf: 2017-05-14T14:16:55.303043

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1690605/+subscri

[Touch-packages] [Bug 1691503] [NEW] Sound Problem

2017-05-17 Thread Parham Nikdouz
Public bug reported:

Some times sound volume isn't working

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/controlC0', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D0c', '/dev/snd/pcmC1D0p', '/dev/snd/controlC1', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity:Unity7
Date: Wed May 17 20:12:51 2017
InstallationDate: Installed on 2017-05-17 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
SourcePackage: alsa-driver
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/19/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: C2CN17WW(V1.03)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Lenovo Z51-70
dmi.board.vendor: LENOVO
dmi.board.version: No DPK
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo Z51-70
dmi.modalias: 
dmi:bvnLENOVO:bvrC2CN17WW(V1.03):bd03/19/2015:svnLENOVO:pn80K6:pvrLenovoZ51-70:rvnLENOVO:rnLenovoZ51-70:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoZ51-70:
dmi.product.name: 80K6
dmi.product.version: Lenovo Z51-70
dmi.sys.vendor: LENOVO

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

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

Title:
  Sound Problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Some times sound volume isn't working

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/controlC0', '/dev/snd/hwC1D0', 
'/dev/snd/pcmC1D0c', '/dev/snd/pcmC1D0p', '/dev/snd/controlC1', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity:Unity7
  Date: Wed May 17 20:12:51 2017
  InstallationDate: Installed on 2017-05-17 (0 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: alsa-driver
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: C2CN17WW(V1.03)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lenovo Z51-70
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z51-70
  dmi.modalias: 
dmi:bvnLENOVO:bvrC2CN17WW(V1.03):bd03/19/2015:svnLENOVO:pn80K6:pvrLenovoZ51-70:rvnLENOVO:rnLenovoZ51-70:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoZ51-70:
  dmi.product.name: 80K6
  dmi.product.version: Lenovo Z51-70
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1691501] [NEW] aptcc: WhatProvides doesn't return results for gst 1.0

2017-05-17 Thread Iain Lane
Public bug reported:

See https://github.com/hughsie/PackageKit/issues/192

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

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

Title:
  aptcc: WhatProvides doesn't return results for gst 1.0

Status in packagekit package in Ubuntu:
  New

Bug description:
  See https://github.com/hughsie/PackageKit/issues/192

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

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


[Touch-packages] [Bug 1648183] Re: Crackling and popping sound when using headphones

2017-05-17 Thread Robert Joynt
I've managed to fix this problem on my machine (HP Omen 15 running
Ubuntu 17.04 using codec for Realtek ALC295 sound device). To fix the
problem, I can do the following:

Install alsa-tools if not installed:

sudo apt install alsa-tools


Create and save a script in /usr/local/bin:

#!/bin/bash
hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x67
hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x3000


Run the script as root in a terminal to immediately fix the problem.

To run the script on startup, use cron with the @reboot command:

sudo crontab -e

and then add line in crontab:
@reboot [full path to script]

To run script on resume from suspend, copy the script to /lib/systemd
/system-sleep

For more technical details regarding this fix, see
https://bugzilla.kernel.org/show_bug.cgi?id=195457

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

Title:
  Crackling and popping sound when using headphones

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in alsa-driver package in Arch Linux:
  New

Bug description:
  Laptop is  HP Pavilion - 15-au118tx. The laptop has B and O play and
  the output from speakers are just fine, when using headphones there is
  some kind of crackling and popping sound in both ears but prominently
  in the left ear.

  The issue happens only when the sound is played, if i reduce the PCM
  way low using alsamixer, the effect is minimized but the volume is
  also reduced. Increasing the volume in the panel increases the PCM as
  well.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.8.0-30.32-generic 4.8.6
  Uname: Linux 4.8.0-30-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  antony 1719 F pulseaudio
  CurrentDesktop: Unity
  Date: Wed Dec  7 23:30:05 2016
  InstallationDate: Installed on 2016-11-20 (17 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [HP Pavilion Notebook, Realtek ALC295, Black Headphone Out, Left] 
Sound is distorted
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/19/2016
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.14
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 8216
  dmi.board.vendor: HP
  dmi.board.version: 83.13
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.14:bd07/19/2016:svnHP:pnHPPavilionNotebook:pvrType1ProductConfigId:rvnHP:rn8216:rvr83.13:cvnHP:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion Notebook
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-12-07T23:12:52.939689

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

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


[Touch-packages] [Bug 647462] Re: fold works wrong with non-latin texts (doesn't understand UTF-8)

2017-05-17 Thread Bug Watch Updater
** Changed in: coreutils (Debian)
   Status: Unknown => New

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

Title:
  fold works wrong with non-latin texts (doesn't understand UTF-8)

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

Bug description:
  Binary package hint: coreutils

  Coreutils work incorrectly with unicode. 
  There is a patch in Fedora to fix it: 
http://pkgs.fedoraproject.org/gitweb/?p=coreutils.git;a=blob;f=coreutils-i18n.patch

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  Codename: lucid

  $ fold --version
  fold (GNU coreutils) 7.4

  $ locale
  LANG=ru_RU.UTF-8 
  LC_CTYPE="ru_RU.UTF-8" 
  LC_NUMERIC="ru_RU.UTF-8" 
  LC_TIME="ru_RU.UTF-8" 
  LC_COLLATE="ru_RU.UTF-8" 
  LC_MONETARY="ru_RU.UTF-8" 
  LC_MESSAGES="ru_RU.UTF-8" 
  LC_PAPER="ru_RU.UTF-8" 
  LC_NAME="ru_RU.UTF-8" 
  LC_ADDRESS="ru_RU.UTF-8" 
  LC_TELEPHONE="ru_RU.UTF-8" 
  LC_MEASUREMENT="ru_RU.UTF-8" 
  LC_IDENTIFICATION="ru_RU.UTF-8" 
  LC_ALL=

  $ file fold.txt
  fold.txt: UTF-8 Unicode text, with very long lines

  $ cat fold.txt
  Неполадки в работе приводили к конфликтам с начальством. У Ивана Матвеевича 
появились выговоры, снизилась зарплата, он не стал получать премиальных. Все 
это создавало непривычно мрачное настроение, которое сразу же было перенесено и 
на семью. Жена и дети очень тяжело восприняли пьянство любимого отца и мужа. 
Начались скандалы, ссоры. Тихая и добрая Елена Васильевна просила, уговаривала, 
умоляла своего всегда покладистого мужа, чтобы он не пил. Но ничего не 
помогало. Семейные неурядицы становились постоянным явлением. Таня и Ваня 
тяжело переживали за отца, часто плакали. Им не шли на ум уроки, они стали 
учиться хуже. 
  Однажды отец, придя с работы сильно расстроенный и уже подвыпивший, открыл 
принесенную с собой бутылку водки и, налив себе подряд два стакана, выпил их 
залпом. В ответ на урезонивание со стороны жены он накинулся на нее с кулаками. 
Двенадцатилетний Ваня, всегда так обожавший отца, бросился защищать мать. Он 
встал между отцом и матерью со сжатыми кулаками, с глазами, полными слез. Отец, 
опешив от неожиданности, сначала остановился, а затем, отбросив Ваню в сторону, 
стал вымещать на бедной женщине свою пьяную обиду. Жизнь в семье превратилась в 
ад. 

  $ fold fold.txt

  Неполадки в работе приводили к конфликтам с 
   начальством. У Ивана Матвеевича появились  
  �ыговоры, снизилась зарплата, он не стал пол 
  �чать премиальных. Все это создавало неприв 
  �чно мрачное настроение, которое сразу же бы 
  ло перенесено и на семью. Жена и дети очень т 
  яжело восприняли пьянство любимого отца и м 
  ужа. Начались скандалы, ссоры. Тихая и добра 
  Елена Васильевна просила, уговаривала, умо 
  ляла своего всегда покладистого мужа, чтобы 
   он не пил. Но ничего не помогало. Семейные н 
  �урядицы становились постоянным явлением. Т 
  аня и Ваня тяжело переживали за отца, часто  
  �лакали. Им не шли на ум уроки, они стали учит 
  ься хуже. 
  Однажды отец, придя с работы сильно расстро 
  �нный и уже подвыпивший, открыл принесенную  
  с собой бутылку водки и, налив себе подряд д 
  �а стакана, выпил их залпом. В ответ на урезо 
  �ивание со стороны жены он накинулся на нее  
  � кулаками. Двенадцатилетний Ваня, всегда та 
  к обожавший отца, бросился защищать мать. Он 
   встал между отцом и матерью со сжатыми кула 
  ками, с глазами, полными слез. Отец, опешив о 
  � неожиданности, сначала остановился, а зате 
  м, отбросив Ваню в сторону, стал вымещать на  
  бедной женщине свою пьяную обиду. Жизнь в се 
  мье превратилась в ад.

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

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


[Touch-packages] [Bug 1691496] [NEW] Display doesn't lower its brightness

2017-05-17 Thread Anup Budhathoki
Public bug reported:

I have intel graphic driver installed but still i can't lower
brightness,its always on 100 percent could not lower it. Also 2 keys
have interchanged i don't know how. In windows both of them work
properly, but here in ubuntu @ and " have interchanged their place from
its normal place. @ does not comes with shift+2

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
Uname: Linux 4.4.0-77-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed May 17 20:37:54 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:3975]
InstallationDate: Installed on 2017-05-06 (11 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: LENOVO HuronRiver Platform
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=UUID=886e3bbe-f8ee-4f08-ba68-daec4c289ba0 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/22/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 44CN28WW
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Emerald Lake
dmi.board.vendor: LENOVO
dmi.board.version: FAB1
dmi.chassis.asset.tag: Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnLENOVO:bvr44CN28WW:bd02/22/2011:svnLENOVO:pnHuronRiverPlatform:pvrLenovoB570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
dmi.product.name: HuronRiver Platform
dmi.product.version: Lenovo B570
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.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu May 18 01:57:35 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5543 
 vendor CMO
xserver.version: 2:1.18.4-0ubuntu0.2

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


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

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

Title:
  Display doesn't lower its brightness

Status in xorg package in Ubuntu:
  New

Bug description:
  I have intel graphic driver installed but still i can't lower
  brightness,its always on 100 percent could not lower it. Also 2 keys
  have interchanged i don't know how. In windows both of them work
  properly, but here in ubuntu @ and " have interchanged their place
  from its normal place. @ does not comes with shift+2

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
  Uname: Linux 4.4.0-77-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed May 17 20:37:54 2017
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 2nd Generation Core Processor Family Integrated Graphics 
Controller [17aa:3975]
  InstallationDate: Installed on 2017-05-06 (11 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: LENOVO HuronRiver Platform
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=

[Touch-packages] [Bug 647462] Re: fold works wrong with non-latin texts (doesn't understand UTF-8)

2017-05-17 Thread Jani Uusitalo
Depending on use case, using `fmt -w 80` instead of fold may do for a
workaround.

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

Title:
  fold works wrong with non-latin texts (doesn't understand UTF-8)

Status in coreutils:
  New
Status in coreutils package in Ubuntu:
  Confirmed
Status in coreutils package in Debian:
  Unknown

Bug description:
  Binary package hint: coreutils

  Coreutils work incorrectly with unicode. 
  There is a patch in Fedora to fix it: 
http://pkgs.fedoraproject.org/gitweb/?p=coreutils.git;a=blob;f=coreutils-i18n.patch

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  Codename: lucid

  $ fold --version
  fold (GNU coreutils) 7.4

  $ locale
  LANG=ru_RU.UTF-8 
  LC_CTYPE="ru_RU.UTF-8" 
  LC_NUMERIC="ru_RU.UTF-8" 
  LC_TIME="ru_RU.UTF-8" 
  LC_COLLATE="ru_RU.UTF-8" 
  LC_MONETARY="ru_RU.UTF-8" 
  LC_MESSAGES="ru_RU.UTF-8" 
  LC_PAPER="ru_RU.UTF-8" 
  LC_NAME="ru_RU.UTF-8" 
  LC_ADDRESS="ru_RU.UTF-8" 
  LC_TELEPHONE="ru_RU.UTF-8" 
  LC_MEASUREMENT="ru_RU.UTF-8" 
  LC_IDENTIFICATION="ru_RU.UTF-8" 
  LC_ALL=

  $ file fold.txt
  fold.txt: UTF-8 Unicode text, with very long lines

  $ cat fold.txt
  Неполадки в работе приводили к конфликтам с начальством. У Ивана Матвеевича 
появились выговоры, снизилась зарплата, он не стал получать премиальных. Все 
это создавало непривычно мрачное настроение, которое сразу же было перенесено и 
на семью. Жена и дети очень тяжело восприняли пьянство любимого отца и мужа. 
Начались скандалы, ссоры. Тихая и добрая Елена Васильевна просила, уговаривала, 
умоляла своего всегда покладистого мужа, чтобы он не пил. Но ничего не 
помогало. Семейные неурядицы становились постоянным явлением. Таня и Ваня 
тяжело переживали за отца, часто плакали. Им не шли на ум уроки, они стали 
учиться хуже. 
  Однажды отец, придя с работы сильно расстроенный и уже подвыпивший, открыл 
принесенную с собой бутылку водки и, налив себе подряд два стакана, выпил их 
залпом. В ответ на урезонивание со стороны жены он накинулся на нее с кулаками. 
Двенадцатилетний Ваня, всегда так обожавший отца, бросился защищать мать. Он 
встал между отцом и матерью со сжатыми кулаками, с глазами, полными слез. Отец, 
опешив от неожиданности, сначала остановился, а затем, отбросив Ваню в сторону, 
стал вымещать на бедной женщине свою пьяную обиду. Жизнь в семье превратилась в 
ад. 

  $ fold fold.txt

  Неполадки в работе приводили к конфликтам с 
   начальством. У Ивана Матвеевича появились  
  �ыговоры, снизилась зарплата, он не стал пол 
  �чать премиальных. Все это создавало неприв 
  �чно мрачное настроение, которое сразу же бы 
  ло перенесено и на семью. Жена и дети очень т 
  яжело восприняли пьянство любимого отца и м 
  ужа. Начались скандалы, ссоры. Тихая и добра 
  Елена Васильевна просила, уговаривала, умо 
  ляла своего всегда покладистого мужа, чтобы 
   он не пил. Но ничего не помогало. Семейные н 
  �урядицы становились постоянным явлением. Т 
  аня и Ваня тяжело переживали за отца, часто  
  �лакали. Им не шли на ум уроки, они стали учит 
  ься хуже. 
  Однажды отец, придя с работы сильно расстро 
  �нный и уже подвыпивший, открыл принесенную  
  с собой бутылку водки и, налив себе подряд д 
  �а стакана, выпил их залпом. В ответ на урезо 
  �ивание со стороны жены он накинулся на нее  
  � кулаками. Двенадцатилетний Ваня, всегда та 
  к обожавший отца, бросился защищать мать. Он 
   встал между отцом и матерью со сжатыми кула 
  ками, с глазами, полными слез. Отец, опешив о 
  � неожиданности, сначала остановился, а зате 
  м, отбросив Ваню в сторону, стал вымещать на  
  бедной женщине свою пьяную обиду. Жизнь в се 
  мье превратилась в ад.

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

-- 
Mailing list: https://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 1664397] Re: Mouse trails and distorted cursor on 2nd monitor

2017-05-17 Thread Edward Gibbs
I would say to try 16.10 or 17.04 if you can, or upgrade the 16.04 kernel.
Sad to say I was never really sure what fixed it for me, one day it was
just better.

I'm not at the machine right now so I can't give you the specifics, but I
doubt if any of the Windows drivers will fix it in Ubuntu.

Ed Gibbs

On Wed, May 17, 2017 at 9:50 AM maarten <1664...@bugs.launchpad.net>
wrote:

> First of all I do have to mention: I do not have mouse trails, but only
> a dissapearing and flickering mouse cursor!
>
> I'm on Ubuntu 16.04.2 LTS running in a dualboot configuration with a
> (preinstalled) Windows Pro with a bunch of drivers managed by Lenovo.
> The Intel P530 graphics driver in windows is updated upto 21.20.16.4550.
> On the Lenovo support website there is talk about a version
> 21.20.16.4590, but when I click on the link they mention, it brings me
> back to the 21.20.16.4550 driver instead.
>
> See:
>
> https://forums.lenovo.com/t5/ThinkPad-P-and-W-Series-Mobile/Update-for-Intel-graphics-driver-on-P50/td-p/3597712
>
> And also the mentioned link to ...4590 ... which turns about to be the
> 4550 version:
> http://pcsupport.lenovo.com/nl/en/downloads/ds119528
>
> What am I missing?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1664397
>
> Title:
>   Mouse trails and distorted cursor on 2nd monitor
>
> Status in xorg package in Ubuntu:
>   Invalid
>
> Bug description:
>   Lenovo Thinkpad P50, Xeon, Nvidia M2000m 4GB, 16 GB RAM
>
>   2nd monitor (ASUS) connected via either DP or HDMI, when using Hybrid
>   Graphics the cursor on the second display is distorted and leaves
>   mouse trails that persist for several seconds.  Switching to Nvidia
>   graphics cures but Nvidia has other problems (built in display is dim
>   and brightness cannot be adjusted).  Interestingly, just opening
>   Display settings also cures the problem for as long as the Display
>   Setting dialog is open.  Under Windows (10 Pro) Hybrid Graphics does
>   not exhibit this problem.
>
>   Ubuntu release is 16.04.2 LTS.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: xorg 1:7.7+13ubuntu3
>   Uname: Linux 4.9.0-040900-generic x86_64
>   .tmp.unity_support_test.0:
>
>   ApportVersion: 2.20.1-0ubuntu2.5
>   Architecture: amd64
>   BootLog: /dev/nvme0n1p2: clean, 297436/7282688 files, 2849132/29101568
> 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: Mon Feb 13 18:15:25 2017
>   DistUpgraded: Fresh install
>   DistroCodename: xenial
>   DistroVariant: ubuntu
>   DkmsStatus:
>bbswitch, 0.8, 4.4.0-62-generic, x86_64: installed
>bbswitch, 0.8, 4.9.0-040900-generic, x86_64: installed
>   EcryptfsInUse: Yes
>   GraphicsCard:
>NVIDIA Corporation GM107GLM [Quadro M2000M] [10de:13b0] (rev a2)
> (prog-if 00 [VGA controller])
>  Subsystem: Lenovo GM107GLM [Quadro M2000M] [17aa:2230]
>   InstallationDate: Installed on 2017-01-07 (37 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   MachineType: LENOVO 20EN001SUS
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-040900-generic
> root=UUID=81b27291-6609-488b-8477-b2eb41ab17f2 ro quiet splash vt.handoff=7
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 12/08/2016
>   dmi.bios.vendor: LENOVO
>   dmi.bios.version: N1EET64W (1.37 )
>   dmi.board.asset.tag: Not Available
>   dmi.board.name: 20EN001SUS
>   dmi.board.vendor: LENOVO
>   dmi.board.version: SDK0J40705 WIN
>   dmi.chassis.asset.tag: No Asset Information
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: LENOVO
>   dmi.chassis.version: None
>   dmi.modalias:
> dmi:bvnLENOVO:bvrN1EET64W(1.37):bd12/08/2016:svnLENOVO:pn20EN001SUS:pvrThinkPadP50:rvnLENOVO:rn20EN001SUS:rvrSDK0J40705WIN:cvnLENOVO:ct10:cvrNone:
>   dmi.product.name: 20EN001SUS
>   dmi.product.version: ThinkPad P50
>   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.70-1~ubuntu16.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
>   version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.2
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.10.1-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.917+git20160325-1ubuntu1.2
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.12-1build2
>   xserver.bootTime: Mon Feb 13 18:15:02 2017
>   xserver

[Touch-packages] [Bug 1691474] Re: invoke-rc.d service start fails on services with upstart-only scripts

2017-05-17 Thread Chris J Arges
I have a patch I'll post in a bit.

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

Title:
  invoke-rc.d service start fails on services with upstart-only scripts

Status in init-system-helpers package in Ubuntu:
  In Progress
Status in init-system-helpers source package in Xenial:
  New
Status in init-system-helpers source package in Yakkety:
  New
Status in init-system-helpers source package in Zesty:
  New

Bug description:
  [Impact]
  On 16.04+ if you using upstart as your primary init system "enabled" services 
that _only_ have upstart scripts fail to start with invoke-rc.d (with a default 
policy). This is problematic as #DEBHELPER# tokens in maintscripts rely on 
invoke-rc.d to start/stop services and fail to start services on installation.

  [Test Case]
  Boot into affected system with upstart as default init.
  Try starting an 'upstart only' service with 'invoke-rc.d service start'.
  It is expected this should work.

  [Regression Potential]
  14.04/upstart behavior is that invoke-rc.d works, and 16.04/systemd also has 
invoke-rc.d start working with enabled services and default policy. 
16.04/upstart should be the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/init-system-helpers/+bug/1691474/+subscriptions

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


[Touch-packages] [Bug 1691491] [NEW] lookbehind broken

2017-05-17 Thread Matt Chesler
Public bug reported:

Trying to troubleshoot unexpected behavior with haproxy, I discovered
that lookbehind appears to be broken in version 1:8.31-2ubuntu2.3 of the
libpcre3 package.

I have an haproxy rule to rewrite URL paths that do not begin with
"build" or "static":

reqirep ^([^\ :]*)\ /(?!build|static).*\ (.*) \1\ /index.html\ \2

With the latest version of libpcre3 installed (1:8.31-2ubuntu2.3), this
line matches all requests.  If I downgrade to 1:8.31-2ubuntu2.2 and
restart haproxy, the rule correctly matches only paths that do not start
with "static" or "build".

$ lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04

$ apt-cache policy libpcre3
libpcre3:
  Installed: 1:8.31-2ubuntu2.3
  Candidate: 1:8.31-2ubuntu2.3
  Version table:
 *** 1:8.31-2ubuntu2.3 0
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 1:8.31-2ubuntu2.2 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
 1:8.31-2ubuntu2 0
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty/main amd64 
Packages

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

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

Title:
  lookbehind broken

Status in pcre3 package in Ubuntu:
  New

Bug description:
  Trying to troubleshoot unexpected behavior with haproxy, I discovered
  that lookbehind appears to be broken in version 1:8.31-2ubuntu2.3 of
  the libpcre3 package.

  I have an haproxy rule to rewrite URL paths that do not begin with
  "build" or "static":

  reqirep ^([^\ :]*)\ /(?!build|static).*\ (.*) \1\ /index.html\ \2

  With the latest version of libpcre3 installed (1:8.31-2ubuntu2.3),
  this line matches all requests.  If I downgrade to 1:8.31-2ubuntu2.2
  and restart haproxy, the rule correctly matches only paths that do not
  start with "static" or "build".

  $ lsb_release -rd
  Description:  Ubuntu 14.04.4 LTS
  Release:  14.04

  $ apt-cache policy libpcre3
  libpcre3:
Installed: 1:8.31-2ubuntu2.3
Candidate: 1:8.31-2ubuntu2.3
Version table:
   *** 1:8.31-2ubuntu2.3 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ 
trusty-updates/main amd64 Packages
  100 /var/lib/dpkg/status
   1:8.31-2ubuntu2.2 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
   1:8.31-2ubuntu2 0
  500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ trusty/main amd64 
Packages

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

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


[Touch-packages] [Bug 647462] Re: fold works wrong with non-latin texts (doesn't understand UTF-8)

2017-05-17 Thread Jani Uusitalo
** Bug watch added: Debian Bug tracker #582067
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582067

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

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

Title:
  fold works wrong with non-latin texts (doesn't understand UTF-8)

Status in coreutils:
  New
Status in coreutils package in Ubuntu:
  Confirmed
Status in coreutils package in Debian:
  Unknown

Bug description:
  Binary package hint: coreutils

  Coreutils work incorrectly with unicode. 
  There is a patch in Fedora to fix it: 
http://pkgs.fedoraproject.org/gitweb/?p=coreutils.git;a=blob;f=coreutils-i18n.patch

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  Codename: lucid

  $ fold --version
  fold (GNU coreutils) 7.4

  $ locale
  LANG=ru_RU.UTF-8 
  LC_CTYPE="ru_RU.UTF-8" 
  LC_NUMERIC="ru_RU.UTF-8" 
  LC_TIME="ru_RU.UTF-8" 
  LC_COLLATE="ru_RU.UTF-8" 
  LC_MONETARY="ru_RU.UTF-8" 
  LC_MESSAGES="ru_RU.UTF-8" 
  LC_PAPER="ru_RU.UTF-8" 
  LC_NAME="ru_RU.UTF-8" 
  LC_ADDRESS="ru_RU.UTF-8" 
  LC_TELEPHONE="ru_RU.UTF-8" 
  LC_MEASUREMENT="ru_RU.UTF-8" 
  LC_IDENTIFICATION="ru_RU.UTF-8" 
  LC_ALL=

  $ file fold.txt
  fold.txt: UTF-8 Unicode text, with very long lines

  $ cat fold.txt
  Неполадки в работе приводили к конфликтам с начальством. У Ивана Матвеевича 
появились выговоры, снизилась зарплата, он не стал получать премиальных. Все 
это создавало непривычно мрачное настроение, которое сразу же было перенесено и 
на семью. Жена и дети очень тяжело восприняли пьянство любимого отца и мужа. 
Начались скандалы, ссоры. Тихая и добрая Елена Васильевна просила, уговаривала, 
умоляла своего всегда покладистого мужа, чтобы он не пил. Но ничего не 
помогало. Семейные неурядицы становились постоянным явлением. Таня и Ваня 
тяжело переживали за отца, часто плакали. Им не шли на ум уроки, они стали 
учиться хуже. 
  Однажды отец, придя с работы сильно расстроенный и уже подвыпивший, открыл 
принесенную с собой бутылку водки и, налив себе подряд два стакана, выпил их 
залпом. В ответ на урезонивание со стороны жены он накинулся на нее с кулаками. 
Двенадцатилетний Ваня, всегда так обожавший отца, бросился защищать мать. Он 
встал между отцом и матерью со сжатыми кулаками, с глазами, полными слез. Отец, 
опешив от неожиданности, сначала остановился, а затем, отбросив Ваню в сторону, 
стал вымещать на бедной женщине свою пьяную обиду. Жизнь в семье превратилась в 
ад. 

  $ fold fold.txt

  Неполадки в работе приводили к конфликтам с 
   начальством. У Ивана Матвеевича появились  
  �ыговоры, снизилась зарплата, он не стал пол 
  �чать премиальных. Все это создавало неприв 
  �чно мрачное настроение, которое сразу же бы 
  ло перенесено и на семью. Жена и дети очень т 
  яжело восприняли пьянство любимого отца и м 
  ужа. Начались скандалы, ссоры. Тихая и добра 
  Елена Васильевна просила, уговаривала, умо 
  ляла своего всегда покладистого мужа, чтобы 
   он не пил. Но ничего не помогало. Семейные н 
  �урядицы становились постоянным явлением. Т 
  аня и Ваня тяжело переживали за отца, часто  
  �лакали. Им не шли на ум уроки, они стали учит 
  ься хуже. 
  Однажды отец, придя с работы сильно расстро 
  �нный и уже подвыпивший, открыл принесенную  
  с собой бутылку водки и, налив себе подряд д 
  �а стакана, выпил их залпом. В ответ на урезо 
  �ивание со стороны жены он накинулся на нее  
  � кулаками. Двенадцатилетний Ваня, всегда та 
  к обожавший отца, бросился защищать мать. Он 
   встал между отцом и матерью со сжатыми кула 
  ками, с глазами, полными слез. Отец, опешив о 
  � неожиданности, сначала остановился, а зате 
  м, отбросив Ваню в сторону, стал вымещать на  
  бедной женщине свою пьяную обиду. Жизнь в се 
  мье превратилась в ад.

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

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


[Touch-packages] [Bug 1675138] Re: Please transition to Boost 1.62

2017-05-17 Thread Balint Reczey
The package does not actually transition to Boost 1.62 in Xenial because
this Boost version is not present there, but mirtest-dev properly
depends on unversioned Boost development libraries.

** 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 mir in Ubuntu.
https://bugs.launchpad.net/bugs/1675138

Title:
  Please transition to Boost 1.62

Status in Mir:
  Fix Committed
Status in Mir 0.26 series:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released
Status in mir source package in Xenial:
  Fix Committed

Bug description:
  There is an ongoing transition to Boost 1.62 and mir is one of the last 
affected packages:
  http://people.canonical.com/~ubuntu-archive/transitions/html/boost1.62.html

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

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


[Touch-packages] [Bug 1691486] [NEW] Mouse cursor jumps to top left corner on click+drag

2017-05-17 Thread David R. Hedges
Public bug reported:

Since the upgrade to 17.10, when I click and drag something (e.g. moving
a file within a folder, or moving an email message within Thunderbird),
the mouse pointer (and the dragged item) jumps to the top left corner of
the screen. From there, movement is normal and no more jumping is
observed (until the next click-drag).

The issue does *not* manifest when using the paintbrush tool in GIMP or
just selecting text (e.g. in Chromium), but if I then click and drag the
selected text, the mouse cursor does jump.

Here's an xinput --test log from an instance of clicking a file inside a
folder and dragging it (moved the mouse slowly / just a few
millimeters):

motion a[0]=1326 a[1]=451 
motion a[0]=1326 a[1]=451 
motion a[0]=1327 a[1]=450 
motion a[0]=1327 a[1]=449 
motion a[1]=449 
motion a[1]=449 
motion a[1]=448 
motion a[0]=1327 a[1]=448 
motion a[1]=448 
motion a[1]=447 
motion a[0]=1327 a[1]=447 
motion a[1]=447 
motion a[0]=1328 a[1]=447 
motion a[1]=446 
motion a[0]=1328 
motion a[1]=446 
button press   1 
motion a[0]=1328 
motion a[0]=1328 
motion a[0]=1328 
motion a[0]=1328 a[1]=446 
motion a[0]=1327 
motion a[0]=1327 
motion a[0]=1327 
motion a[1]=446 
motion a[0]=1327 
motion a[0]=1327 
motion a[0]=1326 
motion a[0]=1326 
motion a[1]=446 
motion a[0]=1326 
motion a[0]=1326 a[1]=445 
motion a[0]=1326 
motion a[0]=1325 
motion a[0]=1325 
motion a[1]=445 
motion a[0]=1325 
motion a[0]=1325 
motion a[0]=1325 
motion a[0]=1324 
motion a[0]=1324 
motion a[1]=445 
motion a[0]=1324 
motion a[0]=1324 
motion a[0]=1324 
motion a[1]=445 
motion a[0]=1323 
motion a[0]=1323 
motion a[0]=1323 
motion a[0]=1323 
motion a[1]=445 
motion a[0]=1322 
motion a[0]=1322 
motion a[0]=1322 
motion a[0]=1322 
motion a[0]=1322 
motion a[0]=1321 
motion a[1]=444 
motion a[0]=1321 
motion a[0]=1321 
motion a[0]=1321 
motion a[0]=1321 
motion a[0]=1320 
motion a[0]=1320 
motion a[0]=1320 
motion a[1]=444 
motion a[0]=1320 
motion a[0]=1320 
motion a[0]=1319 
motion a[1]=444 
motion a[0]=1319 
motion a[0]=1319 
motion a[1]=444 
motion a[0]=1319 
motion a[0]=1319 
motion a[1]=444 
motion a[0]=1318 
motion a[0]=1318 
motion a[0]=1318 
motion a[0]=1318 
motion a[0]=1318 
motion a[1]=443 
motion a[0]=1317 
motion a[0]=1317 
motion a[0]=1317 a[1]=443 
motion a[0]=1317 
motion a[0]=1317 
motion a[0]=1316 
motion a[1]=443 
motion a[0]=1316 
motion a[0]=1316 
motion a[0]=1316 
motion a[1]=443 
motion a[0]=1316 
motion a[0]=1315 
motion a[1]=443 
motion a[0]=1315 
motion a[0]=1315 
motion a[0]=1315 a[1]=442 
motion a[0]=1315 
motion a[0]=1314 
motion a[1]=442 
motion a[0]=1314 
motion a[0]=1314 
motion a[0]=1314 a[1]=442 
motion a[0]=261 
motion a[0]=261 
motion a[1]=87 
motion a[0]=261 
motion a[0]=261 
motion a[0]=261 
motion a[0]=260 
motion a[0]=260 a[1]=87 
motion a[1]=16 
motion a[0]=51 
motion a[0]=50 
motion a[0]=50 
motion a[0]=50 a[1]=16 
motion a[0]=50 
motion a[1]=16 
motion a[0]=50 
motion a[0]=49 
motion a[0]=49 
motion a[0]=49 
motion a[1]=15 
motion a[0]=49 
motion a[0]=48 
motion a[0]=48 
motion a[0]=48 a[1]=15 
motion a[1]=15 
motion a[0]=48 
motion a[0]=48 
motion a[0]=47 
motion a[1]=15 
motion a[0]=47 
motion a[0]=47 
motion a[0]=47 
motion a[1]=14 
motion a[0]=47 
motion a[0]=46 
motion a[0]=46 
motion a[1]=14 
motion a[0]=46 
button release 1


Here are my xinput settings for the device (which I *do* customize with a 
script run at login to avert hypersensitivity):
$ xinput --list-props "Razer Razer DeathAdder"
Device 'Razer Razer DeathAdder':
Device Enabled (136):   1
Coordinate Transformation Matrix (138): 0.20, 0.00, 0.00, 
0.00, 0.20, 0.00, 0.00, 0.00, 1.00
libinput Accel Speed (275): 0.50
libinput Accel Speed Default (276): 0.00
libinput Accel Profiles Available (277):1, 1
libinput Accel Profile Enabled (278):   1, 0
libinput Accel Profile Enabled Default (279):   1, 0
libinput Natural Scrolling Enabled (271):   0
libinput Natural Scrolling Enabled Default (272):   0
libinput Send Events Modes Available (256): 1, 0
libinput Send Events Mode Enabled (257):0, 0
libinput Send Events Mode Enabled Default (258):0, 0
libinput Left Handed Enabled (280): 0
libinput Left Handed Enabled Default (281): 0
libinput Scroll Methods Available (282):0, 0, 1
libinput Scroll Method Enabled (283):   0, 0, 0
libinput Scroll Method Enabled Default (284):   0, 0, 0
libinput Button Scrolling Button (285): 2
libinput Button Scrolling Button Default (286): 2
libinput Middle Emulation Enabled (287):0
libinput Middle Emulation Enabled Default (288):0
Device Node (259):  "/dev/input/event5"
Device Product ID (260):5426, 41
libinput Drag Lock Buttons (273):   
libinput Horizontal Scroll Enabl

[Touch-packages] [Bug 1691158] Re: systemd mounts efi partition, but /etc/fstab says "noauto"

2017-05-17 Thread DLCBurggraaff
It looks like /run/systemd/generator/-.mount is the culprit.
However, whatever I try issuing "sudo systemctl mask -.mount" fails with a 
"systemctl: invalid option -- '.'" error message.

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

Title:
  systemd mounts efi partition, but /etc/fstab says "noauto"

Status in systemd package in Ubuntu:
  New

Bug description:
  Systemd mounts /dev/sda5 on /boot despite the fact that /etc/fstab says:
  /dev/sda5 /boot ext2 noauto,relatime 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu17
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue May 16 17:58:49 2017
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda10 ro
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: H110M-HDS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd01/25/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH110M-HDS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Touch-packages] [Bug 1675138] Re: Please transition to Boost 1.62

2017-05-17 Thread Balint Reczey
Fixed in xenial-proposed, verified in 0.26.3+16.04.20170510-0ubuntu1.

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

Title:
  Please transition to Boost 1.62

Status in Mir:
  Fix Committed
Status in Mir 0.26 series:
  Fix Committed
Status in mir package in Ubuntu:
  Fix Released
Status in mir source package in Xenial:
  Fix Committed

Bug description:
  There is an ongoing transition to Boost 1.62 and mir is one of the last 
affected packages:
  http://people.canonical.com/~ubuntu-archive/transitions/html/boost1.62.html

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

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


[Touch-packages] [Bug 1691158] Re: systemd mounts efi partition, but /etc/fstab says "noauto"

2017-05-17 Thread DLCBurggraaff
** Attachment added: "/run/systemd"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1691158/+attachment/4878269/+files/run.systemd.1691158.tar.xz

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

Title:
  systemd mounts efi partition, but /etc/fstab says "noauto"

Status in systemd package in Ubuntu:
  New

Bug description:
  Systemd mounts /dev/sda5 on /boot despite the fact that /etc/fstab says:
  /dev/sda5 /boot ext2 noauto,relatime 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu17
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue May 16 17:58:49 2017
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda10 ro
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: H110M-HDS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd01/25/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH110M-HDS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Touch-packages] [Bug 1691158] Re: systemd mounts efi partition, but /etc/fstab says "noauto"

2017-05-17 Thread DLCBurggraaff
** Attachment added: "sosreport md5"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1691158/+attachment/4878268/+files/sosreport-DBurggraaff.1691158-20170517154949.tar.xz.md5

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

Title:
  systemd mounts efi partition, but /etc/fstab says "noauto"

Status in systemd package in Ubuntu:
  New

Bug description:
  Systemd mounts /dev/sda5 on /boot despite the fact that /etc/fstab says:
  /dev/sda5 /boot ext2 noauto,relatime 0 0

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu17
  ProcVersionSignature: Ubuntu 4.8.0-52.55~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-52-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue May 16 17:58:49 2017
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda10 ro
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.20
  dmi.board.name: H110M-HDS
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.20:bd01/25/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH110M-HDS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


  1   2   >