[Touch-packages] [Bug 1605960] [NEW] When sending an email the "From" field does not contain a valid adress

2016-07-23 Thread mb74
Public bug reported:

I'm using kmail 5.1.3 (kubuntu 16.04 and kubuntu backports ppa).
In kmail a gmail account is configured and is the default.
When I create new mail only my name is shown in the "From" field: surename name 
<>
When I reply a mail then "From" field is empty.

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
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Jul 24 08:42:27 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-07-15 (8 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=de_AT:de
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

Title:
  When sending an email the "From" field does not contain a valid adress

Status in xorg package in Ubuntu:
  New

Bug description:
  I'm using kmail 5.1.3 (kubuntu 16.04 and kubuntu backports ppa).
  In kmail a gmail account is configured and is the default.
  When I create new mail only my name is shown in the "From" field: surename 
name <>
  When I reply a mail then "From" field is empty.

  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
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Jul 24 08:42:27 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-15 (8 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489784] Re: No access to the FM tuner/radio on Aquaris Bq e4.5, e5 and m10

2016-07-23 Thread Bartosz Kosiorek
** Summary changed:

- No access to the FM tuner/radio on Meizu MX4, Aquaris Bq e4.5, e5 and m10
+ No access to the FM tuner/radio on Aquaris Bq e4.5, e5 and m10

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

Title:
  No access to the FM tuner/radio on Aquaris Bq e4.5, e5 and m10

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  Confirmed
Status in platform-api package in Ubuntu:
  Confirmed
Status in qtmultimedia package in Ubuntu:
  Confirmed

Bug description:
  Device Aquaris BQ45 as a buitin hardware FM tuner.
  On "factory" mode this device works.

  The device does not seem known by the kernel and there is no API to
  develop an FM radio application.

  The C code for the FM chip:
  https://github.com/Sturmflut/mtkfmcli
  Still missing Audio part.

  
  Some more details from mailing list:

  We discussed this topic lengthily on the list some time ago :) It's
  not like we don't want to
  support FM radio, but the lack of a common Android HAL for FM radio
  access would force us to
  maintain an FM radio abstraction ourselves (more on that below). In
  addition, most of the device-specific
  radio apps require elevated privileges to run as they directly access
  the FM radio HW (not multiplexed by a system service).

  > For some reason Android doesn't have an FM radio API and leaves it up to
  > the manufacturers to come up with something. I've looked at several
  > devices, among them the bq Aquaris E4.5, and every SoC manufacturer
  > seems to have a different opinion on how to do it.
  >
  > Some ship no FM radio at all.
  >
  > Some seem to ship drivers for the Linux V4L subsystem.
  >
  > MediaTek (Aquaris E4.5 and E5) decided to implement custom kernel
  > drivers with a custom character device (/dev/fm) and custom ioctl
  > commands. There seem to be userspace libraries (libfm*) including a JNI
  > wrapper in /system/lib of the Android container on our Ubuntu phones.
  >
  > Because there is no standard API, there are no generic FM radio apps for
  > Android, and pretty much every manufacturer ships a custom app for his
  > own SoC(s) and/or device(s).
  >
  >
  > I'll try to come up with a piece of C code for the command line that can
  > at least initialize and tune the FM radio on the Aquaris E4.5 and E5.
  > The long-term goal could be to turn this into plugins for an extended
  > media-hub.
  >

  If you are interested in helping to enable the functionality, the
  correct chain for integrating the feature would be:

  [1.] Add a (potentially limited) API to lp:platform-api, that exposes
  a simple common C interface to the Ubuntu side.
  [2.] Provide an implementation of the API in platform-api/android (see
  
http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/files/head:/android/)
  [2.1] Provide a dummy fallback implementation for devices that do not
  support FM radio of any kind.
  [3.] Expose the respective hardware functionality to media-hub.
  Multiple ways are possible, but we would need to significantly adjust
  the interfaces
  to support fm radio semantics (switching stations, rds, automatic scans etc.)
  [4.] Adjust Qt's radio abstraction and come up with a Ubuntu Touch
  specific backend implementation, that either:
    [4.1] Leverages the API in [1.] directly (would require any app to
  have special privileges in accessing the system).
    [4.2] Leverages the API in [3.] (which is the clean way of
  integration FM radio support).

  For starters, [1.], [2.], [2.1] and [4.1] should be good enough to get
  started.

  Cheers,

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

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


[Touch-packages] [Bug 1605938] Re: fix pleaase

2016-07-23 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected. 
3. The behavior you actually encountered (in as much detail as possible).

Please also give the bug report a meaningful title.

Thanks!

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

** Changed in: xorg (Ubuntu)
 Assignee: simon (simonjownn) => (unassigned)

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

Title:
  fix pleaase

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  i dont know i would like to know the problem so i can do the fix

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
  Uname: Linux 4.4.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  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 Jul 23 18:06:30 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 3rd Gen Core processor Graphics Controller [1028:0552]
   NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell GK107M [GeForce GT 650M] [1028:0552]
  InstallationDate: Installed on 2016-07-22 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Alienware M14xR2
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-32-generic 
root=UUID=4027456a-21cc-4ce1-99de-fb88050a7653 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/29/2012
  dmi.bios.vendor: Alienware
  dmi.bios.version: A09
  dmi.board.name: M14xR2
  dmi.board.vendor: Alienware
  dmi.board.version: A09
  dmi.chassis.type: 8
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: A09
  dmi.modalias: 
dmi:bvnAlienware:bvrA09:bd06/29/2012:svnAlienware:pnM14xR2:pvrA09:rvnAlienware:rnM14xR2:rvrA09:cvnAlienware:ct8:cvrA09:
  dmi.product.name: M14xR2
  dmi.product.version: A09
  dmi.sys.vendor: Alienware
  version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.70+git1607231830.0caa84~gd~x
  version.libgl1-mesa-dri: libgl1-mesa-dri 12.1~git1607230730.0ba728~gd~x
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 12.1~git1607230730.0ba728~gd~x
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
  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.99+git1607221931.94fe42~gd~x
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1607211930.6988b8~gd~x
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12+git1607191931.6473b6~gd~x

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

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


[Touch-packages] [Bug 1605957] [NEW] System hangs for 90 seconds on boot waiting for devices

2016-07-23 Thread mb74
Public bug reported:

I'm using kubuntu 16.04 with kubuntu backports ppa enabled. All updates are 
installed.
Since one of the latest updates the boot process hangs for 90s. Pressing ESC 
shows that the system is waiting for 2 devices. 1 seems to be an UUID which is 
not present in fstab and the other one is cryptswap.

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
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Jul 24 08:28:28 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-07-15 (8 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=de_AT:de
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug fonts kubuntu 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/1605957

Title:
  System hangs for 90 seconds on boot waiting for devices

Status in xorg package in Ubuntu:
  New

Bug description:
  I'm using kubuntu 16.04 with kubuntu backports ppa enabled. All updates are 
installed.
  Since one of the latest updates the boot process hangs for 90s. Pressing ESC 
shows that the system is waiting for 2 devices. 1 seems to be an UUID which is 
not present in fstab and the other one is cryptswap.

  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
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Jul 24 08:28:28 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-15 (8 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=de_AT:de
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_AT.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605950] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  A failure with triggers left unprocessed

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 23 20:03:27 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-07-19 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.9ubuntu2
   apt  1.3~exp1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605950] [NEW] package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-07-23 Thread Alex Mitaru
Public bug reported:

A failure with triggers left unprocessed

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: gconf2 3.2.6-3ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.2-0ubuntu1
Architecture: amd64
Date: Sat Jul 23 20:03:27 2016
ErrorMessage: dependency problems - leaving triggers unprocessed
InstallationDate: Installed on 2016-07-19 (4 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.9ubuntu2
 apt  1.3~exp1
SourcePackage: gconf
Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package yakkety

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

Title:
  package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency
  problems - leaving triggers unprocessed

Status in gconf package in Ubuntu:
  New

Bug description:
  A failure with triggers left unprocessed

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: gconf2 3.2.6-3ubuntu6
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  Date: Sat Jul 23 20:03:27 2016
  ErrorMessage: dependency problems - leaving triggers unprocessed
  InstallationDate: Installed on 2016-07-19 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.9ubuntu2
   apt  1.3~exp1
  SourcePackage: gconf
  Title: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency 
problems - leaving triggers unprocessed
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1065812

The real ad1980 support 5.1

Extended ID : codec=0 rev=0 AMAP LDAC SDAC CDAC DSA=0 DRA VRA 
Extended status : LDAC SDAC CDAC VRA 
PCM front DAC : 48000Hz PCM 
Surr DAC : 48000Hz 
PCM LFE DAC : 48000Hz 
PCM ADC : 44100Hz

but enumerated ad1980 support stereo

Extended ID : codec=0 rev=2 DSA=0 VRM VRA 
Extended status : VRM VRA PCM 
front DAC : 48000Hz 
PCM ADC : 44100Hz 
PCM MIC ADC : 48000Hz

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
AD18XX configuration Unchained : 0x1000,0x,0x Chained :
0x,0x,0x


The enumerated codec response incorrectly and appear as three codecs

AD18XX configuration Unchained : 0x1000,0x4000,0x2000 Chained :
0x,0x,0x

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1473901] Re: egl-platform-mir.patch: Incorrect (backwards) pixel formats are accepted

2016-07-23 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 12.0.1-3ubuntu2

---
mesa (12.0.1-3ubuntu2) yakkety; urgency=medium

  * debian/rules: Work around gcc ICE on ppc64el by forcing -O2.

 -- Adam Conrad   Fri, 22 Jul 2016 16:46:48 -0600

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

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

Title:
  egl-platform-mir.patch: Incorrect (backwards) pixel formats are
  accepted

Status in mesa package in Ubuntu:
  Fix Released

