[Touch-packages] [Bug 1557571] Re: Upcoming event ETA appears to fall out of sync

2016-03-19 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Alejandro J. Cura (alecu)

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

Title:
  Upcoming event ETA appears to fall out of sync

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Calendar App:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  Described by ToyKeeper @ https://trello.com/c/S0yjk9mW/2892-893
  -ubuntu-landing-003-indicator-datetime-dbarth:

  > Also, the indicator sometimes gets the wrong time until an event is
  scheduled to start. As an example, I had an event scheduled for 23:50.
  At 23:43 I pulled down the indicator and it said 7 minutes 'till. At
  23:45 I tried again and it still said 7 minutes. I checked again at
  23:47 and it said 3 minutes till. I checked again at 23:50 and it
  still said 3 minutes. At 23:51 the item disappeared, even though the
  event was an hour long. So, it updates infrequently and doesn't show
  events while they're active (except for the first minute).

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

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


[Touch-packages] [Bug 1558753] Re: AppArmor denying CUPS authentication against PAM on AD joined system (SSSD-based)

2016-03-19 Thread Tyler Hicks
Hi Doug - Thank you for the excellent bug report!

Since we're preparing for the upstream AppArmor 2.11 release, I took a
look to see if I could fix this bug prior to the release. Unfortunately,
I didn't have time to get to the bottom of what the significance is of
the private (sometimes referred to as privileged in the source code)
pipe is.

Without understanding the importance of the pipe, I didn't want to rush
into granting access from cupsd.

I'm glad that you have a workaround to unblock yourself and I hope that
we can better understand the usage of that particular pipe to make a
judgement call on adding the rule in the upstream policy.

Thanks again!

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

** Tags added: aa-policy

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

Title:
  AppArmor denying CUPS authentication against PAM on AD joined system
  (SSSD-based)

Status in AppArmor:
  New
Status in apparmor package in Ubuntu:
  New

Bug description:
  System information:

  OS: Ubuntu 14.04.4 LTS
  AppArmor 2.8.95~2430-0ubuntu5.3
  SSSD: 1.11.5-1ubuntu3
  CUPS: 1.7.2-0ubuntu1.7

  I believe this is a bug that belongs here rather than with SSSD or
  CUPS package; apologies if incorrect.

  The problem arises when attempting to grant non-local end user
  accounts (e.g, domain accounts) extra permissions to modify portions
  of the Admin page, so that they can add/remove printers themselves for
  instance.  There's a few ways to do this, obviously, such as adding
  extra groups or users to the SystemGroup definition in /etc/cups-
  files, or adding "Require valid-user" to the 
  location in /etc/cupsd.conf.

  Attempting to alter SystemGroup by adding "Domain Users", or by adding
  the "Require valid-user" statement to the /admin location definition
  causes the CUPS web page (http://localhost:631) to reject all network
  users credentials.  The valid-user option will cause CUPS to accept
  local user account credentials regardless of whether they have root
  access or are part of lpadmin.  Interestingly, both
  BasicAuthentication and Kerberos (Negotiate) authentication modes
  cause network accounts to be rejected .

  Digging through logs, it becomes apparent that CUPS appears to rely on PAM 
for authentication - error messages appear in /var/log/auth.log like so:
  Mar 15 07:53:41  cupsd: pam_unix(cups:auth): authentication 
failure; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=
  Mar 15 07:53L31  cupsd: pam_sss(cups:auth): Request to sssd 
failed.  Permission denied

  The first line is expected, as a network account will not be auth'd by
  pam_unix.  The second line points to the problem: when CUPS attempts
  to talk to sssd (indirectly by invoking PAM, but it still happens)
  then CUPS is blocked with a permission denied.

  Further research turned up a prior bug report (1264548,
  https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1264548) that
  highlighted nearly the same problem and highlighting it as an AppArmor
  rejection.  Examining the output of `dmesg | grepDENIED.*cups`, we do
  see lines in the output:

  [21507.848482] type=1400 audit(1458067443.626:435): apparmor="DENIED"
  operation="connect" profile="/usr/sbin/cupsd"
  name="/var/lib/sss/pipes/private/pam" pid=27447 comm="cupsd"
  requested_mask="rw" denied_mask="rw" fsuid=0 ouid=0

  Further evidence can be found in the fact that setting the CUPS
  profile to complain mode in AppArmor causes the problem to go away
  (both Kerberos and Basic authentication modes work).

  I have successfully resolved the issue locally by adding the rule 
  /var/lib/sss/pipes/private/pam rw,

  to the file /etc/apparmor.d/local/usr.sbin.cupsd.  Interestingly, this
  also resolves the kerberos issue - both 'DefaultAuthType Basic' and
  'DefaultAuthType Negotiate' will successfully allow network accounts
  to access the Administration page.

  Looking at /etc/apparmor.d/usr.sbin.cupsd, it includes the
  abstractions/authentication def file, which in turn contains a
  specific include for the abstractions/winbind file.  I don't know
  whether there should be an equivalent abstractions file for sssd; the
  one line fix above really doesn't by itself warrant a full separate
  file, but if there are perhaps other sssd specific definitions that
  contained applications may need access to, perhaps that would warrant
  a separate file.

  I also don't know what, if any, wider security issues there may be
  from granting CUPS access to /var/lib/sss/pipes/private/pam, either,
  so perhaps a different proper fix would be required?

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

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

[Touch-packages] [Bug 1548052] Re: New Ubuntu 14.04.4 LTS intel video driver Xorg segmentation fault

2016-03-19 Thread Christopher M. Penalver
kay, one may confirm what was sent via System Settings > Security &
Privacy > Diagnostics > Show Previous Reports

Also, an implicit confirmation is if it notes in /var/crash a file with
uploaded in the name.

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

Title:
  New Ubuntu 14.04.4 LTS intel video driver Xorg segmentation fault

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Two monitors KDE env (laptop LCD + external moinitor). Installed new
  wily LTS kernel with the video driver:

  sudo apt-get install --install-recommends linux-generic-lts-wily
  xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-
  all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-
  wily libgl1-mesa-glx-lts-wily libgl1-mesa-glx-lts-wily:i386 libglapi-
  mesa-lts-wily:i386

  After 4 hours of working in Chromium (with --disable-gpu flag) I got
  segmentation fault:

  [ 11249.976] (EE)
  [ 11249.976] (EE) Backtrace:
  [ 11249.977] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x5611c75a5308]
  [ 11249.977] (EE) 1: /usr/bin/X (0x5611c7404000+0x1a5359) [0x5611c75a9359]
  [ 11249.977] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fda90346000+0x36d40) 
[0x7fda9037cd40]
  [ 11249.977] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x259dc) [0x7fda8c15b9dc]
  [ 11249.977] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x26b3f) [0x7fda8c15cb3f]
  [ 11249.977] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x4a2a8) [0x7fda8c1802a8]
  [ 11249.977] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x4a874) [0x7fda8c180874]
  [ 11249.977] (EE) 7: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x591d6) [0x7fda8c18f1d6]
  [ 11249.977] (EE) 8: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fda8c136000+0x59649) [0x7fda8c18f649]
  [ 11249.977] (EE) 9: /usr/bin/X (0x5611c7404000+0x13021d) [0x5611c753421d]
  [ 11249.978] (EE) 10: /usr/bin/X (0x5611c7404000+0x51205) [0x5611c7455205]
  [ 11249.978] (EE) 11: /usr/bin/X (0x5611c7404000+0x5433e) [0x5611c745833e]
  [ 11249.978] (EE) 12: /usr/bin/X (0x5611c7404000+0x5818b) [0x5611c745c18b]
  [ 11249.978] (EE) 13: /lib/x86_64-linux-gnu/libc.so.6 
(__libc_start_main+0xf5) [0x7fda90367ec5]
  [ 11249.978] (EE) 14: /usr/bin/X (0x5611c7404000+0x4370e) [0x5611c744770e]
  [ 11249.978] (EE)
  [ 11249.978] (EE) Segmentation fault at address 0x7fd8e21dbde0
  [ 11249.978] (EE)
  Fatal server error:
  [ 11249.978] (EE) Caught signal 11 (Segmentation fault). Server aborting
  [ 11249.978] (EE)
  [ 11249.978] (EE)

  Full log attached.

  kernel cmdline:
  cat /proc/cmdline
  BOOT_IMAGE=/vmlinuz-4.2.0-27-generic root=/dev/mapper/VG-root ro quiet splash 
tpm_tis.interrupts=0 video=efifb vt.handoff=7

  cat /proc/version_signature
  Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  --- 
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nutnat21760 F pulseaudio
  DistroRelease: Ubuntu 14.04
  MachineType: Hewlett-Packard HP EliteBook 2170p
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic 
root=/dev/mapper/VG-root ro quiet splash tpm_tis.interrupts=0 video=efifb 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-27-generic N/A
   linux-backports-modules-4.2.0-27-generic  N/A
   linux-firmware1.127.20
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 4.2.0-27-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: pkcs11
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 04/07/2015
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IMT Ver. F.61
  dmi.board.name: 1815
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 63.1C
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IMTVer.F.61:bd04/07/2015:svnHewlett-Packard:pnHPEliteBook2170p:pvrA1009D11:rvnHewlett-Packard:rn1815:rvrKBCVersion63.1C:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 2170p
  dmi.product.version: A1009D11
  dmi.sys.vendor: Hewlett-Packard

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

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


[Touch-packages] [Bug 1554621] Re: Invalid use of palette apparent with new SDK in content-hub

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/tagger/lp1554621

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

Title:
  Invalid use of palette apparent with new SDK in content-hub

Status in Canonical System Image:
  Confirmed
Status in content-hub package in Ubuntu:
  New

Bug description:
  The content hub uses the wrong palette values for text (which becomes
  apparent with new UITK), see screenshot.

  The new UITK is landing here: https://requests.ci-
  train.ubuntu.com/#/ticket/905

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: content-hub 0.1+15.04.20160129.1-0ubuntu1 [origin: 
LP-PPA-ci-train-ppa-service-stable-phone-overlay]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.17.2-0ubuntu1.3touch1
  Architecture: armhf
  Date: Tue Mar  8 18:00:22 2016
  InstallationDate: Installed on 2016-03-08 (0 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20160308-020304)
  SourcePackage: content-hub
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1472755] Re: corrupted double-linked list probably cause by telegram scope

2016-03-19 Thread kevin gunn
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

** Changed in: canonical-devices-system-image
 Assignee: Michi Henning (michihenning) => Alejandro J. Cura (alecu)

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

Title:
  corrupted double-linked list probably cause by telegram scope

Status in Canonical System Image:
  Fix Committed
Status in libqtelegram package in Ubuntu:
  Invalid
Status in unity-scope-mediascanner package in Ubuntu:
  Invalid
Status in unity-scopes-api package in Ubuntu:
  Fix Committed
Status in unity-scopes-api package in Ubuntu RTM:
  Fix Released

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

  "/usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner:*** Error in
  `/usr/lib/arm-linux-gnueabihf/unity-scopes/scoperunner': corrupted
  double-linked list: ADDR ***"

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

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


[Touch-packages] [Bug 1533577] Re: Card Art fallback doesn't disappear once the art data becomes valid

2016-03-19 Thread Albert Astals Cid
** Branch linked: lp:~aacid/unity8/recoverArtIfChanges

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

Title:
  Card Art fallback doesn't disappear once the art data becomes valid

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  How to reproduce (from a theoretical perspective since this doens't
  happen in real life yet)

   * Have a card with fallback
   * Have the art of the card fail to load
   * Have the fallback kick in and be shown
   * Now if the art of the card is changed to something valid it will not be 
loaded

  This is not very critical and not clear if it can happen as the models
  are created right now, but it should not be very hard to fix so it's
  better if we fix it just in case.

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

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


[Touch-packages] [Bug 1554635] Re: Importing contacts trigger unity restart - Mir crashed with exception 'failed to add sync point to command buffer'

2016-03-19 Thread Kevin DuBois
debs are at https://private-fileshare.canonical.com/~kdub/mir-
debs-1554635.tar.gz. The subdirectory android-mir-1554635 contains the
debs needed by the phone for the upgrade.

Also, can I see the dmesg and /system/bin/logcat logs from when the
crash occurs?  Seeing if the driver is logging errors to these places
will help diagnose the problem.

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

Title:
  Importing contacts trigger unity restart - Mir crashed with exception
  'failed to add sync point to command buffer'

Status in Canonical System Image:
  Confirmed
Status in Mir:
  Incomplete
Status in Mir 0.20 series:
  Incomplete
Status in mir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Steps:

  Open Dekko or Telegram
  Go to import contacts
  Make sure you have a substantial amount of contacts in your phone
  When the contacts app is open in import mode, select all contact and press 
Tick

  Expected:
  contacts are imported succesfully

  Actual:
  Unity restarts (goes back to the ubuntu dot screen) and the contact import is 
interrupted

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

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


[Touch-packages] [Bug 1540574] Re: [Page] "header" property unusable, hides contents

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  [Page] "header" property unusable, hides contents

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  When setting the "header" property of a page, the page scrolling
  mechanism stops working, so the page contents get hidden under the
  header:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  MainView {
  width: units.gu(48)
  height: units.gu(60)
  Page {
  id: page
  title: i18n.tr("Example page")
  flickable: flick

  header: PageHeader {
  title: page.title
  }
  Flickable {
  id: flick
  anchors.fill: parent
  contentHeight: contentItem.childrenRect.height
  Label {
  text: i18n.tr("Hello world!")
  }
  }
  }
  }

  If you run this, you won't see the "Hello world!" text unless you pan
  down the view.

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

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


[Touch-packages] [Bug 1558565] Re: Unprivileged system LXC containers refuse to start after upgrade to Ubuntu 16.04

2016-03-19 Thread Brian Knoll
It did, indeed, have an autodev script configured:

---
# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template:
# For additional config options, please look at lxc.container.conf(5)

# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.include = /usr/share/lxc/config/ubuntu.userns.conf
lxc.arch = x86_64

# Container specific configuration
lxc.rootfs = /var/lib/lxc/boinc/rootfs
lxc.utsname = boinc

# Network configuration
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = lxcbr0
lxc.network.hwaddr = 00:16:3e:76:25:82

lxc.cgroup.memory.limit_in_bytes = 2G
lxc.start.auto = 1
lxc.hook.autodev=/var/lib/lxc/boinc/autodev
---

I have removed that line, and it now starts up perfectly well.  I'm not
clear now whether the autodev script was never there, and it just wasn't
noticed before to cause an error, or whether it disappeared in the
upgrade to 16.04, but either way the container starts now so I'm happy.
I'll leave the ticket open for now in case either of you want any more
information to help track down any possible issue, but if you want me to
close it I'm happy to do so.

Thanks,
Brian

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

Title:
  Unprivileged system LXC containers refuse to start after upgrade to
  Ubuntu 16.04

Status in lxc package in Ubuntu:
  New

Bug description:
  System was previously running Ubuntu 14.04 LTS 64-bit and Linux
  containers worked very well.  Linux containers are unprivileged
  containers started by the system using dedicated UID and GID mapped
  ranges, not userns containers.

  Upon upgrade-in-place to 16.04 LTS using "do-release-upgrade -d", the
  LXC containers will no longer start.  I see the following in the logs:

lxc-start 20160317093843.710 ERRORlxc_utils - 
utils.c:open_without_symlink:1625 - No such file or directory - Error examining 
efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars
lxc-start 20160317093843.727 ERRORlxc_conf - conf.c:run_buffer:347 
- Script exited with status 127
lxc-start 20160317093843.727 ERRORlxc_conf - conf.c:lxc_setup:3753 
- failed to run autodev hooks for container 'boinc'.
lxc-start 20160317093843.727 ERRORlxc_start - start.c:do_start:793 
- failed to setup the container
lxc-start 20160317093843.727 ERRORlxc_sync - sync.c:__sync_wait:51 
- invalid sequence number 1. expected 2
lxc-start 20160317093843.727 ERRORlxc_start - 
start.c:__lxc_start:1286 - failed to spawn 'boinc'
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:344 - The container failed to start.
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:346 - To get more details, run the container in foreground 
mode.
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:348 - Additional information can be obtained by setting the 
--logfile and --logpriority options.

  I did try converting to unprivileged containers to see if it would
  help (which is the state the system is in now), but it did not help.

  I'm more than happy to work with you to help debug this, so please let
  me know how I can help.

  Thanks,
  Brian

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc2 (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 17 09:46:14 2016
  InstallationDate: Installed on 2015-05-04 (317 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxd
  UpgradeStatus: Upgraded to xenial on 2016-03-16 (0 days ago)

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

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


[Touch-packages] [Bug 1558199] Re: package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-03-19 Thread Steve Langasek
*** This bug is a duplicate of bug 1558114 ***
https://bugs.launchpad.net/bugs/1558114

** This bug has been marked a duplicate of bug 1558114
   package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: trying 
to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different 
from other instances of package libpam-modules:i386

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

Title:
  package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in pam package in Ubuntu:
  New

Bug description:
  All times when I tr to upgrade the system.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libpam-runtime 1.1.8-1ubuntu2.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Mar 16 13:08:48 2016
  DuplicateSignature: package:libpam-runtime:1.1.8-1ubuntu2.1:subprocess 
installed post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-02-05 (40 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: pam
  Title: package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1500242] Re: Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected with BQ Aquaris 4.5

2016-03-19 Thread Konrad Zapałowicz
Hi,

We will try to resolve this issue, hopefully, in the coming days/weeks or get
closer to understanding the root cause. However before we start I would like you
to retest again because we have made a significant change recently with updating
the BlueZ version to 5.37 as well as we might have a fix for the Audi issue
already. If you could be so kind to give it a spin and report back on what is
happening that would be awesome.

Prerequisities:

1. Update the phone

The latest rc-proposed would be a good choice as we are pushing good stuff into
it. Make sure that the phone runs bluez 5.37 by executing:

$ dpkg -l bluez

2. Install the silo with the possible Audi fix (see comments below)

I saw that you were able to install to rc-proposed on your own therefore I
suggest trying the silo too. However if you feel uncertain about this just skip
it as eventually whatever is in silos finds it's way to rc-proposed quite fast.

In order to install a silo you need to install phablet-tools package on your
Ubuntu running computer. The PPA is here:
https://launchpad.net/~phablet-team/+archive/ubuntu/tools

Installing a silo is done by executing command

$ citrain device-upgrade  

where the silo-number indicates the silo which you would like to install and the
pin code indicates the four-digit code that you use to unlock the phone [it
happens to be the user password too]. So for this silo you need to run:

$ citrain device-upgrade 67 

The citrain tool will install everything for you and reboot the phone.

Testing:

I would like you to try these scenarios again with both Audi and Jabra. If you
observe that if still is buggy then please capture the logas as you did
previously. 

Let me know if there is anything that I could clarify more regarding updating
and such.

Thanks,
Konrad

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

Title:
  Bluetooth devices (Jabra BT250, Audi A3 car kit) can not be connected
  with BQ Aquaris 4.5

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Incomplete

Bug description:
  STEPS:
  Requirements: Aquaris E4.5, Jabra BT250 blue tooth handset device (rather old 
one supports blue tooth 1.1 and therefore I thought should be no issue) or Audi 
car kit (A3 2012 model)

  1. Put Jabra BT250 into receiving mode
  2. Phone searches automatically every 15 - 30 seconds for a new blue tooth 
device
  3. Phone finds Jabra BT250 and asks for pairing code
  4. Enter code into phone
  5. Jabra BT250 automatically exits the pairing mode (which is a sign that 
pairing should have worked)
  6. Phone looses connection to Jabra BT250
  7. Manual reconnection via phone works (shows Jabra BT250 as being connected) 
but ignores the device

  Same behaviour with Audi car kit (Audi A3, 2012 model)

  EXPECTED:
  I expect that the blue tooth kits work similar to my Seat Alhambra (also 2012 
model) where the blue tooth pairing etc. works great (except some bugs which 
are already filed).

  ACTUAL:
  No connection to the blue tooth device

  VERSIONS:
  OS-Build-Number: 25
  Ubuntu-Image: 20150825.1

  POSSIBLE ROOT CAUSE:
  Is this issue also solved as soon as bluez5 is implemented? When will this be?

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

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


[Touch-packages] [Bug 1509816] Re: Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing init

2016-03-19 Thread Nicolas Riesco
In my case, this bug happen while upgrading from 14.04 to 16.04.

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

Title:
  Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init
  1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not
  installing init

Status in init-system-helpers package in Ubuntu:
  Confirmed

Bug description:
  everything was updated to 14.04
  several other failures appeared during update

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: init (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Sun Oct 25 14:57:21 2015
  DuplicateSignature: package:init:1.22ubuntu11:pre-dependency problem - not 
installing init
  ErrorMessage: pre-dependency problem - not installing init
  InstallationDate: Installed on 2015-09-04 (50 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: init-system-helpers
  Title: package init 1.22ubuntu11 failed to install/upgrade: pre-dependency 
problem - not installing init
  UpgradeStatus: Upgraded to vivid on 2015-10-25 (0 days ago)

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

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


[Touch-packages] [Bug 1558753] [NEW] AppArmor denying CUPS authentication against PAM on AD joined system (SSSD-based)

2016-03-19 Thread Doug Bruce
Public bug reported:

System information:

OS: Ubuntu 14.04.4 LTS
AppArmor 2.8.95~2430-0ubuntu5.3
SSSD: 1.11.5-1ubuntu3
CUPS: 1.7.2-0ubuntu1.7

I believe this is a bug that belongs here rather than with SSSD or CUPS
package; apologies if incorrect.

The problem arises when attempting to grant non-local end user accounts
(e.g, domain accounts) extra permissions to modify portions of the Admin
page, so that they can add/remove printers themselves for instance.
There's a few ways to do this, obviously, such as adding extra groups or
users to the SystemGroup definition in /etc/cups-files, or adding
"Require valid-user" to the  location in
/etc/cupsd.conf.

Attempting to alter SystemGroup by adding "Domain Users", or by adding
the "Require valid-user" statement to the /admin location definition
causes the CUPS web page (http://localhost:631) to reject all network
users credentials.  The valid-user option will cause CUPS to accept
local user account credentials regardless of whether they have root
access or are part of lpadmin.  Interestingly, both BasicAuthentication
and Kerberos (Negotiate) authentication modes cause network accounts to
be rejected .

Digging through logs, it becomes apparent that CUPS appears to rely on PAM for 
authentication - error messages appear in /var/log/auth.log like so:
Mar 15 07:53:41  cupsd: pam_unix(cups:auth): authentication 
failure; logname= uid=0 euid=0 tty=cups ruser= rhost=localhost user=
Mar 15 07:53L31  cupsd: pam_sss(cups:auth): Request to sssd 
failed.  Permission denied

The first line is expected, as a network account will not be auth'd by
pam_unix.  The second line points to the problem: when CUPS attempts to
talk to sssd (indirectly by invoking PAM, but it still happens) then
CUPS is blocked with a permission denied.

Further research turned up a prior bug report (1264548,
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1264548) that
highlighted nearly the same problem and highlighting it as an AppArmor
rejection.  Examining the output of `dmesg | grepDENIED.*cups`, we do
see lines in the output:

[21507.848482] type=1400 audit(1458067443.626:435): apparmor="DENIED"
operation="connect" profile="/usr/sbin/cupsd"
name="/var/lib/sss/pipes/private/pam" pid=27447 comm="cupsd"
requested_mask="rw" denied_mask="rw" fsuid=0 ouid=0

Further evidence can be found in the fact that setting the CUPS profile
to complain mode in AppArmor causes the problem to go away (both
Kerberos and Basic authentication modes work).

I have successfully resolved the issue locally by adding the rule 
/var/lib/sss/pipes/private/pam rw,

to the file /etc/apparmor.d/local/usr.sbin.cupsd.  Interestingly, this
also resolves the kerberos issue - both 'DefaultAuthType Basic' and
'DefaultAuthType Negotiate' will successfully allow network accounts to
access the Administration page.

Looking at /etc/apparmor.d/usr.sbin.cupsd, it includes the
abstractions/authentication def file, which in turn contains a specific
include for the abstractions/winbind file.  I don't know whether there
should be an equivalent abstractions file for sssd; the one line fix
above really doesn't by itself warrant a full separate file, but if
there are perhaps other sssd specific definitions that contained
applications may need access to, perhaps that would warrant a separate
file.

I also don't know what, if any, wider security issues there may be from
granting CUPS access to /var/lib/sss/pipes/private/pam, either, so
perhaps a different proper fix would be required?

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


** Tags: activedirectory apparmor authentication cups sssd

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

Title:
  AppArmor denying CUPS authentication against PAM on AD joined system
  (SSSD-based)

Status in apparmor package in Ubuntu:
  New

Bug description:
  System information:

  OS: Ubuntu 14.04.4 LTS
  AppArmor 2.8.95~2430-0ubuntu5.3
  SSSD: 1.11.5-1ubuntu3
  CUPS: 1.7.2-0ubuntu1.7

  I believe this is a bug that belongs here rather than with SSSD or
  CUPS package; apologies if incorrect.

  The problem arises when attempting to grant non-local end user
  accounts (e.g, domain accounts) extra permissions to modify portions
  of the Admin page, so that they can add/remove printers themselves for
  instance.  There's a few ways to do this, obviously, such as adding
  extra groups or users to the SystemGroup definition in /etc/cups-
  files, or adding "Require valid-user" to the 
  location in /etc/cupsd.conf.

  Attempting to alter SystemGroup by adding "Domain Users", or by adding
  the "Require valid-user" statement to the /admin location definition
  causes the CUPS web page (http://localhost:631) to reject all network
  users credentials.  The valid-user option will cause CUPS to accept
  local user account credentials regardless of whet

[Touch-packages] [Bug 1558780] Re: contact profile empty when opened from a recents entry

2016-03-19 Thread Bill Filler
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => In Progress

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

Title:
  contact profile empty when opened from a recents entry

Status in Canonical System Image:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress

Bug description:
  1) Open dialer-app
  2) open the recents page (bottom edge)
  3) swipe left any entry from a known contact and click the profile button

  Expected behavior:
  Contact profile displayed

  Current behavior:
  Contact profile page is displayed empty

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

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


[Touch-packages] [Bug 1500039] Re: Ubuntu Phone is not getting a mobile network cell triangulation position

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

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

Title:
  Ubuntu Phone is not getting a mobile network cell triangulation
  position

Status in Canonical System Image:
  Confirmed
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  I think that the mobile network cell triangulation position is not
  working in Ubuntu Phone OS.

  The position should be really fast (~1 - 5") and I'm thinking that
  Ubuntu Phone is waiting for a real GPS position every time.

  A good test could be this:
  - Go to a room, way out of a sky to avoid a real GPS signal.
  - Set WiFi service OFF.
  - Set GPS service ON.
  - Set data connection ON.
  - Go to this website via webbrowser-app: 
http://leafletjs.com/examples/mobile-example.html The website will ask you to 
allow access to the current location.
  - Make sure to not have a GPS position cached.

  In a PC or *any* Android you'll see your position immediately.
  Bug: In Ubuntu Phone an error will appears. This error is because the 
geoposition 
(https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation)
 is not working with the cell triangulation network data.

  You can try a lot of apps like Google Maps, OSMTouch, HERE map, uNAV... and a 
fast position from data connection is not happening, unless you be with a WIFI 
connection.
  If you try Google Maps in Android, the position will be really fast just with 
data connection.

  Thanks in advance!

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

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


[Touch-packages] [Bug 1558597] Re: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: './usr/share/man/man8/pam_umask.8.gz' is different from the same file on the system

2016-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package pam - 1.1.3-7ubuntu2.3

---
pam (1.1.3-7ubuntu2.3) precise-security; urgency=medium

  * SECURITY REGRESSION: multiarch update issue (LP: #1558597)
- debian/patches-applied/cve-2015-3238.patch: Readd the manpage XML
  changes and also add the regenerated man pages to the patch. It is
  required to add the regenerated man pages to the patch because the build
  dependencies to regenerate the man pages are only installed during i386
  builds.
- debian/patches-applied/pam_umask_usergroups_from_login.defs.patch: Add
  the changes after regenerating pam_umask.8 to the patch for the reasons
  mentioned above.

 -- Tyler Hicks   Thu, 17 Mar 2016 13:14:44 -0500

** Changed in: pam (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade:
  './usr/share/man/man8/pam_umask.8.gz' is different from the same file
  on the system

Status in pam package in Ubuntu:
  Fix Released

Bug description:
  Error during install using update manager

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libpam-modules 1.1.3-7ubuntu2.2
  ProcVersionSignature: Ubuntu 3.2.0-101.141-generic 3.2.76
  Uname: Linux 3.2.0-101-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.14
  Architecture: amd64
  Date: Thu Mar 17 15:40:24 2016
  DuplicateSignature: 
package:libpam-modules:1.1.3-7ubuntu2.2:'./usr/share/man/man8/pam_umask.8.gz' 
is different from the same file on the system
  ErrorMessage: './usr/share/man/man8/pam_umask.8.gz' is different from the 
same file on the system
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: pam
  Title: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: 
'./usr/share/man/man8/pam_umask.8.gz' is different from the same file on the 
system
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1509742] Re: package systemd-sysv 219-7ubuntu6 failed to install/upgrade due to libdevmapper1.02.1 failing to upgrade

2016-03-19 Thread Nicolas Riesco
*** This bug is a duplicate of bug 1509816 ***
https://bugs.launchpad.net/bugs/1509816

Sorry, the previous message got garbled. Here we go again:

I think this is a duplicate of https://bugs.launchpad.net/ubuntu/+source
/init-system-helpers/+bug/1509816

See also from Apttermlog.txt:


dpkg: dependency problems prevent configuration of systemd:
 systemd depends on libcryptsetup4 (>= 2:1.4.3); however:
  Package libcryptsetup4 is not configured yet.

dpkg: error processing package systemd (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 systemd
Selecting previously unselected package systemd-sysv.
dpkg: regarding .../systemd-sysv_219-7ubuntu6_amd64.deb containing 
systemd-sysv, pre-dependency problem:
 systemd-sysv pre-depends on systemd
  systemd is unpacked, but has never been configured.

dpkg: error processing archive 
/var/cache/apt/archives/systemd-sysv_219-7ubuntu6_amd64.deb (--unpack):
 pre-dependency problem - not installing systemd-sysv
Errors were encountered while processing:
 /var/cache/apt/archives/systemd-sysv_219-7ubuntu6_amd64.deb
dpkg: error processing package systemd-sysv (--configure):
 no package named `systemd-sysv' is installed, cannot configure
Errors were encountered while processing:
 systemd-sysv


** This bug has been marked a duplicate of bug 1509816
   Upgrade from 14.04 to 15.04 missed systemd-sysv and init package init 
1.22ubuntu11 failed to install/upgrade: pre-dependency problem - not installing 
init

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