Bug description:
  egl-platform-mir.patch: Incorrect (backwards) pixel formats are
  accepted.

  I noticed this recently. GBM reports some pixel formats as supported
  but if you use them the colours come out backwards. Turns out it's
  just our patch reporting incorrect format support ...

  --- a/src/gbm/backends/dri/gbm_dri.c
  +++ b/src/gbm/backends/dri/gbm_dri.c

  @@ -528,9 +528,11 @@ gbm_dri_is_format_supported(struct gbm_d
  switch (format) {
  case GBM_BO_FORMAT_XRGB:
  case GBM_FORMAT_XRGB:
  +   case GBM_FORMAT_XBGR:< Wrong. Delete this.
     break;
  case GBM_BO_FORMAT_ARGB:
  case GBM_FORMAT_ARGB:
  +   case GBM_FORMAT_ABGR:<- Wrong. Delete this
     if (usage & GBM_BO_USE_SCANOUT)
    return 0;
     break;

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

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


[Touch-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-07-23 Thread Launchpad Bug Tracker
This bug was fixed in the package mesa - 12.0.1-3ubuntu2

---
mesa (12.0.1-3ubuntu2) yakkety; urgency=medium

  * debian/rules: Work around gcc ICE on ppc64el by forcing -O2.

 -- Adam Conrad   Fri, 22 Jul 2016 16:46:48 -0600

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

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

Title:
  Mesa causes a segmentation fault on arm64 (wrong count of uniform
  locations)

Status in Canonical System Image:
  Fix Committed
Status in mesa package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in mesa source package in Xenial:
  Fix Committed
Status in ubuntu-system-settings-online-accounts source package in Xenial:
  New
Status in webbrowser-app source package in Xenial:
  New

Bug description:
  This error appeared when running unit tests for a QML app in our
  Jenkins/silo infrastructure, on arm64 only:
  https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64
  .ubuntu-system-settings-online-
  accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz

  Pasting the relevant lines here in case the link above goes away:

  ===
  QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t   
./tst_online_accounts_qml
  DBus daemon: 
unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
  task-0: Started with PID: 16930
  task-0: * Start testing of online_accounts_qml *
  task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 
(arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
  task-0: PASS   : online_accounts_qml::AccountCreationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_fallback() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_fallback()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_flickable() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_flickable()
  task-0: PASS   : online_accounts_qml::AccountCreationPage::cleanupTestCase()
  task-0: QWARN  : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: 
Failed to make temporary surface current, format not updated
  task-0: PASS   : online_accounts_qml::AuthorizationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AuthorizationPage::test_1_one_account() 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: PASS   : online_accounts_qml::AuthorizationPage::test_1_one_account()
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
[PERFORMANCE]: Last frame took 254 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
[PERFORMANCE]: Last frame took 210 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
[PERFORMANCE]: Last frame took 146 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.201

[Touch-packages] [Bug 1582011] Re: Swap Failed, Indefinite hang on reboot/shutdown "Reached target Shutdown"

2016-07-23 Thread Prasanna
I am also facing the same issue. I have installed Lubuntu 16.04 on USB.
My system has 2GB RAM and 2GB Swap area. Every time i try to shutdown or
reboot it hangs. I need to long press the power button to take the
system to halt.

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

Title:
  Swap Failed, Indefinite hang on reboot/shutdown "Reached target
  Shutdown"

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  This bug has been affecting me since 15.04
  Prior to shutdown I activate debug-shell 'systemctl start debug-shell'
  I have followed bug #1464917 and installed Xenial-proposed with systemd 
229-4ubuntu5 package.  
  I have finally collected shutdown info using vt9.  
  Issues collecting info due to what I believe is a timeout where vt9 is not 
activated when ctl+alt+F9 is pressed.  I was able to collect info in vt9 to 
file "shutdown.text" I appended outputs to file "shutdown.text" the following 
commands in this order:
  systemctl list-jobs >>shutdown.text
  systemctl --failed >>shutdown.text
  uname -a >>shutdown.text
  systemd --version >>shutdown.text
  lsblk >>shutdown.text
  blkid >>shutdown.text
  journalctl -b >>shutdown.text
  systemctl -all >>shutdown.text
  journalctl -xe >>shutdown.text

  After gaining these data I was only able to finish the reboot with the 
alt+Sysrq and REISUB which forces a reboot even when I just want to shutdown
  Each output I separated upon next boot by hand with a line 
# for easier perusing.

  As a workaround for shutdown/reboot I turn swap off, 'sudo swapoff -a
  && systemctl poweroff' or 'sudo swapoff -a && reboot'  which
  occasionally fails if SWAP has more data than available RAM.  In that
  latter case I am left waiting for the hang and then using
  alt+Sysrq+REISUB to reboot then shutdown again immediately upon boot
  before SWAP has a chance to gain data, then I can use any form of
  halt, poweroff or menu to shutdown.

  I have been unable to get answers from AskUbuntu or the above listed
  bug #1464917 "Reached target Shutdown"  I am filing this bug per
  instructions requested in that bug.  Other systemd bugs I have
  researched #788303 Debian bug reports, #2930 Github and #3087 Github.

  Thanks for your time and efforts to help with this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-4ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sun May 15 12:08:34 2016
  ExecutablePath: /lib/systemd/systemd
  InstallationDate: Installed on 2015-06-29 (321 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Sony Corporation VGN-FW250J
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=b010e611-6efb-49a9-bff0-59b9533d659b ro 
resume=UUID=8bcb4169-f5ab-4ab6-b644-23e528088d41 usbcore.autosuspend=-1
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
   [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
   
   3 overridden configuration files found.
  UpgradeStatus: Upgraded to xenial on 2016-04-26 (18 days ago)
  dmi.bios.date: 07/25/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R1090Y0
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1090Y0:bd07/25/2008:svnSonyCorporation:pnVGN-FW250J:pvrC6011MLK:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-FW250J
  dmi.product.version: C6011MLK
  dmi.sys.vendor: Sony Corporation

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

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


[Touch-packages] [Bug 1551131] Re: Cannot pair Jabra Classic headset

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

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

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

Title:
  Cannot pair Jabra Classic headset

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  I cannot pair a jabra classic headset. When I try to connect,
  initially it all looks good: the bluetooth icon on the top bar changed
  to a white background. But after a couple of seconds the device is
  disconnected.

  This headset used to work well previously, although I do not remember
  if it was with bluez 4 or 5 too.

  This happens in

  current build number: 269
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-02-29 08:59:57
  version version: 269
  version ubuntu: 20160227
  version device: 20160108-efc96d8
  version custom: 20160111-926-36--vivid

  I see errors like this in syslog (see attached file):

  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Not enough free handles to 
register service
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Error adding Link Loss service
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Not enough free handles to 
register service
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: message repeated 2 times: [ 
Not enough free handles to register service]
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Current Time Service could 
not be registered
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: gatt-time-server: 
Input/output error (5)
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Not enough free handles to 
register service
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Not enough free handles to 
register service
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: Sap driver initialization 
failed.
  Feb 29 08:27:43 ubuntu-phablet bluetoothd[902]: sap-server: Operation not 
permitted (1)

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

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


[Touch-packages] [Bug 1605941] Re: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  NOT SURE WHAT IT IS  SORRY

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu8.1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 15:50:43 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-06-27 (26 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.122ubuntu8.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/initramfs-tools/+bug/1605941/+subscriptions

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


[Touch-packages] [Bug 1605941] [NEW] package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-23 Thread psmar
Public bug reported:

NOT SURE WHAT IT IS  SORRY

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: initramfs-tools 0.122ubuntu8.1
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sat Jul 23 15:50:43 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-06-27 (26 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  NOT SURE WHAT IT IS  SORRY

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.122ubuntu8.1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 15:50:43 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-06-27 (26 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.122ubuntu8.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/initramfs-tools/+bug/1605941/+subscriptions

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


[Touch-packages] [Bug 1605938] [NEW] fix pleaase

2016-07-23 Thread simon
Public bug reported:

i dont know i would like to know the problem so i can do the fix

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
Uname: Linux 4.4.0-32-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
 GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 
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 Jul 23 18:06:30 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Dell 3rd Gen Core processor Graphics Controller [1028:0552]
 NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell GK107M [GeForce GT 650M] [1028:0552]
InstallationDate: Installed on 2016-07-22 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Alienware M14xR2
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-32-generic 
root=UUID=4027456a-21cc-4ce1-99de-fb88050a7653 ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/29/2012
dmi.bios.vendor: Alienware
dmi.bios.version: A09
dmi.board.name: M14xR2
dmi.board.vendor: Alienware
dmi.board.version: A09
dmi.chassis.type: 8
dmi.chassis.vendor: Alienware
dmi.chassis.version: A09
dmi.modalias: 
dmi:bvnAlienware:bvrA09:bd06/29/2012:svnAlienware:pnM14xR2:pvrA09:rvnAlienware:rnM14xR2:rvrA09:cvnAlienware:ct8:cvrA09:
dmi.product.name: M14xR2
dmi.product.version: A09
dmi.sys.vendor: Alienware
version.compiz: compiz 1:0.9.12.2+16.04.20160714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70+git1607231830.0caa84~gd~x
version.libgl1-mesa-dri: libgl1-mesa-dri 12.1~git1607230730.0ba728~gd~x
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.1~git1607230730.0ba728~gd~x
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
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.99+git1607221931.94fe42~gd~x
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git1607211930.6988b8~gd~x
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12+git1607191931.6473b6~gd~x

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Assignee: simon (simonjownn)
 Status: New


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

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) => simon (simonjownn)

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

Title:
  fix pleaase

Status in xorg package in Ubuntu:
  New

Bug description:
  i dont know i would like to know the problem so i can do the fix

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
  Uname: Linux 4.4.0-32-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  361.42  Tue Mar 22 18:10:58 
PDT 2016
   GCC version:  gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   
  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 Jul 23 18:06:30 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 3rd Gen Core processor Graphics Controller [1028:0552]
   NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1) (prog-i

[Touch-packages] [Bug 1247803] Re: dnsmasq temporarily breaks DNS resolution when starting for the first time

2016-07-23 Thread Fabian M. Borschel
Any updates here?

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

Title:
  dnsmasq temporarily breaks DNS resolution when starting for the first
  time

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

Bug description:
  The first time that dnsmasq is started, DNS resolution is broken for a
  few seconds. You can see this on initial installation:

  root@phil-test-1:~# apt-get install dnsmasq ; dig github.com
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following NEW packages will be installed:
dnsmasq
  0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
  Need to get 0 B/15.1 kB of archives.
  After this operation, 111 kB of additional disk space will be used.
  Selecting previously unselected package dnsmasq.
  (Reading database ... 92556 files and directories currently installed.)
  Unpacking dnsmasq (from .../dnsmasq_2.59-4ubuntu0.1_all.deb) ...
  Processing triggers for ureadahead ...
  Setting up dnsmasq (2.59-4ubuntu0.1) ...
   * Starting DNS forwarder and DHCP server dnsmasq 

   [ OK ]

  ; <<>> DiG 9.8.1-P1 <<>> github.com
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 56221
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;github.com.  IN  A

  ;; Query time: 0 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Mon Nov  4 11:29:16 2013
  ;; MSG SIZE  rcvd: 28

  
  Or you can recreate the problem on an existing installation by removing 
/var/run/dnsmasq/resolv.conf:

  root@phil-test-1:~# service dnsmasq stop
   * Stopping DNS forwarder and DHCP server dnsmasq 

   [ OK ]
  root@phil-test-1:~# rm /var/run/dnsmasq/resolv.conf
  root@phil-test-1:~# service dnsmasq start; dig github.com
   * Starting DNS forwarder and DHCP server dnsmasq 

   [ OK ]

  ; <<>> DiG 9.8.1-P1 <<>> github.com
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 10196
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;github.com.  IN  A

  ;; Query time: 0 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Mon Nov  4 11:31:21 2013
  ;; MSG SIZE  rcvd: 28


  The REFUSED status line shows that dns resolution has failed in both
  cases. I expect that if `apt-get install dnsmasq` or `service dnsmasq
  start` has returned successfully, and resolvconf has had dnsmasq
  registered as the sole resolver for lo.dnsmasq, then dnsmasq is ready
  to respond to DNS requests. Therefore, the REFUSED response from dig
  is the opposite of what I expect to happen.

  In both cases, resolution works again after a few seconds, once
  resolvconf generates the /var/run/dnsmasq/resolv.conf file and dnsmasq
  polls for and finds it.

  Even though the window is short (syslog reports ~ 4 seconds of
  unavailability), this causes me pain because I am doing a lot of
  automated installations using puppet; immediately after installing
  dnsmasq, any other package installations or apt-get update runs fail.

  
  I believe the problem is that the init.d script assumes that 
/var/run/dnsmasq/resolv.conf is already in place, but it may not be because 
nothing has caused resolvconf to refresh itself since 
/etc/resolvconf/update.d/dnsmasq was put in place. One solution would be to get 
the init.d script to run resolvconf -u if it decided to use 
/var/run/dnsmasq/resolv.conf. I am happy to submit a patch based on this.

  This was on Ubuntu 12.04.3 LTS, using dnsmasq 2.59-4ubuntu0.1

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

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


[Touch-packages] [Bug 1189310] Re: Broken markup in tar.1 manual page

2016-07-23 Thread Bug Watch Updater
** Changed in: tar (Debian)
   Status: New => Fix Released

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

Title:
  Broken markup in tar.1 manual page

Status in tar package in Ubuntu:
  Triaged
Status in tar package in Debian:
  Fix Released

Bug description:
  tar.1 has the following error codes in my database of manpage
  glitches:

  C Broken command synopsis syntax.  This may mean you're using a 
construction in the command synopsis other than the standard 
[ ] | { }, or it may mean you have running text in the command synopsis
section (the latter is not technically an error, but most cases of it
are impossible to translate into DocBook markup), or it may mean the 
command syntax fails to match the description.

  V Missing body content in list trips up doclifter and is likely to
cause rendering problems in non-troff viewers.  I have been able to fill
in what was missing except for what should be under TAR_LONGLINK_100.

  A fix patch is attached.

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

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


[Touch-packages] [Bug 77974] Re: manual page outdated

2016-07-23 Thread Bug Watch Updater
** Changed in: tar (Debian)
   Status: Confirmed => Fix Released

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

Title:
  manual page outdated

Status in tar package in Ubuntu:
  Fix Released
Status in tar package in Debian:
  Fix Released

Bug description:
  Binary package hint: tar

  The supplied manual page for tar is outdated:

  
  this is missing:

-l, --check-links  print a message if not all links are
  dumped

  this is wrong:
-l, --one-file-system
stay in local file system when creating an archive

  (-l is not --one-file-system (anymore))

  cheers 
  -marc

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

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


[Touch-packages] [Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

2016-07-23 Thread sami
+1

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

Title:
  do-release-upgrade stuck when dealing with apparmor profile for cupsd

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  On an up-to-date 14.04.x, I started do-release-upgrade -d to upgrade
  to ubuntu 16.04.

  At about 50% of the installation of packages, do-release-upgrade
  stucks in the following manner:

  - cpu runs at 0%~ and there is no disk I/O for about 15 minutes now
  - do-release-upgrade does not terminate, and there is no visible progress at 
all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3220 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=28eded29-f9e6-44b5-9e54-c4dd60c8e3cd
  InstallationDate: Installed on 2014-11-29 (564 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0c45:6419 Microdia Integrated Webcam
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude E5510
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.2.0-38-generic 
root=UUID=6408c2d9-1b60-43d7-9a7f-2dceeb40de28 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-38.45~14.04.1-generic 4.2.8-ckt10
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-38-generic N/A
   linux-backports-modules-4.2.0-38-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.2.0-38-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (0 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1592917] Re: do-release-upgrade stuck when dealing with apparmor profile for cupsd

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

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

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

Title:
  do-release-upgrade stuck when dealing with apparmor profile for cupsd

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  On an up-to-date 14.04.x, I started do-release-upgrade -d to upgrade
  to ubuntu 16.04.

  At about 50% of the installation of packages, do-release-upgrade
  stucks in the following manner:

  - cpu runs at 0%~ and there is no disk I/O for about 15 minutes now
  - do-release-upgrade does not terminate, and there is no visible progress at 
all.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomas 3220 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=28eded29-f9e6-44b5-9e54-c4dd60c8e3cd
  InstallationDate: Installed on 2014-11-29 (564 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0c45:6419 Microdia Integrated Webcam
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Latitude E5510
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.2.0-38-generic 
root=UUID=6408c2d9-1b60-43d7-9a7f-2dceeb40de28 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-38.45~14.04.1-generic 4.2.8-ckt10
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-38-generic N/A
   linux-backports-modules-4.2.0-38-generic  N/A
   linux-firmware1.157
  Tags:  xenial
  Uname: Linux 4.2.0-38-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-15 (0 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A16
  dmi.board.name: 023HKR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd12/06/2013:svnDellInc.:pnLatitudeE5510:pvr0001:rvnDellInc.:rn023HKR:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5510
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread ano
For anyone who sees this later, I opened ticket #15673 with VirtualBox.
https://www.virtualbox.org/ticket/15673

** Bug watch added: Virtualbox Trac #15673
   http://www.virtualbox.org/ticket/15673

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically

2016-07-23 Thread Sam_
I'm still on 14.04 and will upgrade to 16.04 when the offer arrives.
I still purge older kernel manually via terminal since they don't get removed 
automatically.
@pxtl I'd recommend to open a new bug with a hint to this one.

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

Title:
  FR: Limit and clean-up kernel images and headers automatically

Status in apt package in Ubuntu:
  Fix Released
Status in aptitude package in Ubuntu:
  Fix Released
Status in apt source package in Precise:
  Fix Released
Status in aptitude source package in Precise:
  Confirmed
Status in apt source package in Quantal:
  Fix Released
Status in aptitude source package in Quantal:
  Won't Fix

Bug description:
  Question #186146 is one among multiple where user unintentionally collects 
multiple kernel images in particular with LTS. There is no hint from relevant 
package management application GUIs which advise to clean up those images. With 
future LTS support of five years the issue presumable will extend.
  Expected.
  After installation of a newer kernel image ask the user if previous kernel 
images should be removed.
  Checkbox: yes - no
  If yes, offer a list of installed kernel images, don't list the one booted. 
Advise to keep at least the last functional one.
  Also remove -headers.

  Perhaps an additional consideration for the blueprint.
  https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-lts-upgrades

  There is a new Quantal blueprint regarding the subject.
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-clean-old-kernels

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

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


[Touch-packages] [Bug 1605911] Re: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', which is different from other in

2016-07-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to
  install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-
  loader', which is different from other instances of package
  libunity9:i386

Status in libunity package in Ubuntu:
  New

Bug description:
  I don't know what's going on.  All I know is that I'm trying to
  install some programs to Ubuntu and it isn't working.  I tried the
  apt-get install -f to no avail.  I'm trying to install the Chrome
  browser from Google and Tetravex plus some updates and they won't
  install.   I'm new to Ubuntu and wanted to try it out as an
  alternative to Windows.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libunity9 7.1.4+16.04.20160701-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 13:35:07 2016
  DuplicateSignature:
   package:libunity9:7.1.4+16.04.20160701-0ubuntu1
   Unpacking libperl5.22:i386 (5.22.1-9) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libperl5.22_5.22.1-9_i386.deb (--unpack):
trying to overwrite shared 
'/usr/share/doc/libperl5.22/changelog.Debian.gz', which is different from other 
instances of package libperl5.22:i386
  ErrorMessage: trying to overwrite shared '/usr/bin/unity-scope-loader', which 
is different from other instances of package libunity9:i386
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: libunity
  Title: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to 
install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', 
which is different from other instances of package libunity9:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489784] Re: No access to the FM tuner/radio on Meizu MX4, Aquaris Bq e4.5, e5 and m10

2016-07-23 Thread adasiko
Meizu MX4 hasn't FM radio support by hardware.

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

Title:
  No access to the FM tuner/radio on Meizu MX4, Aquaris Bq e4.5, e5 and
  m10

Status in Canonical System Image:
  In Progress
Status in media-hub package in Ubuntu:
  Confirmed
Status in platform-api package in Ubuntu:
  Confirmed
Status in qtmultimedia package in Ubuntu:
  Confirmed

Bug description:
  Device Aquaris BQ45 as a buitin hardware FM tuner.
  On "factory" mode this device works.

  The device does not seem known by the kernel and there is no API to
  develop an FM radio application.

  The C code for the FM chip:
  https://github.com/Sturmflut/mtkfmcli
  Still missing Audio part.

  
  Some more details from mailing list:

  We discussed this topic lengthily on the list some time ago :) It's
  not like we don't want to
  support FM radio, but the lack of a common Android HAL for FM radio
  access would force us to
  maintain an FM radio abstraction ourselves (more on that below). In
  addition, most of the device-specific
  radio apps require elevated privileges to run as they directly access
  the FM radio HW (not multiplexed by a system service).

  > For some reason Android doesn't have an FM radio API and leaves it up to
  > the manufacturers to come up with something. I've looked at several
  > devices, among them the bq Aquaris E4.5, and every SoC manufacturer
  > seems to have a different opinion on how to do it.
  >
  > Some ship no FM radio at all.
  >
  > Some seem to ship drivers for the Linux V4L subsystem.
  >
  > MediaTek (Aquaris E4.5 and E5) decided to implement custom kernel
  > drivers with a custom character device (/dev/fm) and custom ioctl
  > commands. There seem to be userspace libraries (libfm*) including a JNI
  > wrapper in /system/lib of the Android container on our Ubuntu phones.
  >
  > Because there is no standard API, there are no generic FM radio apps for
  > Android, and pretty much every manufacturer ships a custom app for his
  > own SoC(s) and/or device(s).
  >
  >
  > I'll try to come up with a piece of C code for the command line that can
  > at least initialize and tune the FM radio on the Aquaris E4.5 and E5.
  > The long-term goal could be to turn this into plugins for an extended
  > media-hub.
  >

  If you are interested in helping to enable the functionality, the
  correct chain for integrating the feature would be:

  [1.] Add a (potentially limited) API to lp:platform-api, that exposes
  a simple common C interface to the Ubuntu side.
  [2.] Provide an implementation of the API in platform-api/android (see
  
http://bazaar.launchpad.net/~phablet-team/platform-api/trunk/files/head:/android/)
  [2.1] Provide a dummy fallback implementation for devices that do not
  support FM radio of any kind.
  [3.] Expose the respective hardware functionality to media-hub.
  Multiple ways are possible, but we would need to significantly adjust
  the interfaces
  to support fm radio semantics (switching stations, rds, automatic scans etc.)
  [4.] Adjust Qt's radio abstraction and come up with a Ubuntu Touch
  specific backend implementation, that either:
    [4.1] Leverages the API in [1.] directly (would require any app to
  have special privileges in accessing the system).
    [4.2] Leverages the API in [3.] (which is the clean way of
  integration FM radio support).

  For starters, [1.], [2.], [2.1] and [4.1] should be good enough to get
  started.

  Cheers,

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

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


[Touch-packages] [Bug 1605911] [NEW] package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', which is different from other

2016-07-23 Thread Tanya Underwood
Public bug reported:

I don't know what's going on.  All I know is that I'm trying to install
some programs to Ubuntu and it isn't working.  I tried the apt-get
install -f to no avail.  I'm trying to install the Chrome browser from
Google and Tetravex plus some updates and they won't install.   I'm new
to Ubuntu and wanted to try it out as an alternative to Windows.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libunity9 7.1.4+16.04.20160701-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sat Jul 23 13:35:07 2016
DuplicateSignature:
 package:libunity9:7.1.4+16.04.20160701-0ubuntu1
 Unpacking libperl5.22:i386 (5.22.1-9) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libperl5.22_5.22.1-9_i386.deb (--unpack):
  trying to overwrite shared '/usr/share/doc/libperl5.22/changelog.Debian.gz', 
which is different from other instances of package libperl5.22:i386
ErrorMessage: trying to overwrite shared '/usr/bin/unity-scope-loader', which 
is different from other instances of package libunity9:i386
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: libunity
Title: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to 
install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', 
which is different from other instances of package libunity9:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict xenial

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

Title:
  package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to
  install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-
  loader', which is different from other instances of package
  libunity9:i386

Status in libunity package in Ubuntu:
  New

Bug description:
  I don't know what's going on.  All I know is that I'm trying to
  install some programs to Ubuntu and it isn't working.  I tried the
  apt-get install -f to no avail.  I'm trying to install the Chrome
  browser from Google and Tetravex plus some updates and they won't
  install.   I'm new to Ubuntu and wanted to try it out as an
  alternative to Windows.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libunity9 7.1.4+16.04.20160701-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 13:35:07 2016
  DuplicateSignature:
   package:libunity9:7.1.4+16.04.20160701-0ubuntu1
   Unpacking libperl5.22:i386 (5.22.1-9) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libperl5.22_5.22.1-9_i386.deb (--unpack):
trying to overwrite shared 
'/usr/share/doc/libperl5.22/changelog.Debian.gz', which is different from other 
instances of package libperl5.22:i386
  ErrorMessage: trying to overwrite shared '/usr/bin/unity-scope-loader', which 
is different from other instances of package libunity9:i386
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: libunity
  Title: package libunity9 7.1.4+16.04.20160701-0ubuntu1 failed to 
install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', 
which is different from other instances of package libunity9:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1568429] Re: Radeon won't work with KMS enabled

2016-07-23 Thread Christopher M. Penalver
Luis, in order to track your issue and hardware, it is helpful if you filed a 
new report with Ubuntu 15.10 by ensuring you have the package xdiagnose 
installed, and that you click the Yes button for attaching additional debugging 
information running the following from a terminal:
ubuntu-bug xorg

Also, please feel free to subscribe me to it.

For more on why this is helpful, please see
https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Radeon won't work with KMS enabled

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a Radeon HD 5770 GPU. After upgrading to Xenial today and
  ensuring the xorg radeon driver was enabled, my machine will no longer
  boot to a usable state. After selecting default Ubuntu option from
  GRUB menu, both monitor lose signal input and the keyboard becomes
  unresponsive. Sometimes the machine will reboot on its own, most of
  the time I have to hard reset.

  WORKAROUND: Use one of the following kernel parameters:
  nomodeset
  radeon.modeset=0

  The machine will boot but the radeon driver will not load. Attempting
  to load radeon driver with `sudo modprobe radeon modeset=1` after
  booting with modesetting off results in the same fail state explained
  above.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds]
  CompositorRunning: None
  Date: Sat Apr  9 20:02:22 2016
  DistUpgraded: 2016-04-09 16:49:55,340 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
  DkmsStatus:
   vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]
  InstallationDate: Installed on 2013-12-29 (832 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago)
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0519
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N7A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-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-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  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 Apr  9 19:49:46 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2

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

-- 
Mailing list: https://l

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-07-23 Thread auspex
I finally worked around my problem by adding a script in /lib/systemd
/system-sleep/:

$ cat /lib/systemd/system-sleep/12_wifi
#!/bin/bash

case $1 in
  "post")
# disable/enable wifi
rfkill block wifi; rfkill unblock wifi
logger "reenabled wifi"
  ;;
esac

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

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

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


[Touch-packages] [Bug 1605897] Re: tracker-extract crashed with SIGABRT in g_assertion_message()

2016-07-23 Thread Apport retracing service
*** This bug is a duplicate of bug 1543354 ***
https://bugs.launchpad.net/bugs/1543354

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 #1543354, 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/1605897/+attachment/4705942/+files/CoreDump.gz

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

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

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

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

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

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

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

** 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 tracker in Ubuntu.
https://bugs.launchpad.net/bugs/1605897

Title:
  tracker-extract crashed with SIGABRT in g_assertion_message()

Status in tracker package in Ubuntu:
  New

Bug description:
  Multiples errores durante actualización de 16.04 a 16.04.1

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: tracker-extract 1.8.0-2ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jul 23 11:35:12 2016
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/tracker/tracker-extract
  InstallationDate: Installed on 2016-04-26 (87 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcCmdline: /usr/lib/tracker/tracker-extract
  ProcEnviron:
   LANGUAGE=es_MX:es
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_MX.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: tracker
  StacktraceTop:
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
  Title: tracker-extract crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: Upgraded to yakkety on 2016-07-23 (0 days ago)
  UserGroups: adm audio cdrom dip libvirt libvirtd lpadmin plugdev sambashare 
sudo

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

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


[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-07-23 Thread Cristiano Gavião
Don't know about others but my Dell's notebook is not only loosing the wifi, 
after sleep it is not waking up anymore.I need to power off it...
In the log I think I just see these: /lib/systemd/system-sleep/wpasupplicant 
failed with error code 255.

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

Title:
  WiFi malfunction after suspend & resume stress - sudo wpa_cli scan
  required to fix it.

Status in NetworkManager:
  New
Status in OEM Priority Project:
  New
Status in OEM Priority Project xenial series:
  New
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu Yakkety Yak (development branch)
  Release:16.10
  Packages:
  libnm-glib-vpn1:amd64   1.2.2-0ubuntu2
  libnm-glib4:amd64   1.2.2-0ubuntu2
  libnm-util2:amd64   1.2.2-0ubuntu2
  libnm0:amd641.2.2-0ubuntu2
  network-manager 1.2.2-0ubuntu2

  Reproduce steps:
  1. Install fwts by `sudo apt-get install fwts`.
  2. Run the suspend & resume stress test.
  sudo fwts s3 --s3-multiple=30 --s3-min-delay=5 --s3-max-delay=5 
--s3-delay-delta=5

  Expected result:
  The WiFi still functioned.

  Actual result:
  The WiFi can not connect to any access point and we have to execute `sudo 
wpa_cli scan` manually to make it work again.

  P.S. Ubuntu 16.04 also has the same issue.

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

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


[Touch-packages] [Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones

2016-07-23 Thread Joakim Koed
Sajan: Yeah, same here: all other devices just fine. I suspect it's a
bug in 8.0. When I get home in a few days, I will test 9.0 from yakkety
to see if that works. At the time I downgraded to 6.0 from wily, yekkety
were still on 8.0 (same version as xenial) but we will see if 9.0 is
better. If it is, I will post a short guide to upgrade it :)

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  When I attempt to connect my Jaybird Bluebuds X to Ubuntu 16.04
  pulseaudio crashes, this does *NOT* happen with a Jambox which leads
  me to believe it's an intermittent problem with some hardware. This
  did not happen on Ubuntu 15.10 (which was an upgrade of 15.04).

  Ubuntu Release:

  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  Pulseaudio Version:

  pulseaudio:
Installed: 1:8.0-0ubuntu3
Candidate: 1:8.0-0ubuntu3
Version table:
   *** 1:8.0-0ubuntu3 500
  500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  Device info:

  [bluetooth]# info 44:5E:F3:B4:07:29 
  Device 44:5E:F3:B4:07:29
Name: BlueBuds X
Alias: BlueBuds X
Class: 0x240404
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: no
UUID: Headset   (1108--1000-8000-00805f9b34fb)
UUID: Audio Sink(110b--1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (110c--1000-8000-00805f9b34fb)
UUID: A/V Remote Control(110e--1000-8000-00805f9b34fb)
UUID: Handsfree (111e--1000-8000-00805f9b34fb)
UUID: Unknown   (80ff--1000-8000-00805f9b34fb)

  I have also attached a debug dump of Pulseaudio when attempting to
  connect to the headphones.

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread ano
Ok,that makes sense.  I reinstalled an older version of VirtualBox and
recreated the Ubuntu install and it works as expected now.

Having said that, I am testing Parallels as I am hoping to waste less
time in the future (crosses fingers, toes, whatever).  I hate to feed
into their business model (subscription service), but VirtualBox's
decisions appear to be only half thought through from my point of view.

Thank you very much Raymond.  You are a good person.

Have a good day. :)

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168

The emulated ac97 codec is different from the real ac97 codecs on dell
dimension 8400

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1533993] Re: Cannot in-line playback the online tracks from main view of music scope

2016-07-23 Thread sam tygier
I can play a soundcloud track from within the scope on the current rc
image (frieza r151).

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

Title:
  Cannot in-line playback the online tracks from main view of music
  scope

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  New
Status in Unity SoundCloud Scope:
  New
Status in unity-scopes-shell package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Test Environment:
  $ system-image-cli -i
  current build number: 228
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-01-13 07:38:39
  version version: 228
  version ubuntu: 20160113
  version device: 20160108-efc96d8
  version custom: 2015--36-46-vivid

  Steps:
  1.Go to Music Scope
  2.Select a local track from My Music section and tap on the thumbnail to play
  =>Be able to playback the track on main view
  3.Scroll down a little bit to SoundCloud section
  4.Select an on-line track from SoundCloud section and try to in-line play it 
on main view

  Actual result:
  Cannot in-line playback the on-line tracks from main view

  Expected result:
  According to UX spec of Media consumption for 
Scopes(https://docs.google.com/document/d/18jRyUvJ29ykAKgQ9zk7q6FJEvz51mMFBT8_TFUUclDY/edit),
 on-line tracks can be in-line played as well

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
https://www.virtualbox.org/report/27?sort=modified&asc=0&page=1

It is because virtualbox change enumerated ac97 from stac9200 in
virtualbox 4.x to ad1980 in virtualbox 5.x

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605883] [NEW] wget uses system CA certificates even when told not to

2016-07-23 Thread Nate Eldredge
Public bug reported:

In the wget man page, the command line options --ca-certificate and
--ca-directory have the sentence: "Without this option Wget looks for CA
certificates at the system-specified locations, chosen at OpenSSL
installation time."  To me, that implies that *with* these options, the
system-specified locations are *not* searched.  (That would be useful if
the sysadmin has installed certificates that the user doesn't trust.)
However, it appears that even with these options, the system SSL
directory /usr/lib/ssl/certs (symlink to /etc/ssl/certs) is still
searched.

Running

wget --ca-certificate=/dev/null --ca-directory=/nonexistent
https://www.google.com

succeeds.  I would expect it to fail, having no trusted CA certificate.
strace reveals that it reads a certificate from /usr/lib/ssl/certs.

Either the code should be fixed, or the man page should be clarified.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: wget 1.17.1-1ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sat Jul 23 09:12:02 2016
SourcePackage: wget
UpgradeStatus: Upgraded to xenial on 2016-05-27 (57 days ago)

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

Title:
  wget uses system CA certificates even when told not to

Status in wget package in Ubuntu:
  New

Bug description:
  In the wget man page, the command line options --ca-certificate and
  --ca-directory have the sentence: "Without this option Wget looks for
  CA certificates at the system-specified locations, chosen at OpenSSL
  installation time."  To me, that implies that *with* these options,
  the system-specified locations are *not* searched.  (That would be
  useful if the sysadmin has installed certificates that the user
  doesn't trust.)  However, it appears that even with these options, the
  system SSL directory /usr/lib/ssl/certs (symlink to /etc/ssl/certs) is
  still searched.

  Running

  wget --ca-certificate=/dev/null --ca-directory=/nonexistent
  https://www.google.com

  succeeds.  I would expect it to fail, having no trusted CA
  certificate.  strace reveals that it reads a certificate from
  /usr/lib/ssl/certs.

  Either the code should be fixed, or the man page should be clarified.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: wget 1.17.1-1ubuntu1.1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 09:12:02 2016
  SourcePackage: wget
  UpgradeStatus: Upgraded to xenial on 2016-05-27 (57 days ago)

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

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


[Touch-packages] [Bug 1605798] Re: Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

2016-07-23 Thread Mark Harris
Adding syslog attachment.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1605798/+attachment/4705911/+files/syslog

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

Title:
  Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for
  I/O (Operation not permitted)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Customer using Lenovo P50 (Skylake) and Surface Book (Skylake) laptops
  tried to start unity in a guest VM on Hyper-V. Kernel 4.4.0-31 started
  as expected, Hyper-V drivers loaded as expected including the
  framebuffer driver, plenty of memory and vCPUs allocated, but x.org
  fails with xf86EnableIOPorts: failed to set IOPL for I/O (Operation
  not permitted), resulting in "no screens found".

  However, when customer used KDE (kubuntu 16.04 with similar kernel) on
  these same systems got a UI as expected. Customer also has no issues
  on non-skylake laptop.

  No unexpected messages seen in dmesg and syslog.

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

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


[Touch-packages] [Bug 1605813] Re: lock screen freezes while trying to wake from suspend

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

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

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

Title:
  lock screen freezes while trying to wake from suspend

Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Background:

  I am running a fully updated 16.04.1 installation of Ubuntu using open
  source nVidia drivers.  When I press the power button on my PC to wake
  the computer from suspend, the login screen appears and freezes.  The
  box around my username becomes somewhat opaque and no text box that
  would allow me to enter my password appears.  I have tried this many
  times, and it always locks up in the same way.

  Steps taken after issue occurs:

  I have found, however, that the system is not completely locked up.  I
  can use CTL + ALT + F2 to switch to TTY2.  From there I can login and
  restart the computer without issue.

  I also tried restarting lightdm via sudo service lightdm restart.
  When I tried this and switched back to the GUI, the login screen was
  loaded, and I could type my password.  Once the login screen
  disappeared, one of my monitors (dual-monitor setup) switched to my
  user account's wallpaper, and then the system locked up.  I had to
  perform a hard restart.

  Workaround:

  I have found that using the proprietary 361.42 drivers provides a work
  around for this issue.  When using the proprietary drivers, the
  computer resumes from suspend without issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jul 22 20:53:10 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-08 (14 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=en_US
   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)

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

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


[Touch-packages] [Bug 1605798] Re: Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

2016-07-23 Thread Mark Harris
Adding dmesg attachment.

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1605798/+attachment/4705910/+files/dmesg

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

Title:
  Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for
  I/O (Operation not permitted)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Customer using Lenovo P50 (Skylake) and Surface Book (Skylake) laptops
  tried to start unity in a guest VM on Hyper-V. Kernel 4.4.0-31 started
  as expected, Hyper-V drivers loaded as expected including the
  framebuffer driver, plenty of memory and vCPUs allocated, but x.org
  fails with xf86EnableIOPorts: failed to set IOPL for I/O (Operation
  not permitted), resulting in "no screens found".

  However, when customer used KDE (kubuntu 16.04 with similar kernel) on
  these same systems got a UI as expected. Customer also has no issues
  on non-skylake laptop.

  No unexpected messages seen in dmesg and syslog.

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

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


[Touch-packages] [Bug 1556357] Re: WiFi fails to resume after suspend; Race with wpasupplicant / wpa_cli resume?

2016-07-23 Thread Chaos Onion
*** This bug is a duplicate of bug 1585863 ***
https://bugs.launchpad.net/bugs/1585863

I'm having this problem on Lenovo G410 with the latest release 16.04
fully updated as of July 22, 2016. After coming back from suspend, the
wireless icon disappears and is replaced by the ethernet connection
icon. Although the wifi stays connected to it's last remembered
connection, the list of wireless networks also disappears from network-
manager.

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

Title:
  WiFi fails to resume after suspend; Race with wpasupplicant / wpa_cli
  resume?

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

Bug description:
  Hi,

  I'm constantly having issues where my WiFi connection doesn't re-
  establish after resuming from suspend. I think it may be a race where
  the interface isn't ready yet and systemd-sleep calls /lib/systemd
  /system-sleep/wpasupplicant (which is a wrapper to wpa_cli).

  I normally restart NetworkManager but then found that calling 'wpa_cli
  resume' works also.

  Here's the logs:

  | Mar 12 13:53:06 ragnar.local kernel: psmouse serio1: synaptics: quirked 
min/max coordinates: x [1024..5112], y [2024..4832]
  | Mar 12 13:53:06 ragnar.local kernel: PM: resume of devices complete after 
562.709 msecs
  | Mar 12 13:53:06 ragnar.local kernel: PM: Finishing wakeup.
  | Mar 12 13:53:06 ragnar.local systemd[1]: Time has been changed
  | Mar 12 13:53:06 ragnar.local systemd[1066]: Time has been changed
  | Mar 12 13:53:06 ragnar.local kernel: Restarting tasks ... done.
  | Mar 12 13:53:06 ragnar.local systemd-sleep[29174]: System resumed.
  | Mar 12 13:53:06 ragnar.local systemd-sleep[29174]: Failed to connect to 
non-global ctrl_ifname: (nil)  error: No such file or directory
  | Mar 12 13:53:06 ragnar.local systemd-sleep[29227]: 
/lib/systemd/system-sleep/wpasupplicant failed with error code 255.
  | Mar 12 13:53:06 ragnar.local systemd[1]: Started Suspend.
  | Mar 12 13:53:06 ragnar.local systemd[1]: sleep.target: Unit not needed 
anymore. Stopping.
  | Mar 12 13:53:06 ragnar.local systemd[1]: Stopped target Sleep.
  | Mar 12 13:53:06 ragnar.local systemd[1]: Reached target Suspend.
  | Mar 12 13:53:06 ragnar.local systemd[1]: suspend.target: Unit is bound to 
inactive unit systemd-suspend.service. Stopping, too.
  | Mar 12 13:53:06 ragnar.local NetworkManager[23292]:   wake requested 
(sleeping: yes  enabled: yes)
  | Mar 12 13:53:06 ragnar.local systemd[1]: Stopped target Suspend.
  | Mar 12 13:53:06 ragnar.local NetworkManager[23292]:   waking up...
  | Mar 12 13:53:06 ragnar.local systemd-logind[662]: Operation 'sleep' 
finished.
  | Mar 12 13:53:06 ragnar.local kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: 
link is not ready
  | Mar 12 13:53:06 ragnar.local kernel: iwlwifi :03:00.0: L1 Enabled - LTR 
Enabled
  | Mar 12 13:53:06 ragnar.local NetworkManager[23292]:   (wlp3s0): 
device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
  | Mar 12 13:53:06 ragnar.local kernel: iwlwifi :03:00.0: L1 Enabled - LTR 
Enabled
  | Mar 12 13:53:07 ragnar.local kernel: iwlwifi :03:00.0: L1 Enabled - LTR 
Enabled
  | Mar 12 13:53:07 ragnar.local kernel: iwlwifi :03:00.0: L1 Enabled - LTR 
Enabled
  | Mar 12 13:53:07 ragnar.local NetworkManager[23292]:   NetworkManager 
state is now DISCONNECTED
  | Mar 12 13:53:07 ragnar.local kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: 
link is not ready
  | Mar 12 13:53:07 ragnar.local wpa_supplicant[23157]: dbus: 
wpa_dbus_get_object_properties: failed to get object properties: (none) none
  | Mar 12 13:53:07 ragnar.local wpa_supplicant[23157]: dbus: Failed to 
construct signal
  | Mar 12 13:53:07 ragnar.local wpa_supplicant[23157]: Could not read 
interface p2p-dev-wlp3s0 flags: No such device
  | Mar 12 13:53:07 ragnar.local NetworkManager[23292]:   (wlp3s0): 
supplicant interface state: starting -> ready
  | Mar 12 13:53:07 ragnar.local NetworkManager[23292]:   (wlp3s0): 
device state change: unavailable -> disconnected (reason 
'supplicant-available') [20 30 42]
  | Mar 12 13:53:07 ragnar.local NetworkManager[23292]:   Device 'wlp3s0' 
has no connection; scheduling activate_check in 0 seconds.
  | Mar 12 13:53:07 ragnar.local kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: 
link is not ready


  Thanks,

  Haw
  --- 
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2014-04-24 (687 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Package: wpasupplicant
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 4.4.0-11.26-generic 4.4.4
  RfKill: Error: [Errno 2] No such

[Touch-packages] [Bug 1605798] Re: Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

2016-07-23 Thread Mark Harris
Ubuntu 14.04, 15.10, and Kubuntu 16.04.1 runs correctly as a Windows
10586 Hyper-V gen2 VM on a Lenovo P50 host.  Ubuntu 16.04 fails and does
not.  It presents the login screen and then displays failures and no
desktop.  Attached screenshot 1.png shows 3 VM windows and the 16.04
presenting the error dialogs.  (the errors flash and only display
momentarily).

** Attachment added: "Screenshot1.png"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1605798/+attachment/4705909/+files/Screenshot1.png

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

Title:
  Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for
  I/O (Operation not permitted)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Customer using Lenovo P50 (Skylake) and Surface Book (Skylake) laptops
  tried to start unity in a guest VM on Hyper-V. Kernel 4.4.0-31 started
  as expected, Hyper-V drivers loaded as expected including the
  framebuffer driver, plenty of memory and vCPUs allocated, but x.org
  fails with xf86EnableIOPorts: failed to set IOPL for I/O (Operation
  not permitted), resulting in "no screens found".

  However, when customer used KDE (kubuntu 16.04 with similar kernel) on
  these same systems got a UI as expected. Customer also has no issues
  on non-skylake laptop.

  No unexpected messages seen in dmesg and syslog.

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

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


[Touch-packages] [Bug 1605880] Re: package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is not ready for configuration cannot configure (current status 'half-installed')

2016-07-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is
  not ready for configuration  cannot configure (current status 'half-
  installed')

Status in gdb package in Ubuntu:
  New

Bug description:
  i dont know what cause this error but i was installing unity tweak
  tool through terminal

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gdb 7.11-0ubuntu1
  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.1
  AptOrdering:
   gdb: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat Jul 23 20:05:53 2016
  DuplicateSignature:
   package:gdb:7.11-0ubuntu1
   Unpacking dpkg-dev (1.18.4ubuntu1.1) over (1.18.4ubuntu1) ...
 Log started: 2016-07-23  20:05:52
   dpkg: error processing package gdb (--configure):
package gdb is not ready for configuration
  ErrorMessage: package gdb is not ready for configuration  cannot configure 
(current status 'half-installed')
  InstallationDate: Installed on 2016-07-18 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: gdb
  Title: package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is 
not ready for configuration  cannot configure (current status 'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1605880] [NEW] package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is not ready for configuration cannot configure (current status 'half-installed')

2016-07-23 Thread bumkailashkumar
Public bug reported:

i dont know what cause this error but i was installing unity tweak tool
through terminal

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gdb 7.11-0ubuntu1
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.1
AptOrdering:
 gdb: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Jul 23 20:05:53 2016
DuplicateSignature:
 package:gdb:7.11-0ubuntu1
 Unpacking dpkg-dev (1.18.4ubuntu1.1) over (1.18.4ubuntu1) ...
   Log started: 2016-07-23  20:05:52
 dpkg: error processing package gdb (--configure):
  package gdb is not ready for configuration
ErrorMessage: package gdb is not ready for configuration  cannot configure 
(current status 'half-installed')
InstallationDate: Installed on 2016-07-18 (5 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: gdb
Title: package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is not 
ready for configuration  cannot configure (current status 'half-installed')
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is
  not ready for configuration  cannot configure (current status 'half-
  installed')

Status in gdb package in Ubuntu:
  New

Bug description:
  i dont know what cause this error but i was installing unity tweak
  tool through terminal

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: gdb 7.11-0ubuntu1
  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.1
  AptOrdering:
   gdb: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Sat Jul 23 20:05:53 2016
  DuplicateSignature:
   package:gdb:7.11-0ubuntu1
   Unpacking dpkg-dev (1.18.4ubuntu1.1) over (1.18.4ubuntu1) ...
 Log started: 2016-07-23  20:05:52
   dpkg: error processing package gdb (--configure):
package gdb is not ready for configuration
  ErrorMessage: package gdb is not ready for configuration  cannot configure 
(current status 'half-installed')
  InstallationDate: Installed on 2016-07-18 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: gdb
  Title: package gdb 7.11-0ubuntu1 failed to install/upgrade: package gdb is 
not ready for configuration  cannot configure (current status 'half-installed')
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1533251] Re: Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound when receiving messages; no sound on speakers

2016-07-23 Thread Ian
Has anyone tried replicating #12?

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

Title:
  Ubuntu phone / Aquaris E5: no ringtones when receiving calls, no sound
  when receiving messages; no sound on speakers

Status in indicator-sound package in Ubuntu:
  Invalid
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Aquaris E5 HD, Ubuntu Edition; Ubuntu 15.04, OTA-8.5

  My phone does not ring / play sound on speakers. No problems to answer
  calls, when having notice by vibrating / display notification; Have
  phone for some weeks now - at very beginning it worked; short after it
  stopped playing sounds; swithched sound on in pathwind & uninstalled
  pathwind - no difference; sometimes it plays ringtones - but have no
  idea under which circumstances; even when it rang for one time it does
  not anymore one call later, although I did not make any changes in
  settings between the calls; does not play sounds / ringtones when
  selecting them in settings (no difference which ringtone).

  Today I made full reset on phone (by Settings) - still no sounds.

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

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


[Touch-packages] [Bug 1568429] Re: Radeon won't work with KMS enabled

2016-07-23 Thread Luis
I upgrade from 15.10 to 16.04.

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

Title:
  Radeon won't work with KMS enabled

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a Radeon HD 5770 GPU. After upgrading to Xenial today and
  ensuring the xorg radeon driver was enabled, my machine will no longer
  boot to a usable state. After selecting default Ubuntu option from
  GRUB menu, both monitor lose signal input and the keyboard becomes
  unresponsive. Sometimes the machine will reboot on its own, most of
  the time I have to hard reset.

  WORKAROUND: Use one of the following kernel parameters:
  nomodeset
  radeon.modeset=0

  The machine will boot but the radeon driver will not load. Attempting
  to load radeon driver with `sudo modprobe radeon modeset=1` after
  booting with modesetting off results in the same fail state explained
  above.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds]
  CompositorRunning: None
  Date: Sat Apr  9 20:02:22 2016
  DistUpgraded: 2016-04-09 16:49:55,340 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
  DkmsStatus:
   vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]
  InstallationDate: Installed on 2013-12-29 (832 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago)
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0519
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N7A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-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-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  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 Apr  9 19:49:46 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-23 Thread Davide
Sony VPCEB1M1E,
ubuntu 16.04.1 fresh install,
the problem seems solved.

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

Title:
  cannot view wifi networks after re-enabling wifi

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

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread ano
Update - there is more to this than just sound.
 
youtube videos are not playing at the right speed and are playing fast/choppy. 

I installed the "restricted" codecs, but that has not helped.

Really mysterious since there can't be a small number of people running
the same setup as this.

Mac, OS X   10.11.6
Virtual box 5.1.2 r108956
Ubuntu  16.04 LTS

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1594023] Re: Poweroff or reboot hangs. Laptop won't shutdown. 16.04

2016-07-23 Thread jtarin
Same here

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

Title:
  Poweroff or reboot hangs. Laptop won't shutdown. 16.04

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  This is about a fresh Ubuntu 16.04 install on a new laptop (asus
  x540sa). After pressing the shutdown button in the start menu; the
  shutdown procedure starts and in the final splash screen the system
  just hangs. Tried a second time by pressing Esc once the splash screen
  showed up and I saw that it reaches the line "Reached target shutdown"
  and just stops there, no matter how long I leave it there the machine
  won't turn off.

  I also tried a Kubuntu 16.04 fresh install on the same machine and it
  hanged too at the final splash screen where the pulsating logo
  stopped. Then I tried with Esc only to see the exact same line in the
  end.

  The issue seems to affect lately quite many users as shown by the
  google results of the past month / week or so.

  I have also tried shutting down from the console with shutdown -and
  all the parameters after that suggested online- and sudo poweroff but
  unfortunately they didn't do the trick. The exact same situation
  occurred.

  Unmounting the swap as suggested online doesn't work.

  Also rebooting the system is not working either due to the same issue.

  So right now the only way for me to poweroff the machine is to press
  the power button on the keyboard continuously.

  Reproducible: Always

  Steps to Reproduce:
  1.Install OS
  2.Do something, anything or nothing
  3.Try to shutdown or reboot

  Actual Results:
  The computer is not shutting down: "Reached target shutdown" and hangs there.

  Expected Results:
  Powering off the machine.

  For what it's worth, closing the lid won't suspend the system, but
  using the menu buttons for suspension will do it.

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

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


[Touch-packages] [Bug 1568429] Re: Radeon won't work with KMS enabled

2016-07-23 Thread Christopher M. Penalver
Charlie McMackin, to clarify, which Ubuntu release did you update from
where this problem did not occur?

** Changed in: xorg (Ubuntu)
   Importance: Critical => High

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

** Attachment removed: "dmesg output"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1568429/+attachment/4652132/+files/dmesg.log

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

Title:
  Radeon won't work with KMS enabled

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have a Radeon HD 5770 GPU. After upgrading to Xenial today and
  ensuring the xorg radeon driver was enabled, my machine will no longer
  boot to a usable state. After selecting default Ubuntu option from
  GRUB menu, both monitor lose signal input and the keyboard becomes
  unresponsive. Sometimes the machine will reboot on its own, most of
  the time I have to hard reset.

  WORKAROUND: Use one of the following kernel parameters:
  nomodeset
  radeon.modeset=0

  The machine will boot but the radeon driver will not load. Attempting
  to load radeon driver with `sudo modprobe radeon modeset=1` after
  booting with modesetting off results in the same fail state explained
  above.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,mousepoll,widget,regex,vpswitch,resize,imgpng,place,gnomecompat,wall,move,animation,fade,snap,expo,scale,unitymtgrabhandles,ezoom,session,workarounds]
  CompositorRunning: None
  Date: Sat Apr  9 20:02:22 2016
  DistUpgraded: 2016-04-09 16:49:55,340 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
  DkmsStatus:
   vboxhost, 5.0.12, 4.2.0-35-generic, x86_64: installed
   vboxhost, 5.0.12, 4.4.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770] 
[1002:68b8] (prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Juniper XT [Radeon HD 5770] [1682:2990]
  InstallationDate: Installed on 2013-12-29 (832 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-18-generic 
root=UUID=e7310b2e-03b9-4e94-ba8a-d384330592cf ro quiet splash radeon.modeset=0
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to xenial on 2016-04-09 (0 days ago)
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0519
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5N7A-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0519:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N7A-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.12.2+16.04.20160331-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-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu1
  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 Apr  9 19:49:46 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:

  xserver.version: 2:1.18.3-1ubuntu2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packag

[Touch-packages] [Bug 1580472] Re: No visible cursor after logging in

2016-07-23 Thread Christopher M. Penalver
Fabio, to clarify, does this issue occur if you remove the nvidia
proprietary drivers?

** Tags added: latest-bios-303

** Changed in: xorg (Ubuntu)
   Importance: Low => Medium

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

Title:
  No visible cursor after logging in

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After logging in, the cursor is not drawn on the screen.

  I can see it's effects while moving the mouse or touchpad, as items on
  the panel gets highlighted, or my unity panel becomes visible. I can
  even click on them and everything else just works, but I have to
  figure the cursor position.

  Workaround:
  Move to vt1 (CTRL + ALT + F1), log in, and restart the lightdm server:
  sudo service lightdm restart. Now log in again trough lightdm and cross your 
fingers, as it doesn't always work, but most of the times does.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nvidia-361 361.42-0ubuntu2
  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
  CurrentDesktop: Unity
  Date: Wed May 11 08:53:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-03-21 (416 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: nvidia-graphics-drivers-361
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.modprobe.d.nvidia-361_hybrid.conf: [deleted]
  --- 
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
u'/proc/driver/nvidia/gpus/:01: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.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.1)
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog: Ubuntu_LTS: clean, 842218/2048 files, 71321491/81919232 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.4.0-24-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-28-generic, x86_64: installed
   bbswitch, 0.8, 4.4.0-31-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-28-generic, x86_64: installed
   nvidia-361, 361.42, 4.4.0-31-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. 4th Gen Core Processor Integrated 
Graphics Controller [1043:178d]
 Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 850M] [1043:178d]
  InstallationDate: Installed on 2016-06-24 (27 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 005: ID 0bda:57b4 Realtek Semiconductor Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X550JK
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=35ffa5c6-747b-48ed-8546-3701daed4a97 ro quiet splash acpi_osi= 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Tags:  xenial ubuntu compiz-0.9
  Uname: Linux 4.4.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X550JK.303
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X550JK
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX550JK.303:bd10/08/2014:svnASUSTeKCOMPUTERINC.:pnX550JK:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550JK:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X550JK
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER 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
 

[Touch-packages] [Bug 1573339] Re: Asus VS278Q-P Receives no signal after upgrade to 16.04

2016-07-23 Thread Christopher M. Penalver
Filip Hanik, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1573339/comments/5
regarding you no longer have the hardware. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

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

Title:
  Asus VS278Q-P Receives no signal after upgrade to 16.04

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  ATI FirePro 8800
  4 monitors (2x Dell / 2x Asus VS278Q-P)

  After upgrading to 16.04, my ASUS monitors go blank. They receive no signal. 
The Dell monitors keep working fine.
  Setting `nomodeset` in grub returns the signal to the Asus monitor. Proof 
that monitor and cable is working fine, but nomodeset is not an acceptable work 
around. The monitor is also showing a picture during the BIOS boot phase.

  lsb_release -rd
  Description:  Ubuntu 16.04 LTS

  uname -r
  4.4.0-21-generic

  xrandr --listproviders
  Providers: number : 1
  Provider 0: id: 0x59 cap: 0x9, Source Output, Sink Offload crtcs: 6 outputs: 
4 associated providers: 0 name:ATI FirePro (FireGL) Graphics Adapter @ 
pci::85:00.0

  sudo lshw -c video
  [sudo] password for fhanik: 
*-display   
 description: VGA compatible controller
 product: Cypress XT [FirePro V8800]
 vendor: Advanced Micro Devices, Inc. [AMD/ATI]
 physical id: 0
 bus info: pci@:85:00.0
 version: 00
 width: 64 bits
 clock: 33MHz
 capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
 configuration: driver=radeon latency=0
 resources: irq:35 memory:d000-dfff memory:fafe-faff 
ioport:e000(size=256) memory:fafc-fafd

  dmesg |egrep "radeon|drm"
  [1.436927] [drm] Initialized drm 1.1.0 20060810
  [1.475734] [drm] radeon kernel modesetting enabled.
  [1.497665] [drm] initializing kernel modesetting (CYPRESS 0x1002:0x6888 
0x1002:0x030C).
  [1.497759] [drm] register mmio base: 0xFAFE
  [1.497806] [drm] register mmio size: 131072
  [1.498906] radeon :85:00.0: VRAM: 2048M 0x - 
0x7FFF (2048M used)
  [1.498970] radeon :85:00.0: GTT: 1024M 0x8000 - 
0xBFFF
  [1.499031] [drm] Detected VRAM RAM=2048M, BAR=256M
  [1.499077] [drm] RAM width 256bits DDR
  [1.499465] [drm] radeon: 2048M of VRAM memory ready
  [1.499511] [drm] radeon: 1024M of GTT memory ready.
  [1.499567] [drm] Loading CYPRESS Microcode
  [1.499668] [drm] Internal thermal controller with fan control
  [1.544431] [drm] radeon: dpm initialized
  [1.544540] [drm] GART: num cpu pages 262144, num gpu pages 262144
  [1.545394] [drm] enabling PCIE gen 2 link speeds, disable with 
radeon.pcie_gen2=0
  [1.558898] [drm] PCIE GART of 1024M enabled (table at 0x0025E000).
  [1.559076] radeon :85:00.0: WB enabled
  [1.559122] radeon :85:00.0: fence driver on ring 0 use gpu addr 
0x8c00 and cpu addr 0x88120f7fbc00
  [1.559188] radeon :85:00.0: fence driver on ring 3 use gpu addr 
0x8c0c and cpu addr 0x88120f7fbc0c
  [1.560094] radeon :85:00.0: fence driver on ring 5 use gpu addr 
0x0005c418 and cpu addr 0xc9000d41c418
  [1.560161] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  [1.560208] [drm] Driver supports precise vblank timestamp query.
  [1.560256] radeon :85:00.0: radeon: MSI limited to 32-bit
  [1.560351] radeon :85:00.0: radeon: using MSI.
  [1.560423] [drm] radeon: irq initialized.
  [1.577213] [drm] ring test on 0 succeeded in 1 usecs
  [1.577265] [drm] ring test on 3 succeeded in 2 usecs
  [1.752979] [drm] ring test on 5 succeeded in 1 usecs
  [1.753029] [drm] UVD initialized successfully.
  [1.753352] [drm] ib test on ring 0 succeeded in 0 usecs
  [1.753428] [drm] ib test on ring 3 succeeded in 0 usecs
  [2.401885] [drm] ib test on ring 5 succeeded
  [2.405452] [drm] Radeon Display Connectors
  [2.405498] [drm] Connector 0:
  [2.405540] [drm]   DP-1
  [2.405581] [drm]   HPD3
  [2.405633] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 
0x648c
  [2.405693] [drm]   Encoders:
  [2.405734] [drm] DFP1: INTERNAL_UNIPHY2
  [2.405778] [drm] Connector 1:
  [2.405820] [drm]   DP-2
  [2.405861] [drm]   HPD4
  [

[Touch-packages] [Bug 1605873] [NEW] xgamma has no effect on Intel HD 520 Sky Lake

2016-07-23 Thread cement_head
Public bug reported:

After recent kernel update, the xgamma utility doesn't effect the gamma
of the Intel HD 520 (Sky Lake) chipset on a laptop.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
Uname: Linux 4.4.0-32-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: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Jul 23 09:02:12 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Skylake Integrated Graphics [1558:2425]
InstallationDate: Installed on 2016-04-28 (85 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 007: ID 045e:007d Microsoft Corp. Notebook Optical Mouse
 Bus 001 Device 003: ID 5986:068f Acer, Inc 
 Bus 001 Device 009: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System76, Inc. Lemur
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-32-generic 
root=UUID=52cc6985-56fb-43f9-8439-967a49db65bb ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/29/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.06RS76
dmi.board.asset.tag: Tag 12345
dmi.board.name: Lemur
dmi.board.vendor: System76, Inc.
dmi.board.version: lemu6
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.05.06RS76:bd11/29/2015:svnSystem76,Inc.:pnLemur:pvrlemu6:rvnSystem76,Inc.:rnLemur:rvrlemu6:cvnSystem76,Inc.:ct10:cvrN/A:
dmi.product.name: Lemur
dmi.product.version: lemu6
dmi.sys.vendor: System76, Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160714-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.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.3
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: Fri Jul 22 07:14:29 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1094 
 vendor LGD
xserver.version: 2:1.18.3-1ubuntu2.3

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


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

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

Title:
  xgamma has no effect on Intel HD 520 Sky Lake

Status in xorg package in Ubuntu:
  New

Bug description:
  After recent kernel update, the xgamma utility doesn't effect the
  gamma of the Intel HD 520 (Sky Lake) chipset on a laptop.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
  Uname: Linux 4.4.0-32-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: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Jul 23 09:02:12 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Skylake Integrated Graphics [1558:2425]
  InstallationDate: Installed on 2016-04-28 (85 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 007: ID 045e:007d Mi

[Touch-packages] [Bug 1605798] Re: Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

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

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

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

Title:
  Unity + Skylake + Hyper-V xf86EnableIOPorts: failed to set IOPL for
  I/O (Operation not permitted)

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  Customer using Lenovo P50 (Skylake) and Surface Book (Skylake) laptops
  tried to start unity in a guest VM on Hyper-V. Kernel 4.4.0-31 started
  as expected, Hyper-V drivers loaded as expected including the
  framebuffer driver, plenty of memory and vCPUs allocated, but x.org
  fails with xf86EnableIOPorts: failed to set IOPL for I/O (Operation
  not permitted), resulting in "no screens found".

  However, when customer used KDE (kubuntu 16.04 with similar kernel) on
  these same systems got a UI as expected. Customer also has no issues
  on non-skylake laptop.

  No unexpected messages seen in dmesg and syslog.

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread ano
Thank you Raymond for looking into this.

Another thing that may be helpful: I removed a working vdi with Ubuntu
guest o/s (version 15.XXX) running on the same host (current OS X).

In that guest, which also ran in VirtualBox, I had no problems with
sound at all & I had installed a few other softwares (Audacity, some
python tools,etc.).

In the new guest, the only non-standard software is Ardour4 and there is
no difference between the sound ability now and prior to installing
that.

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605849] Re: libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

2016-07-23 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

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

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

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

Title:
  libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

Status in kmod package in Ubuntu:
  Invalid

Bug description:
  Installing libkmod2-dev:i386 fails when the 64-bit version is also
  installed. See below. The 'partially installed' package is because of
  a previous aptitude install command which included many other packages
  which first showed the error.

  
  $ sudo aptitude install libudev-dev:i386
  The following NEW packages will be installed:
libkmod2:i386{a} 
  The following partially installed packages will be configured:
libudev-dev:i386 
  0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/45.9 kB of archives. After unpacking 136 kB will be used.
  Do you want to continue? [Y/n/?] Y
  (Reading database ... 514830 files and directories currently installed.)
  Preparing to unpack .../libkmod2_22-1ubuntu4_i386.deb ...
  Unpacking libkmod2:i386 (22-1ubuntu4) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
   trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
  Processing triggers for libc-bin (2.23-0ubuntu3) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Failed to perform requested operation on package.  Trying to recover:
  dpkg: dependency problems prevent configuration of libudev-dev:i386:
   libudev-dev:i386 depends on libkmod2 (>= 5~); however:
Package libkmod2:i386 is not installed.

  dpkg: error processing package libudev-dev:i386 (--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   libudev-dev:i386

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 14:55:19 2016
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu3
   libgcc1 1:6.0.1-0ubuntu1
  DuplicateSignature:
   package:libkmod2:22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
   Unpacking libkmod2:i386 (22-1ubuntu4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libkmod2/changelog.Debian.gz', which is different from other 
instances of package libkmod2:i386
  InstallationDate: Installed on 2014-04-18 (826 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: kmod
  Title: package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying 
to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', which is 
different from other instances of package libkmod2:i386
  UpgradeStatus: Upgraded to xenial on 2016-07-22 (1 days ago)

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

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


[Touch-packages] [Bug 1605867] [NEW] Panorama Function

2016-07-23 Thread Sander
Public bug reported:

It would be awesome to have a panorama function in the camera app.

** Affects: camera-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 camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1605867

Title:
  Panorama Function

Status in camera-app package in Ubuntu:
  New

Bug description:
  It would be awesome to have a panorama function in the camera app.

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

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


[Touch-packages] [Bug 1605861] [NEW] apt-key output should not be parsed (stdout is not a terminal)

2016-07-23 Thread dino99
Public bug reported:

Got that warning logged after registering two ppas and updating them:

com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmp58u008j4/secring.gpg' created
com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmp58u008j4/pubring.gpg' created
com.ubuntu.SoftwareProperties[2113]: gpg: requesting key F59EAE4D from hkp 
server keyserver.ubuntu.com
com.ubuntu.SoftwareProperties[2113]: gpg: /tmp/tmp58u008j4/trustdb.gpg: trustdb 
created
com.ubuntu.SoftwareProperties[2113]: gpg: key F59EAE4D: public key "Launchpad 
PPA for NoobsLab" imported
com.ubuntu.SoftwareProperties[2113]: gpg: no ultimately trusted keys found
com.ubuntu.SoftwareProperties[2113]: gpg: Total number processed: 1
com.ubuntu.SoftwareProperties[2113]: gpg:   imported: 1  (RSA: 1)
com.ubuntu.SoftwareProperties[2113]: Warning: apt-key output should not be 
parsed (stdout is not a terminal)
com.ubuntu.SoftwareProperties[2113]: OK
com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmpjwlat63e/secring.gpg' created
com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmpjwlat63e/pubring.gpg' created
com.ubuntu.SoftwareProperties[2113]: gpg: requesting key E2D0EBE9 from hkp 
server keyserver.ubuntu.com
com.ubuntu.SoftwareProperties[2113]: gpg: /tmp/tmpjwlat63e/trustdb.gpg: trustdb 
created
com.ubuntu.SoftwareProperties[2113]: gpg: key E2D0EBE9: public key "Launchpad 
PPA for RAVEfinity Project" imported
com.ubuntu.SoftwareProperties[2113]: gpg: Total number processed: 1
com.ubuntu.SoftwareProperties[2113]: gpg:   imported: 1  (RSA: 1)
com.ubuntu.SoftwareProperties[2113]: Warning: apt-key output should not be 
parsed (stdout is not a terminal)
com.ubuntu.SoftwareProperties[2113]: OK

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: software-properties-gtk 0.96.24.1
ProcVersionSignature: Ubuntu 4.6.0-9.11-generic 4.6.4
Uname: Linux 4.6.0-9-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.2-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Jul 23 13:37:35 2016
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug gnome3-ppa third-party-packages yakkety

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

Title:
   apt-key output should not be parsed (stdout is not a terminal)

Status in software-properties package in Ubuntu:
  New

Bug description:
  Got that warning logged after registering two ppas and updating them:

  com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmp58u008j4/secring.gpg' created
  com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmp58u008j4/pubring.gpg' created
  com.ubuntu.SoftwareProperties[2113]: gpg: requesting key F59EAE4D from hkp 
server keyserver.ubuntu.com
  com.ubuntu.SoftwareProperties[2113]: gpg: /tmp/tmp58u008j4/trustdb.gpg: 
trustdb created
  com.ubuntu.SoftwareProperties[2113]: gpg: key F59EAE4D: public key "Launchpad 
PPA for NoobsLab" imported
  com.ubuntu.SoftwareProperties[2113]: gpg: no ultimately trusted keys found
  com.ubuntu.SoftwareProperties[2113]: gpg: Total number processed: 1
  com.ubuntu.SoftwareProperties[2113]: gpg:   imported: 1  (RSA: 1)
  com.ubuntu.SoftwareProperties[2113]: Warning: apt-key output should not be 
parsed (stdout is not a terminal)
  com.ubuntu.SoftwareProperties[2113]: OK
  com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmpjwlat63e/secring.gpg' created
  com.ubuntu.SoftwareProperties[2113]: gpg: keyring 
`/tmp/tmpjwlat63e/pubring.gpg' created
  com.ubuntu.SoftwareProperties[2113]: gpg: requesting key E2D0EBE9 from hkp 
server keyserver.ubuntu.com
  com.ubuntu.SoftwareProperties[2113]: gpg: /tmp/tmpjwlat63e/trustdb.gpg: 
trustdb created
  com.ubuntu.SoftwareProperties[2113]: gpg: key E2D0EBE9: public key "Launchpad 
PPA for RAVEfinity Project" imported
  com.ubuntu.SoftwareProperties[2113]: gpg: Total number processed: 1
  com.ubuntu.SoftwareProperties[2113]: gpg:   imported: 1  (RSA: 1)
  com.ubuntu.SoftwareProperties[2113]: Warning: apt-key output should not be 
parsed (stdout is not a terminal)
  com.ubuntu.SoftwareProperties[2113]: OK

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: software-properties-gtk 0.96.24.1
  ProcVersionSignature: Ubuntu 4.6.0-9.11-generic 4.6.4
  Uname: Linux 4.6.0-9-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sat Jul 23 13:37:35 2016
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubunt

[Touch-packages] [Bug 1285444] Re: Login Successful, Desktop Never Loads

2016-07-23 Thread Ilya Bizyaev
For those using Budgie Desktop, here is a link to the corresponding issue on 
GitHub:
https://github.com/solus-project/budgie-desktop/issues/419

** Bug watch added: github.com/solus-project/budgie-desktop/issues #419
   https://github.com/solus-project/budgie-desktop/issues/419

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

Title:
  Login Successful, Desktop Never Loads

Status in at-spi2-core package in Ubuntu:
  Triaged

Bug description:
  Here is what I encounter
  1. Boot computer, boot proceeds normally
  2. Reach standard Ubuntu login screen, nothing seems to be amiss
  3. Enter user name and password
  4. Login disappears, just see the pink "Ubuntu 14.04" background

  The desktop never loads, not even after ~30 minutes. The launcher
  never appears, and the Desktop background never changes to the user-
  configured background.

  Other features:
  * Cursor works fine, it can be moved around the screen
  * No error messages pop up
  * ALT+F1 etc. can be used to switch to different TTYs; all files on the 
system appear to be intact
  * Print screen button works (I will upload a screen shot when I get a chance 
to copy it onto a USB drive)
  * Hitting power button pops up a window prompting the user to decide whether 
to shut down
  * CTRL+ALT+DELETE prompts the user to log out
  * Desktop does not load on any user accounts, including the guest account

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
!!AC97 Codec information !!--- --startcollapse-- 0-0/0: 
Analog Devices AD1980 
PCI Subsys Vendor: 0x1028 
PCI Subsys Device: 0x0177

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1605797] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2016-07-23 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/intel8x0.c


static struct snd_pci_quirk intel8x0_clock_list[] = { SND_PCI_QUIRK(0x0e11, 
0x008a, "AD1885", 41000), SND_PCI_QUIRK(0x1014, 0x0581, "AD1981B", 48000), 
SND_PCI_QUIRK(0x1028, 0x00be, "AD1885", 44100), SND_PCI_QUIRK(0x1028, 0x0177, 
"AD1980", 48000), SND_PCI_QUIRK(0x1028, 0x01ad, "AD1981B", 48000), 
SND_PCI_QUIRK(0x1043, 0x80f3, "AD1985", 48000), { } /* terminator */
 
The alsa driver hardcode to use 48000Hz for dell 0x1028,0x0177

But virtualbox emulated only support 44100Hz

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

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  New ubuntu install on 2016-07-22; latest version.
  Running as virtualbox guest on latest OS X.
  Sound card recognized on mac, but not on guest.
  No sound in or out.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jul 22 19:00:19 2016
  InstallationDate: Installed on 2016-07-22 (0 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:I82801AAICH failed
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bobo   2690 F pulseaudio
  Symptom_Type: No sound at all
  Title: [ICH - Intel 82801AA-ICH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1312051] Re: Upstart init process consuming all ram

2016-07-23 Thread Rob Teszka
I have been getting this bug repeatedly on 16.04 LTS. After about say 2
hours of uptime everything is extremely slow and unresponsive, even just
editing text files. I have to log into a different console with
ctrl+alt+f1 to do anything. According to top, upstart is using about
100% CPU and around 40% memory. It's intermittent, only happens about
every 4-5 reboots or so, but boy is it annoying. Any suggestions? Any
logs I can post to help diagnose?

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

Title:
  Upstart init process consuming all ram

Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu 14.04 amd64  Upstart init process keeps growing in ram. 
  It's about 0.1 MiB every 10s.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: upstart 1.12.1-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 24 10:33:58 2014
  InstallationDate: Installed on 2011-09-05 (961 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=/dev/mapper/hostname-root ro quiet splash zswap.enabled=1 
crashkernel=384M-:128M crashkernel=384M-:128M crashkernel=384M-:128M 
crashkernel=384M-:128M
  SourcePackage: upstart
  UpgradeStatus: Upgraded to trusty on 2014-02-07 (75 days ago)
  UpstartBugCategory: System
  UpstartRunningSessionVersion: init (upstart 1.12.1)
  UpstartRunningSystemVersion: init (upstart 1.12.1)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  modified.conffile..etc.at.deny: [inaccessible: [Errno 13] Permission denied: 
'/etc/at.deny']
  modified.conffile..etc.dconf.db.gdm: [modified]
  modified.conffile..etc.default.cups: [modified]
  modified.conffile..etc.default.whoopsie: [modified]
  modified.conffile..etc.iscsi.iscsid.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2013-12-20T12:14:24.844783
  mtime.conffile..etc.dconf.db.gdm: 2014-02-21T11:46:26.072553
  mtime.conffile..etc.default.cups: 2014-03-11T16:01:34.805892
  mtime.conffile..etc.default.whoopsie: 2013-10-23T11:36:50.678661
  mtime.conffile..etc.iscsi.iscsid.conf: 2013-07-10T17:05:34.637955

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

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


[Touch-packages] [Bug 1605857] [NEW] Only one of two own phone numbers shown

2016-07-23 Thread Johannes Kempf
Public bug reported:

I'm using two SIM cards in my aquaris E5.
When I'm opening the settings page of the address book I get only one phone 
number displayed.

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

** Attachment added: "my_number.png"
   
https://bugs.launchpad.net/bugs/1605857/+attachment/4705851/+files/my_number.png

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

Title:
  Only one of two own phone numbers shown

Status in address-book-app package in Ubuntu:
  New

Bug description:
  I'm using two SIM cards in my aquaris E5.
  When I'm opening the settings page of the address book I get only one phone 
number displayed.

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

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


[Touch-packages] [Bug 1560498] Re: Unity8 using vmwgfx_dri.so crashed in mir::graphics::nested::detail::DisplayBuffer::make_current() -> eglMakeCurrent() -> ... -> dri2_image_get_buffers() [platform_m

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

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

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

Title:
  Unity8 using vmwgfx_dri.so crashed in
  mir::graphics::nested::detail::DisplayBuffer::make_current() ->
  eglMakeCurrent() -> ... -> dri2_image_get_buffers()
  [platform_mir.c:138]

Status in Mir:
  New
Status in mesa package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity8.  This problem was most recently seen with version
  8.11+16.04.20160310.4-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/7e3f860c1afbbc114bf73f9d7a2966209a25093d
  contains more details.

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

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


[Touch-packages] [Bug 1605850] [NEW] Possibility to navigate to the address of a contact

2016-07-23 Thread JkB
Public bug reported:

Like the Email field in contact details,
the address field should get an action that opens a navigation app to search 
and show the address.

** Affects: address-book-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 address-book-app in
Ubuntu.
https://bugs.launchpad.net/bugs/1605850

Title:
  Possibility to navigate to the address of a contact

Status in address-book-app package in Ubuntu:
  New

Bug description:
  Like the Email field in contact details,
  the address field should get an action that opens a navigation app to search 
and show the address.

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

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


[Touch-packages] [Bug 1605849] Re: libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

2016-07-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

Status in kmod package in Ubuntu:
  New

Bug description:
  Installing libkmod2-dev:i386 fails when the 64-bit version is also
  installed. See below. The 'partially installed' package is because of
  a previous aptitude install command which included many other packages
  which first showed the error.

  
  $ sudo aptitude install libudev-dev:i386
  The following NEW packages will be installed:
libkmod2:i386{a} 
  The following partially installed packages will be configured:
libudev-dev:i386 
  0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/45.9 kB of archives. After unpacking 136 kB will be used.
  Do you want to continue? [Y/n/?] Y
  (Reading database ... 514830 files and directories currently installed.)
  Preparing to unpack .../libkmod2_22-1ubuntu4_i386.deb ...
  Unpacking libkmod2:i386 (22-1ubuntu4) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
   trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
  Processing triggers for libc-bin (2.23-0ubuntu3) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Failed to perform requested operation on package.  Trying to recover:
  dpkg: dependency problems prevent configuration of libudev-dev:i386:
   libudev-dev:i386 depends on libkmod2 (>= 5~); however:
Package libkmod2:i386 is not installed.

  dpkg: error processing package libudev-dev:i386 (--configure):
   dependency problems - leaving unconfigured
  Errors were encountered while processing:
   libudev-dev:i386

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Sat Jul 23 14:55:19 2016
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu3
   libgcc1 1:6.0.1-0ubuntu1
  DuplicateSignature:
   package:libkmod2:22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
   Unpacking libkmod2:i386 (22-1ubuntu4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libkmod2/changelog.Debian.gz', which is different from other 
instances of package libkmod2:i386
  InstallationDate: Installed on 2014-04-18 (826 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: kmod
  Title: package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying 
to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', which is 
different from other instances of package libkmod2:i386
  UpgradeStatus: Upgraded to xenial on 2016-07-22 (1 days ago)

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

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


[Touch-packages] [Bug 1605849] [NEW] libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

2016-07-23 Thread Shashank Chintalagiri
Public bug reported:

Installing libkmod2-dev:i386 fails when the 64-bit version is also
installed. See below. The 'partially installed' package is because of a
previous aptitude install command which included many other packages
which first showed the error.


$ sudo aptitude install libudev-dev:i386
The following NEW packages will be installed:
  libkmod2:i386{a} 
The following partially installed packages will be configured:
  libudev-dev:i386 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/45.9 kB of archives. After unpacking 136 kB will be used.
Do you want to continue? [Y/n/?] Y
(Reading database ... 514830 files and directories currently installed.)
Preparing to unpack .../libkmod2_22-1ubuntu4_i386.deb ...
Unpacking libkmod2:i386 (22-1ubuntu4) ...
dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
 trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Failed to perform requested operation on package.  Trying to recover:
dpkg: dependency problems prevent configuration of libudev-dev:i386:
 libudev-dev:i386 depends on libkmod2 (>= 5~); however:
  Package libkmod2:i386 is not installed.

dpkg: error processing package libudev-dev:i386 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libudev-dev:i386

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Sat Jul 23 14:55:19 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
DuplicateSignature:
 package:libkmod2:22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
 Unpacking libkmod2:i386 (22-1ubuntu4) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
  trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libkmod2/changelog.Debian.gz', which is different from other 
instances of package libkmod2:i386
InstallationDate: Installed on 2014-04-18 (826 days ago)
InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: kmod
Title: package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying 
to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', which is 
different from other instances of package libkmod2:i386
UpgradeStatus: Upgraded to xenial on 2016-07-22 (1 days ago)

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


** Tags: amd64 apport-package package-conflict xenial

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

Title:
  libkmod2-dev:i386 fails to install on ubuntu 16.04 x64

Status in kmod package in Ubuntu:
  New

Bug description:
  Installing libkmod2-dev:i386 fails when the 64-bit version is also
  installed. See below. The 'partially installed' package is because of
  a previous aptitude install command which included many other packages
  which first showed the error.

  
  $ sudo aptitude install libudev-dev:i386
  The following NEW packages will be installed:
libkmod2:i386{a} 
  The following partially installed packages will be configured:
libudev-dev:i386 
  0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/45.9 kB of archives. After unpacking 136 kB will be used.
  Do you want to continue? [Y/n/?] Y
  (Reading database ... 514830 files and directories currently installed.)
  Preparing to unpack .../libkmod2_22-1ubuntu4_i386.deb ...
  Unpacking libkmod2:i386 (22-1ubuntu4) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb (--unpack):
   trying to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', 
which is different from other instances of package libkmod2:i386
  Processing triggers for libc-bin (2.23-0ubuntu3) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libkmod2_22-1ubuntu4_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Failed to perform requested operation on package.  Trying to recover:
  dpkg: dependency problems prevent configuration of libudev-dev:i386

[Touch-packages] [Bug 1535755] Re: Show contact details from social accounts

2016-07-23 Thread Peter Bittner
** Description changed:

  As a phone user
  I want to easily look up contacts that I have either in my address book, or 
on a Social Account (LinkedIn, Xing, Facebook, etc.)
  So that I don't have to add/merge all contacts to/with my address book that I 
want to find
  And the number of pure phone address book contacts stays small (only the 
essential contacts)
  And I don't have to do time-consuming research for contacts and their details.
  
  Details
  --
  Phone address books usually show only contacts you have stored on your phone 
or a cloud account (like Google Mail or the like). It would make a lot of a 
difference if Ubuntu's address book could integrate seamlessly with Social 
Accounts, and pull contact details from there without necessarily adding them 
or merging them with the phone contacts.
  
  Motivation: I don't want a million contacts in my personal address book,
  but sometimes I want to get in touch with or look up contacts that I
  have on LinkedIn, Xing, Facebook, etc.  A convenient, quick lookup would
  be awesome.
+ 
+ See Also
+ 
+ - Some thoughts on unified communication (presence, messaging, voice and 
video calls) on the mailing list: 
https://lists.launchpad.net/ubuntu-phone/msg21701.html

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

Title:
  Show contact details from social accounts

Status in Ubuntu UX:
  New
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  As a phone user
  I want to easily look up contacts that I have either in my address book, or 
on a Social Account (LinkedIn, Xing, Facebook, etc.)
  So that I don't have to add/merge all contacts to/with my address book that I 
want to find
  And the number of pure phone address book contacts stays small (only the 
essential contacts)
  And I don't have to do time-consuming research for contacts and their details.

  Details
  --
  Phone address books usually show only contacts you have stored on your phone 
or a cloud account (like Google Mail or the like). It would make a lot of a 
difference if Ubuntu's address book could integrate seamlessly with Social 
Accounts, and pull contact details from there without necessarily adding them 
or merging them with the phone contacts.

  Motivation: I don't want a million contacts in my personal address
  book, but sometimes I want to get in touch with or look up contacts
  that I have on LinkedIn, Xing, Facebook, etc.  A convenient, quick
  lookup would be awesome.

  See Also
  
  - Some thoughts on unified communication (presence, messaging, voice and 
video calls) on the mailing list: 
https://lists.launchpad.net/ubuntu-phone/msg21701.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1535755/+subscriptions

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


[Touch-packages] [Bug 1450741] Re: package humanity-icon-theme 0.6.8 failed to install/upgrade: package humanity-icon-theme is already installed and configured

2016-07-23 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package humanity-icon-theme 0.6.8 failed to install/upgrade: package
  humanity-icon-theme is already installed and configured

Status in humanity-icon-theme package in Ubuntu:
  New

Bug description:
  erreur  systeme.  paquets cassés à la  mise  à jour..

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
  Architecture: i386
  Date: Thu Apr 30 13:25:19 2015
  DuplicateSignature: package:humanity-icon-theme:0.6.8:package 
humanity-icon-theme is already installed and configured
  ErrorMessage: package humanity-icon-theme is already installed and configured
  InstallationDate: Installed on 2015-04-20 (10 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: humanity-icon-theme
  Title: package humanity-icon-theme 0.6.8 failed to install/upgrade: package 
humanity-icon-theme is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1450741/+subscriptions

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


[Touch-packages] [Bug 1605835] [NEW] Apport won't open web browser and submit to launchpad

2016-07-23 Thread Udara Madubhashana
Public bug reported:

Apport won't open web browser after pressed continue button in crash report 
window.
Have to do it manually every time doing it manually using (ubuntu-bug -c 
/var/crash/_bug.crash)

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: apport 2.20.2-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
Uname: Linux 4.4.0-32-generic x86_64
ApportVersion: 2.20.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Sat Jul 23 11:28:32 2016
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  Apport won't open web browser and submit to launchpad

Status in apport package in Ubuntu:
  New

Bug description:
  Apport won't open web browser after pressed continue button in crash report 
window.
  Have to do it manually every time doing it manually using (ubuntu-bug -c 
/var/crash/_bug.crash)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: apport 2.20.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-32.51-generic 4.4.15
  Uname: Linux 4.4.0-32-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Budgie:GNOME
  Date: Sat Jul 23 11:28:32 2016
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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