Title:
  package systemd-sysv 219-7ubuntu6 failed to install/upgrade due to
  libdevmapper1.02.1 failing to upgrade

Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  :)

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd-sysv (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-65.106-generic 3.13.11-ckt26
  Uname: Linux 3.13.0-65-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Sat Oct 24 21:57:00 2015
  DuplicateSignature: package:systemd-sysv:219-7ubuntu6:pre-dependency problem 
- not installing systemd-sysv
  ErrorMessage: pre-dependency problem - not installing systemd-sysv
  InstallationDate: Installed on 2015-09-30 (24 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: systemd
  Title: package systemd-sysv 219-7ubuntu6 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
  UpgradeStatus: Upgraded to vivid on 2015-10-25 (0 days ago)

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

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


[Touch-packages] [Bug 1465634] [NEW] $PATH is wrong

2016-03-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm using Ubuntu 15.10 dev and I'm noticing that I'm getting an
unexpected $PATH on a terminal with my user:

sworddragon@ubuntu:~$ echo $PATH
/bin:/usr/bin:/sbin:/usr/sbin


On the console all is fine and for root on the console and a terminal all is 
fine too. /etc/environment contains 
"PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games""
 and I couldn't figure out why only my user on a terminal gets the wrong path.

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


** Tags: bot-comment
-- 
$PATH is wrong
https://bugs.launchpad.net/bugs/1465634
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to pam in Ubuntu.

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


Re: [Touch-packages] [Bug 1558565] Re: Unprivileged system LXC containers refuse to start after upgrade to Ubuntu 16.04

2016-03-19 Thread Serge Hallyn
Could you please show the container configuration?

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

Title:
  Unprivileged system LXC containers refuse to start after upgrade to
  Ubuntu 16.04

Status in lxc package in Ubuntu:
  New

Bug description:
  System was previously running Ubuntu 14.04 LTS 64-bit and Linux
  containers worked very well.  Linux containers are unprivileged
  containers started by the system using dedicated UID and GID mapped
  ranges, not userns containers.

  Upon upgrade-in-place to 16.04 LTS using "do-release-upgrade -d", the
  LXC containers will no longer start.  I see the following in the logs:

lxc-start 20160317093843.710 ERRORlxc_utils - 
utils.c:open_without_symlink:1625 - No such file or directory - Error examining 
efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars
lxc-start 20160317093843.727 ERRORlxc_conf - conf.c:run_buffer:347 
- Script exited with status 127
lxc-start 20160317093843.727 ERRORlxc_conf - conf.c:lxc_setup:3753 
- failed to run autodev hooks for container 'boinc'.
lxc-start 20160317093843.727 ERRORlxc_start - start.c:do_start:793 
- failed to setup the container
lxc-start 20160317093843.727 ERRORlxc_sync - sync.c:__sync_wait:51 
- invalid sequence number 1. expected 2
lxc-start 20160317093843.727 ERRORlxc_start - 
start.c:__lxc_start:1286 - failed to spawn 'boinc'
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:344 - The container failed to start.
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:346 - To get more details, run the container in foreground 
mode.
lxc-start 20160317093849.276 ERRORlxc_start_ui - 
lxc_start.c:main:348 - Additional information can be obtained by setting the 
--logfile and --logpriority options.

  I did try converting to unprivileged containers to see if it would
  help (which is the state the system is in now), but it did not help.

  I'm more than happy to work with you to help debug this, so please let
  me know how I can help.

  Thanks,
  Brian

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc2 (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 17 09:46:14 2016
  InstallationDate: Installed on 2015-05-04 (317 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lxd
  UpgradeStatus: Upgraded to xenial on 2016-03-16 (0 days ago)

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

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


[Touch-packages] [Bug 1514860] Re: OptionSelector does not work with keyboard

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  OptionSelector does not work with keyboard

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

Bug description:
  OptionSelector does not fully work with only keyboard. There is no way
  to select a option on OptionSelector using only the keyboard.

  Pressing the arrows does not navigate on the options. And it does not
  have any visual feedback that it contains focus.

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

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


[Touch-packages] [Bug 1549152] Re: Cross compiling to wily/vivid doesn't work - E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -e /usr/bin/appstreamcli; then appstream

2016-03-19 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Cross compiling to wily/vivid doesn't work - E: Problem executing
  scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -e
  /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'

Status in Mir:
  Fix Committed
Status in mir package in Ubuntu:
  New

Bug description:
  Cross compiling to wily/vivid doesn't work -

  $ ./cross-compile-chroot.sh -d wily -a host -u
  ...
  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; 
fi'
  E: Sub-process returned an error code
  apt update failed. Exit value: 100

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

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


[Touch-packages] [Bug 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread Raymond
As Three input jacks of your onboard alc887 were unplugged and
pulseaudio does not regarded CD as available, pulseaudio may switch to
cmi8378 which has no capture channel map

control.40 { iface CARD name 'Rear Mic Jack' value false comment {
access read type BOOLEAN count 1 } } control.41 { iface CARD name 'Front
Mic Jack' value false comment { access read type BOOLEAN count 1 } }
control.42 { iface CARD name 'Line Jack' value false comment { access
read type BOOLEAN count 1 } } control.43 { iface CARD name 'CD Phantom
Jack' value true comment { access read type BOOLEAN count 1 } }

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Triaged

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

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

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


[Touch-packages] [Bug 1549171] Re: Add testsuite for Tree implementation

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided => High

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

Title:
  Add testsuite for Tree implementation

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  The Tree implementation is not covered by any tests.

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

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


[Touch-packages] [Bug 1242307] Re: Doesn't report NTP connection problems

2016-03-19 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Doesn't report NTP connection problems

Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in indicator-datetime package in Ubuntu:
  Incomplete

Bug description:
  Hi,
  I'm using Ubuntu 13.04 64 bits. I have a problem with the indicator Date-Time.
  I'm using the option "Automatically from the Internet" to retrieve the hour 
for my system, it's works fine on my home network. But when I use a public 
network, this function doesn't work properly. It's due to the limited allowed 
ports I believe. So what are ports using in the indicator Date-Time for 
retrieving the hour?

  The most common port on a public network is just 80 (http port)

  PS: I'm using a public network all weeks, so that's important for me
  because I want to know sometime the hour..

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

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


[Touch-packages] [Bug 1558526] Re: Animation between months are not similar

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

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

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

Title:
  Animation between months are not similar

Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  r274, rc-proposed, arale

  0. swipe from top edge (open indicator)
  1. be sure you are in time indicator, focus calendar
  2. swipe from middle of the calendar, from the right side (will show 
next/futur month)
  3. Watch the transition, the smooth animation. Do it 2-3 time to be sure you 
record it
  4. now scroll from middle of the calendar to the right (to show previous/past 
month)
  5. Wacth the transition,  looks like a tiny lag appears (if you don't release 
the finger to force a slow transition, you will notice that tiny lag appears 
when the "month - year " title above the calendar refresh itself

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

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


[Touch-packages] [Bug 1558010] Re: Sections keyboard control

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

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

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

Title:
  Sections keyboard control

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

Bug description:
  Using the TAB key it must be possible to focus the Sections component
  in the header. The next TAB will go to the next focus item, and does
  not change the selected section. To change the selected section, the
  left and right arrow keys must be used.

  UX to be added to:
  
https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#heading=h.4nyzngok3pt5

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

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


[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-03-19 Thread Scarlett Clark
https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/staging-kdeapplications


I know nothing about that second part. And I do not want to break stuff for 
Kubuntu users. That will need more research.

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

Title:
  [master] kde-config-telepathy-accounts package install error

Status in Kubuntu PPA:
  Confirmed
Status in meta-telepathy:
  Fix Released
Status in kaccounts-integration package in Ubuntu:
  In Progress
Status in kaccounts-providers package in Ubuntu:
  Triaged
Status in ktp-accounts-kcm package in Ubuntu:
  Triaged
Status in libaccounts-glib package in Ubuntu:
  Fix Released
Status in kaccounts-providers source package in Wily:
  Triaged
Status in ktp-accounts-kcm source package in Wily:
  Triaged

Bug description:
  Installing from Kubuntu 15.04 backports:

  Unpacking kde-config-telepathy-accounts (15.04.0-0ubuntu1~ubuntu15.04~ppa1) 
over (0.9.0-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_15.04.0-0ubuntu1~ubuntu15.04~ppa1_amd64.deb
 (--unpack):
   trying to overwrite '/usr/share/accounts/services/facebook-im.service', 
which is also in package account-plugin-facebook 0.12+15.04.20150415.1-0ubuntu1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1451728/+subscriptions

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


[Touch-packages] [Bug 1558129] [NEW] package initramfs-tools 0.120ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2

2016-03-19 Thread Serg
Public bug reported:

when install multisystem

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: initramfs-tools 0.120ubuntu6
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic i686
ApportVersion: 2.19.1-0ubuntu5
Architecture: i386
Date: Wed Mar 16 18:26:24 2016
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 2
InstallationDate: Installed on 2016-03-14 (1 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 wily

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

Title:
  package initramfs-tools 0.120ubuntu6 failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  when install multisystem

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: initramfs-tools 0.120ubuntu6
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  Date: Wed Mar 16 18:26:24 2016
  ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 2
  InstallationDate: Installed on 2016-03-14 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: 
подпроцесс установлен сценарий post-installation возвратил код ошибки 2
  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/1558129/+subscriptions

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


[Touch-packages] [Bug 1492238] Re: [sdk] back button hard to reach/use

2016-03-19 Thread Tim Peeters
Thanks for the update Rae. I'll close the bug.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  [sdk] back button hard to reach/use

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  Open some sub page, e.g. updates. If you want to go back to the main
  screen one has to reach quite small < button on the top left corner.
  It would be easier if the whole updates field would act as a back
  button or even better, just swipe from left to right.

   UX comment --

  The plan is to make the whole area of title & BACK button tappable.
  This is specified in the UI Toolkit documentation and will hopefully land 
whit the next SDK release.

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

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


[Touch-packages] [Bug 1551744] Re: Calendar: Clicking on today does nothing from the Month view

2016-03-19 Thread Sebastien Bacher
that might not be an easy theme tweak, upstream pointed to the code
https://git.gnome.org/browse/gnome-calendar/tree/src/gcal-month-view.c#n1773

so it's basically using the standard gtk selection rendering, unsure why
it doesn't do a visible result there

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

Title:
  Calendar: Clicking on today does nothing from the Month view

Status in GNOME Calendar:
  Invalid
Status in gnome-calendar package in Ubuntu:
  Triaged
Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Do a fresh instlal of 16.04 daily
  2. Open Calendar app
  3. Click on Today

  EXPECTED:
  I expect it to open in day view on today

  ACTUAL:
  Button depresses but has no effect on the application

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calendar/+bug/1551744/+subscriptions

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


[Touch-packages] [Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-19 Thread Tim Peeters
@zsombi, for the Labels, please report a separate bug.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  [SDK] Need a standard way to make an Icon look disabled

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  [Updated description]

  Right now if one wants to use an Icon inside a ListItem.Empty or any other 
AbstractButton derived class, and disable the item, there is no standard way to 
make the Icon look disabled without directly affecting its opacity and/or 
colorization.
  Haviing a standard way to do this would help promoting consistency in the UI.

  --- UX Solution ---
  Agreed. Disabled icons should have 30% opacity by default, but that can be 
changed by the App developer

  –––

  Desired solution:

  Adjust the opacity to 30% (0.3) for all disabled icons. This will be
  consistent with our disabled states on buttons.

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

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


[Touch-packages] [Bug 989819] Re: Make duplicate signature more specific for DBusException and OSError

2016-03-19 Thread Martin Pitt
Implemented in apport trunk r3066.

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

** Also affects: apport (Ubuntu Xenial)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: Fix Committed

** Also affects: apport (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  Make duplicate signature more specific for DBusException and OSError

Status in Daisy:
  Confirmed
Status in apport package in Ubuntu:
  Fix Committed
Status in apport source package in Trusty:
  Triaged
Status in apport source package in Xenial:
  Fix Committed

Bug description:
  Looking through some db bug examples and saw some incorrect bug
  associations, one example

  "Traceback (most recent call last):
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 62, in wrapper
  res = f(*args, **kwargs)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 74, in wrapper
  res = f(*args, **kwargs)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 1090, in on_combobox_locale_chooser_changed
  self.writeUserFormats()
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 775, in writeUserFormats
  self.writeUserFormatsSetting(userFormats=code)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/LanguageSelector.py", line 
71, in writeUserFormatsSetting
  iface.SetFormatsLocale(macr['SYSLOCALE'])
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in 
__call__
  return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in 
__call__
  **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
  message, timeout)
  DBusException: org.freedesktop.Accounts.Error.PermissionDenied: Not 
authorized"

  has been associated to
  https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/930785

  "Traceback (most recent call last):
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 62, in wrapper
  res = f(*args, **kwargs)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 74, in wrapper
  res = f(*args, **kwargs)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 1081, in on_combobox_locale_chooser_changed
  self.writeUserFormats()
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 775, in writeUserFormats
  self.writeUserFormatsSetting(userFormats=code)
File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/LanguageSelector.py", line 
71, in writeUserFormatsSetting
  iface.SetFormatsLocale(macr['SYSLOCALE'])
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in 
__call__
  return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in 
__call__
  **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
  message, timeout)
  DBusException: org.freedesktop.Accounts.Error.Failed: 'bg_BG.UTF-8' is not a 
valid locale name"

  
  The "functions signature" is the same, the exceptions are different though, 
it should probably consider that as part of the signature

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

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


[Touch-packages] [Bug 1555831] Re: Miss call removes the sound icon in the notification bar

2016-03-19 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: Confirmed => In Progress

** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Miss call removes the sound icon in the notification bar

Status in Canonical System Image:
  Fix Committed
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  phone: Mako
  channel rc-proposed
  15.04 r.258

  When i get a miss call i can see that the sound icon has disappeared
  in the notification area. The way to get it back is triggering a
  volume change.

  You can also notice the icon is disappearing when the notification is
  shown for the call if you do not  take the call the icon will not show
  up until you mess around with a volume change. If you take the call
  the icon will come back.

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

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


[Touch-packages] [Bug 1556461] Re: unity8 crashed with signal 5 in g_settings_get_value() on 16.04 with Sandybridge

2016-03-19 Thread Albert Astals Cid
GSettingsQt is asking for show-desktopicons when it should be asking for
show-desktop-icons.

if.gnu.linux can you please attach the
/usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.xml
file from your computer?

Also what is the output of running "locale" in a terminal?

** Information type changed from Private to Public

** Also affects: gsettings-qt (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  unity8 crashed with signal 5 in g_settings_get_value() on 16.04 with
  Sandybridge

Status in gsettings-qt package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  I can not log in to Unity8 session on Ubuntu 16.04. When I try to log
  in to Unity8 session, only a black screen is shown. And when I return
  to Unity7 session, I get a crash report from apport.

  To get to the default (unity7) session:
  1- CTRL+ALT+F1
  2- Log in
  3- sudo systemctrl restart lightdm

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.11+16.04.20160310.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Sat Mar 12 19:16:58 2016
  ExecutablePath: /usr/bin/unity8
  InstallationDate: Installed on 2016-01-16 (55 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160116)
  ProcCmdline: unity8
  Signal: 5
  SourcePackage: unity8
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_settings_get_value () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   QGSettings::get(QString const&) const () from 
/usr/lib/x86_64-linux-gnu/libgsettings-qt.so.1
   GSettingsQml::componentComplete() () from 
/usr/lib/x86_64-linux-gnu/qt5/qml/GSettings.1.0/libGSettingsQmlPlugin.so
  Title: unity8 crashed with signal 5 in g_settings_get_value()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsettings-qt/+bug/1556461/+subscriptions

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


[Touch-packages] [Bug 1558125] Re: ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

2016-03-19 Thread Mathieu Trudel-Lapierre
** Changed in: ntp (Ubuntu)
   Status: New => Triaged

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

** Tags added: rls-x-incoming

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

Title:
  ntpd doesn't synchronize to local clock (ntpd 4.2.8p4/xenial)

Status in ntp package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 16.04 (Xenial Xerus development branch)
  ntpd version: 1:4.2.8p4+dfsg-3ubuntu3
  Source available at: http://packages.ubuntu.com/source/xenial/ntp

  Using the local clock as a source for ntpd doesn't work anymore

  This appears to have already been fixed in  4.2.8p5 as per the bug report 
referenced below
  http://bugs.ntp.org/show_bug.cgi?id=2965

  
  Sample config extract from /etc/ntp.conf:
  server 127.127.1.0
  fudge 127.127.1.0 stratum 3

  
  Results from ntpq, we would expected the server to be reachable and synced :
  # ntpd -p
   remote   refid  st t when poll reach   delay   offset  jitter
  ==
   LOCAL(0).LOCL.   3 l-   6400.0000.000   0.000

  # ntpq 
  ntpq> as

  ind assid status  conf reach auth condition  last_event cnt
  =
1  4979  8011   yes nonone reject   mobilize   1

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

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


[Touch-packages] [Bug 1550726] Re: [apt-utils] Some packages are missing in Packages built by apt-ftparchive

2016-03-19 Thread jean-christophe manciot
Actually, the story is not over: it is not definitive to have only one section 
to workaround this issue.
All the packages which are missing from "Packages" have a common point: all of 
them have at least a different value in one of the fields in their "control" 
file than their previous release.

For example, one of gns3-gui_1.4.5 dependencies has changed as compared
to gns3-gui_1.4.4: gns3-net-converter instead of gns3-converter; here
are both control files:

Package: gns3-gui
Priority: extra
Section: net
Installed-Size: 23396
Maintainer: Jean-Christophe Manciot 
Architecture: amd64
Version: 1.4.4-11
Depends: 
gns3-converter,python3,python3-setuptools,python3-pyqt5,python3-pyqt5.qtsvg,python3-pyqt5.qtwebkit,python3-libcloud,python3-requests,python3-paramiko,python3-configobj
Provides: gns3-gui
Description: GNS3 GUI controls the server using a HTTP REST API.

Package: gns3-gui
Priority: extra
Section: net
Installed-Size: 23344
Maintainer: Jean-Christophe Manciot 
Architecture: amd64
Version: 1.4.5-11
Depends: 
gns3-net-converter,python3,python3-setuptools,python3-pyqt5,python3-pyqt5.qtsvg,python3-pyqt5.qtwebkit,python3-libcloud,python3-requests,python3-paramiko,python3-configobj
Provides: gns3-gui
Description: GNS3 GUI controls the server using a HTTP REST API.

In that case, the last package - gns3-gui_1.4.5 - is missing from
'Packages".

Another example: I have changed the section and maintainer values
between virt-viewer_3.0 and virt-viewer_3.1:

Package: virt-viewer
Priority: extra
Section: checkinstall
Installed-Size: 6488
Maintainer: manciot.jeanchristo...@gmail.com
Architecture: amd64
Version: 3.0-11
Depends: openssh-client,desktop-file-utils,spice-client-gtk,libcelt051
Provides: virt-viewer
Description: The virt-viewer application is a lightweight interface for 
interacting with the graphical display of virtualized guest OS.
 It can display VNC or SPICE, and uses libvirt to lookup the graphical 
connection details.

Package: virt-viewer
Priority: extra
Section: utils
Installed-Size: 6620
Maintainer: Jean-Christophe Manciot 
Architecture: amd64
Version: 3.1-11
Depends: openssh-client,desktop-file-utils,spice-client-gtk,libcelt051
Provides: virt-viewer
Description: The virt-viewer application is a lightweight interface for 
interacting with the graphical display of virtualized guest OS.
 It can display VNC or SPICE, and uses libvirt to lookup the graphical 
connection details.

Again, the last version - virt-viewer_3.1 is missing from "Packages".

Obviously, not all fields are affected by this issue; apt-ftparchive
accepts that some of them may change (Installed-Size, Version,...), but
others cannot when they could.

I will change the title of this thread to reflect that.


** Summary changed:

- [apt-utils] Some packages are missing in Packages built by apt-ftparchive
+ [apt-utils] Changing "Section", "Maintainer" or "Depends" (and probably some 
others) fields in a control file makes apt-ftparchive miss the new package in 
"Packages" file.

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

Title:
  [apt-utils] Changing "Section", "Maintainer" or "Depends" (and
  probably some others) fields in a control file makes apt-ftparchive
  miss the new package in "Packages" file.

Status in apt package in Ubuntu:
  New

Bug description:
  On Linux 4.2.0-30-generic #36-Ubuntu SMP Fri Feb 26 00:58:07 UTC 2016 x86_64 
GNU/Linux
  with apt-utils  1.0.10.2 corresponding to previously named issue 
"apt-ftparchive reports wrong file size and checksums in Packages"
  Cf. post #2 which matches the current bug description with apt-utils 1.2.4.

  Generating Packages with (apt-ftparchive.conf is attached below.):
  apt-ftparchive generate --contents=off ./apt-ftparchive.conf
  Generated Packages contains:
  #
  Package: nemo
  ...
  Installed-Size: 9508
  ...
  Version: 2.8.6-11
  ...
  Filename: dists/wily/system-tools/binary-amd64/nemo_2.8.6-11_amd64.deb
  Size: 1392338
  MD5sum: de162d539df28402f54761f671259278
  SHA1: fb5ebacfc032071d3715dce18640deb649732048
  SHA256: d0c52eb9bd8224e3d876dc6426ccc1ed49f975038152c53faacd5e71e0a19a33
  SHA512: 
e1cc7eb9865c9f3f5a8d4a8f4406862617e285a080bf6c894b3295088a4406a149b53e27ae379c43335a4231e60966f7068412e93173a6e9bfaa8c48b43ac616
  #

  However, on disk, we have very different file size & checksums:
  ll nemo*
  -rw-r--r-- 1 actionmystique actionmystique 1082324 Feb 27 15:01 
nemo_2.8.6-11_amd64.deb

  md5sum nemo_2.8.6-11_amd64.deb
  68d5c945d9ccd9d3d2807ba46e33cc42  nemo_2.8.6-11_amd64.deb

  If we generate Packages differently with:
  apt-ftparchive packages . > Packages
  Generated Packages contains this time correct file size & checksums:
  #
  Package: nem

[Touch-packages] [Bug 1532953] Re: Error: Cannot assign to non-existent property "activeFocusOnPress"

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Low

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Error: Cannot assign to non-existent property "activeFocusOnPress"

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  When launching webbrowser-app on the latest rc-proposed touch images,
  I’m seeing the following errors in the console:

  
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/TextField.qml:926:
 Error: Cannot assign to non-existent property "activeFocusOnPress"
  
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/TextField.qml:902:
 Error: Cannot assign to non-existent property "activeFocusOnPress"

  I’ve been seeing those for a few weeks now, but forgot to report the
  bug until now, as browser functionality doesn’t seem to be degraded.

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

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


[Touch-packages] [Bug 1556447] Re: lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found

2016-03-19 Thread Serge Hallyn
The EBUSY errors from lxc-init mounts are ok, it's because lxc has
already mounted those (by following the automatically included
configuration files).

i'd expect eperm for the /sys/kernel/debug mount, because you're not
allowed to read under /sys/kernel/debug.  But strace shows that by hand
i also get einval.  So nothing here is unexpected or (so long as it
doesn't break anything for you) needing a bug.

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

Title:
  lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no
  systemd controller mountpoint found

Status in lxc package in Ubuntu:
  Fix Released
Status in lxcfs package in Ubuntu:
  Fix Released

Bug description:
  On Ubuntu Xenial pre-release, I see the following, so can't start a
  container:

  [swarren@sprint ~]$ lxc-create -t download -n t2 -- -d ubuntu -r trusty -a 
amd64
  Using image from local cache
  Unpacking the rootfs

  ---
  You just created an Ubuntu container (release=trusty, arch=amd64, 
variant=default)

  To enable sshd, run: apt-get install openssh-server

  For security reason, container images ship without user accounts
  and without a root password.

  Use lxc-attach or chroot directly into the rootfs to set a root password
  or create user accounts.

  
  swarren@sprint ~]$ lxc-start -n t2 -d
  lxc-start: lxc_start.c: main: 344 The container failed to start.
  lxc-start: lxc_start.c: main: 346 To get more details, run the container in 
foreground mode.
  lxc-start: lxc_start.c: main: 348 Additional information can be obtained by 
setting the --logfile and --logpriority options.

  
  [swarren@sprint ~]$ lxc-start -n t2 -d -o /dev/stdout -l debug -F
lxc-start 20160312101415.704 INFO lxc_start_ui - 
lxc_start.c:main:264 - using rcfile /home/swarren/.local/share/lxc/t2/config
lxc-start 20160312101415.705 WARN lxc_confile - 
confile.c:config_pivotdir:1859 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 20160312101415.705 INFO lxc_confile - 
confile.c:config_idmap:1495 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 20160312101415.705 INFO lxc_confile - 
confile.c:config_idmap:1495 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 20160312101415.707 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - 
LSM security driver AppArmor
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:446 - Adding native rule for reject_force_umount 
action 0
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:216 - Setting seccomp rule to reject force umounts

lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:449 - Adding compat rule for reject_force_umount 
action 0
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:216 - Setting seccomp rule to reject force umounts

lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .[all].
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .kexec_load errno 1.
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:446 - Adding native rule for kexec_load action 327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:449 - Adding compat rule for kexec_load action 327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .open_by_handle_at errno 1.
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:446 - Adding native rule for open_by_handle_at action 
327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:449 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .init_module errno 1.
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:446 - Adding native rule for init_module action 327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:449 - Adding compat rule for init_module action 327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:342 - processing: .finit_module errno 1.
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:446 - Adding native rule for finit_module action 
327681
lxc-start 20160312101415.708 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:449 - Adding compat rule fo

[Touch-packages] [Bug 1557836] Re: gnutls.pc contains unrecognized command line option -R

2016-03-19 Thread Brian Murray
** Tags added: trusty wily

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

Title:
  gnutls.pc contains unrecognized command line option -R

Status in gnutls26 package in Ubuntu:
  New

Bug description:
  $ pkg-config --libs --static gnutls
  -L/usr/lib/x86_64-linux-gnu -lgnutls -lz -R/usr/lib/x86_64-linux-gnu 
-lp11-kit -lgmp -lhogweed -lgmp -lnettle -ltasn1 -lp11-kit -lz 

  $ grep -e -R /usr/lib/x86_64-linux-gnu/pkgconfig/*.pc
  /usr/lib/x86_64-linux-gnu/pkgconfig/gnutls.pc:Libs.private: 
-L/usr/lib/x86_64-linux-gnu -lz -R/usr/lib/x86_64-linux-gnu -lp11-kit
-lgmp

  That -R looks innocent, but it's not.  Libs.private is passed to gcc,
  not to ld, so it needs to use -Wl,-rpath... what am I saying, it
  shouldn't be passing an rpath at all, should it?

  Anyway, the -R has to go, it causes build failure for any app that
  uses pkg-config --static --libs gnutls

  This bug was not present in ubuntu 12.04, but is present in both
  ubuntu 14.04 and ubuntu 15.10.

  The workaround for affected developers is to ham-fistedly remove the
  -R/usr/lib/x86_64-linux-gnu from /usr/lib/x86_64-linux-
  gnu/pkgconfig/gnutls.pc

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

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


[Touch-packages] [Bug 1513813] Re: unity8 windowed mode should cascade

2016-03-19 Thread John Lea
@lukas-kde @saviq I've updated the bug description to clarify this
change, but I've got a question about the original description - what
exactly was meant by 'cascade'? If this is what I think it means e.g.
display the windows in a diagonal stack then this is not the desired
behavior.  We should restore all windows to as close to their original
sizes and positions when switching back to windowed mode.

When a user switches back to windowed mode on a different
size/resolution display (as is very possible in the convergence case),
then we should follow the logic described in the MIR spec for how the
windows sizes and positions are modified as minimally as possible to fit
onto the new screen size.  See the section titled "When a display
shrinks, rotates, or is removed" in spec
https://docs.google.com/document/d/1L85DdfDd3lDbvchYbgQ45C_lJ1IeTMG4uc7Nuq_XdAE/edit#heading=h.lo6wjg7251og
(private document).

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

Title:
  unity8 windowed mode should cascade

Status in Canonical System Image:
  In Progress
Status in Canonical Pocket Desktop:
  In Progress
Status in Ubuntu UX:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  when launching transitioning to windowed mode or launching
  applications in windowed mode, each window by default is the same size
  and locates to the same default location.

  --
  Desired resolution:

  - Window/Surface state should be remembered so that if a user switches
  from windowed mode to staged mode, when the user then switches back to
  windowed mode the windows should be restored to their previous
  windowed mode sizes and positions.

  - This also applies to staged mode e.g. if a surface was in the
  sidestage, when the user switches back to staged mode the surface
  should still be in the side stage.

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

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


[Touch-packages] [Bug 1531457] Re: AppHeader has no background

2016-03-19 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  AppHeader has no background

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  The clipping of the Page not to overlap with the AppHeader (which has
  transparent background) was removed in this MR:
  https://code.launchpad.net/~zsombi/ubuntu-ui-
  toolkit/bottomEdge/+merge/278336

  So in the AdaptivePageLayout, the Page contents, and the header
  contents may now overlap, and because the AppHeader has no background,
  that is wrong.

  The AppHeader in MainView still has the clipping enabled, but this may
  poorly affect performance and it is no longer needed if we give the
  header a background, as is the case in all the new designs.

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

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


[Touch-packages] [Bug 1541079] Re: mp4 video not displaying after ota-9 update

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

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

Title:
  mp4 video not displaying after ota-9 update

Status in Canonical System Image:
  Incomplete
Status in media-hub package in Ubuntu:
  Incomplete
Status in mediaplayer-app package in Ubuntu:
  Incomplete

Bug description:
  After installing the OTA-9 update to my BQ Aquaris 4.5, mp4 video
  files no longer display in media player. I get a white screen and no
  video (but the sound plays ok). The videos used to play fine up until
  OTA-9 was installed.

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

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


[Touch-packages] [Bug 1465634] Re: $PATH is wrong

2016-03-19 Thread Sworddragon
This issue appears if I login with LXDM into my LXDE desktop. I'm not
sure if this issue comes then from lxdm or lxsession.

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

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

Title:
  $PATH is wrong

Status in pam package in Ubuntu:
  New

Bug description:
  I'm using Ubuntu 15.10 dev and I'm noticing that I'm getting an
  unexpected $PATH on a terminal with my user:

  sworddragon@ubuntu:~$ echo $PATH
  /bin:/usr/bin:/sbin:/usr/sbin

  
  On the console all is fine and for root on the console and a terminal all is 
fine too. /etc/environment contains 
"PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games""
 and I couldn't figure out why only my user on a terminal gets the wrong path.

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

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


[Touch-packages] [Bug 1559415] [NEW] Recent Nvidia Update Kernal

2016-03-19 Thread John
Public bug reported:

seems to be the most recent one released

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Mar 19 00:42:26 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Subsystem: Dell Device [1028:0527]
 NVIDIA Corporation GK104 [GeForce GTX 660 OEM] [10de:1185] (rev a1) (prog-if 
00 [VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:098a]
InstallationDate: Installed on 2016-03-19 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Alienware Alienware X51
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic.efi.signed 
root=UUID=db85ee26-0c85-406e-a967-c22fccfcbb8a ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/27/2012
dmi.bios.vendor: Alienware
dmi.bios.version: A11
dmi.board.name: 06G6JW
dmi.board.vendor: Alienware
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Alienware
dmi.chassis.version: 00
dmi.modalias: 
dmi:bvnAlienware:bvrA11:bd12/27/2012:svnAlienware:pnAlienwareX51:pvr00:rvnAlienware:rn06G6JW:rvrA00:cvnAlienware:ct3:cvr00:
dmi.product.name: Alienware X51
dmi.product.version: 00
dmi.sys.vendor: Alienware
version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sat Mar 19 00:37:38 2016
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVideo BusKEYBOARD, id 7
 inputPower Button KEYBOARD, id 8
 inputLogitech M310MOUSE, id 9
 inputLogitech K520KEYBOARD, id 10
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug ubuntu wily

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

Title:
  Recent Nvidia Update Kernal

Status in xorg package in Ubuntu:
  New

Bug description:
  seems to be the most recent one released

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Mar 19 00:42:26 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Subsystem: Dell Device [1028:0527]
   NVIDIA Corporation GK104 [GeForce GTX 660 OEM] [10de:1185] (rev a1) (prog-if 
00 [VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:098a]
  InstallationDate: Installed on 2016-03-19 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Alienware Alienware X51
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic.efi.signed 
root=UUID=db85ee26-0c85-406e-a967-c22fccfcbb8a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/27/2012
  dmi.bios.vendor: Alienware
  dmi.bios.version: A11
  dmi.board.name: 06G6JW
  dmi.board.vendor: Alienware
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: 00

[Touch-packages] [Bug 1558597] Re: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: './usr/share/man/man8/pam_umask.8.gz' is different from the same file on the system

2016-03-19 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 pam in Ubuntu.
https://bugs.launchpad.net/bugs/1558597

Title:
  package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade:
  './usr/share/man/man8/pam_umask.8.gz' is different from the same file
  on the system

Status in pam package in Ubuntu:
  New

Bug description:
  Error during install using update manager

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libpam-modules 1.1.3-7ubuntu2.2
  ProcVersionSignature: Ubuntu 3.2.0-101.141-generic 3.2.76
  Uname: Linux 3.2.0-101-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.14
  Architecture: amd64
  Date: Thu Mar 17 15:40:24 2016
  DuplicateSignature: 
package:libpam-modules:1.1.3-7ubuntu2.2:'./usr/share/man/man8/pam_umask.8.gz' 
is different from the same file on the system
  ErrorMessage: './usr/share/man/man8/pam_umask.8.gz' is different from the 
same file on the system
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: pam
  Title: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: 
'./usr/share/man/man8/pam_umask.8.gz' is different from the same file on the 
system
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1559144] Re: python3.5 crashed with SIGABRT in g_assertion_message()

2016-03-19 Thread Matthias Klose
most likely an issue with a pygobject binding. might also help to attach
the test.py.


** Package changed: python3.5 (Ubuntu) => pygobject (Ubuntu)

** Information type changed from Private to Public

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

Title:
  python3.5 crashed with SIGABRT in g_assertion_message()

Status in pygobject package in Ubuntu:
  New

Bug description:
  Bug

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: python3.5-minimal 3.5.1-6ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-13-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Fri Mar 18 16:20:15 2016
  ExecutablePath: /usr/bin/python3.5
  InstallationDate: Installed on 2016-03-10 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160310)
  ProcCmdline: python3.5 test.py
  Signal: 6
  SourcePackage: python3.5
  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/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: python3.5 crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1553657] Re: Clicking on camera & microphone settings crashes app on mako & flo

2016-03-19 Thread Simon Fels
libhybris/android related problem. Nothing with camera-app

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Clicking on camera & microphone settings crashes app on mako & flo

Status in libhybris package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  On latest RC-proposed (255?) on my mako.

  I go to Settings, Privacy & Permissions, then click on Camera &
  Microphone. Get a crash or freeze each time I've tried it. (but no
  crash file?)

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

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


[Touch-packages] [Bug 1557915] Re: bgra support broken on Mali T760

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

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Confirmed

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

Title:
  bgra support broken on Mali T760

Status in Canonical System Image:
  Triaged
Status in qtbase-opensource-src package in Ubuntu:
  Confirmed
Status in qtbase-opensource-src package in Ubuntu RTM:
  In Progress

Bug description:
  bgra support seems broken also on Mali T760 and should be disabled in
  qtbase.

  The consequence of this bug are black screenshots on some devices.

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

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


[Touch-packages] [Bug 1373945] Re: There is no way to set default calendar, it always takes Personal

2016-03-19 Thread Bill Filler
There was a problem with this, it's not working correctly. Working on a
fix.

** Changed in: qtorganizer5-eds (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: canonical-devices-system-image
   Status: Fix Committed => In Progress

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

Title:
  There is no way to set default calendar, it always takes Personal

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  In Progress
Status in qtorganizer5-eds package in Ubuntu:
  In Progress

Bug description:
  There is no way to set default calendar, it always takes Personal
  calender while creating an event.

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

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


[Touch-packages] [Bug 1558114] Re: package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from other in

2016-03-19 Thread matt davis
The following packages have unmet dependencies:
 libpam-modules : Recommends: update-motd but it is not installed
  Breaks: libpam-modules:i386 (!= 1.1.8-3.1ubuntu3.1) but 
1.1.8-3.1ubuntu3 is installed
 libpam-modules:i386 : PreDepends: libpam-modules-bin:i386 (= 1.1.8-3.1ubuntu3)
   Recommends: update-motd:i386 but it is not installable
   Breaks: libpam-modules (!= 1.1.8-3.1ubuntu3) but 
1.1.8-3.1ubuntu3.1 is installed

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

Title:
  package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

Status in pam package in Ubuntu:
  Triaged
Status in pam source package in Wily:
  New

Bug description:
  E: /var/cache/apt/archives/libpam-modules_1.1.8-3.1ubuntu3.1_i386.deb:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libpam-modules 1.1.8-3.1ubuntu3.1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Mar 16 10:47:24 2016
  DuplicateSignature: package:libpam-modules:1.1.8-3.1ubuntu3.1:trying to 
overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from 
other instances of package libpam-modules:i386
  ErrorMessage: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', 
which is different from other instances of package libpam-modules:i386
  InstallationDate: Installed on 2013-03-15 (1097 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130314)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: pam
  Title: package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is 
different from other instances of package libpam-modules:i386
  UpgradeStatus: Upgraded to wily on 2015-10-23 (145 days ago)

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

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


[Touch-packages] [Bug 1544479] Re: Black layer when device switches from window to stage mode and side-stage open

2016-03-19 Thread Michał Sawicz
** Branch linked: lp:~unity-team/unity8/side-stage-redesign

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

Title:
  Black layer when device switches from window to stage mode and side-
  stage open

Status in Canonical System Image:
  In Progress
Status in Canonical Pocket Desktop:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  bq-aquaris-pd.en 18

  On a device with side stage support.

  Test Case:
  1. In staged mode, open system-settings
  2. Pair a mouse and keyboard to switch to window mode
  3. Set system-settings to full-screen
  4. Unpair the mouse and keyboard

  Expected Result
  System-settings is on the side and the dash is visible 

  Actual Result
  System-settings is on the side but there is a black overlay on top of the 
dash.

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

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


[Touch-packages] [Bug 1558856] Re: login goes in loop after nvidia cuda driver install

2016-03-19 Thread rpawar7
** Description changed:

  The login goes in a loop. This happened after I had stopped the X server
  to install Nvidia Cuda Drivers.
  
  I tried reinstalling the gnome settings , xorg and some other fixes
  which were commonly available on the internet for the problem of login
  going in a loop.
  
- I think the problem is in the xserver config file.
+ I think the problem is in the xserver config file. The Xorg.o.log says
+ the following errors
+ 
+ 1) KMS not enabled.
+ 2) Failed to initialize GLX extension ( Comapatible NVIDIA X driver not found 
)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Mar 17 20:14:26 2016
  InstallationDate: Installed on 2015-02-04 (407 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   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)

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

Title:
  login goes in loop after nvidia cuda driver install

Status in lightdm package in Ubuntu:
  New

Bug description:
  The login goes in a loop. This happened after I had stopped the X
  server to install Nvidia Cuda Drivers.

  I tried reinstalling the gnome settings , xorg and some other fixes
  which were commonly available on the internet for the problem of login
  going in a loop.

  I think the problem is in the xserver config file. The Xorg.o.log says
  the following errors

  1) KMS not enabled.
  2) Failed to initialize GLX extension ( Comapatible NVIDIA X driver not found 
)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Mar 17 20:14:26 2016
  InstallationDate: Installed on 2015-02-04 (407 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   TERM=linux
   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/1558856/+subscriptions

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


[Touch-packages] [Bug 1559041] [NEW] White square displayed playing video is landscape mode + full screen

2016-03-19 Thread Víctor R . Ruiz
Public bug reported:

Test case.
- Open YouTube.
- Play a video.
- Switch to full screen mode.
- Rotate the device to landscape mode.

Expected result.
- Video is played at full screen in landscape view.

Actual result.
- A white square is displayed on the right side.

current build number: 276
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en

** Affects: canonical-devices-system-image
 Importance: Undecided
 Status: New

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


** Tags: qa-silo

** Attachment added: "screenshot20160318_113136052.png"
   
https://bugs.launchpad.net/bugs/1559041/+attachment/4603096/+files/screenshot20160318_113136052.png

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

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

Title:
  White square displayed playing video is landscape mode + full screen

Status in Canonical System Image:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Test case.
  - Open YouTube.
  - Play a video.
  - Switch to full screen mode.
  - Rotate the device to landscape mode.

  Expected result.
  - Video is played at full screen in landscape view.

  Actual result.
  - A white square is displayed on the right side.

  current build number: 276
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en

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

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


[Touch-packages] [Bug 1556459] Re: [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus)

2016-03-19 Thread Christopher M. Penalver
Paul Ortyl, unfortunately, testing prior xorg versions tends not to be
as clean. Despite this, given you have tested release, let this be
marked Triaged for now.

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

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

Title:
  [Lenovo ThinkPad W530] Regression: cannot set up 3 display
  configuration any more (Optimus)

Status in xorg package in Ubuntu:
  Triaged

Bug description:
  I cannot set up the third monitor any more (it was working beginning
  of March 2016 with Ubuntu 16.04).

  The configuration with NVIDIA Optimus starts with builtin display (of
  Thinkpad W530) and one of (3K) monitors, the second monitor is
  detected, but not used.

  The unity configuration tool shows me two message boxes:

  "The selected configuration for displays could not be applied
  could not set the configuration for CRTC 64"

  and

  "Failed to apply configuration: %s

  
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gsd_2drr_2derror_2dquark.Code2: 
could not set the configuration for CRTC 64
  "

  The first one I have seen at boot time on login screen (with 3
  displays) previously, the second one is new.

  The third monitor works if Optimus gets disabled in  BIOS and the
  machine runs with Nvidia only

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Mar 12 18:44:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.16, 4.4.0-10-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-11-generic, x86_64: installed
   virtualbox, 5.0.16, 4.4.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo 3rd Gen Core processor Graphics Controller [17aa:21f5]
   NVIDIA Corporation GK107GLM [Quadro K2000M] [10de:0ffb] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Lenovo GK107GLM [Quadro K2000M] [17aa:21f5]
  InstallationDate: Installed on 2016-02-25 (15 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160225)
  MachineType: LENOVO 2447MU0
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-12-generic 
root=UUID=c01ceec8-4b0c-447f-af8f-3e9c4ae90e15 ro rootflags=subvol=@ quiet 
splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ETA3WW (2.63 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2447MU0
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ETA3WW(2.63):bd09/18/2015:svnLENOVO:pn2447MU0:pvrThinkPadW530:rvnLENOVO:rn2447MU0:rvr0B98401WIN:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2447MU0
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+16.04.20160209-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.1-1ubuntu4
  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.6.1-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160218-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Sat Mar 12 18:30:45 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.1-1ubuntu4

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

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


[Touch-packages] [Bug 1555548] Re: Dialog and Popover have no attached theme property

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/dialog-theme

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

Title:
  Dialog and Popover have no attached theme property

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  In order to give the Dialog a different theme from the rest of an app,
  we need to set the theme property, as is done in the example of the
  theming tutorial in file:///usr/share/ubuntu-ui-toolkit/doc/html
  /ubuntu-theming-subtheming.html (ubuntu-ui-toolkit-doc package):

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import Ubuntu.Components.Popups 1.3
  MainView {
  width: units.gu(40)
  height: units.gu(71)

  applicationName: "subthemed"

  // make sure the main theme is Ambiance
  theme.name: "Ubuntu.Components.Themes.Ambiance"

  Component {
  id: dialogComponent
  Dialog {
  id: dialog
  title: "Input dialog"
  // the dialog and its children will use SuruDark
  theme: ThemeSettings {
  name: "Ubuntu.Components.Themes.SuruDark"
  }
  TextField {
  placeholderText: "enter text"
  }
  Button {
  text: "Close"
  onClicked: PopupUtils.close(dialog)
  }
  }
  }

  Button {
  text: "Open dialog"
  onClicked: PopupUtils.open(dialogComponent)
  }
  }

  However, this gives the following error file:///home/tim/test.qml:19 Cannot 
assign to non-existent property "theme"
  because Dialog is not a StyledItem.

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

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


[Touch-packages] [Bug 1549256] Re: UbuntuTestCase's flick() function is unreliable, does not always flick a Flickable

2016-03-19 Thread Timo Jyrinki
** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  UbuntuTestCase's flick() function is unreliable, does not always flick
  a Flickable

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  revision 1864

  System setup: Vivid + Overlay PPA (i.e. same as phones/tablets)

  libqt5qml5:
    Installed: 5.4.1-1ubuntu11~overlay3
  libqt5core5a:
    Installed: 5.4.1+dfsg-2ubuntu11~vivid4

  UbuntuTestCase provides a flick() function whose main purpose is to
  produce a flick event when executed on Flickable.

  I noticed that this does not always happen, causing flakiness of some
  of the UITK tests (in my case, it's the Scrollbar/ScrollView tests I'm
  working on)

  Here is a test case that reproduces the issue, once every 10-200 runs,
  depending on the configuration (I use a simple script to run it until
  it fails)

  Please note that uncommenting the debug lines such as onMovingChanged
  onFlickingChanged will make it harder to reproduce the bug.

  Enabling QT_LOGGING_RULES="qt.quick.mouse.debug=true" or
  onContentYChanged will make it even harder.

  Since I already went through the effort, I'm posting here the debug log 
coming from the failed and successful runs:
  - Typical failed run ---> http://pastebin.ubuntu.com/15186789/ Note how 
"flicking" never becomes true
  - Typical successful run ---> http://pastebin.ubuntu.com/15186784/

  - Failed test with qt.quick.mouse.debug=true  --> 
http://pastebin.ubuntu.com/15186851/
  - Successful test with qt.quick.mouse.debug=true -> 
http://pastebin.ubuntu.com/15186853/

  Here's the code I used to reproduce the bug:

  import QtQuick 2.4
  import QtTest 1.0
  import Ubuntu.Test 1.0
  import Ubuntu.Components 1.3
  import Ubuntu.Components.Styles 1.3
  import QtQml.Models 2.1

  Item {
  id: main
  width: units.gu(50)
  height: units.gu(100)

  SignalSpy {
  id: signalSpy
  }
  SignalSpy {
  id: anotherSignalSpy
  }

  Item {
  anchors.fill: parent
  Item {
  width: units.gu(20)
  height: units.gu(30)
  property alias flickable: freshFlickable
  Flickable {
  id: freshFlickable
  anchors.fill: parent
  contentHeight: content.height
  contentWidth: content.width
  clip: true
  //onContentYChanged: console.log(contentY)
  //onMovingChanged: console.log("MOVING", moving)
  //onFlickingChanged: console.log("FLICKING", flicking)
  Rectangle {
  id: content
  width: units.gu(40)
  height: units.gu(200)
  color: "blue"
  }
  }
  }
  }

  UbuntuTestCase {
  name: "FlickBug"
  when: windowShown

  function setupSignalSpy(spy, target, signalName) {
  spy.clear()
  //reset signalName otherwise it will look for the old signalName 
in the new target
  spy.signalName = ""
  spy.target = target
  spy.signalName = signalName
  }

  function test_flickUbuntuTestCase() {
  setupSignalSpy(signalSpy, freshFlickable, "movingChanged")
  flick(freshFlickable, 50, 50, -units.gu(10), -units.gu(10))
  signalSpy.wait()
  compare(signalSpy.count, 1, "No movingChanged signal after 
simulating a flick.")
  }
  }
  }

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

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


[Touch-packages] [Bug 1539209] Re: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

2016-03-19 Thread Fabio Marconi
!!USB Mixer information
!!-
--startcollapse--

USB Mixer: usb_id=0x139701b0, ctrlif=0, ctlerr=0
Card: BEHRINGER UMX 610 at usb-:00:1d.1-2, full speed
--endcollapse--

!!---Mixer controls for card 2 [U610]

Card hw:2 'U610'/'BEHRINGER UMX 610 at usb-:00:1d.1-2, full speed'
  Mixer name: 'USB Mixer'
  Components: 'USB1397:01b0'
  Controls  : 0
  Simple ctrls  : 0


** Attachment added: "alsa-info.txt.wNiUW634SV"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1539209/+attachment/4603120/+files/alsa-info.txt.wNiUW634SV

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

Title:
  pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Appears randomly.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:7.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0p:   potato12883 F...m pulseaudio
   /dev/snd/controlC0:  potato12883 F pulseaudio
   /dev/snd/controlC1:  potato12883 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jan 28 22:16:03 2016
  ExecutablePath: /usr/bin/pulseaudio
  InstallationDate: Installed on 2016-01-17 (11 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=ru_RU.UTF-8
   LANGUAGE=ru
   XDG_RUNTIME_DIR=
  Signal: 6
  SourcePackage: pulseaudio
  StacktraceTop:
   pa_alsa_path_set_volume () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   pa_source_process_msg () from /usr/lib/libpulsecore-7.1.so
   ?? () from /usr/lib/pulse-7.1/modules/libalsa-util.so
   ?? () from /usr/lib/libpulsecore-7.1.so
  Title: pulseaudio crashed with SIGABRT in pa_alsa_path_set_volume()
  UpgradeStatus: Upgraded to xenial on 2016-01-28 (0 days ago)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 12/07/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.11
  dmi.board.name: JV71TR
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.11:bd12/07/2009:svnAcer:pnAspire7540:pvr0100:rvnAcer:rnJV71TR:rvrRev:cvnAcer:ct10:cvrNone:
  dmi.product.name: Aspire 7540
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
  modified.conffile..etc.pulse.daemon.conf: [modified]
  mtime.conffile..etc.pulse.daemon.conf: 2016-01-25T21:44:07.089113

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

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


[Touch-packages] [Bug 1558597] Re: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: './usr/share/man/man8/pam_umask.8.gz' is different from the same file on the system

2016-03-19 Thread Steve Langasek
*** This bug is a duplicate of bug 1558114 ***
https://bugs.launchpad.net/bugs/1558114

** This bug has been marked a duplicate of bug 1558114
   package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: trying 
to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different 
from other instances of package libpam-modules:i386

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

Title:
  package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade:
  './usr/share/man/man8/pam_umask.8.gz' is different from the same file
  on the system

Status in pam package in Ubuntu:
  New

Bug description:
  Error during install using update manager

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libpam-modules 1.1.3-7ubuntu2.2
  ProcVersionSignature: Ubuntu 3.2.0-101.141-generic 3.2.76
  Uname: Linux 3.2.0-101-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.14
  Architecture: amd64
  Date: Thu Mar 17 15:40:24 2016
  DuplicateSignature: 
package:libpam-modules:1.1.3-7ubuntu2.2:'./usr/share/man/man8/pam_umask.8.gz' 
is different from the same file on the system
  ErrorMessage: './usr/share/man/man8/pam_umask.8.gz' is different from the 
same file on the system
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: pam
  Title: package libpam-modules 1.1.3-7ubuntu2.2 failed to install/upgrade: 
'./usr/share/man/man8/pam_umask.8.gz' is different from the same file on the 
system
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1513813] Re: unity8 windowed mode should cascade

2016-03-19 Thread John Lea
** Description changed:

  when launching transitioning to windowed mode or launching applications
  in windowed mode, each window by default is the same size and locates to
- the same default location. would be nicer to cascade
+ the same default location.
+ 
+ --
+ Desired resolution:
+ 
+ - Window/Surface state should be remembered so that if a user switches
+ from windowed mode to staged mode, when the user then switches back to
+ windowed mode the windows should be restored to their previous windowed
+ mode sizes and positions.
+ 
+ - This also applies to staged mode e.g. if a surface was in the
+ sidestage, when the user switches back to staged mode the surface should
+ still be in the side stage.

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ux
   Status: New => In Progress

** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: ubuntu-ux
 Assignee: (unassigned) => John Lea (johnlea)

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

Title:
  unity8 windowed mode should cascade

Status in Canonical System Image:
  In Progress
Status in Canonical Pocket Desktop:
  In Progress
Status in Ubuntu UX:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  when launching transitioning to windowed mode or launching
  applications in windowed mode, each window by default is the same size
  and locates to the same default location.

  --
  Desired resolution:

  - Window/Surface state should be remembered so that if a user switches
  from windowed mode to staged mode, when the user then switches back to
  windowed mode the windows should be restored to their previous
  windowed mode sizes and positions.

  - This also applies to staged mode e.g. if a surface was in the
  sidestage, when the user switches back to staged mode the surface
  should still be in the side stage.

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

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


[Touch-packages] [Bug 1558730] [NEW] Sync libva 1.7.0-1 (universe) from Debian unstable (main)

2016-03-19 Thread Rico Tzschichholz
Public bug reported:

Please sync libva 1.7.0-1 (universe) from Debian unstable (main)

Changelog entries since current xenial version 1.6.2-2:

libva (1.7.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
- Add new driver ABI to Provides.
- Drop obsolete Breaks.
- Bump Standards Version.
- Update Vcs-*.
  * debian/copyright: Fix a path.

 -- Sebastian Ramacher   Wed, 16 Mar 2016 00:31:21
+0100

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

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

Title:
  Sync libva 1.7.0-1 (universe) from Debian unstable (main)

Status in libva package in Ubuntu:
  New

Bug description:
  Please sync libva 1.7.0-1 (universe) from Debian unstable (main)

  Changelog entries since current xenial version 1.6.2-2:

  libva (1.7.0-1) unstable; urgency=medium

* New upstream release.
* debian/control:
  - Add new driver ABI to Provides.
  - Drop obsolete Breaks.
  - Bump Standards Version.
  - Update Vcs-*.
* debian/copyright: Fix a path.

   -- Sebastian Ramacher   Wed, 16 Mar 2016
  00:31:21 +0100

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

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


[Touch-packages] [Bug 1559416] [NEW] package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-19 Thread Zsolt Balanyi
Public bug reported:

Package failed to install.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: udev 225-1ubuntu9.1
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CustomUdevRuleFiles: 99_smfpautoconf_samsung.rules 
98_smfpautoconf_samsung.rules 60-vboxdrv.rules
Date: Sat Mar 19 08:49:08 2016
DuplicateSignature: package:udev:225-1ubuntu9.1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-02-05 (42 days ago)
InstallationMedia: Ubuntu  "Wily" - Build amd64 LIVE Binary 20151022-22:44
MachineType: LENOVO 80QQ
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=b90b210d-00e1-49c5-adb1-fdb79e306e2b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: systemd
Title: package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UdevLog: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/04/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: E0CN16WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Nano 5B6
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 100-15IBD
dmi.modalias: 
dmi:bvnLENOVO:bvrE0CN16WW:bd08/04/2015:svnLENOVO:pn80QQ:pvrLenovoideapad100-15IBD:rvnLENOVO:rnNano5B6:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad100-15IBD:
dmi.product.name: 80QQ
dmi.product.version: Lenovo ideapad 100-15IBD
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package need-duplicate-check wily

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

Title:
  package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  New

Bug description:
  Package failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: udev 225-1ubuntu9.1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CustomUdevRuleFiles: 99_smfpautoconf_samsung.rules 
98_smfpautoconf_samsung.rules 60-vboxdrv.rules
  Date: Sat Mar 19 08:49:08 2016
  DuplicateSignature: package:udev:225-1ubuntu9.1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-02-05 (42 days ago)
  InstallationMedia: Ubuntu  "Wily" - Build amd64 LIVE Binary 20151022-22:44
  MachineType: LENOVO 80QQ
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=b90b210d-00e1-49c5-adb1-fdb79e306e2b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: systemd
  Title: package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UdevLog: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/04/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: E0CN16WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Nano 5B6
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 100-15IBD
  dmi.modalias: 
dmi:bvnLENOVO:bvrE0CN16WW:bd08/04/2015:svnLENOVO:pn80QQ:pvrLenovoideapad100-15IBD:rvnLENOVO:rnNano5B6:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad100-15IBD:
  dmi.product.name: 80QQ
  dmi.product.version: Lenovo ideapad 100-15IBD
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1558018] Re: Scrolling of icons in Toolbar

2016-03-19 Thread Femma
** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: ubuntu-ux
   Status: New => Fix Committed

** Description changed:

  Currently, when the icons do not all fit in the toolbar, an overflow
  button is shown that shows an overflow popover/panel when clicked. This
  needs to be replaced by icon scrolling instead.
  
  See https://docs.google.com/document/d/1F-zD6CF8YFfA-
  nAtpdRniCqwUNJhSDJVFrRO76A1M-Q/edit
+ 
+ UX solution:
+ 
https://docs.google.com/document/edit?hgd=1&id=1F-zD6CF8YFfA-nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.w16v0yn510iy
 is this not what you need?
+ 
+ https://docs.google.com/document/edit?hgd=1&id=1F-zD6CF8YFfA-
+ nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.duaef4xy7sqv

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

Title:
  Scrolling of icons in Toolbar

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  Currently, when the icons do not all fit in the toolbar, an overflow
  button is shown that shows an overflow popover/panel when clicked.
  This needs to be replaced by icon scrolling instead.

  See https://docs.google.com/document/d/1F-zD6CF8YFfA-
  nAtpdRniCqwUNJhSDJVFrRO76A1M-Q/edit

  UX solution:
  
https://docs.google.com/document/edit?hgd=1&id=1F-zD6CF8YFfA-nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.w16v0yn510iy
 is this not what you need?

  https://docs.google.com/document/edit?hgd=1&id=1F-zD6CF8YFfA-
  nAtpdRniCqwUNJhSDJVFrRO76A1M-Q#heading=h.duaef4xy7sqv

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

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


[Touch-packages] [Bug 1558010] Re: Sections keyboard control

2016-03-19 Thread Femma
** Description changed:

  Using the TAB key it must be possible to focus the Sections component in
  the header. The next TAB will go to the next focus item, and does not
  change the selected section. To change the selected section, the left
  and right arrow keys must be used.
  
- UX to be added to:
- 
https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#heading=h.4nyzngok3pt5
+ UX solution: 
+ 
https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#bookmark=id.wcaukfag4nd5

** Changed in: ubuntu-ux
   Status: In Progress => Fix Committed

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

Title:
  Sections keyboard control

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Using the TAB key it must be possible to focus the Sections component
  in the header. The next TAB will go to the next focus item, and does
  not change the selected section. To change the selected section, the
  left and right arrow keys must be used.

  UX solution: 
  
https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#bookmark=id.wcaukfag4nd5

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

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


[Touch-packages] [Bug 1283455] Re: facebook webapp does not work

2016-03-19 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1278020 ***
https://bugs.launchpad.net/bugs/1278020

** This bug has been marked a duplicate of bug 1278020
   facebook webapp dosent work with default ubuntu touch browser on desktop

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

Title:
  facebook webapp does not work

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Opening facebook webapp with the webbrowser-app produces only a blank
  screen on trusty tahr. Please fix it soon :)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webapp-container 0.23+14.04.20140219-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Feb 22 19:47:54 2014
  ExecutablePath: /usr/bin/webapp-container
  InstallationDate: Installed on 2013-11-16 (98 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: webbrowser-app
  UpgradeStatus: Upgraded to trusty on 2014-01-06 (46 days ago)

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

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


[Touch-packages] [Bug 1558654] [NEW] manpage of ubuntu-bug doesn't explain how to configure the primary browser to use

2016-03-19 Thread Karl-Philipp Richter
Public bug reported:

If multiple browsers are installed it's unclear which one is used and
how to configure the primarily used browser and fallbacks.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apport-gtk 2.20-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
NonfreeKernelModules: openafs
ApportLog:
 ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: called for pid 13876, 
signal 5, core limit 0
 ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: executable: 
/usr/sbin/synaptic (command line "/usr/sbin/synaptic")
 ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: is_closing_session(): no 
DBUS_SESSION_BUS_ADDRESS in environment
 ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: apport: report 
/var/crash/_usr_sbin_synaptic.0.crash already exists and unseen, doing nothing 
to avoid disk usage DoS
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Thu Mar 17 16:51:41 2016
InstallationDate: Installed on 2015-04-20 (332 days ago)
InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
PackageArchitecture: all
ProcEnviron:
 TERM=screen.xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to xenial on 2016-03-03 (13 days ago)

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

Title:
  manpage of ubuntu-bug doesn't explain how to configure the primary
  browser to use

Status in apport package in Ubuntu:
  New

Bug description:
  If multiple browsers are installed it's unclear which one is used and
  how to configure the primarily used browser and fallbacks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport-gtk 2.20-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  NonfreeKernelModules: openafs
  ApportLog:
   ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: called for pid 13876, 
signal 5, core limit 0
   ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: executable: 
/usr/sbin/synaptic (command line "/usr/sbin/synaptic")
   ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: is_closing_session(): no 
DBUS_SESSION_BUS_ADDRESS in environment
   ERROR: apport (pid 14058) Thu Mar 17 16:47:38 2016: apport: report 
/var/crash/_usr_sbin_synaptic.0.crash already exists and unseen, doing nothing 
to avoid disk usage DoS
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 17 16:51:41 2016
  InstallationDate: Installed on 2015-04-20 (332 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  PackageArchitecture: all
  ProcEnviron:
   TERM=screen.xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: Upgraded to xenial on 2016-03-03 (13 days ago)

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

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


[Touch-packages] [Bug 1558128] Re: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from other inst

2016-03-19 Thread Steve Langasek
*** This bug is a duplicate of bug 1558114 ***
https://bugs.launchpad.net/bugs/1558114

** This bug has been marked a duplicate of bug 1558114
   package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: trying 
to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different 
from other instances of package libpam-modules:i386

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

Title:
  package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

Status in pam package in Ubuntu:
  Confirmed

Bug description:
  During regular update.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libpam-modules 1.1.8-1ubuntu2.1
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Mar 16 08:27:33 2016
  DuplicateSignature: package:libpam-modules:1.1.8-1ubuntu2.1:trying to 
overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from 
other instances of package libpam-modules:i386
  ErrorMessage: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', 
which is different from other instances of package libpam-modules:i386
  InstallationDate: Installed on 2012-12-26 (1176 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: pam
  Title: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is 
different from other instances of package libpam-modules:i386
  UpgradeStatus: Upgraded to trusty on 2014-04-22 (694 days ago)

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

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


[Touch-packages] [Bug 1523817] Re: ComboButton needs keyboard support

2016-03-19 Thread Timo Jyrinki
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

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

Title:
  ComboButton needs keyboard support

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  In Progress

Bug description:
  The ComboButton needs to open and close with a keyboard, via
  Space/Enter key, Up/Down arrows change the current choice while the
  dropdown is visible.

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

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


[Touch-packages] [Bug 1542374] Re: bluez hung upgrade from 14.04 to 15.10

2016-03-19 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/1542374

Title:
  bluez hung upgrade from 14.04 to 15.10

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  upgrade process to ubuntu wily got stuck for > 24 hours on :

  Setting up bluez (5.35-0ubuntu2) ...
  Installing new version of config file /etc/bluetooth/input.conf ...
  Installing new version of config file /etc/bluetooth/main.conf ...
  Installing new version of config file /etc/dbus-1/system.d/bluetooth.conf ...
  Installing new version of config file /etc/init.d/bluetooth ...
  Installing new version of config file /etc/init/bluetooth.conf ...

  ended it with a ^C and kill -9 dpkg (there was a dpkg process left
  after the ^C but gdb did not glean any information from it), and then
  dpkg --configure -a successfully appeared to finish the install off.

  claims to be installed and working, now:

  bluez:
Installed: 5.35-0ubuntu2
Candidate: 5.35-0ubuntu2

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-lowlatency 3.16.7-ckt9
  Uname: Linux 3.16.0-37-lowlatency x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Fri Feb  5 10:33:26 2016
  InstallationDate: Installed on 2015-05-07 (273 days ago)
  InstallationMedia: Ubuntu-Studio 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  InterestingModules: bluetooth
  MachineType: Acer Veriton M480
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-lowlatency 
root=UUID=febd52dc-833f-4df7-a355-6aab2c0f8c00 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: Upgraded to wily on 2016-02-05 (0 days ago)
  dmi.bios.date: 05/26/2009
  dmi.bios.vendor: Acer
  dmi.bios.version: P01-A2
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Veriton M480
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAcer:bvrP01-A2:bd05/26/2009:svnAcer:pnVeritonM480:pvr:rvnAcer:rnVeritonM480:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Veriton M480
  dmi.sys.vendor: Acer
  hciconfig:
   
  rfkill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  syslog:
   Feb 05 10:32:07 tbpl-makerspace2 NetworkManager[646]:   Loaded device 
plugin: NMBluezManager 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
   Feb 05 10:32:57 tbpl-makerspace2 ureadahead[229]: ureadahead:bluetooth: 
Ignored relative path
   Feb 05 10:32:57 tbpl-makerspace2 ureadahead[229]: 
ureadahead:bluetooth.target.wants: Ignored relative path

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

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


[Touch-packages] [Bug 1558128] Re: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from other inst

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

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

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

Title:
  package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

Status in pam package in Ubuntu:
  Confirmed

Bug description:
  During regular update.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libpam-modules 1.1.8-1ubuntu2.1
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Mar 16 08:27:33 2016
  DuplicateSignature: package:libpam-modules:1.1.8-1ubuntu2.1:trying to 
overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from 
other instances of package libpam-modules:i386
  ErrorMessage: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', 
which is different from other instances of package libpam-modules:i386
  InstallationDate: Installed on 2012-12-26 (1176 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: pam
  Title: package libpam-modules 1.1.8-1ubuntu2.1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is 
different from other instances of package libpam-modules:i386
  UpgradeStatus: Upgraded to trusty on 2014-04-22 (694 days ago)

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

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


[Touch-packages] [Bug 1559417] [NEW] seems to be

2016-03-19 Thread John
Public bug reported:

in the xorg files somewhere...but thats all i got so far

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
.tmp.unity.support.test.0:

ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Mar 19 00:45:58 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Subsystem: Dell Device [1028:0527]
 NVIDIA Corporation GK104 [GeForce GTX 660 OEM] [10de:1185] (rev a1) (prog-if 
00 [VGA controller])
   Subsystem: NVIDIA Corporation Device [10de:098a]
InstallationDate: Installed on 2016-03-19 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Alienware Alienware X51
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic.efi.signed 
root=UUID=db85ee26-0c85-406e-a967-c22fccfcbb8a ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/27/2012
dmi.bios.vendor: Alienware
dmi.bios.version: A11
dmi.board.name: 06G6JW
dmi.board.vendor: Alienware
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Alienware
dmi.chassis.version: 00
dmi.modalias: 
dmi:bvnAlienware:bvrA11:bd12/27/2012:svnAlienware:pnAlienwareX51:pvr00:rvnAlienware:rn06G6JW:rvrA00:cvnAlienware:ct3:cvr00:
dmi.product.name: Alienware X51
dmi.product.version: 00
dmi.sys.vendor: Alienware
version.compiz: compiz 1:0.9.12.2+15.10.20151202-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sat Mar 19 00:37:38 2016
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVideo BusKEYBOARD, id 7
 inputPower Button KEYBOARD, id 8
 inputLogitech M310MOUSE, id 9
 inputLogitech K520KEYBOARD, id 10
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug ubuntu wily

** Description changed:

  in the xorg files somewhere...but thats all i got so far
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
  Uname: Linux 4.2.0-35-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Mar 19 00:45:58 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Subsystem: Dell Device [1028:0527]
-  NVIDIA Corporation GK104 [GeForce GTX 660 OEM] [10de:1185] (rev a1) (prog-if 
00 [VGA controller])
-Subsystem: NVIDIA Corporation Device [10de:098a]
+  Subsystem: Dell Device [1028:0527]
+  NVIDIA Corporation GK104 [GeForce GTX 660 OEM] [10de:1185] (rev a1) (prog-if 
00 [VGA controller])
+    Subsystem: NVIDIA Corporation Device [10de:098a]
  InstallationDate: Installed on 2016-03-19 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Alienware Alienware X51
  ProcEnviron:
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-35-generic.efi.signed 
root=UUID=db85ee26-0c85-406e-a967-c22fccfcbb8a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/27/2012
  dmi.bios.vendor: Alienware
  dmi.bios.version: A11
  dmi.board.name: 06G6JW
  dmi.board.vendor: Alienware
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chass

[Touch-packages] [Bug 1406810] Xrandr.txt

2016-03-19 Thread Nicolas Jungers
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1406810/+attachment/4601383/+files/Xrandr.txt

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

Title:
  screen is garbled with 14.10 (was fine with 14.04)

Status in xorg package in Ubuntu:
  Expired

Bug description:
  On a iMac Alu 2010, when
  1) upgrading from 14.04 desktop to 14.10 desktop
  OR
  2) installing 10.10 server (SSH package only)
  the screen shows thin horizontal lines moving on a black background.

  /etc/X11/xorg.conf is absent (using default config),
  /var/log/Xorg.0.log doesn't show any error beside the lack of the
  fglrx module. But I doubt it's relevant with the symptoms appearing on
  the server install.

  
  Here is the lspci of the iMac
  #-
  lspci
  00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
  00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 
(rev 11)
  00:08.0 System peripheral: Intel Corporation Core Processor System Management 
Registers (rev 11)
  00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and 
Scratchpad Registers (rev 11)
  00:08.2 System peripheral: Intel Corporation Core Processor System Control 
and Status Registers (rev 11)
  00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous 
Registers (rev 11)
  00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
  00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and 
Protocol Registers (rev 11)
  00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1a.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 06)
  00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 1 (rev 06)
  00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 2 (rev 06)
  00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 3 (rev 06)
  00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 4 (rev 06)
  00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI 
Express Root Port 5 (rev 06)
  00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB 
Universal Host Controller (rev 06)
  00:1d.7 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 06)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
  00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface 
Controller (rev 06)
  00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port 
SATA IDE Controller (rev 06)
  00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus 
Controller (rev 06)
  00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 06)
  01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
RV770/M98L [Mobility Radeon HD 4850]
  01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV770 HDMI Audio 
[Radeon HD 4850/4870]
  02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5764M Gigabit 
Ethernet PCIe (rev 10)
  03:00.0 Network controller: Qualcomm Atheros AR928X Wireless Network Adapter 
(PCI-Express) (rev 01)
  04:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI 
Bridge [Cheetah Express] (rev 01)
  05:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b 
OHCI Controller [Cheetah Express] (rev 01)
  ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-Core Registers (rev 04)
  ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 04)
  ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
  ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
  ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller (rev 04)
  ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Target Address Decoder (rev 04)
  ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Test Registers (rev 04)
  ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Control Registers (rev 04)
  ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Address Registers (rev 04)
  ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory 
Controller Channel 0 Rank Registers (rev 04)
  ff:04.3 Host bridge: Intel Corporation Core

[Touch-packages] [Bug 1382139] Re: scope appearance key not being used in agg scope

2016-03-19 Thread Kyle Nitzsche
clarifying reason 1) it may be unreasonable to expect PreviewButtonColor
to control button color *outside* of a preview

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

Title:
  scope appearance key not being used in agg scope

Status in The Savilerow project:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Facebook Photos scope ini has this Appearance setting: 
  PreviewButtonColor=#45619d

  A fb photos button uses this color. It's the button that displays when
  the user has not logged into Facebook. It displays in a Result, not in
  a preview. The button allows the user to log in to FB through Online
  Accounts. (see fb.png)

  Photos aggregator scope includes Facbook Photos scope as a child
  scope.  When the user has not yet logged into facebook the facebook
  photos category in the Photos scope HAS the button.  But, the button
  has no color (neither the button background nor the text), thus making
  it invisible (see invisible.png and invisiblePressed.png).

  I would expect the child scope's settings to be honored so that Photos
  scope displays the button with the Facebook Blue color as defined in
  the child scope.

  Note that different child scopes may need different colored buttons in
  the aggregator scope context.

  At the very least, the button should display in the agg scope's
  default Appearance (and not be invisible).

  Note: even when setting PreviewButtonColor=#45619d in the Photos agg
  scope ini, still, the button is invisible.

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

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


[Touch-packages] [Bug 1559416] Re: package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-03-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  New

Bug description:
  Package failed to install.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: udev 225-1ubuntu9.1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CustomUdevRuleFiles: 99_smfpautoconf_samsung.rules 
98_smfpautoconf_samsung.rules 60-vboxdrv.rules
  Date: Sat Mar 19 08:49:08 2016
  DuplicateSignature: package:udev:225-1ubuntu9.1:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-02-05 (42 days ago)
  InstallationMedia: Ubuntu  "Wily" - Build amd64 LIVE Binary 20151022-22:44
  MachineType: LENOVO 80QQ
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=b90b210d-00e1-49c5-adb1-fdb79e306e2b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: systemd
  Title: package udev 225-1ubuntu9.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UdevLog: Error: [Errno 2] Nincs ilyen fájl vagy könyvtár: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/04/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: E0CN16WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Nano 5B6
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 100-15IBD
  dmi.modalias: 
dmi:bvnLENOVO:bvrE0CN16WW:bd08/04/2015:svnLENOVO:pn80QQ:pvrLenovoideapad100-15IBD:rvnLENOVO:rnNano5B6:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad100-15IBD:
  dmi.product.name: 80QQ
  dmi.product.version: Lenovo ideapad 100-15IBD
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1551823] Re: PPTP connection does not work and dies after 2 minutes (on the phone)

2016-03-19 Thread Pete Woods
** Changed in: indicator-network (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  PPTP connection does not work and dies after 2 minutes (on the phone)

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager-pptp package in Ubuntu:
  Confirmed

Bug description:
  $ system-image-cli -i
  current build number: 378
  device name: mako
  channel: ubuntu-touch/rc-proposed/ubuntu
  last update: 2016-03-01 15:10:52
  version version: 378
  version ubuntu: 20160301
  version device: 20160112
  version custom: 20160301

  Also confirmed for krillin.

  Reproduce:
  1. Create PPTP connection that you know works (my PPTP connection works on 
the desktop)
  2. Enable it

  Logs from enabling to “ppp up”: http://pastebin.ubuntu.com/15260269/

  What happens:
  No data flow, can't load anything inside/outside the domain (?)

  What should happen:
  Expected this to work, I see a pptp connection in ifconfig [1]

  Error log from death of pptp connection:
  http://pastebin.ubuntu.com/15259871/

  [1]
  ppp0  Link encap:Point-to-Point Protocol
    inet addr:xxx.xxx.xxx.xxx  P-t-P:xxx.xxx.xxx.xxx  
Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1400  Metric:1
    RX packets:15 errors:0 dropped:0 overruns:0 frame:0
    TX packets:30658 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:1024 (1.0 KB)  TX bytes:13791931 (13.7 MB)

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

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


[Touch-packages] [Bug 1436912] Re: Unlocalized notification option ("Message")

2016-03-19 Thread Michał Sawicz
** Changed in: canonical-devices-system-image
   Status: In Progress => Fix Committed

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

Title:
  Unlocalized notification option ("Message")

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-settings-components package in Ubuntu:
  Fix Released

Bug description:
  Test case.
  - Switch the device to Spanish.
  - From another device, make a phone call, don't accept it.
  - Open message indicator.

  Expected result.
  - Notification options are localized. 

  Actual result.
  - "Message" is not localized.

  "Call back" is localized, but "Message" is not. Actually, I don't find
  "Message" in telephone-service source code, but "Send".

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

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


[Touch-packages] [Bug 1558511]

2016-03-19 Thread Apport retracing service
StacktraceTop:
 journal_file_move_to_object ()
 journal_file_find_data_object_with_hash ()
 journal_file_append_data.lto_priv ()
 journal_file_append_entry.constprop ()
 dispatch_message_real.lto_priv ()

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

Title:
  systemd-journald crashed with SIGABRT

Status in systemd package in Ubuntu:
  New

Bug description:
  Crashed shortly after logging in to my laptop.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: systemd 229-2ubuntu1 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
  ProcVersionSignature: Ubuntu 4.4.0-13.29-generic 4.4.5
  Uname: Linux 4.4.0-11-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 10 21:12:39 2016
  ExecutablePath: /lib/systemd/systemd-journald
  InstallationDate: Installed on 2015-02-13 (398 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 1420
  ProcCmdline: /lib/systemd/systemd-journald
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-13-generic 
root=UUID=71fcab68-425b-4dae-a9ec-13245f989fe1 ro quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: systemd
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  SystemdDelta:
   [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
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   
   3 overridden configuration files found.
  Title: systemd-journald crashed with SIGABRT
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/19/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0DT492
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd12/19/2008:svnDellInc.:pnInspiron1420:pvr:rvnDellInc.:rn0DT492:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1420
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-03-19 Thread patpat
I just recompiled ipconfig "once" and I got it working
I can confirm that   /klibc-2.0.4/usr/kinit/ipconfig/dhcp_proto.c
did not fix this bug yet 

static int dhcp_send(struct netdev *dev, struct iovec *vec)
{
struct bootp_hdr bootp;
char dhcp_hostname[SYS_NMLN+2];
uint8_t padding[BOOTP_MIN_LEN - sizeof(struct bootp_hdr)];
int padding_len;
int i = 4;
int j;

memset(&bootp, 0, sizeof(struct bootp_hdr));

bootp.op= BOOTP_REQUEST;
bootp.htype = dev->hwtype;
bootp.hlen  = dev->hwlen;
bootp.xid   = dev->bootp.xid;
bootp.ciaddr= INADDR_ANY;
 -  bootp.yiaddr= dev->ip_addr;   //<<< wrong >>>
 +bootp.yiaddr = INADDR_ANY;// needed
 +bootp.flags = htons(0x800);   // needed
bootp.giaddr= INADDR_ANY;
bootp.secs  = htons(time(NULL) - dev->open_time);
memcpy(bootp.chaddr, dev->hwaddr, 16);

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

Title:
  Delay during PXE Boot, IP-Config gives up

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

Bug description:
  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu is the only Live OS that I'm attempting to boot
  at present.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.340
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Fri Jun  6 20:22:09 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

[Touch-packages] [Bug 1556043] Re: Xorg crash

2016-03-19 Thread lastpokemon
To toll-out hardware problems I moved the HDD to identical PC with older
bios a12 so far no Xorg crash, I will observer and keep this bug
updated. but anyhow before updating the BIOS the Xorg crash was almost
onces in every week or so.

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xorg crashes and I have to restart the PC, i'm not sure these logs
  collected the new ones after restart or the ones before restart.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-51.58~14.04.1-generic 3.19.8-ckt13
  Uname: Linux 3.19.0-51-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Fri Mar 11 11:16:16 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos XT [Radeon HD 7470/8470 / R5 
235/310 OEM] [1002:6778] (prog-if 00 [VGA controller])
 Subsystem: Dell Radeon HD 7470 [1028:2120]
  InstallationDate: Installed on 2015-08-18 (205 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. OptiPlex 9010
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-51-generic 
root=UUID=c72e9eae-4b5e-496b-bd50-b8e2f78a8f8d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 051FJ8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd01/10/2013:svnDellInc.:pnOptiPlex9010:pvr01:rvnDellInc.:rn051FJ8:rvrA01:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 9010
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri Mar 11 11:06:18 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputPlantronics Plantronics C310 KEYBOARD, id 9
   inputDell Dell USB Keyboard KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1
  xserver.video_driver: radeon

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

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


[Touch-packages] [Bug 1558331] Re: After upgrading to apt 1.2.7 in Xenial, PPAs and most other third-party repositories become unusable with "The repository is insufficiently signed by key (weak diges

2016-03-19 Thread Colin Watson
Actually, I guess this may not be a duplicate because there may be other
third-party repositories that need to do similar things (signing with
--digest-algo SHA512 or the equivalent).  But see bug 155 for the
PPA case.

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

Title:
  After upgrading to apt 1.2.7 in Xenial, PPAs and most other third-
  party repositories become unusable with "The repository is
  insufficiently signed by key  (weak digest)"

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  The title pretty much says it all.

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

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


[Touch-packages] [Bug 1384243] Re: photos edited in gallery do not display edited in "My Photos" scope

2016-03-19 Thread Kyle Nitzsche
** Tags added: ota10

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

Title:
  photos edited in gallery do not display edited in  "My Photos" scope

Status in The Savilerow project:
  Fix Committed
Status in Thumbnailer:
  Invalid
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  Invalid

Bug description:
  I opened a photo from My Photos scope Preview > Open in the gallery.
  Rotate it. When I return to the scope, fully refreshed, the photo does
  not display rotated.

  Wait for scope to exit and then refresh it: still not rotated.

  Restart unity8-dash: now it displays rotated.

  I would expect dash toolkit to honor the edited state of a photo and
  display it rotated as appropriate.

  Note:
  Gallery app uses a URI that starts with image://thumbnailer/absPathToPhoto to 
display photos with correct rotation. However, scopes require the URI starts 
with photo://. Without that, the Open button on the preview does not open the 
photo in gallery.

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

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


[Touch-packages] [Bug 1545118] Re: can't easily grab scrollbar with mouse if dual column

2016-03-19 Thread Timo Jyrinki
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided => Medium

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

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

Title:
  can't easily grab scrollbar with mouse if dual column

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Confirmed

Bug description:
  If you have an app that uses AdaptivePageLayout and supports 2
  columns, if there is a scrollbar in the first column, it's very
  difficult to grab it with your mouse because when you get close to it,
  you get the horizontal arrows showing to allow resizing of the panels
  in the multi-column layout.

  You can try this with messaging-app in silo 30 (soon to land)

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

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


[Touch-packages] [Bug 1412492] Re: can't change the keyboard layout

2016-03-19 Thread Lukáš Tinkl
** Branch linked: lp:~unity-team/unity8/keymapSwitching

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

Title:
  can't change the keyboard layout

Status in Mir:
  Incomplete
Status in mir package in Ubuntu:
  Incomplete
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Using the current vivid version, it seems like there is no way to
  configure/change the keyboard layout (using a real keyboard, not the
  osk), that feature is needed for desktop users

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

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


[Touch-packages] [Bug 1501913] Re: Apparmor Abstraction Prevents Firefox From Opening Torrents in Deluge-Gtk

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

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

Title:
  Apparmor Abstraction Prevents Firefox From Opening Torrents  in
  Deluge-Gtk

Status in AppArmor:
  In Progress
Status in apparmor package in Ubuntu:
  Triaged

Bug description:
  The apparmor abstractions in ubuntu-bittorrent-clients do not allow
  applications like firefox to open torrent files using 'deluge-gtk',
  although it works fine for 'deluge'.  Simple fix is to change one line
  in ubuntu-bittorrent-clients.

  Change this line in ubuntu-bittorrent-clients:
  /usr/bin/deluge Cxr -> sanitized_helper,

  to this:
  /usr/bin/deluge{,-gtk} Cxr -> sanitized_helper,

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

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


[Touch-packages] [Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-19 Thread Nekhelesh Ramananthan
@tpeeters Does this also apply to the header icons as well that cannot
visually be distinguished between active and disabled icons?

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

Title:
  [SDK] Need a standard way to make an Icon look disabled

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  [Updated description]

  Right now if one wants to use an Icon inside a ListItem.Empty or any other 
AbstractButton derived class, and disable the item, there is no standard way to 
make the Icon look disabled without directly affecting its opacity and/or 
colorization.
  Haviing a standard way to do this would help promoting consistency in the UI.

  --- UX Solution ---
  Agreed. Disabled icons should have 30% opacity by default, but that can be 
changed by the App developer

  –––

  Desired solution:

  Adjust the opacity to 30% (0.3) for all disabled icons. This will be
  consistent with our disabled states on buttons.

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

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


[Touch-packages] [Bug 1210514] Re: Default apache prefork profile doesn't allow chown

2016-03-19 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

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

Title:
  Default apache prefork profile doesn't allow chown

Status in AppArmor:
  Triaged
Status in apparmor package in Ubuntu:
  Triaged

Bug description:
  About every other day, I would see this in my kern.log:

  kernel: [8879.416945] type=1502
  audit(1375943374.913:25651799):  operation="capable" pid=20505
  parent=28609 profile="/usr/lib/apache2/mpm-prefork/apache2"
  name="chown"

  It would seem that the master process is trying to chown something for
  the benefit of one of the worker processes (who have dropped
  privilege), and this is part of the ordinary function of Apache.

  When I spoke to jdstrand, he seemed to agree with my workaround of
  dropping a "capability chown," into a file in
  /etc/apparmor.d/apache2.d/ on all my systems.

  Still, it seems like a useful thing to have in the default as shipped.

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

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


[Touch-packages] [Bug 1492238] Re: [sdk] back button hard to reach/use

2016-03-19 Thread Tim Peeters
We have a minimum touch-size now for components, including the back
button, so the problem may not exist any more. Also, I don't see in the
specs any more here
https://docs.google.com/document/d/1235LE15c9YDBkma1BSBdK5_S9MeZkXs0RncfqIVPJQs/edit
that the title area should act as the back button. The back button and
title area are now clearly shown as separate slots in the header.

So I think this bug is not valid any more. Waiting for confirmation from
design.

** Changed in: ubuntu-ux
 Assignee: Olga Kemmet (olga-kemmet) => (unassigned)

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  [sdk] back button hard to reach/use

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  Open some sub page, e.g. updates. If you want to go back to the main
  screen one has to reach quite small < button on the top left corner.
  It would be easier if the whole updates field would act as a back
  button or even better, just swipe from left to right.

   UX comment --

  The plan is to make the whole area of title & BACK button tappable.
  This is specified in the UI Toolkit documentation and will hopefully land 
whit the next SDK release.

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

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


[Touch-packages] [Bug 1443358] Re: Header covering components after rotation

2016-03-19 Thread Tim Peeters
The new PageHeader is a child of the Page, so it doesn't go on top of
the popover any more.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Header covering components after rotation

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Working on new popover orientation tests I discovered issues with the
  Header correctly resizing after orientation changes. Thus components
  may end up covered by the header.

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

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


[Touch-packages] [Bug 1556728] Re: apt-get update not fetching packages in external repositories

2016-03-19 Thread Julian Andres Klode
Neither repository provides the packages you mentioned for xenial. The
first only provides  humanitary-icon-theme, the other no firefox-next,
only firefox, firefox-dev, and some locale and debugging packages.

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

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

Title:
  apt-get update not fetching packages in external repositories

Status in apt package in Ubuntu:
  Invalid

Bug description:
  apt-get update is not fetching packages from external repositories in Xenial. 
I have a few added in my system, but let's consider the following two as 
examples:
  http://ppa.launchpad.net/noobslab/icons/ubuntu
  This provides a package called ultra-flat-icons, among many others

  http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu
  This provides a package called firefox-next

  Neither of the above-mentioned packages show up in apt-cache search after an 
update:
  ~ » sudo apt-get update
  Hit:1 http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu xenial 
InRelease
  Ign:2 http://repo.vivaldi.com/beta/deb stable InRelease   

  Hit:3 http://ppa.launchpad.net/noobslab/icons/ubuntu xenial InRelease 

  Get:4 http://archive.ubuntu.com/ubuntu xenial InRelease [95.8 kB] 

  Hit:5 http://repo.vivaldi.com/beta/deb stable Release 

  Hit:7 http://archive.canonical.com/ubuntu xenial InRelease
 
  Hit:8 https://deb.opera.com/opera-developer stable InRelease   
  Hit:9 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
  Hit:10 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
  Hit:11 http://archive.ubuntu.com/ubuntu xenial-security InRelease
  Get:12 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,326 
kB]
  Get:13 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages [7,307 
kB]  
  Get:14 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [139 
kB] 
  Get:15 http://archive.ubuntu.com/ubuntu xenial/multiverse i386 Packages [136 
kB]  
  Fetched 15.0 MB in 25s (600 kB/s) 

  Reading package lists... Done
  ~ » apt-cache search firefox | grep next
  ~ » apt-cache search firefox | grep beta
  ~ » apt-cache search ultra-flat

  Version information:
   » lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  ~ » apt-cache policy apt
  apt:
Installed: 1.2.4
Candidate: 1.2.4
Version table:
   *** 1.2.4 500
  500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

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

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


[Touch-packages] [Bug 1558663] Re: Ubuntu Components is hard on the disk when loading images

2016-03-19 Thread Albert Astals Cid
** Attachment added: "main.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1558663/+attachment/4602357/+files/main.qml

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

Title:
  Ubuntu Components is hard on the disk and CPU when loading images

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

Bug description:
   * Take the following simple example of a listview with an image.
   * run it with strace qmlscene
   * scroll the list to the bottom

  
  When not including "import Ubuntu.Components 1.3" there is exactly one disk 
access to load the image
  open("/home/tsdgeos_work/test/face.png", O_RDONLY|O_CLOEXEC) = 19

  When including "import Ubuntu.Components 1.3" there are around 500
  disk access including stats for the file and listing the directory
  containing the file (see disk_access file).

  Also for each of those directory listings we're also creating and
  destroying the same QRegExp again and again.

  I understand that some of this overhead is needed since we have that
  thing that loads the best possible file for the given grid units, but
  doing it again and again for the same file seems a bit of overkill,
  maybe we could cache that?

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

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


[Touch-packages] [Bug 1446291] Re: gcc/g++ 4.8.2 won't convert uint64 to char properly.

2016-03-19 Thread Роман Донченко
I don't think that's a bug. char is unsigned on ARM by default. Use
signed char instead.

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

Title:
  gcc/g++ 4.8.2 won't convert uint64 to char properly.

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  I have an Ubuntu 14.04 system for arm7l (armhf), and I think
  I have found a bug in the g++/gcc compiler.

  I am expecting to see 'char c' below to end up as a negative number,
  but as you can see, it does not.  x86 system shows the negative number
  as expected.

  Anyone have any ideas for a work-around, or proper code if mine is
  buggy?


  greearb@build-imx6:~/git/btbits/server$ more test.cc
  #include 
  #include 

  int main() {
 unsigned long long val = 0x8b;
 char c = val;
 printf("c: %d  0x%x\n", c, c);
 return 0;
  }
  greearb@build-imx6:~/git/btbits/server$ g++ -o test test.cc
  greearb@build-imx6:~/git/btbits/server$ ./test
  c: 139  0x8b
  greearb@build-imx6:~/git/btbits/server$

  greearb@build-imx6:~/git/btbits/server$ g++ --version
  g++ (Ubuntu/Linaro 4.8.2-19ubuntu1) 4.8.2
  Copyright (C) 2013 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


  On x86 system:

  [greearb@ben-dt ~]$ g++ -o test test.cc
  [greearb@ben-dt ~]$ ./test
  c: -117  0xff8b

  [greearb@ben-dt ~]$ gcc --version
  gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1446291/+subscriptions

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


[Touch-packages] [Bug 1551041] Re: snd_au8820 0000:01:04.0: BUG: , pos = 16386, buffer size = 16384, period size = 1024

2016-03-19 Thread Raymond
The above link is just the oss directory just before

ALSA: oss: underflow in snd_mixer_oss_proc_write(). 2015 october 15

Save the plain text of the two affected files

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

Title:
  snd_au8820 :01:04.0: BUG: , pos = 16386, buffer size = 16384,
  period size = 1024

Status in alsa-driver package in Ubuntu:
  Triaged

Bug description:
  Kernel oops in a new installed system, that I configuring ...

  ProblemType: KernelOops
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-8-generic 4.4.0-8.23
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic i686
  NonfreeKernelModules: nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  olle   1606 F pulseaudio
   /dev/snd/controlC0:  olle   1606 F pulseaudio
  Date: Mon Feb 29 00:00:56 2016
  Failure: oops
  HibernationDevice: RESUME=UUID=03bed9e9-e39b-4107-8cd6-c2612af9a6aa
  InstallationDate: Installed on 2016-02-28 (0 days ago)
  InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Alpha i386 (20160226)
  IwConfig:
   enp31s0   no wireless extensions.
   
   lono wireless extensions.
  MachineType: Hewlett-Packard HP xw8400 Workstation
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-8-generic 
root=UUID=2160f8ed-4aa3-4243-b5d6-f87c1967e253 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu9
  RfKill:
   
  SourcePackage: linux
  Title: snd_au8820 :01:04.0: BUG: , pos = 16386, buffer size = 16384, 
period size = 1024
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/09/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786D5 v02.37
  dmi.board.name: 0A08h
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: NA
  dmi.chassis.asset.tag: CZC722497N
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786D5v02.37:bd07/09/2009:svnHewlett-Packard:pnHPxw8400Workstation:pvr:rvnHewlett-Packard:rn0A08h:rvrNA:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP xw8400 Workstation
  dmi.sys.vendor: Hewlett-Packard

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

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


[Touch-packages] [Bug 1439133] Re: [MainView] Background color and image rendering is too slow

2016-03-19 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: Fix Committed => Fix Released

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

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

Title:
  [MainView] Background color and image rendering is too slow

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Released

Bug description:
  The MainView renders at the bottom-most layer a background composed of
  a colored rectangle and an image. The way it is currently implemented
  implies two fullscreen passes with alpha blending on. This is very
  slow. A solution would be to use just one pass using a ShaderEffect or
  a dedicated C++ component. Disabling alpha blending (possible since
  it's the bottom-most layer) would also provide a good performance
  boost. Another idea, if no image needs to be rendered, would be to
  simply set the GPU clear color to the background color, to render it
  for free.

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

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


[Touch-packages] [Bug 1479442] Re: IN CAR: Previous Calls log is not shown in the car display

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => backlog

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

Title:
  IN CAR: Previous Calls log is not shown in the car display

Status in Canonical System Image:
  Triaged
Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  STEPS:
  Requirements: DUT a list of previous calls and a car that support bluetooth 
phones (Skoda Superb 2013 in my case)

  1. Connect DUT to the car
  2. In the car menu navigate to previous calls log

  EXPECTED:
  I expect to see a list of past calls similar to those I see on the phone 
itself

  ACTUAL:
  Car shows no previous calls log at all

  VERSIONS:
  current build number: 71
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-07-28 18:01:08
  version version: 71
  version ubuntu: 20150728
  version device: 20150709-8965e37
  version custom: 20150716-819-8-42

  MODIFICATIONS:
  Installation of silo19 for in car bt fix

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

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


[Touch-packages] [Bug 1558114] Re: package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from other in

2016-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package pam - 1.1.3-7ubuntu2.2

---
pam (1.1.3-7ubuntu2.2) precise-security; urgency=medium

  * SECURITY REGRESSION: multiarch update issue (LP: #1558114)
- debian/patches-applied/cve-2015-3238.patch: removed manpage changes
  so they don't get regenerated during build.
- CVE-2015-3238

 -- Marc Deslauriers   Wed, 16 Mar 2016
13:32:15 -0400

** Changed in: pam (Ubuntu Precise)
   Status: Triaged => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-3238

** Changed in: pam (Ubuntu Trusty)
   Status: Triaged => Fix Released

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

Title:
  package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

Status in pam package in Ubuntu:
  Triaged
Status in pam source package in Precise:
  Fix Released
Status in pam source package in Trusty:
  Fix Released
Status in pam source package in Wily:
  Triaged
Status in pam source package in Xenial:
  Triaged

Bug description:
  E: /var/cache/apt/archives/libpam-modules_1.1.8-3.1ubuntu3.1_i386.deb:
  trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which
  is different from other instances of package libpam-modules:i386

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libpam-modules 1.1.8-3.1ubuntu3.1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Mar 16 10:47:24 2016
  DuplicateSignature: package:libpam-modules:1.1.8-3.1ubuntu3.1:trying to 
overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is different from 
other instances of package libpam-modules:i386
  ErrorMessage: trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', 
which is different from other instances of package libpam-modules:i386
  InstallationDate: Installed on 2013-03-15 (1097 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130314)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: pam
  Title: package libpam-modules 1.1.8-3.1ubuntu3.1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/man/man8/pam_unix.8.gz', which is 
different from other instances of package libpam-modules:i386
  UpgradeStatus: Upgraded to wily on 2015-10-23 (145 days ago)

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

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


[Touch-packages] [Bug 1543014] Re: unity8 crashed with SIGSEGV in TiledDisplayConfigurationPolicy::apply_to()

2016-03-19 Thread Albert Astals Cid
** Information type changed from Private to Public

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

Title:
  unity8 crashed with SIGSEGV in
  TiledDisplayConfigurationPolicy::apply_to()

Status in mir package in Ubuntu:
  New
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  After login Unity8 turns to a black screen

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: unity8 8.11+16.04.20160129-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Feb  8 07:56:22 2016
  ExecutablePath: /usr/bin/unity8
  InstallationDate: Installed on 2016-02-04 (4 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160203)
  ProcCmdline: unity8
  ProcEnviron:
   LANGUAGE=pt:pt_BR:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=pt_PT.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fd127b0aef8:mov(%rax),%eax
   PC (0x7fd127b0aef8) ok
   source "(%rax)" (0x7fe1181288e0) not located in a known VMA region (needed 
readable region)!
   destination "%eax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: unity8
  StacktraceTop:
   ?? () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.37
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.37
   
TiledDisplayConfigurationPolicy::apply_to(mir::graphics::DisplayConfiguration&) 
() from /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so
   ?? () from /usr/lib/x86_64-linux-gnu/libmirserver.so.37
  Title: unity8 crashed with SIGSEGV in 
TiledDisplayConfigurationPolicy::apply_to()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1500192] Re: New repeated event does not appear in the week view

2016-03-19 Thread Bill Filler
** Changed in: ubuntu-calendar-app
   Status: Confirmed => In Progress

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

Title:
  New repeated event does not appear in the week view

Status in Ubuntu Calendar App:
  In Progress
Status in qtpim-opensource-src package in Ubuntu:
  In Progress

Bug description:
  Configuration: mako OTA 6

  Steps to reproduce:
  1) click on the calendar (week view) to create a new event, time t date d.
  2) edit the new event, choose a title
  3) go to repetition, every day, 3 occurences
  4) validate the event

  Behavior: the event does not appear in the week-view (but it appears
  in the day view)

  Expected: the event appears in the week-view

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

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


[Touch-packages] [Bug 1494225] Re: Call audio is not routed to headset with HFP

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

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

Title:
  Call audio is not routed to headset with HFP

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in media-hub package in Ubuntu:
  Invalid
Status in ofono package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  With bluez 5.33 on Nexus 4 and silo 43 installed:

  * pair and connect a headset over HFP
  * Establish an outgoing call or accept an incoming one
  * Once the call is established the call audio isn't routed through the 
handsfree device

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

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


[Touch-packages] [Bug 1558199] Re: package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-03-19 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 pam in Ubuntu.
https://bugs.launchpad.net/bugs/1558199

Title:
  package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in pam package in Ubuntu:
  New

Bug description:
  All times when I tr to upgrade the system.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libpam-runtime 1.1.8-1ubuntu2.1
  ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
  Uname: Linux 3.19.0-56-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Mar 16 13:08:48 2016
  DuplicateSignature: package:libpam-runtime:1.1.8-1ubuntu2.1:subprocess 
installed post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2016-02-05 (40 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: pam
  Title: package libpam-runtime 1.1.8-1ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1407928] Re: [phone] Does not auto-switch to available, known WiFi

2016-03-19 Thread John McAleely
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

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

Title:
  [phone] Does not auto-switch to available, known WiFi

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Invalid
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  This might not be the place for this bug, please reassign as
  appropriate.

  I was only able to reproduce this on mako/rtm, krillin/vivid seems to
  behave better (but I do remember the same issue there).

  Steps:
  * connect to a password-protected WiFi network
  * go out of range
  * make sure a GSM connection is established
  * go back in the WiFi range

  Expected:
  * phone connects to the known WiFi automatically

  Current:
  * phone does not connect to WiFi

  Please find attached network-test-session logs from when I toggled
  WiFi and Plane mode to get some data on the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu RTM 14.09
  Package: indicator-network 0.5.1+15.04.20141215~rtm-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: armhf
  Date: Tue Jan  6 12:01:55 2015
  InstallationDate: Installed on 2014-12-18 (18 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20141218-163635)
  SourcePackage: indicator-network
  UpgradeStatus: No upgrade log present (probably fresh install)
  indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
  upstart.indicator-network.log:
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered
   Attempted to unregister path (path[0] = org path[1] = freedesktop) which 
isn't registered

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

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


[Touch-packages] [Bug 1559038] Re: timespec parsing is wrong

2016-03-19 Thread Michael Vogt
** Patch added: "possible fi"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1559038/+attachment/4603094/+files/systemd_229-2ubuntu2.debdiff

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

Title:
  timespec parsing is wrong

Status in systemd package in Ubuntu:
  New

Bug description:
  We are affected by upstream bug:
  https://github.com/systemd/systemd/issues/2682

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

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


  1   2   3   4   5   6   7   8   >