[Touch-packages] [Bug 1489399] [NEW] ubuntu phone: can't sort the contacts according to first name, second name and viceversa

2015-08-27 Thread andreisz
Public bug reported:

it's enough in the summary provided

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

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

Title:
  ubuntu phone: can't sort the contacts according to first name, second
  name and viceversa

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

Bug description:
  it's enough in the summary provided

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

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


[Touch-packages] [Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-27 Thread Eric Desrochers
I also noticed the situation can be reproduced at boot if the value of
net.core.rmem_default is too low.

I reproduced it by only lowering the net.core.rmem_default = 2000
value with 6 network interface at boot.

ntpd[851]: ntp_io: estimated max descriptors: 1024, initial socket boundary: 16
ntpd[851]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
ntpd[851]: Listen and drop on 1 v6wildcard :: UDP 123
ntpd[851]: Listen normally on 2 eth1 192.168.1.10 UDP 123
ntpd[851]: Listen normally on 3 eth2 192.168.2.10 UDP 123
ntpd[851]: Listen normally on 4 eth3 192.168.3.10 UDP 123
ntpd[851]: Listen normally on 5 eth4 192.168.4.10 UDP 123
ntpd[851]: Listen normally on 6 eth5 192.168.5.10 UDP 123
ntpd[851]: Listen normally on 7 eth6 192.168.6.10 UDP 123
ntpd[851]: peers refreshed
ntpd[851]: Listening on routing socket on fd #24 for interface updates
ntpd[851]: Deferring DNS for 0.ubuntu.pool.ntp.org 1
ntpd[851]: Deferring DNS for 1.ubuntu.pool.ntp.org 1
ntpd[851]: Deferring DNS for 2.ubuntu.pool.ntp.org 1
ntpd[851]: Deferring DNS for 3.ubuntu.pool.ntp.org 1
ntpd[851]: Deferring DNS for ntp.ubuntu.com 1
ntpd[864]: signal_no_reset: signal 17 had flags 400
=== ntpd[851]: i/o error on routing socket No buffer space available - 
disabling ===

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

Status in ntp package in Ubuntu:
  Confirmed
Status in ntp source package in Precise:
  In Progress
Status in ntp source package in Trusty:
  Confirmed
Status in ntp source package in Vivid:
  Confirmed
Status in ntp source package in Wily:
  Confirmed

Bug description:
  [Impact]

   * User experienced repeated segfaults at the same instruction pointer

  i/o error on routing socket No buffer space available - disabling
  segfault at 31 ip 0031 sp 79f11788 error 14 in 
libpthread-2.15.so[7f967a5d9000+18000] 

  The remove_ and delete_ functions remove the current element from the
  asyncio_reader_list, and free it, respectively.

  We then return back to the loop at the top, wherein the asyncio_reader 
variable still points at the now-freed element, whose contents are (in theory) 
now scrambled
  by having link pointers, etc, from internal malloc state overlaying the data.

  [Test Case]

  You can easily reproduce the bug by :

  - Lowering the sysctl value net.core.rmem_max

  $ sysctl -w net.core.wmem_max=LOWER_VALUE
  This sets the max OS send buffer size for all types of connections.

  - Adding multiple network interfaces and static routes.

  [Regression Potential]

  None expected since the fix is already available upstream
  (https://github.com/ntp-project/ntp.git) and Debian package.

  If after installing the patch, user are receiving this kind of message in 
/var/log/syslog : routing socket reports: No buffer space available.
  The next step, would be to increase the net.core.rmem_max and 
net.core.wmem_max values equally until the routing socket reports: No buffer 
space available message no longer showed up.

  [Other Info]

  NTP upstream (https://github.com/ntp-project/ntp.git)
  [Bug 2224] Use-after-free in routing socket code after dropping root. - 
Commit: d6df9d3
  [Bug 2890] Ignore ENOBUFS on routing netlink socket. - Commit: db47bd4 

  The use-after-free bug has been fix in Debian release (closes: #795315)
  Will submit the ignore-ENOBUFS-on-routing-netlink-socket in Debian in the 
next days.

  [Original Description]

  We have 1 server (among hundreds) that its ntp service is crashing.

  A few minute/seconds after a start attempts we can see the following in 
syslog:
  ntpd[2729]: peers refreshed
  ntpd[2729]: Listening on routing socket on fd #49 for interface updates
  ntpd[2729]: i/o error on routing socket No buffer space available - disabling
  kernel: [157516.495224] ntpd[2729]: segfault at 31 ip 0031 sp 
79f11788 error 14 in libpthread-2.15.so[7f967a5d9000+18000]

  OS: Ubuntu 12.04.4 LTS
  Kernel: 3.11.0-19-generic

  I tried to compare it to other servers, and the only thing I could find that 
is different is that while it's up (before it crashes) I can see the following 
when running lsof | grep ntp:
  ntpd 2729 ntp 49u sock 0,7 0t0 2473952565 can't identify protocol.

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

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


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

2015-08-27 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  System freeze when using Libre Office

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

Bug description:
  When using Libre office Draw, the system entirely froze. I was just
  able to move the mouse, not even able to do a tty session.

  I am using Nouveau Driver, with a kernel 3.19.0-25-generic.

  I'm quite new reporting bugs, so please let me know if you need any
  additional information, I'll add them =)

  Thanks for the help!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Aug  3 22:21:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G94M [GeForce 9800M GS] [10de:062b] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7220]
  InstallationDate: Installed on 2015-07-18 (16 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Micro-Star International GX627
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=9e366518-5490-46f2-a96a-b0a230e475dd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A1651IMS.10P
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-1651
  dmi.board.vendor: MSI
  dmi.board.version: Ver 1.000
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1651IMS.10P:bd12/26/2008:svnMicro-StarInternational:pnGX627:pvrVer1.000:rvnMSI:rnMS-1651:rvrVer1.000:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GX627
  dmi.product.version: Ver 1.000
  dmi.sys.vendor: Micro-Star International
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Aug  3 22:11:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

** This bug has been marked a duplicate of bug 1445949
   Version does not conform to PEP440

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489461] [NEW] Network Manager looses connection and refuses to reconnect

2015-08-27 Thread Wolf Rogner
Public bug reported:

Repetitively with new versions this issue arises:

Network Manager looses the connection. The list of SSIDs and APs includes a 
subset of APs that were there before the disconnect.
Reconnection results in a permanent connection establishing effort with no 
final success.

Restarting the NetworkManager service does not bring up the missing
SSIDs and APs nor does it allow to reconnect.

Only a reboot remedies this situation.

Why is it repetitively:
I haven't found the errors I previously reported on this edition but I did. 
Thus to me this seems like regression again.

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

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

Title:
  Network Manager looses connection and refuses to reconnect

Status in network-manager package in Ubuntu:
  New

Bug description:
  Repetitively with new versions this issue arises:

  Network Manager looses the connection. The list of SSIDs and APs includes a 
subset of APs that were there before the disconnect.
  Reconnection results in a permanent connection establishing effort with no 
final success.

  Restarting the NetworkManager service does not bring up the missing
  SSIDs and APs nor does it allow to reconnect.

  Only a reboot remedies this situation.

  Why is it repetitively:
  I haven't found the errors I previously reported on this edition but I did. 
Thus to me this seems like regression again.

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

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


[Touch-packages] [Bug 1445949] Re: Version does not conform to PEP440

2015-08-27 Thread Julian Andres Klode
It's backported in git already, we just need to get a permission to
upload and upload it.

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

Title:
  Version does not conform to PEP440

Status in python-apt package in Ubuntu:
  Fix Released
Status in python-setuptools package in Ubuntu:
  Invalid

Bug description:
  When looking for available python modules, pkg_resources issues the
  following warning:

  /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py:2512:
  PEP440Warning: 'python-apt (0.9.3.11build1)' is being parsed as a
  legacy, non PEP 440, version. You may find odd behavior and sort
  order. In particular it will be sorted as less than 0.0. It is
  recommend to migrate to PEP 440 compatible versions.

  The package version should be conforming.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-lowlatency 3.13.11-ckt15
  Uname: Linux 3.13.0-46-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Apr 19 18:00:31 2015
  SourcePackage: python-apt
  UpgradeStatus: Upgraded to vivid on 2012-03-12 (1133 days ago)

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

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


[Touch-packages] [Bug 1454687] Comment bridged from LTC Bugzilla

2015-08-27 Thread bugproxy
--- Comment From bren...@br.ibm.com 2015-08-27 13:22 EDT---
 Haren, you may want to follow up with a new Ubuntu bug with the patches from
 comment 21.
Haren, did you opened a new feature for the inclusion of the other patches?

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

Title:
  add NX 842 hw compression patches

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in initramfs-tools source package in Vivid:
  In Progress
Status in linux source package in Vivid:
  Fix Released

Bug description:
  [Impact]
  Users of PowerPC processors with an NX coprocessor will not be able to use 
features like memory compression without this set of patches.

  [Test Case]
  Run kernel on a PowerPC processor with an NX coprocessor implementing 842 
memory compression.

  [Fix]

  Commits:
  b130e7c04f1130f241eddf72098a6e08d41d08fe
  edc424f8cd84bbae530d8a9f86caf1923606fb24
  2da572c959dd5815aef153cf62010b16a498a0d3
  2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9
  fdd05e4b9ae22603ed09beb4e179ae7746555a81
  7011a122383e36dab594406720fa1d089e0be8f9
  959e6659b6f74ec1fa4d391a3b88d63dc0189f36
  99182a42b7ef3d5e4180992ce01befd9e87526d2
  b8e04187c90107c58d1ccbeb68a0ba4c5bfd4167
  ed70b479c2c0b6e1319f0cb2de19f1051be219a4
  f7ead7b47a758bbee6fdc66f95f27fdb866e5e9d
  ca7fc7e962fa067ba31f76a6e5828537394f6481
  9358eac06b8fcf9fcaf566ec825fc05e2b1acd10
  3e648cbeb31be5cb84b9ec19822e2b85417f07c4
  3154de71258a32040214fda174e67b975b0810ef
  32be6d3e362b896c81aae7c635d44e5a91406ce2
  2c6f6eabc0bfcea0a62370038da713e3873cff31
  c47d63020c03659e584673f78f24f2e5de3e6b9b

  Plus the following configuration changes:

  +CONFIG_842_COMPRESS=m
  +CONFIG_842_DECOMPRESS=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES=m

  In addition some modules need to be loaded by initramfs which requires
  changes to the initramfs-tools package.

  The modules are:
  nx-compress
  nx-compress-crypto
  nx-compress-platform
  nx-compress-pseries
  nx-compress-powernv
  842-decompress

  --

  Please add/include the patches for PowerPC NX coprocessor 842 memory
  compression.  They're currently in Herbert Xu's upstream tree, and
  presumably he will send them up to Linus at the 4.2 merge window.

  You can find the commits at
  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git

  ed70b47 crypto: nx - add hardware 842 crypto comp alg
  b8e04187 crypto: nx - simplify pSeries nx842 driver
  99182a42 crypto: nx - add PowerNV platform NX-842 driver
  959e665 crypto: nx - add nx842 constraints
  7011a12 crypto: nx - add NX-842 platform frontend driver
  fdd05e4 crypto: nx - rename nx-842.c to nx-842-pseries.c
  2062c5b crypto: 842 - change 842 alg to use software
  2da572c lib: add software 842 compression/decompression
  edc424f powerpc: Add ICSWX instruction
  b130e7c powerpc: export of_get_ibm_chip_id function

  I'll update this when they are added to Linus' tree.

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

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


[Touch-packages] [Bug 1489490] [NEW] Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Using the current wily version it tries to start u-c-c, that doesn't
work. The suggested change checks if MIR_SOCKET is defined and calls the
unity8 version in this case

** Affects: indicator-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New

-- 
 Try to start unity-control-center on unity8 sessions
https://bugs.launchpad.net/bugs/1489490
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to indicator-bluetooth in Ubuntu.

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


[Touch-packages] [Bug 1489490] Re: Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Sebastien Bacher
** Changed in: indicator-bluetooth (Ubuntu)
   Status: New = In Progress

** Changed in: indicator-bluetooth (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-bluetooth package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-27 Thread Louis Bouchard
** Patch removed: rsyslog_debian_to_ubuntu.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4432446/+files/rsyslog_debian_to_ubuntu.debdiff

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

Status in rsyslog package in Ubuntu:
  Incomplete

Bug description:
  debian unstable has rsyslog-8.9.0-3. Ubuntu available version is quite
  behind

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

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


[Touch-packages] [Bug 1481129] Re: System freeze when using Libre Office

2015-08-27 Thread Witold Szczeponik
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  System freeze when using Libre Office

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

Bug description:
  When using Libre office Draw, the system entirely froze. I was just
  able to move the mouse, not even able to do a tty session.

  I am using Nouveau Driver, with a kernel 3.19.0-25-generic.

  I'm quite new reporting bugs, so please let me know if you need any
  additional information, I'll add them =)

  Thanks for the help!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Aug  3 22:21:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G94M [GeForce 9800M GS] [10de:062b] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7220]
  InstallationDate: Installed on 2015-07-18 (16 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Micro-Star International GX627
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=9e366518-5490-46f2-a96a-b0a230e475dd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A1651IMS.10P
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-1651
  dmi.board.vendor: MSI
  dmi.board.version: Ver 1.000
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1651IMS.10P:bd12/26/2008:svnMicro-StarInternational:pnGX627:pvrVer1.000:rvnMSI:rnMS-1651:rvrVer1.000:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GX627
  dmi.product.version: Ver 1.000
  dmi.sys.vendor: Micro-Star International
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Aug  3 22:11:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Touch-packages] [Bug 1481673] Re: No mechanism for displaying internal downloads in transfer indicator

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~mandel/ubuntu-download-manager/vivid-add-appid-
metadata

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

Title:
  No mechanism for displaying internal downloads in transfer indicator

Status in Canonical System Image:
  New
Status in indicator-transfer package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  In Progress

Bug description:
  We're currently adding support to the webbrowser-app to allow it
  download files internally in addition to sending them to other
  applications, currently download manager has a metadata property
  titled showInIndicator, however this doesn't appear to have any
  effect when the transfer is happening inside an application without
  content-hub involvement.

  This results in an inconsistent experience for the user, as some
  downloads from the browser show up in the indicator (those opened
  immediately with other apps) and some don't (those downloaded for
  later use).

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

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


[Touch-packages] [Bug 1481129] Re: System freeze when using Libre Office

2015-08-27 Thread Witold Szczeponik
Happened to me again, this time by opening a file with Calc and with the
latest Kernel (3.19.0-27-generic #29~14.04.1-Ubuntu SMP Sun Aug 16
01:51:13 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux). When I tried to close
the application, the system froze again and I had to hard-shutdown it.
Again, it was an angry nouveau driver.

This is becoming a real issue, as it basically renders the usage of
LibreOffice impossible. But: it seems to be a Kernel problem which needs
to be resolved by kernel package.

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

Title:
  System freeze when using Libre Office

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  When using Libre office Draw, the system entirely froze. I was just
  able to move the mouse, not even able to do a tty session.

  I am using Nouveau Driver, with a kernel 3.19.0-25-generic.

  I'm quite new reporting bugs, so please let me know if you need any
  additional information, I'll add them =)

  Thanks for the help!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Aug  3 22:21:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G94M [GeForce 9800M GS] [10de:062b] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7220]
  InstallationDate: Installed on 2015-07-18 (16 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Micro-Star International GX627
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=9e366518-5490-46f2-a96a-b0a230e475dd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A1651IMS.10P
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-1651
  dmi.board.vendor: MSI
  dmi.board.version: Ver 1.000
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1651IMS.10P:bd12/26/2008:svnMicro-StarInternational:pnGX627:pvrVer1.000:rvnMSI:rnMS-1651:rvrVer1.000:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GX627
  dmi.product.version: Ver 1.000
  dmi.sys.vendor: Micro-Star International
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Aug  3 22:11:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

-- 
Mailing list: https://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 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

On Aug 27, 2015, at 01:22 PM, Muelli wrote:

I think the duplicate status is wrong.

I agree, but then it's not a bug in python-apt.  It's really a bug caused by
our old version of pip, which doesn't natively understand PEP 440 'arbitrary
equality' clauses signified by the === marker.  Even if you change
python-apt's version number it's still possible that some other installed
package will have a nonconforming version number.

Upgrading pip to the latest version is an arduous process because of all the
bureaucracy involved (and a bit of technical prerequisites), but in any case,
with the help of the upstream maintainer, I did backport a workaround in pip
1.5.6-7 (seen in Ubuntu as 1.5.6-7ubuntu1).  You'll need wily though.

I did a sudo apt-get install -t wily python-apt to get 1.0.0~beta3.1ubuntu1
which is the version which is supposed to fix the problem.  However, pip
freeze still fails.

`pip list` would also trigger the bug, but it should be fixed now, at least in
unstable and wily.  I have an ongoing task to update pip to the latest
upstream release.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

Will be fixed again with the next upload.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

Nah, we just had a temporary hick up with the ~beta3.1 thing, which
should have been ~beta4.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

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

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New
Status in python-pip package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1427077] Re: [Ubuntu 15.10] initramfs extended attribute support - kernel piece

2015-08-27 Thread bugproxy
--- Comment From bren...@br.ibm.com 2015-08-27 13:52 EDT---
(In reply to comment #11)
 The status of this request is unclear.  Does IBM still care about this
 functionality?  Does IBM have patches against upstream that we should apply
 against the Ubuntu version, or a pointer to patches that have landed in an
 upstream release?

I think this is going to be deferred to 16.04 since we are not making
much progress for 15.10 timeframe.

** Tags removed: targetmilestone-inin1510
** Tags added: targetmilestone-inin1604

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

Title:
  [Ubuntu 15.10] initramfs extended attribute support - kernel piece

Status in cpio package in Ubuntu:
  Incomplete

Bug description:
  add xattr support to cpio

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

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


[Touch-packages] [Bug 1488830] Re: FFE: merge rsyslog 8.9.0-3 from debian

2015-08-27 Thread Louis Bouchard
New debdiff for the merge with pitti's requests implemented.

** Patch added: rsyslog_debian_to_ubuntu_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1488830/+attachment/4453386/+files/rsyslog_debian_to_ubuntu_v2.debdiff

** Attachment removed: rsyslog_8.9.0-3ubuntu1_amd64.build
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1488830/+attachment/4452612/+files/rsyslog_8.9.0-3ubuntu1_amd64.build

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

Title:
  FFE: merge rsyslog 8.9.0-3 from debian

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  Dear Release Team,

  The request for a sponsor for the merge of rsyslog (LP: #1464201) has
  not received attention prior to feature freeze. Given the fact that
  Wily is the last release before LTS, it would be appropriate to have
  at least one release with rsyslog 8.9.0-3 before the next LTS.
  Another risk is to end up with a version of rsyslog in the next LTS
  that will no longer be supported upstream.

  The new version builds and run on Wily.

  The v8 release of rsyslog has been in use in Debian for a while now
  and Jessie is running 8.4.2.  It incorporates numerous bugfixes for
  the v7 stream as well as for new v8 functionalities.

  Here is a detailed list of changes applied to rsyslog between 7.4.4
  and 8.9 :

  --
  Version 8.9.0 [v8-stable] 2015-04-07
  - omprog: add option hup.forward to forwards HUP to external plugins
  - imuxsock: added capability to use regular parser chain
  - 0mq: improvements in input and output modules
  - imtcp: add support for ip based bind for imtcp - param address
  - build system: added option --without-valgrind-testbench
  --
  Version 8.8.0 [v8-stable] 2015-02-24
  - omkafka: add support for dynamic topics and auto partitioning
  - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing
  - omfwd: more detailled error messages in case of UDP send error
  - TLS syslog: enable capability to turn on GnuTLS debug logging
  - improve rsyslogd -v output and error message with meta information
  --
  Version 8.7.0 [v8-stable] 2015-01-13
  - add message metadata system to msg object
  - imfile: add support for filename metadata
  - imptcp: make stats counter names consistent with what imudp, imtcp uses
  - added new module omkafka to support writing to Apache Kafka
  - omfwd: add new udp.senddelay parameter
  - mmnormalize enhancements
  - RainerScript foreach iterator and array reading support
  - now requires liblognorm = 1.0.2
  - add support for systemd = 209 library names
  - BSD ntp facility (value 12) is now also supported in filter
  --
  Version 8.6.0 [v8-stable] 2014-12-02
  - configuration-setting rsyslogd command line options deprecated
  - new and enhanced plugins for 0mq. These are currently experimantal.
  - empty rulesets have been permitted. They no longer raise a syntax error.
  - add parameter -N3 to enable config check of partial config file
  - rsyslogd -e option has finally been removed
  - testbench improvements
  - testbench is now by default disabled
  - add new RainerScript functions warp() and replace()
  - mmnormalize can now also work on a variable
  - new property date options for day ordinal and week number
  - remove --enable-zlib configure option, we always require it
  - slight source-tree restructuring: contributed modules are now in their
  - imttcp was removed because it was an incompleted experimental module
  - pmrfc3164sd because it was a custom module nobody used
  - omoracle was removed because it was orphaned and did not build/work
  ---
  Version 8.5.0 [v8-stable] 2014-10-24
  - imfile greatly refactored and support for wildcards added
  - PRI-handling code refactored for more clarity and robustness
  - ommail: add support for RainerScript config system [action() object]
  - refactored the auto-backgrounding method
  - make gntls tcp syslog driver emit more error messages
  - imgssapi: log remote peer address in some error messages
  ---
  Version 8.4.2 [v8-stable] 2014-10-02
  - behaviour change: msg of messages with invalid PRI set to rawmsg
  ---
  Version 8.4.1 [v8-stable] 2014-09-30
  - imudp: add for bracketing mode, which makes parsing stats easier
  - permit at-sign in variable names
  ---
  Version 8.4.0 

[Touch-packages] [Bug 1488830] Re: FFE: merge rsyslog 8.9.0-3 from debian

2015-08-27 Thread Louis Bouchard
Sorry for the noise, wrong bug :-/

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

Title:
  FFE: merge rsyslog 8.9.0-3 from debian

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  Dear Release Team,

  The request for a sponsor for the merge of rsyslog (LP: #1464201) has
  not received attention prior to feature freeze. Given the fact that
  Wily is the last release before LTS, it would be appropriate to have
  at least one release with rsyslog 8.9.0-3 before the next LTS.
  Another risk is to end up with a version of rsyslog in the next LTS
  that will no longer be supported upstream.

  The new version builds and run on Wily.

  The v8 release of rsyslog has been in use in Debian for a while now
  and Jessie is running 8.4.2.  It incorporates numerous bugfixes for
  the v7 stream as well as for new v8 functionalities.

  Here is a detailed list of changes applied to rsyslog between 7.4.4
  and 8.9 :

  --
  Version 8.9.0 [v8-stable] 2015-04-07
  - omprog: add option hup.forward to forwards HUP to external plugins
  - imuxsock: added capability to use regular parser chain
  - 0mq: improvements in input and output modules
  - imtcp: add support for ip based bind for imtcp - param address
  - build system: added option --without-valgrind-testbench
  --
  Version 8.8.0 [v8-stable] 2015-02-24
  - omkafka: add support for dynamic topics and auto partitioning
  - imtcp/imptcp: support for broken Cisco ASA TCP syslog framing
  - omfwd: more detailled error messages in case of UDP send error
  - TLS syslog: enable capability to turn on GnuTLS debug logging
  - improve rsyslogd -v output and error message with meta information
  --
  Version 8.7.0 [v8-stable] 2015-01-13
  - add message metadata system to msg object
  - imfile: add support for filename metadata
  - imptcp: make stats counter names consistent with what imudp, imtcp uses
  - added new module omkafka to support writing to Apache Kafka
  - omfwd: add new udp.senddelay parameter
  - mmnormalize enhancements
  - RainerScript foreach iterator and array reading support
  - now requires liblognorm = 1.0.2
  - add support for systemd = 209 library names
  - BSD ntp facility (value 12) is now also supported in filter
  --
  Version 8.6.0 [v8-stable] 2014-12-02
  - configuration-setting rsyslogd command line options deprecated
  - new and enhanced plugins for 0mq. These are currently experimantal.
  - empty rulesets have been permitted. They no longer raise a syntax error.
  - add parameter -N3 to enable config check of partial config file
  - rsyslogd -e option has finally been removed
  - testbench improvements
  - testbench is now by default disabled
  - add new RainerScript functions warp() and replace()
  - mmnormalize can now also work on a variable
  - new property date options for day ordinal and week number
  - remove --enable-zlib configure option, we always require it
  - slight source-tree restructuring: contributed modules are now in their
  - imttcp was removed because it was an incompleted experimental module
  - pmrfc3164sd because it was a custom module nobody used
  - omoracle was removed because it was orphaned and did not build/work
  ---
  Version 8.5.0 [v8-stable] 2014-10-24
  - imfile greatly refactored and support for wildcards added
  - PRI-handling code refactored for more clarity and robustness
  - ommail: add support for RainerScript config system [action() object]
  - refactored the auto-backgrounding method
  - make gntls tcp syslog driver emit more error messages
  - imgssapi: log remote peer address in some error messages
  ---
  Version 8.4.2 [v8-stable] 2014-10-02
  - behaviour change: msg of messages with invalid PRI set to rawmsg
  ---
  Version 8.4.1 [v8-stable] 2014-09-30
  - imudp: add for bracketing mode, which makes parsing stats easier
  - permit at-sign in variable names
  ---
  Version 8.4.0 [v8-stable] 2014-08-18
  - this is the new stable branch, which incorporates all enhancements of
rsyslog 8.3.
  - mmjsonparse: support selectable cookie and target containers
  - omprog: emit error message via syslog() if loading binary fails
  - couple of patches imported from v7-stable (7.6.4)
  - new pmciscoios parser supporting various Cisco IOS formats
  - RFC3164 timestamp parser now 

[Touch-packages] [Bug 1489481] [NEW] Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Sebastien Bacher
Public bug reported:

Using the current wily version it tries to start u-c-c, that doesn't
work. The suggested change checks if MIR_SOCKET is defined and calls the
unity8 version in this case

** Affects: indicator-datetime (Ubuntu)
 Importance: High
 Assignee: Sebastien Bacher (seb128)
 Status: In Progress

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-datetime (Ubuntu)
   Status: New = In Progress

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489490] [NEW] Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Sebastien Bacher
Public bug reported:

Using the current wily version it tries to start u-c-c, that doesn't
work. The suggested change checks if MIR_SOCKET is defined and calls the
unity8 version in this case

** Affects: indicator-bluetooth (Ubuntu)
 Importance: High
 Assignee: Sebastien Bacher (seb128)
 Status: In Progress

** Package changed: indicator-keyboard (Ubuntu) = indicator-bluetooth
(Ubuntu)

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided = High

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-bluetooth package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489490] Re: Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/indicator-bluetooth/unity8-system-settings

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-bluetooth package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1480310] Re: systemctl link request failed for service FOO: Unit name FOO is not valid.

2015-08-27 Thread Curtis Hovey
** Changed in: juju-core
Milestone: 1.25-alpha1 = 1.25-beta1

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

Title:
  systemctl link request failed for service FOO: Unit name FOO is not
  valid.

Status in juju-core:
  Triaged
Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  As seen in
  
http://reports.vapour.ws/releases/2936/job/local-deploy-wily-amd64/attempt/136
  Juju cannot bootstrap on wily because 
 ERROR juju.service.systemd service.go:149 dbus link request failed for 
service
  juju-db-jenkins-local-deploy-wily-amd64: Unit name
  
/var/lib/juju/init/juju-db-jenkins-local-deploy-wily-amd64/juju-db-jenkins-local-deploy-wily-amd64.service
  is not valid.

  This error first occurred after the wily-slave got package updates.
  The released jujus get the same errors as the jujus under test. This
  issue is probably an Ubuntu packaging break.

  I am making the test non-voting since we can see table 1.24.3 no
  longer works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1480310/+subscriptions

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


[Touch-packages] [Bug 564698] Re: lscpu command shows ??? when messages are translated in Japanese

2015-08-27 Thread Francesco Cosoleto
This issue has been fixed.

https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/sys-
utils/lscpu.c?id=2f8f138883fa57150db793ce07514d19469d9550

** Changed in: util-linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  lscpu command shows ??? when messages are translated in Japanese

Status in util-linux package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: util-linux

  In Japanese environment, the output of lscpu command is garbled like as below:
Architecture:  x86_64
CPU op-mode(s):32-bit, 64-bit
CPU(s):4
???:   1
???:   4
CPU?:  1
  (snip)
  This should be displayed as:
Architecture:x86_64
CPU op-mode(s):  32-bit, 64-bit
CPU(s):  4
コアあたりのスレッド数:  1
ソケットあたりのコア数:  4
CPUソケット数:   1
  (snip)

  I examined the code and I find that this fixed the problem:
--- lscpu.c.orig2010-04-16 21:03:50.817368836 +0900
+++ lscpu.c 2010-04-16 22:29:46.426123638 +0900
@@ -694,7 +694,7 @@
{ NULL, 0, 0, 0 }
};
 
-   setlocale(LC_MESSAGES, );
+   setlocale(LC_ALL, );
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
  but this time, I find that column spacing is wrong.
  I also fixed this problem. I will attach a patch.

  Note that I am just a C beginner, please take this patch as a
  reference.

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

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


[Touch-packages] [Bug 1445949] Re: Version does not conform to PEP440

2015-08-27 Thread Muelli
Are we going to see this fix backported to, say, 15.04?

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

Title:
  Version does not conform to PEP440

Status in python-apt package in Ubuntu:
  Fix Released
Status in python-setuptools package in Ubuntu:
  Invalid

Bug description:
  When looking for available python modules, pkg_resources issues the
  following warning:

  /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py:2512:
  PEP440Warning: 'python-apt (0.9.3.11build1)' is being parsed as a
  legacy, non PEP 440, version. You may find odd behavior and sort
  order. In particular it will be sorted as less than 0.0. It is
  recommend to migrate to PEP 440 compatible versions.

  The package version should be conforming.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.13.0-46.79-lowlatency 3.13.11-ckt15
  Uname: Linux 3.13.0-46-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun Apr 19 18:00:31 2015
  SourcePackage: python-apt
  UpgradeStatus: Upgraded to vivid on 2012-03-12 (1133 days ago)

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

-- 
Mailing list: https://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 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem

2015-08-27 Thread Gene Soo
VirtualBox ticket 14508 created to report this issue. Any comments from the
Audio team can be submitted referencing that ticket number.

On Thu, Aug 27, 2015 at 3:34 AM, LocutusOfBorg 
costamagnagianfra...@yahoo.it wrote:

 Hi, can you please report then on the upstream Virtualbox ticket page?
 or also the mail list might be good
 https://www.virtualbox.org/newticket

 cheers,

 Gianfranco

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1487168

 Title:
   [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider
   problem

 Status in alsa-driver package in Ubuntu:
   Invalid
 Status in virtualbox package in Ubuntu:
   Confirmed

 Bug description:
   Volume Slider is only controlling PCM channel and is not controlling
   Master. In effect, Master is restricting the audio level to the
   default of approximately 45 Percent. In order to raise the Master
   Volume Level, alsamixer is capable of changing Master. Without
   manually raising Master to Max Volume, Volume Slider can only control
   volume from 0-45% which is the default level of Master.

   Description:  Ubuntu Wily Werewolf (development branch)
   Release:  15.10

   ProblemType: Bug
   DistroRelease: Ubuntu 15.10
   Package: alsa-base 1.0.25+dfsg-0ubuntu5
   ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
   Uname: Linux 4.1.0-3-generic x86_64
   ApportVersion: 2.18-0ubuntu7
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  gene   1330 F pulseaudio
 gene   1922 F alsamixer
   CurrentDesktop: Unity
   Date: Thu Aug 20 13:00:57 2015
   InstallationDate: Installed on 2015-08-19 (1 days ago)
   InstallationMedia: Edubuntu 15.10 Wily Werewolf - Alpha amd64
 (20150819)
   PackageArchitecture: all
   SourcePackage: alsa-driver
   Symptom: audio
   Symptom_Card: Built-in Audio - Intel 82801AA-ICH
   Symptom_Type: Volume slider, or mixer problems
   Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 12/01/2006
   dmi.bios.vendor: innotek GmbH
   dmi.bios.version: VirtualBox
   dmi.board.name: VirtualBox
   dmi.board.vendor: Oracle Corporation
   dmi.board.version: 1.2
   dmi.chassis.type: 1
   dmi.chassis.vendor: Oracle Corporation
   dmi.modalias:
 dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
   dmi.product.name: VirtualBox
   dmi.product.version: 1.2
   dmi.sys.vendor: innotek GmbH

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1487168/+subscriptions


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

Title:
  [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider
  problem

Status in alsa-driver package in Ubuntu:
  Invalid
Status in virtualbox package in Ubuntu:
  Confirmed

Bug description:
  Volume Slider is only controlling PCM channel and is not controlling
  Master. In effect, Master is restricting the audio level to the
  default of approximately 45 Percent. In order to raise the Master
  Volume Level, alsamixer is capable of changing Master. Without
  manually raising Master to Max Volume, Volume Slider can only control
  volume from 0-45% which is the default level of Master.

  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gene   1330 F pulseaudio
gene   1922 F alsamixer
  CurrentDesktop: Unity
  Date: Thu Aug 20 13:00:57 2015
  InstallationDate: Installed on 2015-08-19 (1 days ago)
  InstallationMedia: Edubuntu 15.10 Wily Werewolf - Alpha amd64 (20150819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_Type: Volume slider, or mixer problems
  Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  

[Touch-packages] [Bug 1481673] Re: No mechanism for displaying internal downloads in transfer indicator

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~mandel/ubuntu-download-manager/wily-add-appid-
metadata

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

Title:
  No mechanism for displaying internal downloads in transfer indicator

Status in Canonical System Image:
  New
Status in indicator-transfer package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  In Progress

Bug description:
  We're currently adding support to the webbrowser-app to allow it
  download files internally in addition to sending them to other
  applications, currently download manager has a metadata property
  titled showInIndicator, however this doesn't appear to have any
  effect when the transfer is happening inside an application without
  content-hub involvement.

  This results in an inconsistent experience for the user, as some
  downloads from the browser show up in the indicator (those opened
  immediately with other apps) and some don't (those downloaded for
  later use).

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

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


[Touch-packages] [Bug 924224] Re: LightDM package fails to remove if lightdm user is in use

2015-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.15.3-0ubuntu3

---
lightdm (1.15.3-0ubuntu3) wily; urgency=medium

  * debian/lightdm.postrm:
- Don't remove the lightdm user/group on package removal. This fails if the
  user is still in use and leaves the risk of another user being created
  with the same UID. (LP: #924224)

 -- Robert Ancell robert.anc...@canonical.com  Wed, 26 Aug 2015
09:35:56 +0100

** Changed in: lightdm (Ubuntu Wily)
   Status: Triaged = Fix Released

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

Title:
  LightDM package fails to remove if lightdm user is in use

Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Precise:
  Triaged
Status in lightdm source package in Trusty:
  Triaged
Status in lightdm source package in Vivid:
  Triaged
Status in lightdm source package in Wily:
  Fix Released

Bug description:
  Ubuntu 11.04.

  apt-get

  uninstall lightdm

  ot an 'Error 8', then the crash report appeared.

  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: lightdm (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-13.54-generic 2.6.38.8
  Uname: Linux 2.6.38-13-generic i686
  AptOrdering: lightdm: Purge
  Architecture: i386
  Date: Tue Jan 31 08:40:27 2012
  ErrorMessage: el subproceso instalado el script post-removal devolvió el 
código de salida de error 1
  InstallationMedia: Macbuntu-iso - Release i386
  SourcePackage: lightdm
  Title: package lightdm (not installed) failed to install/upgrade: el 
subproceso instalado el script post-removal devolvió el código de salida de 
error 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1484562] Re: In history view, pressing delete key should remove current date/history entry

2015-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150820-0ubuntu1

---
webbrowser-app (0.23+15.10.20150820-0ubuntu1) wily; urgency=medium

  [ Alexandre Abreu ]
  * Fix webapp name logic (LP: #1473472)

  [ Arthur Mello ]
  * Add support for removing history entries with delete key in
HistoryViewWide (LP: #1484562)

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Remove an old workaround for an issue that was fixed since then in
the content hub and that caused the file picker to accept the
selected file twice.

  [ Ugo Riboni ]
  * Merge two url utility files into one, since they had no reason for
being separate. Add unit tests for some of the functions that had
none.

 -- CI Train Bot ci-train-...@canonical.com  Thu, 20 Aug 2015 08:58:20
+

** Changed in: webbrowser-app (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 webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1484562

Title:
  In history view, pressing delete key should remove current
  date/history entry

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  [DESKTOP ONLY]

  In the new wide history view layout, pressing the Delete key doesn’t have any 
effect.
  For consistency with the new wide new tab view (where pressing delete either 
hides the currently selected top site or removes the currently selected 
bookmark), pressing delete should remove the currently selected history entry 
if active focus is on the right panel, and it should remove all entries for the 
currently selected date if active focus is on the left panel.

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

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


[Touch-packages] [Bug 1489395] Re: Single star means this number is the rating, but looks like app has a low rating

2015-08-27 Thread Alejandro J. Cura
The same happens to me, every time. I agree with the proposed change.

I'm adding the Ubuntu-UX team so they can evaluate the proposal, and do
the change wherever a star rating is shown on the phone.

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

** Changed in: unity-scope-click (Ubuntu)
   Status: New = Triaged

** Changed in: unity-scope-click (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: unity-scope-click (Ubuntu)
 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 unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1489395

Title:
  Single star means this number is the rating, but looks like app has
  a low rating

Status in Ubuntu UX:
  New
Status in unity-scope-click package in Ubuntu:
  Triaged

Bug description:
  App ratings are displayed as ☆ 4.5. Every time I glance at an app's
  rating my first thought is that it's been rated low, because it's only
  got one star. Then I read the number and realise that the app is rated
  highly and that star means here is the rating, not it's got a one-
  star rating. As far as I can tell everywhere a star rating is
  displayed it's on a line on its own, so there ought to be room to
  write ☆ 4.5 (nine characters) -- there is room to fit the
  developer name horizontally, or the app name -- and this would avoid
  the confusion.

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Julian Andres Klode
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

If you guys want this to track the pip bug, then please unduplicate it,
and drop the python-apt bug.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New
Status in python-pip package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1473472] Re: Invalid webapp name determination when a webapp-properties.json file exists

2015-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150820-0ubuntu1

---
webbrowser-app (0.23+15.10.20150820-0ubuntu1) wily; urgency=medium

  [ Alexandre Abreu ]
  * Fix webapp name logic (LP: #1473472)

  [ Arthur Mello ]
  * Add support for removing history entries with delete key in
HistoryViewWide (LP: #1484562)

  [ CI Train Bot ]
  * New rebuild forced.

  [ Olivier Tilloy ]
  * Remove an old workaround for an issue that was fixed since then in
the content hub and that caused the file picker to accept the
selected file twice.

  [ Ugo Riboni ]
  * Merge two url utility files into one, since they had no reason for
being separate. Add unit tests for some of the functions that had
none.

 -- CI Train Bot ci-train-...@canonical.com  Thu, 20 Aug 2015 08:58:20
+

** Changed in: webbrowser-app (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 webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1473472

Title:
  Invalid webapp name determination when a webapp-properties.json file
  exists

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Invalid webapp name determination when a webapp-properties.json file
  exists

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

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


[Touch-packages] [Bug 1480122] Re: [systemd 223-1] dpkg: warning: --compare-versions used with obsolete relation operator ''

2015-08-27 Thread dino99
Today systemd has been upgraded to 224-2ubuntu2, and the error reported here 
has not been seen that time, nor logged.
So it seems a transitional issue that is now gone. Setting that report as 
'incomplete' to start the countdown close timer.

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

** Changed in: hundredpapercuts
   Status: Confirmed = Incomplete

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

Title:
  [systemd 223-1] dpkg: warning: --compare-versions used with obsolete
  relation operator ''

Status in One Hundred Papercuts:
  Incomplete
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is what i've seen while upgrading to systemd 223-1ubuntu1:

  Processing triggers for systemd (222-2ubuntu1) ...
  Processing triggers for initramfs-tools (0.103ubuntu16) ...
  dpkg: warning: --compare-versions used with obsolete relation operator ''

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dpkg 1.18.1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jul 31 09:03:58 2015
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-08-27 Thread Eric Desrochers
debdiff for trusty

** Patch added: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.4
   
https://bugs.launchpad.net/ubuntu/precise/+source/ntp/+bug/1481388/+attachment/4453392/+files/lp1481388_trusty.debdiff

** Changed in: ntp (Ubuntu Trusty)
   Status: Confirmed = In Progress

** Changed in: ntp (Ubuntu Trusty)
   Importance: Undecided = Medium

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

Status in ntp package in Ubuntu:
  Confirmed
Status in ntp source package in Precise:
  In Progress
Status in ntp source package in Trusty:
  In Progress
Status in ntp source package in Vivid:
  Confirmed
Status in ntp source package in Wily:
  Confirmed

Bug description:
  [Impact]

   * User experienced repeated segfaults at the same instruction pointer

  i/o error on routing socket No buffer space available - disabling
  segfault at 31 ip 0031 sp 79f11788 error 14 in 
libpthread-2.15.so[7f967a5d9000+18000] 

  The remove_ and delete_ functions remove the current element from the
  asyncio_reader_list, and free it, respectively.

  We then return back to the loop at the top, wherein the asyncio_reader 
variable still points at the now-freed element, whose contents are (in theory) 
now scrambled
  by having link pointers, etc, from internal malloc state overlaying the data.

  [Test Case]

  You can easily reproduce the bug by :

  - Lowering the sysctl value net.core.rmem_max

  $ sysctl -w net.core.wmem_max=LOWER_VALUE
  This sets the max OS send buffer size for all types of connections.

  - Adding multiple network interfaces and static routes.

  [Regression Potential]

  None expected since the fix is already available upstream
  (https://github.com/ntp-project/ntp.git) and Debian package.

  If after installing the patch, user are receiving this kind of message in 
/var/log/syslog : routing socket reports: No buffer space available.
  The next step, would be to increase the net.core.rmem_max and 
net.core.wmem_max values equally until the routing socket reports: No buffer 
space available message no longer showed up.

  [Other Info]

  NTP upstream (https://github.com/ntp-project/ntp.git)
  [Bug 2224] Use-after-free in routing socket code after dropping root. - 
Commit: d6df9d3
  [Bug 2890] Ignore ENOBUFS on routing netlink socket. - Commit: db47bd4 

  The use-after-free bug has been fix in Debian release (closes: #795315)
  Will submit the ignore-ENOBUFS-on-routing-netlink-socket in Debian in the 
next days.

  [Original Description]

  We have 1 server (among hundreds) that its ntp service is crashing.

  A few minute/seconds after a start attempts we can see the following in 
syslog:
  ntpd[2729]: peers refreshed
  ntpd[2729]: Listening on routing socket on fd #49 for interface updates
  ntpd[2729]: i/o error on routing socket No buffer space available - disabling
  kernel: [157516.495224] ntpd[2729]: segfault at 31 ip 0031 sp 
79f11788 error 14 in libpthread-2.15.so[7f967a5d9000+18000]

  OS: Ubuntu 12.04.4 LTS
  Kernel: 3.11.0-19-generic

  I tried to compare it to other servers, and the only thing I could find that 
is different is that while it's up (before it crashes) I can see the following 
when running lsof | grep ntp:
  ntpd 2729 ntp 49u sock 0,7 0t0 2473952565 can't identify protocol.

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

-- 
Mailing list: https://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 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

On Aug 27, 2015, at 02:16 PM, Julian Andres Klode wrote:

If you guys want this to track the pip bug, then please unduplicate it,
and drop the python-apt bug.

There's no need, it's already fixed.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New
Status in python-pip package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1480122] Re: [systemd 223-1] dpkg: warning: --compare-versions used with obsolete relation operator ''

2015-08-27 Thread dino99
This has probably solved this issue:

dpkg (1.18.2ubuntu1) wily; urgency=medium

  * Merge with Debian unstable, bringing in a whole host of new
bugfixes.

 -- Adam Conrad adcon...@ubuntu.com  Thu, 13 Aug 2015 02:05:42 -0600

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

Title:
  [systemd 223-1] dpkg: warning: --compare-versions used with obsolete
  relation operator ''

Status in One Hundred Papercuts:
  Incomplete
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  This is what i've seen while upgrading to systemd 223-1ubuntu1:

  Processing triggers for systemd (222-2ubuntu1) ...
  Processing triggers for initramfs-tools (0.103ubuntu16) ...
  dpkg: warning: --compare-versions used with obsolete relation operator ''

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dpkg 1.18.1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jul 31 09:03:58 2015
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489444] [NEW] ipa-client-install: certmonger failed to stop: [Errno 2] No such file or directory: '/var/run/ipa/services.list'

2015-08-27 Thread karl forner
Public bug reported:

using the FreeIPA PPA

Weird message when enrolling:
certmonger failed to stop: [Errno 2] No such file or directory: 
'/var/run/ipa/services.list'
APart from this, all seems to work quite fine.

sudo ipa-client-install --enable-dns-updates --server=ipa.example.com -p
admin --mkhomedir --force-join --domain example.com -N --hostname
apache.example.com

Autodiscovery of servers for failover cannot work with this configuration.
If you proceed with the installation, services will be configured to always 
access the discovered server for all operations and will not fail over to other 
servers in case of failure.
Proceed with fixed values and no DNS discovery? [no]: yes
Hostname: apache.example.com
Realm: example.COM
DNS Domain: example.com
IPA Server: ipa.example.com
BaseDN: dc=example,dc=com

Continue to configure the system with these values? [no]: yes
Synchronizing time with KDC...
Unable to sync time with IPA NTP server, assuming the time is in sync. Please 
check that 123 UDP port is opened.
Password for ad...@example.com: 
Successfully retrieved CA cert
Subject: CN=Certificate Authority,O=example.COM
Issuer:  CN=Certificate Authority,O=example.COM
Valid From:  Thu Jul 09 09:41:54 2015 UTC
Valid Until: Mon Jul 09 09:41:54 2035 UTC

Enrolled in IPA realm example.COM
Created /etc/ipa/default.conf
New SSSD config will be created
Configured /etc/sssd/sssd.conf
Configured /etc/krb5.conf for IPA realm example.COM
Hostname (apache.example.com) not found in DNS
DNS server record set to: apache.example.com - 10.0.2.15
certmonger failed to stop: [Errno 2] No such file or directory: 
'/var/run/ipa/services.list'
Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_ed25519_key.pub
Adding SSH public key from /etc/ssh/ssh_host_ecdsa_key.pub
Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub
SSSD enabled
Configured /etc/openldap/ldap.conf
Configured /etc/ssh/ssh_config
Configured /etc/ssh/sshd_config
Client configuration complete.

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

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

Title:
  ipa-client-install: certmonger failed to stop: [Errno 2] No such file
  or directory: '/var/run/ipa/services.list'

Status in python-apt package in Ubuntu:
  New

Bug description:
  using the FreeIPA PPA

  Weird message when enrolling:
  certmonger failed to stop: [Errno 2] No such file or directory: 
'/var/run/ipa/services.list'
  APart from this, all seems to work quite fine.

  sudo ipa-client-install --enable-dns-updates --server=ipa.example.com
  -p admin --mkhomedir --force-join --domain example.com -N --hostname
  apache.example.com

  Autodiscovery of servers for failover cannot work with this configuration.
  If you proceed with the installation, services will be configured to always 
access the discovered server for all operations and will not fail over to other 
servers in case of failure.
  Proceed with fixed values and no DNS discovery? [no]: yes
  Hostname: apache.example.com
  Realm: example.COM
  DNS Domain: example.com
  IPA Server: ipa.example.com
  BaseDN: dc=example,dc=com

  Continue to configure the system with these values? [no]: yes
  Synchronizing time with KDC...
  Unable to sync time with IPA NTP server, assuming the time is in sync. Please 
check that 123 UDP port is opened.
  Password for ad...@example.com: 
  Successfully retrieved CA cert
  Subject: CN=Certificate Authority,O=example.COM
  Issuer:  CN=Certificate Authority,O=example.COM
  Valid From:  Thu Jul 09 09:41:54 2015 UTC
  Valid Until: Mon Jul 09 09:41:54 2035 UTC

  Enrolled in IPA realm example.COM
  Created /etc/ipa/default.conf
  New SSSD config will be created
  Configured /etc/sssd/sssd.conf
  Configured /etc/krb5.conf for IPA realm example.COM
  Hostname (apache.example.com) not found in DNS
  DNS server record set to: apache.example.com - 10.0.2.15
  certmonger failed to stop: [Errno 2] No such file or directory: 
'/var/run/ipa/services.list'
  Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub
  Adding SSH public key from /etc/ssh/ssh_host_ed25519_key.pub
  Adding SSH public key from /etc/ssh/ssh_host_ecdsa_key.pub
  Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub
  SSSD enabled
  Configured /etc/openldap/ldap.conf
  Configured /etc/ssh/ssh_config
  Configured /etc/ssh/sshd_config
  Client configuration complete.

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

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


[Touch-packages] [Bug 1449119] Comment bridged from LTC Bugzilla

2015-08-27 Thread bugproxy
--- Comment From bren...@br.ibm.com 2015-08-27 13:16 EDT---
Already available in 15.10 release with gcc version 5.2.1-15ubuntu2.
CLosing at IBM side.

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

Title:
  [Ubuntu 15.10] gcc: Optimize swap removal in presence of floating-
  point vector convert/splat sequence

Status in gcc-4.8 package in Ubuntu:
  Fix Released
Status in gcc-4.9 package in Ubuntu:
  Fix Released
Status in gcc-5 package in Ubuntu:
  Fix Released
Status in gcc-4.8 source package in Trusty:
  Fix Released

Bug description:
  On Little Endian systems, GCC performs optimizations to remove
  unnecessary element reversals of vectors that are sometimes required
  to adjust for behavior of the lxvd2x, etc., instructions.  In one not
  uncommon case, such optimizations are defeated when we perform a
  vector convert from double-precision to single-precision followed by a
  vector splat word.  I have pushed patches upstream to fix this,
  implemented using the following revisions:

  GCC trunk (6.0):  222351
  GCC 5.1:  222394
  GCC 4.9:  222420
  GCC 4.8:  222427

  I would like to see the backported patch applied to the gcc shipped
  with the Ubuntu 15.10 release.  We should probably have a conversation
  about the next service pack for the 14.04 LTS release as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1449119/+subscriptions

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


[Touch-packages] [Bug 1464201] Re: Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

2015-08-27 Thread Louis Bouchard
New debdiff for the merge with pitti's requests implemented.

** Patch added: rsyslog_debian_to_ubuntu_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1464201/+attachment/4453387/+files/rsyslog_debian_to_ubuntu_v2.debdiff

** Changed in: rsyslog (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Please merge rsyslog 8.9.0-3 (main) from Debian unstable (main)

Status in rsyslog package in Ubuntu:
  Confirmed

Bug description:
  debian unstable has rsyslog-8.9.0-3. Ubuntu available version is quite
  behind

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

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


[Touch-packages] [Bug 1489481] Re: Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/indicator-datetime/unity8-system-settings

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-datetime package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489443] [NEW] python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
Public bug reported:

I'm trying to use pip freeze, but it fails:

pip freeze
Exception:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in main
status = self.run(options, args)
  File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
  File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
AssertionError: (python-apt 0.9.3.11build1 (/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])


Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to show 
me the dist.

It seems that pip does not like the stringpython-
apt===0.9.3.11build1

This could be https://github.com/pypa/pip/issues/1093

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: python-apt 0.9.3.11build1
ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Aug 27 14:25:36 2015
SourcePackage: python-apt
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489458] [NEW] Start up has slowed

2015-08-27 Thread Deak124
Public bug reported:

Start up has slowed 13 seconds since installed.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.16.0-38.52-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic i686
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Aug 27 07:58:36 2015
DistUpgraded: 2015-06-01 03:42:01,164 DEBUG enabling apt cron job
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.16.0-38-generic, i686: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0233]
   Subsystem: Dell Device [1028:0233]
InstallationDate: Installed on 2015-05-11 (108 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha i386 (20140916)
MachineType: Dell Inc. Latitude E6400
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=f2039835-be41-48c5-83f8-1a9f7414191e ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to vivid on 2015-06-01 (87 days ago)
dmi.bios.date: 10/30/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A19
dmi.board.asset.tag: 01/26/2010
dmi.board.name: 0U692R
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: 01/26/2010
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd10/30/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U692R:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1~vivid2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1~vivid2
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Wed Aug 26 13:00:23 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   21569 
 vendor SEC
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: apport-bug compiz-0.9 i386 ubuntu vivid

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

Title:
  Start up has slowed

Status in xorg package in Ubuntu:
  New

Bug description:
  Start up has slowed 13 seconds since installed.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-38.52-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic i686
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Aug 27 07:58:36 2015
  DistUpgraded: 2015-06-01 03:42:01,164 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: bcmwl, 6.30.223.248+bdcom, 3.16.0-38-generic, i686: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0233]
 Subsystem: Dell Device [1028:0233]
  InstallationDate: Installed on 2015-05-11 (108 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha i386 (20140916)
  MachineType: Dell Inc. Latitude E6400
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=f2039835-be41-48c5-83f8-1a9f7414191e ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: Upgraded to vivid on 2015-06-01 (87 days ago)
  dmi.bios.date: 10/30/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: 01/26/2010
  dmi.board.name: 0U692R
  dmi.board.vendor: Dell 

[Touch-packages] [Bug 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2015-08-27 Thread Simon Fels
@joihap: Does the car gets listed under Connect automatically when
detected  on your phone? If yes that is a good indicator that the car
got at least paired.  What happens then if you connect the car manually?

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows Aquaris E4.5 Ubuntu Edition
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

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

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


[Touch-packages] [Bug 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

I think the duplicate status is wrong.

I did a  sudo apt-get install -t wily python-apt  to get 1.0.0~beta3.1ubuntu1 
which is the version which is supposed to fix the problem.
However, pip freeze still fails.

$ pip freeze
Exception:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in main
status = self.run(options, args)
  File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
  File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
AssertionError: (python-apt 1.0.0.b3.1-ubuntu1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===1.0.0.b3.1-ubuntu1'), [('===', 
'1.0.0.b3.1-ubuntu1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489427] Re: Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Sebastien Bacher
** Description changed:

- Using the current wily version, that doesn't work. Suggested change
- coming checking if MIR_SOCKET is defined and calling the unity8 version
- in this case
+ Using the current wily version it tries to start u-c-c, that doesn't
+ work. The suggested change checks if MIR_SOCKET is defined and calls the
+ unity8 version in this case

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

Title:
  Try to start unity-control-center on unity8 sessions

Status in indicator-sound package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489410] Re: do not require apt lists to be pre-installed

2015-08-27 Thread Oliver Grawert
another option would be to simply make apport use the manifest files on cdimage 
or launchpad or provide another way of handling this data remotely ... after 
all whoopsie and apport rely on being able to send the reports to a server so a 
usable network connection exists at some point. 
this would also help for future use of apport on snappy personal or snappy 
based phone images where we have neither apt nor dpkg available at all.

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

Title:
  do not require apt lists to be pre-installed

Status in Canonical System Image:
  Confirmed
Status in apport package in Ubuntu:
  New

Bug description:
  On the phone images the space required for the lists in
  /var/lib/apt/lists is excessive (around 70MB) for the device targets
  we have. The partition it currently resides in did not include this
  requirement when their size was specified.

  Possible solutions include generating the list dynamically as part of
  the writable partition or including a smaller  simpler manifest.

  This report was inspired by bug #1471903

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

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


[Touch-packages] [Bug 1489410] Re: do not require apt lists to be pre-installed

2015-08-27 Thread Łukasz Zemczak
** Tags added: lt-blocker lt-category-noimpact

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

Title:
  do not require apt lists to be pre-installed

Status in Canonical System Image:
  Confirmed
Status in apport package in Ubuntu:
  New

Bug description:
  On the phone images the space required for the lists in
  /var/lib/apt/lists is excessive (around 70MB) for the device targets
  we have. The partition it currently resides in did not include this
  requirement when their size was specified.

  Possible solutions include generating the list dynamically as part of
  the writable partition or including a smaller  simpler manifest.

  This report was inspired by bug #1471903

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

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


[Touch-packages] [Bug 1459691] Comment bridged from LTC Bugzilla

2015-08-27 Thread bugproxy
--- Comment From bren...@br.ibm.com 2015-08-27 13:24 EDT---
Closed at IBM side.

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

Title:
  Update libdfp to 1.0.11

Status in binutils package in Ubuntu:
  Invalid
Status in libdfp package in Ubuntu:
  Fix Released

Bug description:
  libdfp has received many bug fixes and new features since version
  1.0.9, which is being distributed by Canonical.

  libdfp 1.0.11 will be announced soon and will include important
  bugfixes for POWER8.

  A list of differences is available at:
  https://github.com/libdfp/libdfp/compare/libdfp-1_0_9-branch...master

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

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


[Touch-packages] [Bug 1489482] Re: Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~seb128/indicator-power/unity8-system-settings

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-power package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489482] [NEW] Try to start unity-control-center on unity8 sessions

2015-08-27 Thread Sebastien Bacher
Public bug reported:

Using the current wily version it tries to start u-c-c, that doesn't
work. The suggested change checks if MIR_SOCKET is defined and calls the
unity8 version in this case

** Affects: indicator-power (Ubuntu)
 Importance: High
 Assignee: Sebastien Bacher (seb128)
 Status: In Progress

** Changed in: indicator-power (Ubuntu)
   Importance: Undecided = High

** Changed in: indicator-power (Ubuntu)
   Status: New = In Progress

** Changed in: indicator-power (Ubuntu)
 Assignee: (unassigned) = Sebastien Bacher (seb128)

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

Title:
   Try to start unity-control-center on unity8 sessions

Status in indicator-power package in Ubuntu:
  In Progress

Bug description:
  Using the current wily version it tries to start u-c-c, that doesn't
  work. The suggested change checks if MIR_SOCKET is defined and calls
  the unity8 version in this case

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

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


[Touch-packages] [Bug 1489520] Re: 2.45.6-1 build packaging error on i386 : aborted

2015-08-27 Thread dino99
** Summary changed:

-   2.45.6-1 build error on i386
+ 2.45.6-1 build packaging error on i386 : aborted

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

Title:
  2.45.6-1 build packaging error on i386 : aborted

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  Wily got a new glib2.0  2.45.6-1 version
  but the i386 arch has failed with error(s):

  https://launchpadlibrarian.net/215689004/buildlog_ubuntu-
  wily-i386.glib2.0_2.45.6-1_BUILDING.txt.gz

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

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


[Touch-packages] [Bug 1432171] Re: [udev] Shows starting version 219 boot message even with quiet

2015-08-27 Thread cris
it's happening to me too, 
since installing Ubuntu 15.04
Everytime the system is booted up I get a Starting version 219 which it seems 
is the version number for systemd.

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

Title:
  [udev] Shows starting version 219 boot message even with quiet

Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  Everytime the system is booted up I get a Starting version 219 which
  it seems is the version number for systemd.

  udev version: 219-4ubuntu5

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

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


[Touch-packages] [Bug 1467267] Re: Please sync to 1.0.2-2 from Debian (main)

2015-08-27 Thread dino99
That related bug have to be fixed  lp:1489154

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

Title:
  Please sync to 1.0.2-2 from Debian (main)

Status in network-manager package in Ubuntu:
  New
Status in network-manager-applet package in Ubuntu:
  Triaged
Status in network-manager-pptp package in Ubuntu:
  Triaged

Bug description:
  Lot of bug fixes with the latest stable release
  
http://metadata.ftp-master.debian.org/changelogs//main/n/network-manager/network-manager_1.0.2-2_changelog

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: network-manager 0.9.10.0-4ubuntu16
  ProcVersionSignature: Ubuntu 4.0.0-2.4-generic 4.0.5
  Uname: Linux 4.0.0-2-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.3-0ubuntu4
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Sun Jun 21 16:56:40 2015
  IpRoute:
   default via 192.168.1.1 dev eth1  proto static  metric 100 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.3
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-13T08:56:31.598901
  nmcli-con:
   NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  READONLY  DBUS-PATH   
ACTIVE  DEVICE  STATE  ACTIVE-PATH  
  
   Wired connection 1  7086b2ff-1446-45fe-b8f3-cd333cd4cee1  802-3-ethernet  
1434898501  dim. 21 juin 2015 16:55:01 CEST  yes  no
/org/freedesktop/NetworkManager/Settings/0  yes eth1activated  
/org/freedesktop/NetworkManager/ActiveConnection/0
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   eth1ethernet  connected/org/freedesktop/NetworkManager/Devices/2  
Wired connection 1  7086b2ff-1446-45fe-b8f3-cd333cd4cee1  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
 ----   
  
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
 ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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

-- 
Mailing list: https://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 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Muelli
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

On Thu, Aug 27, 2015 at 02:36:19PM -, Barry Warsaw wrote:
 There's no need, it's already fixed.
I confirm that the wily version makes pip freeze work.
Will we see a fix in vivid?

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New
Status in python-pip package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489509] [NEW] content of the long-klick Box larger than the box itself

2015-08-27 Thread Jonas
Public bug reported:

Long click on a link in the browser to open it in a new tab for example.
A Box appears where you can select open in a new tab, copy the link etc.

What you expected to happen
The Box is larger than the content.

What happened instead
The texts are lager than the box so the texts are cut off at the left and the 
right.

I am using a Meizu MX4, the bug appears with OTA-6.
My language is German by the way.

Version of the package: webbrowser-app 0.23+15.04.20150817-0ubuntu1

I attached a screenshot.

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

** Attachment added: screenshot20150827_165904515.png
   
https://bugs.launchpad.net/bugs/1489509/+attachment/4453401/+files/screenshot20150827_165904515.png

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

Title:
  content of the long-klick Box larger than the box itself

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Long click on a link in the browser to open it in a new tab for example.
  A Box appears where you can select open in a new tab, copy the link etc.

  What you expected to happen
  The Box is larger than the content.

  What happened instead
  The texts are lager than the box so the texts are cut off at the left and the 
right.

  I am using a Meizu MX4, the bug appears with OTA-6.
  My language is German by the way.

  Version of the package: webbrowser-app 0.23+15.04.20150817-0ubuntu1

  I attached a screenshot.

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

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


[Touch-packages] [Bug 1489517] [NEW] can't quit apps with touch in right-edge-spread when in windowed mode

2015-08-27 Thread kevin gunn
Public bug reported:

vivid+o + silo0, easier on n7
steps
1. launch a few apps
2. connect to monitor, putting unity8 into window mode
3. right edge swipe to open spread
4. attempt to close by touching little red x out button on top left corner of 
app in spread
expected: it would close
result: it just selects

seems to be just a diff between touch and cursor that might have been a
design decision? or maybe just a bug?

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: unity8 (Ubuntu)
 Importance: Medium
 Status: New

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

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = Medium

** Description changed:

  vivid+o + silo0, easier on n7
  steps
  1. launch a few apps
  2. connect to monitor, putting unity8 into window mode
  3. right edge swipe to open spread
  4. attempt to close by touching little red x out button on top left corner of 
app in spread
  expected: it would close
  result: it just selects
  
- seems to be just a diff between touch and cursor.
+ seems to be just a diff between touch and cursor that might have been a
+ design decision? or maybe just a bug?

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

Title:
  can't quit apps with touch in right-edge-spread when in windowed mode

Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  vivid+o + silo0, easier on n7
  steps
  1. launch a few apps
  2. connect to monitor, putting unity8 into window mode
  3. right edge swipe to open spread
  4. attempt to close by touching little red x out button on top left corner of 
app in spread
  expected: it would close
  result: it just selects

  seems to be just a diff between touch and cursor that might have been
  a design decision? or maybe just a bug?

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

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


[Touch-packages] [Bug 1489509] Re: content of the long-klick Box larger than the box itself

2015-08-27 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1483708 ***
https://bugs.launchpad.net/bugs/1483708

** This bug has been marked a duplicate of bug 1483708
   Popovers became very narrow in UITK 1.3

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

Title:
  content of the long-klick Box larger than the box itself

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Long click on a link in the browser to open it in a new tab for example.
  A Box appears where you can select open in a new tab, copy the link etc.

  What you expected to happen
  The Box is larger than the content.

  What happened instead
  The texts are lager than the box so the texts are cut off at the left and the 
right.

  I am using a Meizu MX4, the bug appears with OTA-6.
  My language is German by the way.

  Version of the package: webbrowser-app 0.23+15.04.20150817-0ubuntu1

  I attached a screenshot.

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

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


[Touch-packages] [Bug 1489410] Re: do not require apt lists to be pre-installed

2015-08-27 Thread Martin Pitt
Hey Pat!  Can you please elaborate what the actual effect of this is?
AFAIK apport needs the apt lists only to determine/validate the origin
of a package (which we can/should work around on a system image indeed),
but *not* to determine the Package:/Dependencies: fields. I. e. mapping
files to packages and determining package versions should only require
the dpkg database in /var/lib/dpkg/, *not* apt.

** Description changed:

  On the phone images the space required for the lists in
  /var/lib/apt/lists is excessive (around 70MB) for the device targets we
  have. The partition it currently resides in did not include this
  requirement when their size was specified.
  
+ Removing those prevents one from using apport-cli to report bugs about
+ packages that are from the -updates pocket. This is due to the fact that
+ apport will not allow one to report bugs about packages which it cannot
+ determine are from the official archive or a native origin PPA.
+ 
  Possible solutions include generating the list dynamically as part of
  the writable partition or including a smaller  simpler manifest.
  
  This report was inspired by bug #1471903

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

Title:
  do not require apt lists to be pre-installed

Status in Canonical System Image:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  On the phone images the space required for the lists in
  /var/lib/apt/lists is excessive (around 70MB) for the device targets
  we have. The partition it currently resides in did not include this
  requirement when their size was specified.

  Removing those prevents one from using apport-cli to report bugs about
  packages that are from the -updates pocket. This is due to the fact
  that apport will not allow one to report bugs about packages which it
  cannot determine are from the official archive or a native origin PPA.

  Possible solutions include generating the list dynamically as part of
  the writable partition or including a smaller  simpler manifest.

  This report was inspired by bug #1471903

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

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


[Touch-packages] [Bug 1359348] Re: Mouse focus takes precedence over default focus when opening dash

2015-08-27 Thread Will Cooke
** Tags added: rls-w-incoming

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

Title:
  Mouse focus takes precedence over default focus when opening dash

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  If the mouse cursor is located in the area where the dash appears when
  it is opened, and happens to highlight an app/document/etc., this
  mouse-highlighted action will be performed when pressing enter, rather
  than the default action (say, opening the most recent app).

  Steps to reproduce:

  1. Place mouse cursor in a location where it will highlight something in the 
dash other than the default action
  2. Press keystroke to open dash (default: win-key)
  3. Press enter

  Expected results:
  The default action is carried out (opening the most recent app or the first 
app/document/etc. matching a previous search)

  Actual results:
  The action highlighted by the mouse cursor is carried out.

  Ideally, the mouse cursor should not highlight anything in the dash,
  until the user moves the mouse. The current behaviour is entirely
  counter-intuitive, especially if there is a previous search result (in
  which case the search text is highlighted, further increasing
  confusion, see also Bug #817436 which may or may nor be related).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Wed Aug 20 21:25:29 2014
  InstallationDate: Installed on 2012-10-22 (667 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (122 days ago)

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

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


[Touch-packages] [Bug 1450346] Re: Camera black with Qt 5.5

2015-08-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qtvideo-node (Ubuntu)
   Status: New = Confirmed

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  Confirmed
Status in qtvideo-node package in Ubuntu:
  Confirmed

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1489154] Re: NetworkManager does not start / fails to start

2015-08-27 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  NetworkManager does not start / fails to start

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Yesterday i did the upgrade to version 1.0.4 of NetworkManger.

  Today my Xubuntu 15.10 cannot connect to the net, and wants to upload a crash 
report.
  This also fails cause the start of the NetworkManger fails after booting.

  Trying manually to start with

  ~$ sudo systemctl start NetworkManager

  leads that the icon comes up, disappears, comes up, disappears for 3,
  4 times and then it's gone forever.

  ~$ journalctl -xe
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  monitoring ifupdown state 
file '/run/network/ifstate'.
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMVxlanFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMVlanFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMVethFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMTunFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMMacvlanFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMInfinibandFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMGreFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMEthernetFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMBridgeFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMBondFactory (internal)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMAtmManager 
(/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMWifiFactory 
(/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMBluezManager 
(/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Loaded device plugin: 
NMWwanFactory 
(/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  WiFi enabled by radio 
killswitch; enabled by state file
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  WWAN enabled by radio 
killswitch; enabled by state file
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  WiMAX enabled by radio 
killswitch; enabled by state file
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  Networking is enabled by 
state file
  Aug 26 22:02:34 Wily NetworkManager[1578]: nm_device_get_device_type: 
assertion 'NM_IS_DEVICE (self)' failed
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (lo): link connected
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (lo): new Generic device 
(carrier: ON, driver: 'unknown', ifindex: 1)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (enp0s3): link connected
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (enp0s3): new Ethernet 
device (carrier: ON, driver: 'e1000', ifindex: 2)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (enp0s3): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  keyfile: add connection 
in-memory (4251ae7f-22a1-4de8-8f11-7a62fd420d65,Kabelnetzwerkverbindung 1)
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  (enp0s3): created default 
wired connection 'Kabelnetzwerkverbindung 1'
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  urfkill disappeared from 
the bus
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  wpa_supplicant running
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  ModemManager available in 
the bus
  Aug 26 22:02:34 Wily NetworkManager[1578]: info  ofono is now available
  Aug 26 22:02:34 Wily NetworkManager[1578]: (NetworkManager:1578): 
GLib-GObject-WARNING **: 
/build/glib2.0-6GfMH1/glib2.0-2.45.4/./gobject/gsignal.c:2480: signal 
'ModemAdded' is invalid for instance
  Aug 26 22:02:34 Wily NetworkManager[1578]: (NetworkManager:1578): 
GLib-GObject-WARNING **: 
/build/glib2.0-6GfMH1/glib2.0-2.45.4/./gobject/gsignal.c:2480: signal 
'ModemRemoved' is invalid for instan
  Aug 26 22:02:34 Wily NetworkManager[1578]: (NetworkManager:1578): 
GLib-CRITICAL **: g_variant_get_va: assertion 'value != NULL' failed
  Aug 26 22:02:34 Wily kernel: NetworkManager[1578]: segfault at c ip b6f4b97a 
sp bffb4890 error 4 in libglib-2.0.so.0.4504.0[b6ec8000+127000]
  Aug 26 22:02:34 Wily systemd[1]: NetworkManager.service: Main process 

[Touch-packages] [Bug 1481129] Re: System freeze when using Libre Office

2015-08-27 Thread Alberto Salvia Novella
** Changed in: xorg (Ubuntu)
   Importance: Undecided = Critical

** Changed in: linux (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  System freeze when using Libre Office

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

Bug description:
  When using Libre office Draw, the system entirely froze. I was just
  able to move the mouse, not even able to do a tty session.

  I am using Nouveau Driver, with a kernel 3.19.0-25-generic.

  I'm quite new reporting bugs, so please let me know if you need any
  additional information, I'll add them =)

  Thanks for the help!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon Aug  3 22:21:33 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation G94M [GeForce 9800M GS] [10de:062b] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7220]
  InstallationDate: Installed on 2015-07-18 (16 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release i386 (20150422)
  MachineType: Micro-Star International GX627
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=9e366518-5490-46f2-a96a-b0a230e475dd ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: A1651IMS.10P
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: MS-1651
  dmi.board.vendor: MSI
  dmi.board.version: Ver 1.000
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA1651IMS.10P:bd12/26/2008:svnMicro-StarInternational:pnGX627:pvrVer1.000:rvnMSI:rnMS-1651:rvrVer1.000:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: GX627
  dmi.product.version: Ver 1.000
  dmi.sys.vendor: Micro-Star International
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Aug  3 22:11:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(0): [COPY] failed to allocate class.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Touch-packages] [Bug 1487168] Re: [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider problem

2015-08-27 Thread Alberto Salvia Novella
** Changed in: virtualbox (Ubuntu)
   Importance: Undecided = Medium

** Changed in: alsa-driver (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  [Emulated AD1980 AC97 inside Virualbox 5.0, playback] volume slider
  problem

Status in alsa-driver package in Ubuntu:
  Invalid
Status in virtualbox package in Ubuntu:
  Confirmed

Bug description:
  Volume Slider is only controlling PCM channel and is not controlling
  Master. In effect, Master is restricting the audio level to the
  default of approximately 45 Percent. In order to raise the Master
  Volume Level, alsamixer is capable of changing Master. Without
  manually raising Master to Max Volume, Volume Slider can only control
  volume from 0-45% which is the default level of Master.

  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gene   1330 F pulseaudio
gene   1922 F alsamixer
  CurrentDesktop: Unity
  Date: Thu Aug 20 13:00:57 2015
  InstallationDate: Installed on 2015-08-19 (1 days ago)
  InstallationMedia: Edubuntu 15.10 Wily Werewolf - Alpha amd64 (20150819)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - Intel 82801AA-ICH
  Symptom_Type: Volume slider, or mixer problems
  Title: [ICH - Intel 82801AA-ICH, playback] volume slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

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


[Touch-packages] [Bug 1450346] Re: Camera black with Qt 5.5

2015-08-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: camera-app (Ubuntu)
   Status: New = Confirmed

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  Confirmed
Status in qtvideo-node package in Ubuntu:
  Confirmed

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1489538] [NEW] [, Analog Devices AD1984A, Green Speaker, Internal] Playback problem no speaker sound

2015-08-27 Thread doctor
Public bug reported:

another one issue with no sound from speakers, but headphones works as well.  
Alsomixer automute is disabled
and i completed dkms bug but i didnt make it work. 
its a hp2133 with VIA VT8237A/VT8251
can you help me out with this nightmare?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-62.102~precise1-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic i686
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-62-generic.
ApportVersion: 2.0.1-0ubuntu17.9
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: VT82xx [HDA VIA VT82xx], device 0: AD1984A Analog [AD1984A Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  hp2133 1995 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'VT82xx'/'HDA VIA VT82xx at 0xfebfc000 irq 17'
   Mixer name   : 'Analog Devices AD1984A'
   Components   : 'HDA:11d4194a,103c3030,00100400'
   Controls  : 27
   Simple ctrls  : 13
Date: Thu Aug 27 19:21:21 2015
InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release i386 
(20140807.1)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:VT82xx failed
Symptom_Card: VT8237A/VT8251 HDA Controller - HDA VIA VT82xx
Symptom_Jack: Green Speaker, Internal
Symptom_Type: Only some of outputs are working
Title: [, Analog Devices AD1984A, Green Speaker, Internal] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/20/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68VGU Ver. F.05
dmi.board.name: 3030
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 07.17
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68VGUVer.F.05:bd08/20/2008:svnHewlett-Packard:pn:pvrF.05:rvnHewlett-Packard:rn3030:rvrKBCVersion07.17:cvnHewlett-Packard:ct10:cvr:
dmi.product.version: F.05
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  [, Analog Devices AD1984A, Green Speaker, Internal] Playback problem
  no speaker sound

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  another one issue with no sound from speakers, but headphones works as well.  
Alsomixer automute is disabled
  and i completed dkms bug but i didnt make it work. 
  its a hp2133 with VIA VT8237A/VT8251
  can you help me out with this nightmare?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-62.102~precise1-generic 3.13.11-ckt24
  Uname: Linux 3.13.0-62-generic i686
  NonfreeKernelModules: wl
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-62-generic.
  ApportVersion: 2.0.1-0ubuntu17.9
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: VT82xx [HDA VIA VT82xx], device 0: AD1984A Analog [AD1984A Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hp2133 1995 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'VT82xx'/'HDA VIA VT82xx at 0xfebfc000 irq 17'
 Mixer name : 'Analog Devices AD1984A'
 Components : 'HDA:11d4194a,103c3030,00100400'
 Controls  : 27
 Simple ctrls  : 13
  Date: Thu Aug 27 19:21:21 2015
  InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release i386 
(20140807.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:VT82xx failed
  Symptom_Card: VT8237A/VT8251 HDA Controller - HDA VIA VT82xx
  Symptom_Jack: Green Speaker, Internal
  Symptom_Type: Only some of outputs are working
  Title: [, Analog Devices AD1984A, Green Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68VGU Ver. F.05
  dmi.board.name: 3030
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 07.17
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68VGUVer.F.05:bd08/20/2008:svnHewlett-Packard:pn:pvrF.05:rvnHewlett-Packard:rn3030:rvrKBCVersion07.17:cvnHewlett-Packard:ct10:cvr:
  

[Touch-packages] [Bug 1489550] [NEW] errors logged with new install

2015-08-27 Thread ben thielsen
Public bug reported:

immediately following a new install with a minimal configuration, i've
found that two messages are logged regarding dhcpd:

Aug 27 12:46:34 server dhcpd: Can't create PID file /run/dhcp-
server/dhcpd.pid: Permission denied.

Aug 27 12:46:37 honeycomb kernel: audit: type=1400
audit(1440693994.041:11): apparmor=DENIED operation=capable
profile=/usr/sbin/dhcpd pid=10990 comm=dhcpd capability=1
capname=dac_override

while dhcpd does continue starting, and appears [given rudimentary
testing] to operate properly, a fresh/new install of the software should
not produce messages like this.

here is the config being used:
log-facility local7;
ddns-update-style none;
default-lease-time 43200;
max-lease-time 86400;
authoritative;
subnet 172.31.0.0 netmask 255.255.255.240 {
range 172.31.0.7 172.31.0.14;
}

1] lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2] apt-cache policy isc-dhcp-server
isc-dhcp-server:
  Installed: 4.3.1-5ubuntu2.2
  Candidate: 4.3.1-5ubuntu2.2
  Version table:
 *** 4.3.1-5ubuntu2.2 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 4.3.1-5ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

3] i expected a new install with a basic config to not produce message like the 
above
4] messages were produced

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  errors logged with new install

Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  immediately following a new install with a minimal configuration, i've
  found that two messages are logged regarding dhcpd:

  Aug 27 12:46:34 server dhcpd: Can't create PID file /run/dhcp-
  server/dhcpd.pid: Permission denied.

  Aug 27 12:46:37 honeycomb kernel: audit: type=1400
  audit(1440693994.041:11): apparmor=DENIED operation=capable
  profile=/usr/sbin/dhcpd pid=10990 comm=dhcpd capability=1
  capname=dac_override

  while dhcpd does continue starting, and appears [given rudimentary
  testing] to operate properly, a fresh/new install of the software
  should not produce messages like this.

  here is the config being used:
  log-facility local7;
  ddns-update-style none;
  default-lease-time 43200;
  max-lease-time 86400;
  authoritative;
  subnet 172.31.0.0 netmask 255.255.255.240 {
range 172.31.0.7 172.31.0.14;
  }

  1] lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  2] apt-cache policy isc-dhcp-server
  isc-dhcp-server:
Installed: 4.3.1-5ubuntu2.2
Candidate: 4.3.1-5ubuntu2.2
Version table:
   *** 4.3.1-5ubuntu2.2 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   4.3.1-5ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

  3] i expected a new install with a basic config to not produce message like 
the above
  4] messages were produced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1489550/+subscriptions

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


[Touch-packages] [Bug 1480122] Re: dpkg: warning: --compare-versions used with obsolete relation operator ''

2015-08-27 Thread Martin Pitt
Hm, no hits then. If you can't reproduce this any more, then I figure
the package which used the obsolete  operator has been upgraded away
and got fixed?

If you can still find it (using the grep), please reopen and reassign to
that package. I close this for now as we don't have any handle whose
fault that was. Thanks!

** Package changed: initramfs-tools (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: Incomplete = Invalid

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

Title:
  dpkg: warning: --compare-versions used with obsolete relation operator
  ''

Status in One Hundred Papercuts:
  Incomplete
Status in Ubuntu:
  Invalid

Bug description:
  This is what i've seen while upgrading to systemd 223-1ubuntu1:

  Processing triggers for systemd (222-2ubuntu1) ...
  Processing triggers for initramfs-tools (0.103ubuntu16) ...
  dpkg: warning: --compare-versions used with obsolete relation operator ''

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dpkg 1.18.1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jul 31 09:03:58 2015
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1427076] Re: [Ubuntu 15.10] Add Power LE support to libseccomp

2015-08-27 Thread Jon Grimm
@strosake/gcwilsonanyone: Do you have a link to the (set of) commits
this involves? In assumption that this will be cherry picked.

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

Title:
  [Ubuntu 15.10] Add  Power LE support to libseccomp

Status in libseccomp package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - George C. Wilson gcwil...@us.ibm.com - 2015-01-28
  10:13:19 ==

  seccomp mode 2 involves the parsing of BPF (Berkeley Packet Filter)
  configuration files to define system call filtering.  Mode 2 is not
  currently supported on Power; this feature covers the addition of this
  support, which likely includes updates to the kernel and to
  libseccomp.

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

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


[Touch-packages] [Bug 1427076] Comment bridged from LTC Bugzilla

2015-08-27 Thread bugproxy
--- Comment From bren...@br.ibm.com 2015-08-27 16:40 EDT---
Michael,

Do you have the commit ids for the fixes?

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

Title:
  [Ubuntu 15.10] Add  Power LE support to libseccomp

Status in libseccomp package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - George C. Wilson gcwil...@us.ibm.com - 2015-01-28
  10:13:19 ==

  seccomp mode 2 involves the parsing of BPF (Berkeley Packet Filter)
  configuration files to define system call filtering.  Mode 2 is not
  currently supported on Power; this feature covers the addition of this
  support, which likely includes updates to the kernel and to
  libseccomp.

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

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


[Touch-packages] [Bug 1489520] Re: 2.45.6-1 build packaging error on i386 : aborted

2015-08-27 Thread dino99
Package has been rebuilt with success

** Changed in: glib2.0 (Ubuntu)
   Status: New = Fix Released

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

Title:
  2.45.6-1 build packaging error on i386 : aborted

Status in glib2.0 package in Ubuntu:
  Fix Released

Bug description:
  Wily got a new glib2.0  2.45.6-1 version
  but the i386 arch has failed with error(s):

  https://launchpadlibrarian.net/215689004/buildlog_ubuntu-
  wily-i386.glib2.0_2.45.6-1_BUILDING.txt.gz

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

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


[Touch-packages] [Bug 1488922] Re: AdaptivePageLayout fails to show custom header contents

2015-08-27 Thread Tim Peeters
Something is setting the parent of the contents to null, but I haven't
been able to figure out yet why this happens.

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

Title:
  AdaptivePageLayout fails to show custom header contents

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

Bug description:
  In some cases AdaptivePageLayout fails to show the header contents.
  The attached QML example should be showing an orange rectangle in the header 
contents, but it is not.

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

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


[Touch-packages] [Bug 1480122] Re: [systemd 223-1] dpkg: warning: --compare-versions used with obsolete relation operator ''

2015-08-27 Thread Martin Pitt
Can you please run

  grep -r 'compare-version.*' /var/lib/dpkg/info/

and copypaste the output here? There is no hit on my current wily
system, but perhaps you have some weird initramfs-tools version?

** Package changed: systemd (Ubuntu) = initramfs-tools (Ubuntu)

** Summary changed:

- [systemd 223-1] dpkg: warning: --compare-versions used with obsolete relation 
operator ''
+ dpkg: warning: --compare-versions used with obsolete relation operator ''

** Changed in: initramfs-tools (Ubuntu)
   Importance: High = Low

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

Title:
  dpkg: warning: --compare-versions used with obsolete relation operator
  ''

Status in One Hundred Papercuts:
  Incomplete
Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug description:
  This is what i've seen while upgrading to systemd 223-1ubuntu1:

  Processing triggers for systemd (222-2ubuntu1) ...
  Processing triggers for initramfs-tools (0.103ubuntu16) ...
  dpkg: warning: --compare-versions used with obsolete relation operator ''

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dpkg 1.18.1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jul 31 09:03:58 2015
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1017268] Re: unity-panel-service crashed with SIGSEGV in param_spec_pool_equals() from g_hash_table_lookup_node() from g_hash_table_lookup() from param_spec_ht_lookup()

2015-08-27 Thread Will Cooke
Sorry folks, but as part of the bug clean up ahead of 16.04 I'm marking
this as invalid because it affects an Ubuntu release which is now
unsupported.  If you can still recreate this bug in a supported release
please do open a new bug and we can triage it for consideration in the
16.04 development cycle.

** Changed in: unity (Ubuntu)
   Status: Triaged = Invalid

** Changed in: unity
   Status: Triaged = Invalid

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

Title:
  unity-panel-service crashed with SIGSEGV in param_spec_pool_equals()
  from g_hash_table_lookup_node() from g_hash_table_lookup() from
  param_spec_ht_lookup()

Status in libindicator:
  New
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Crashed. Not sure why

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: unity-services 5.12-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
  Uname: Linux 3.5.0-1-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.2.5-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Sun Jun 24 17:48:24 2012
  ExecutablePath: /usr/lib/unity/unity-panel-service
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcCmdline: /usr/lib/unity/unity-panel-service
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=en_US.UTF-8
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_hash_table_lookup () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_param_spec_pool_lookup () from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_new_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_object_new () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: unity-panel-service crashed with SIGSEGV in g_hash_table_lookup()
  UpgradeStatus: Upgraded to quantal on 2012-06-12 (12 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1489410] Re: do not require apt lists to be pre-installed

2015-08-27 Thread Martin Pitt
Ah, bug 1471903 has some more info, I updated the description. So it
indeed is about the origin detection.

** Changed in: apport (Ubuntu)
   Status: New = Triaged

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

Title:
  do not require apt lists to be pre-installed

Status in Canonical System Image:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  On the phone images the space required for the lists in
  /var/lib/apt/lists is excessive (around 70MB) for the device targets
  we have. The partition it currently resides in did not include this
  requirement when their size was specified.

  Removing those prevents one from using apport-cli to report bugs about
  packages that are from the -updates pocket. This is due to the fact
  that apport will not allow one to report bugs about packages which it
  cannot determine are from the official archive or a native origin PPA.

  Possible solutions include generating the list dynamically as part of
  the writable partition or including a smaller  simpler manifest.

  This report was inspired by bug #1471903

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

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


[Touch-packages] [Bug 1026770] Re: Manual WindowManagement test case needs re-write

2015-08-27 Thread Will Cooke
We don't use these test cases anymore.


** Changed in: unity
   Status: Triaged = Won't Fix

** Changed in: unity (Ubuntu)
   Status: Triaged = Won't Fix

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

Title:
  Manual WindowManagement test case needs re-write

Status in Unity:
  Won't Fix
Status in unity package in Ubuntu:
  Won't Fix

Bug description:
  Ubuntu 12.10 Quantal

  After step 2a below, Gedit window does not come into focus instead
  spread gets activated showing both visible and invisible windows. The
  test case doesn't follow the intended behaviour, and as such, it needs
  to be re-worded.

  Follow the below steps to reproduce the bug:
   1a- Open gedit
    1b- Open the 'open files' dialog
    1c- Assert: The launcher icon should count with left icon indicators (pips) 
only
  the visible  window(s);

  2a Click the gedit launcher icon
   2b Assert: The main gedit window should come into focus

  3a Click the gedit launcher icon again, gedit still focused
   3b Assert: Spread with both visible and invisible windows should be 
activated.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.0.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Thu Jul 19 20:26:03 2012
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1487946] Re: Unity8 always crashes on second restart

2015-08-27 Thread Albert Astals Cid
** Changed in: mir (Ubuntu)
   Status: New = Invalid

** Changed in: qtmir (Ubuntu)
   Status: New = Invalid

** Changed in: qtmir
   Status: New = Invalid

** Changed in: mir
   Status: New = Invalid

** Changed in: unity8 (Ubuntu)
   Status: New = In Progress

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Albert Astals Cid (aacid)

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = Medium

** Branch linked: lp:~aacid/unity8/fix_upstart_restart

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

Title:
  Unity8 always crashes on second restart

Status in Mir:
  Invalid
Status in QtMir:
  Invalid
Status in mir package in Ubuntu:
  Invalid
Status in qtmir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Unity8 always crashes on second restart.

  Using the restart unity8 command is very handy for applying
  environment variables and trying things out. The trouble is that it
  only ever works once. On the second use, Untiy8/Mir fails to start and
  in some cases the whole phone reboots (arale).

  On krillin:

  restart unity8
  restart unity8
  # Now the phone never restarts...
  $ tail ~/.cache/upstart/unity8.log
  [1440384396.950594] Platform Loader: Selected driver: android (version 0.11.0)
  Exiting Mir! Reason: Nested Mir and Host Mir cannot use the same socket file 
to accept connections!
  ERROR: QMirServer - Mir failed to start
  terminate called after throwing an instance of 
'boost::exception_detail::clone_implboost::exception_detail::error_info_injectorstd::logic_error
 '
    what():  Cannot use configuration before apply_settings() call

  
  On mako:

  $ system-image-cli -i
  current build number: 284
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-08-19 04:19:23
  version version: 284
  version ubuntu: 20150819
  version device: 20150812
  version custom: 20150819

  $ restart unity8

  $ restart unity8

  $ tail -f ~/.cache/upstart/unity8.log
  [1440385259.474381] mirserver: Starting
  [1440385259.474899] mircommon: Loading modules from: 
/usr/lib/arm-linux-gnueabihf/mir/server-platform
  [1440385259.475083] mircommon: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/server-platform/graphics-dummy.so
  [1440385259.477799] mircommon: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/server-platform/input-stub.so
  [1440385259.479172] mircommon: Loading module: 
/usr/lib/arm-linux-gnueabihf/mir/server-platform/graphics-android.so.3
  [1440385259.479355] mirplatform: Found graphics driver: dummy
  [1440385259.480485] mirplatform: Found graphics driver: android
  [1440385259.480851] mirserver: Selected driver: android (version 0.14.0)
  Exiting Mir! Reason: Nested Mir and Host Mir cannot use the same socket file 
to accept connections!
  ERROR: QMirServer - Mir failed to start

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

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


[Touch-packages] [Bug 1454687] Comment bridged from LTC Bugzilla

2015-08-27 Thread bugproxy
--- Comment From ferse...@br.ibm.com 2015-08-27 15:41 EDT---
Hello. Haren has opened it and it was mirrored to 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1488495

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

Title:
  add NX 842 hw compression patches

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  In Progress
Status in initramfs-tools source package in Vivid:
  In Progress
Status in linux source package in Vivid:
  Fix Released

Bug description:
  [Impact]
  Users of PowerPC processors with an NX coprocessor will not be able to use 
features like memory compression without this set of patches.

  [Test Case]
  Run kernel on a PowerPC processor with an NX coprocessor implementing 842 
memory compression.

  [Fix]

  Commits:
  b130e7c04f1130f241eddf72098a6e08d41d08fe
  edc424f8cd84bbae530d8a9f86caf1923606fb24
  2da572c959dd5815aef153cf62010b16a498a0d3
  2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9
  fdd05e4b9ae22603ed09beb4e179ae7746555a81
  7011a122383e36dab594406720fa1d089e0be8f9
  959e6659b6f74ec1fa4d391a3b88d63dc0189f36
  99182a42b7ef3d5e4180992ce01befd9e87526d2
  b8e04187c90107c58d1ccbeb68a0ba4c5bfd4167
  ed70b479c2c0b6e1319f0cb2de19f1051be219a4
  f7ead7b47a758bbee6fdc66f95f27fdb866e5e9d
  ca7fc7e962fa067ba31f76a6e5828537394f6481
  9358eac06b8fcf9fcaf566ec825fc05e2b1acd10
  3e648cbeb31be5cb84b9ec19822e2b85417f07c4
  3154de71258a32040214fda174e67b975b0810ef
  32be6d3e362b896c81aae7c635d44e5a91406ce2
  2c6f6eabc0bfcea0a62370038da713e3873cff31
  c47d63020c03659e584673f78f24f2e5de3e6b9b

  Plus the following configuration changes:

  +CONFIG_842_COMPRESS=m
  +CONFIG_842_DECOMPRESS=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV=m
  +CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES=m

  In addition some modules need to be loaded by initramfs which requires
  changes to the initramfs-tools package.

  The modules are:
  nx-compress
  nx-compress-crypto
  nx-compress-platform
  nx-compress-pseries
  nx-compress-powernv
  842-decompress

  --

  Please add/include the patches for PowerPC NX coprocessor 842 memory
  compression.  They're currently in Herbert Xu's upstream tree, and
  presumably he will send them up to Linus at the 4.2 merge window.

  You can find the commits at
  git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git

  ed70b47 crypto: nx - add hardware 842 crypto comp alg
  b8e04187 crypto: nx - simplify pSeries nx842 driver
  99182a42 crypto: nx - add PowerNV platform NX-842 driver
  959e665 crypto: nx - add nx842 constraints
  7011a12 crypto: nx - add NX-842 platform frontend driver
  fdd05e4 crypto: nx - rename nx-842.c to nx-842-pseries.c
  2062c5b crypto: 842 - change 842 alg to use software
  2da572c lib: add software 842 compression/decompression
  edc424f powerpc: Add ICSWX instruction
  b130e7c powerpc: export of_get_ibm_chip_id function

  I'll update this when they are added to Linus' tree.

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

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


[Touch-packages] [Bug 1441570] [NEW] System becomes unresponsive during normal usage

2015-08-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The system becomes unresponsive (including stuttering audio, slow mouse
cursor, freezing) after an hour or so of usage (sometimes more and
sometimes less). Usage at the time was a web browser idling (observed
with both Chromium and Firefox) and a music player (Clementine) in the
background. There were no CPU intensive applications running at the
time.

I was able to capture cpu usage during an episode with the following command 
(nice set to -20).:
'while true; do ps -eo pcpu,pid,user,args | sort -k 1 -nr | head -30  
logfile; echo -e \n`date`  logfile; sync; sleep 1; done'
Attached is an excerpt from the generated log file.


Ubuntu Version:
Ubuntu Vivid Vervet (development branch) 15.04

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic x86_64
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Apr  8 20:15:52 2015
EcryptfsInUse: Yes
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xorg (Ubuntu)
 Importance: Critical
 Status: Confirmed


** Tags: amd64 apport-bug fonts kubuntu vivid
-- 
System becomes unresponsive during normal usage
https://bugs.launchpad.net/bugs/1441570
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to xorg in Ubuntu.

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


[Touch-packages] [Bug 1487426] Re: package util-linux 2.25.2-4ubuntu3 failed to install/upgrade: due to smfpd script

2015-08-27 Thread Alberto Salvia Novella
** Changed in: util-linux (Ubuntu)
   Importance: Undecided = High

** Description changed:

- Следующие пакеты устанавливались автоматически и больше не требуются:
+ The following packages are installed automatically and are no longer required:
libssh2-1 linux-headers-3.19.0-15 linux-headers-3.19.0-15-generic
linux-image-3.19.0-15-generic linux-image-extra-3.19.0-15-generic mc-data
- Для их удаления используйте «apt-get autoremove».
- обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 
55 пакетов не обновлено.
- не установлено до конца или удалено 1 пакетов.
- После данной операции, объём занятого дискового пространства возрастёт на 0 B.
- Настраивается пакет util-linux (2.25.2-4ubuntu3) …
+ To delete them, use the «apt-get autoremove».
+ 0 upgraded, 0 installed new packages, to remove the packages marked 0 and 55 
not upgraded.
+ not fully installed or removed packages 1.
+ After this operation, the amount of additional disk space on 0 B.
+ Adjustable Package util-linux (2.25.2-4ubuntu3) ...
  insserv: warning: script 'K01smfpd' missing LSB tags and overrides
  insserv: warning: script 'smfpd' missing LSB tags and overrides
  insserv: There is a loop between service rc.local and procps if started
- insserv:  loop involving service procps at depth 2
- insserv:  loop involving service udev at depth 1
+ insserv: loop involving service procps at depth 2
+ insserv: loop involving service udev at depth 1
  insserv: There is a loop at service rc.local if started
  insserv: There is a loop between service smfpd and rc.local if started
- insserv:  loop involving service rc.local at depth 2
- insserv:  loop involving service smfpd at depth 1
- insserv:  loop involving service rsyslog at depth 1
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
- insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$all' which can not be true!
+ insserv: loop involving service rc.local at depth 2
+ insserv: loop involving service smfpd at depth 1
+ insserv: loop involving service rsyslog at depth 1
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be true!
+ insserv: Starting smfpd depends on rc.local and therefore on system facility 
`$ all 'which can not be 

[Touch-packages] [Bug 1441570] Re: System becomes unresponsive during normal usage

2015-08-27 Thread Alberto Salvia Novella
** Changed in: ubuntu
   Importance: Undecided = Critical

** Package changed: ubuntu = xorg (Ubuntu)

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

Title:
  System becomes unresponsive during normal usage

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  The system becomes unresponsive (including stuttering audio, slow
  mouse cursor, freezing) after an hour or so of usage (sometimes more
  and sometimes less). Usage at the time was a web browser idling
  (observed with both Chromium and Firefox) and a music player
  (Clementine) in the background. There were no CPU intensive
  applications running at the time.

  I was able to capture cpu usage during an episode with the following command 
(nice set to -20).:
  'while true; do ps -eo pcpu,pid,user,args | sort -k 1 -nr | head -30  
logfile; echo -e \n`date`  logfile; sync; sleep 1; done'
  Attached is an excerpt from the generated log file.

  
  Ubuntu Version:
  Ubuntu Vivid Vervet (development branch) 15.04

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
  Uname: Linux 3.19.0-12-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Wed Apr  8 20:15:52 2015
  EcryptfsInUse: Yes
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489512] [NEW] slow to match contact name on messaging-app startup

2015-08-27 Thread Bill Filler
Public bug reported:

when Messages view loads for the first time, there is a delay (1-3
seconds) where the phone numbers are shown in the view and then after
some time the contact matching occurs and the contact name fills in.

This should be faster, also immediate really. We need to optimize how
this lookup is done so it can happen more instantly.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: New

** Affects: address-book-service (Ubuntu)
 Importance: High
 Assignee: Renato Araujo Oliveira Filho (renatofilho)
 Status: New

** Affects: messaging-app (Ubuntu)
 Importance: High
 Assignee: Tiago Salem Herrmann (tiagosh)
 Status: New

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

** Changed in: canonical-devices-system-image
Milestone: None = ww40-2015

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

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

** Also affects: address-book-service (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

** Changed in: address-book-service (Ubuntu)
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

** Changed in: messaging-app (Ubuntu)
 Assignee: Renato Araujo Oliveira Filho (renatofilho) = Tiago Salem 
Herrmann (tiagosh)

** Changed in: address-book-service (Ubuntu)
   Importance: Undecided = High

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  slow to match contact name on messaging-app startup

Status in Canonical System Image:
  New
Status in address-book-service package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New

Bug description:
  when Messages view loads for the first time, there is a delay (1-3
  seconds) where the phone numbers are shown in the view and then after
  some time the contact matching occurs and the contact name fills in.

  This should be faster, also immediate really. We need to optimize how
  this lookup is done so it can happen more instantly.

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

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


[Touch-packages] [Bug 1488417] Re: nexus4 window mode mouse motion bounded incorrectly

2015-08-27 Thread Daniel d'Andrada
Mir keeps sending pointer events after it hits a boundary only if you're
using the primary display. If you connect and external monitor, it
doesn't work like that anymore.

Steps to reproduce:
- Flash an N7 and install silo0 in it.
- Add initctl set-env --global QT_LOGGING_RULES=qtmir.mir.input.debug=true to 
/usr/share/upstart/sessions/unity8.conf
- sudo restart lightdm
- in a phablet terminal: tail -f ~/.cache/upstart/unity8.log
- connect a bluetooth mouse and check the output, you should see a lot of 
entries like qtmir.mir.input: Received 
MirPointerEvent(x=971,y=573,relative_x=-1,relative_y=0)
- see that the mouse goes through the entire screen and you always get mouse 
events even when the pointer reaches a boundary
- now conenct an external monitor and see what happens

expected outcome:
mouse events keep coming like before

actual outcome:
you have invisible boundaries since mouse events stop coming when the pointer 
reaches some width and height boundary.

Note that the cursor you see on the screen is drawn by unity8 and it's
driven solely by the relative movement in MirPointerEvents.

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

Title:
  nexus4 window mode mouse motion bounded incorrectly

Status in canonical-pocket-desktop:
  New
Status in Mir:
  New
Status in mir package in Ubuntu:
  New
Status in qtmir package in Ubuntu:
  Invalid

Bug description:
  when connecting a monitor to the Nexus4 during windowed mode, the
  device is put into landscape mode. the mouse motion appears to not
  have followed the orientation and is bounded by roughly portrait width
  instead of landscape width

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1488417/+subscriptions

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


[Touch-packages] [Bug 1488417] Re: nexus4 window mode mouse motion bounded incorrectly

2015-08-27 Thread Daniel d'Andrada
To get the debug output you've to make sure your qtmir is at least lp
:~unity-team/qtmir/silo0 revision 369 (QtEventFeeder: log the pointer
events it gets from Mir)

** Changed in: qtmir (Ubuntu)
   Status: In Progress = Invalid

** Changed in: mir
   Status: Incomplete = Confirmed

** Changed in: mir (Ubuntu)
   Status: Incomplete = New

** Changed in: mir
   Status: Confirmed = New

** Changed in: canonical-pocket-desktop
   Status: Incomplete = New

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: mir
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: mir (Ubuntu)
   Importance: Undecided = Critical

** Changed in: mir
   Importance: Undecided = Critical

** Changed in: qtmir (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  nexus4 window mode mouse motion bounded incorrectly

Status in canonical-pocket-desktop:
  New
Status in Mir:
  New
Status in mir package in Ubuntu:
  New
Status in qtmir package in Ubuntu:
  Invalid

Bug description:
  when connecting a monitor to the Nexus4 during windowed mode, the
  device is put into landscape mode. the mouse motion appears to not
  have followed the orientation and is bounded by roughly portrait width
  instead of landscape width

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1488417/+subscriptions

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


[Touch-packages] [Bug 1485984] Re: webbrowser_app.tests.test_selection.TestSelection.* flaky since oxide 1.8

2015-08-27 Thread Olivier Tilloy
The linked branch removes entirely the selection mechanism, and the
corresponding autopilot tests. When it lands, this issue will become
invalid.

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed = In Progress

** Branch linked: lp:~osomon/webbrowser-app/oxide-context-menu

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

Title:
  webbrowser_app.tests.test_selection.TestSelection.* flaky since oxide
  1.8

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Since the upgrade to oxide 1.8, the
  webbrowser_app.tests.test_selection.TestSelection.* test case exhibits
  a flaky behaviour on devices (both mako in CI and krillin tested
  locally).

  An example failure (from a CI run on mako):
  https://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-vivid-
  
mako/3109/testReport/junit/webbrowser_app.tests.test_selection/TestSelection/test_resize_selection/.

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

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


[Touch-packages] [Bug 1489514] [NEW] scrolling performance in Messages view is slow

2015-08-27 Thread Bill Filler
Public bug reported:

The loading/scrolling speed in messaging-app has regressed lately.
Scrolling is very slow if you have a large amount of conversations, and
something is causing big delay with avatars loading as well.

Please profile and fix root cause.

** Affects: canonical-devices-system-image
 Importance: High
 Assignee: Bill Filler (bfiller)
 Status: New

** Affects: messaging-app (Ubuntu)
 Importance: High
 Assignee: Gustavo Pichorim Boiko (boiko)
 Status: New

** Also affects: messaging-app (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: address-book-service (Ubuntu)

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

** Changed in: canonical-devices-system-image
Milestone: None = ww40-2015

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

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

** Changed in: messaging-app (Ubuntu)
 Assignee: (unassigned) = Gustavo Pichorim Boiko (boiko)

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = High

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

Title:
  scrolling performance in Messages view is slow

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

Bug description:
  The loading/scrolling speed in messaging-app has regressed lately.
  Scrolling is very slow if you have a large amount of conversations,
  and something is causing big delay with avatars loading as well.

  Please profile and fix root cause.

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

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


[Touch-packages] [Bug 1489513] [NEW] Mouse cursor stucks showing the loading roundel after startup

2015-08-27 Thread Dario Bertero
Public bug reported:

After startup, sometimes the mouse cursor keeps displaying the loading
roundel forever. This happens only when the cursor is hovering over
Unity, a Unity program or a GNOME program. When over a KDE program or
Firefox it shows the normal cursor, to change again when positioned in
another place.

The bug does not happen always. In any case, beyond this, the system
works correctly.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity-services 7.3.2+15.04.20150420-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Thu Aug 27 23:04:27 2015
ExecutablePath: /usr/lib/unity/unity-panel-service
InstallationDate: Installed on 2015-08-22 (4 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
ProcEnviron:
 PATH=(custom, no user)
 SHELL=/bin/bash
 LANG=en_HK.UTF-8
 LANGUAGE=en_HK:en
 XDG_RUNTIME_DIR=set
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

** Attachment added: Cursor (over Firefox Unity icon) showing the roundel. 
When moved to Firefox window it turns normal, to change again when back.
   
https://bugs.launchpad.net/bugs/1489513/+attachment/4453406/+files/example_bug.png

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

Title:
  Mouse cursor stucks showing the loading roundel after startup

Status in unity package in Ubuntu:
  New

Bug description:
  After startup, sometimes the mouse cursor keeps displaying the loading
  roundel forever. This happens only when the cursor is hovering over
  Unity, a Unity program or a GNOME program. When over a KDE program or
  Firefox it shows the normal cursor, to change again when positioned in
  another place.

  The bug does not happen always. In any case, beyond this, the system
  works correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity-services 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Thu Aug 27 23:04:27 2015
  ExecutablePath: /usr/lib/unity/unity-panel-service
  InstallationDate: Installed on 2015-08-22 (4 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  ProcEnviron:
   PATH=(custom, no user)
   SHELL=/bin/bash
   LANG=en_HK.UTF-8
   LANGUAGE=en_HK:en
   XDG_RUNTIME_DIR=set
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1489517] Re: can't quit apps with touch in right-edge-spread when in windowed mode

2015-08-27 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Michael Zanetti (mzanetti)

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

Title:
  can't quit apps with touch in right-edge-spread when in windowed mode

Status in Ubuntu UX:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  vivid+o + silo0, easier on n7
  steps
  1. launch a few apps
  2. connect to monitor, putting unity8 into window mode
  3. right edge swipe to open spread
  4. attempt to close by touching little red x out button on top left corner of 
app in spread
  expected: it would close
  result: it just selects

  seems to be just a diff between touch and cursor that might have been
  a design decision? or maybe just a bug?

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

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


[Touch-packages] [Bug 1040863] Re: Test-case launcher/workspace-switcher - no orange border showing the current workspace

2015-08-27 Thread Will Cooke
Works for me on 14.04.

Sorry folks, but as part of the bug clean up ahead of 16.04 I'm marking
this as invalid because it affects an Ubuntu release which is now
unsupported.  If you can still recreate this bug in a supported release
please do open a new bug and we can triage it for consideration in the
16.04 development cycle.


** Changed in: unity
   Status: Triaged = Invalid

** Changed in: unity (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  Test-case launcher/workspace-switcher - no orange border showing the
  current workspace

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  During this testcase: 
http://packages.qa.ubuntu.com/qatracker/milestones/231/builds/21598/testcases/1395/results
 on test: Test-case launcher/workspace-switcher, at point 2.1: you should see 
the window set in the destination workspace. Also, the orange border showing 
the current workspace should change, when I click on the workspace swither and 
move applicatione between windows, I never se an orange border showing the 
current workspace.
  There is never an orange border anyware.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.2.0-0ubuntu3~test5 [origin: LP-PPA-timo-jyrinki-prerelease]
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic x86_64
  ApportVersion: 2.5.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CrashDB: unity
  Date: Thu Aug 23 22:26:21 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: XFX Pine Group Inc. Device [1682:2310]
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724.2)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-11-generic 
root=UUID=8e43d34d-2ebd-49ef-8587-4d71c99c9d41 ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/28/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd05/28/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 
1:0.9.8+bzr3308+merged-0ubuntu1~ccsgnomeintegrationgsettings5
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.38-0ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.12.99.905-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.1-4~ubuntu1

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

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


[Touch-packages] [Bug 1027191] Re: Launcher icon display problem with multimonitors

2015-08-27 Thread Will Cooke
** Tags added: rls-w-incoming

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

Title:
  Launcher icon display problem with multimonitors

Status in Unity:
  In Progress
Status in Unity 7.2 series:
  In Progress
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  Release Ubuntu 12.10 (Radeon)

  Gedit launcher icon on monitor 2 has 1 filled in arrow on the left and
  filled in arrow on the right.

  Follow the below steps to reproduce the issue:
  * Run CCSM and ensure that the unity option in Experimental -
Launcher Monitors is set to All Desktops
  * Open 2 Gedit windows on monitor 1, workspace 1.
  * Open 1 Gedit window on monitor 2, workspace 1.
  * Focus one of the two gedit windows on monitor 1.

  Expected result:
  * Gedit launcher icon on monitor 1 must have:
* Two pips on the left of the icon.
* A filled-in arrow on the right of the icon.
  * Gedit launcher icon on monitor 2 must have:
* One empty arrow on the left of the icon.
* Nothing on the right of the icon.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.0.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic i686
  ApportVersion: 2.4-0ubuntu3
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Fri Jul 20 19:09:17 2012
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha i386 (20120713.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404715]

2015-08-27 Thread Jason Crain
*** Bug 89488 has been marked as a duplicate of this bug. ***

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

Title:
  evince crashed with SIGSEGV

Status in cairo:
  Fix Released
Status in cairo package in Ubuntu:
  Fix Committed
Status in cairo package in Debian:
  New

Bug description:
  While browsing
  
http://www.eurail.com/sites/eurail.com/files/documents/eurail_railway_map_2014.pdf

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: evince 3.14.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Dec 21 20:35:56 2014
  ExecutablePath: /usr/bin/evince
  ExecutableTimestamp: 1413470384
  InstallationDate: Installed on 2014-12-09 (11 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  KernLog:
   
  ProcCmdline: evince /tmp/eurail_railway_map_2014.pdf
  ProcCwd: /home/mathieu
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f679b821fd5:cmpq   $0x0,0x30(%r13)
   PC (0x7f679b821fd5) ok
   source $0x0 ok
   destination 0x30(%r13) (0x0030) not located in a known VMA region 
(needed writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: evince crashed with SIGSEGV
  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/cairo/+bug/1404715/+subscriptions

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


[Touch-packages] [Bug 1489520] [NEW] 2.45.6-1 build error on i386

2015-08-27 Thread dino99
Public bug reported:

Wily got a new glib2.0  2.45.6-1 version
but the i386 arch has failed with error(s):

https://launchpadlibrarian.net/215689004/buildlog_ubuntu-
wily-i386.glib2.0_2.45.6-1_BUILDING.txt.gz

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


** Tags: bot-stop-nagging i386 wily

** Tags added: bot-stop-nagging i386 wily

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

Title:
2.45.6-1 build error on i386

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  Wily got a new glib2.0  2.45.6-1 version
  but the i386 arch has failed with error(s):

  https://launchpadlibrarian.net/215689004/buildlog_ubuntu-
  wily-i386.glib2.0_2.45.6-1_BUILDING.txt.gz

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

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


[Touch-packages] [Bug 1199696] Re: SIGSEGV, unity-panel-service crashes and eats a core

2015-08-27 Thread Will Cooke
Expired


** Changed in: unity
   Status: Incomplete = Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  SIGSEGV, unity-panel-service crashes and eats a core

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  every few minutes unity-panel-service crashes and eats a CPU core.
  it has to be killall -9 unity-panel-service and then it restarts fine, till 
it crashes a few minutes later.
  attaching a log of 
  $ unity --debug | tee unitydebug.log

  Program received signal SIGSEGV, Segmentation fault.
  [Switching to Thread 0x7fffc1192700 (LWP 7155)]
  0x00d53800 in ?? ()
  #0  0x00d53800 in ?? ()
  No symbol table info available.
  #1  0x7fffa0008b80 in ?? ()
  No symbol table info available.
  #2  0x in ?? ()
  No symbol table info available.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: unity 7.0.2+13.10.20130705.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.10.0-2.10-generic 3.10.0
  Uname: Linux 3.10.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,workarounds,grid,vpswitch,snap,imgpng,resize,expo,place,gnomecompat,mousepoll,move,ezoom,unitymtgrabhandles,wall,session,fade,scale,unityshell]
  Date: Wed Jul 10 10:16:56 2013
  InstallationDate: Installed on 2012-06-10 (394 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1181752] Re: Misleading you have open files logout message

2015-08-27 Thread Will Cooke
Sorry folks, but as part of the bug clean up ahead of 16.04 I'm marking
this as invalid because it affects an Ubuntu release which is now
unsupported.  If you can still recreate this bug in a supported release
please do open a new bug and we can triage it for consideration in the
16.04 development cycle.


** Changed in: unity
   Status: Confirmed = Invalid

** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Misleading you have open files logout message

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Sometimes, the you have open files that you might want to save
  logout/shutdown message appears even when all I'm doing at the time is
  web browsing (Chromium). I haven't been able to consistently trigger
  this yet, but will try in a few minutes.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: unity 7.0.0daily13.04.18~13.04-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-21.32-generic 3.8.8
  Uname: Linux 3.8.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell,dbus,scale,expo]
  Date: Sun May 19 15:11:11 2013
  InstallationDate: Installed on 2013-01-01 (138 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  SourcePackage: unity
  UpgradeStatus: Upgraded to raring on 2013-04-28 (21 days ago)

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

-- 
Mailing list: https://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 1489443] Re: python-apt offends python-pip's freeze

2015-08-27 Thread Barry Warsaw
*** This bug is a duplicate of bug 1445949 ***
https://bugs.launchpad.net/bugs/1445949

On Aug 27, 2015, at 02:55 PM, Muelli wrote:

I confirm that the wily version makes pip freeze work.

Yay!

Will we see a fix in vivid?

Unlikely unless someone provides a patch.  I probably won't have time, and
vivid is not an LTS.

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

Title:
  python-apt offends python-pip's freeze

Status in python-apt package in Ubuntu:
  New
Status in python-pip package in Ubuntu:
  New

Bug description:
  I'm trying to use pip freeze, but it fails:

  pip freeze
  Exception:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 122, in 
main
  status = self.run(options, args)
File /usr/lib/python2.7/dist-packages/pip/commands/freeze.py, line 74, in 
run
  req = pip.FrozenRequirement.from_dist(dist, dependency_links, 
find_tags=find_tags)
File /usr/lib/python2.7/dist-packages/pip/__init__.py, line 299, in 
from_dist
  assert len(specs) == 1 and specs[0][0] == '==', (dist, req, specs, 
dependency_links)
  AssertionError: (python-apt 0.9.3.11build1 
(/usr/lib/python2.7/dist-packages), 
Requirement.parse('python-apt===0.9.3.11build1'), [('===', '0.9.3.11build1')], 
['https://pypi.python.org/packages/source/c/certifi/certifi-1.0.1.tar.gz#md5=45f5cb94b8af9e1df0f9450a8f61b790',
 
'https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2'])

  
  Note that I've patched /usr/lib/python2.7/dist-packages/pip/__init__.py to 
show me the dist.

  It seems that pip does not like the stringpython-
  apt===0.9.3.11build1

  This could be https://github.com/pypa/pip/issues/1093

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: python-apt 0.9.3.11build1
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Aug 27 14:25:36 2015
  SourcePackage: python-apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1074067] Re: geany kills unity on quantal

2015-08-27 Thread Will Cooke
Sorry folks, but as part of the bug clean up ahead of 16.04 I'm marking
this as invalid because it affects an Ubuntu release which is now
unsupported.  If you can still recreate this bug in a supported release
please do open a new bug and we can triage it for consideration in the
16.04 development cycle.


** Changed in: unity (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: unity
   Status: Confirmed = Invalid

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

Title:
  geany kills unity on quantal

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  starting geany
  either from dash or by open with on a file kills unity.
  Panel das, all gone!

  unity crashes with:
  ...
  WARN  2012-11-01 18:09:10 unity.libindicator unknown:0 Desktop file 
'/usr/share/applications/chromium-browser.desktop' is using a deprecated format 
for its actions that will be dropped soon.
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:10 unity unknown:0 Failed to fetch type: Keine 
derartige Schnittstelle »org.ayatana.bamf.window« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  WARN  2012-11-01 18:09:11 unity unknown:0 Failed to fetch boolean: Keine 
derartige Schnittstelle »org.ayatana.bamf.view« des Objekts im Pfad 
/org/ayatana/bamf/window77597189
  ERROR 2012-11-01 18:09:11 unity.glib-gobject unknown:0 g_object_unref: 
assertion `G_IS_OBJECT (object)' failed

  sorry that's in german

  while geany is open unity crashes again when i try to restart with
  same output like above.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: geany 1.22+dfsg-2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Thu Nov  1 18:09:42 2012
  InstallationDate: Installed on 2012-06-07 (146 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: geany
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1480122] Re: dpkg: warning: --compare-versions used with obsolete relation operator ''

2015-08-27 Thread dino99
Here is the output:

 grep -r 'compare-version.*' /var/lib/dpkg/info/

/var/lib/dpkg/info/gparted.postinst:if [ $1 = configure ]  dpkg 
--compare-versions $2 ge 0.3.9-1  dpkg --compare-versions $2 lt 
0.3.9-3  [ -x `which scrollkeeper-rebuilddb 2/dev/null` ]; then
/var/lib/dpkg/info/cups-daemon.postinst:if dpkg --compare-versions $2 le 
1.7.1-9~  [ -x `which logrotate 2/dev/null` ]; then

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

Title:
  dpkg: warning: --compare-versions used with obsolete relation operator
  ''

Status in One Hundred Papercuts:
  Incomplete
Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug description:
  This is what i've seen while upgrading to systemd 223-1ubuntu1:

  Processing triggers for systemd (222-2ubuntu1) ...
  Processing triggers for initramfs-tools (0.103ubuntu16) ...
  dpkg: warning: --compare-versions used with obsolete relation operator ''

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dpkg 1.18.1ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu5
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Fri Jul 31 09:03:58 2015
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1484299] Re: /usr/bin/unity8-dash:11:unity::scopes::ScopeMetadata::display_name:scopes_ng::SettingsModel::update_child_scopes:scopes_ng::Scope::settings:unity::shell::scopes::Sco

2015-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/unity-scopes-shell

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

Title:
  
/usr/bin/unity8-dash:11:unity::scopes::ScopeMetadata::display_name:scopes_ng::SettingsModel::update_child_scopes:scopes_ng::Scope::settings:unity::shell::scopes::ScopeInterface::qt_metacall:scopes_ng::Scope::qt_metacall

Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Invalid

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

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

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


[Touch-packages] [Bug 1347906] Re: don't display notification when in the message thread

2015-08-27 Thread Bill Filler
** Changed in: messaging-app (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  don't display notification when in the message thread

Status in Canonical System Image:
  Fix Committed
Status in messaging-app package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Fix Released

Bug description:
  if the messaging app is open and you are in the message thread view
  and receive a message from that same person, we should not display the
  notify-osd. We should still vibrate and/or ring but skip the
  notification as it's not necessary and distracting.

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

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


[Touch-packages] [Bug 1489518] [NEW] Application windows opened in firefox, rather than being confined to the webapp container

2015-08-27 Thread Phill
Public bug reported:

Using the Google Calendar launcher and Google Docs launcher as installed
from Firefox.

In calendar, if your session expires and you are asked to log back in,
on clicking Sign Inthe calendar window is opened in firefox. If you
sign out, the webapp window shows Please wait while the calendar
you're trying to sign out of opens in firefox.

Similar experience with Google Docs. When you open a document it opens
in firefox, not the web application container.

I would expect the web-app container to confine Google Calendar (or
whatever domain you're in) to it's window, otherwise it defeats the
whole point.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: webapp-container 0.23+14.04.20140428-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-46.62~14.04.1-generic 3.16.7-ckt15
Uname: Linux 3.16.0-46-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug 27 16:06:40 2015
ExecutablePath: /usr/bin/webapp-container
InstallationDate: Installed on 2015-07-13 (44 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: webbrowser-app
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Application windows opened in firefox, rather than being confined to
  the webapp container

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Using the Google Calendar launcher and Google Docs launcher as
  installed from Firefox.

  In calendar, if your session expires and you are asked to log back in,
  on clicking Sign Inthe calendar window is opened in firefox. If you
  sign out, the webapp window shows Please wait while the calendar
  you're trying to sign out of opens in firefox.

  Similar experience with Google Docs. When you open a document it opens
  in firefox, not the web application container.

  I would expect the web-app container to confine Google Calendar (or
  whatever domain you're in) to it's window, otherwise it defeats the
  whole point.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: webapp-container 0.23+14.04.20140428-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-46.62~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug 27 16:06:40 2015
  ExecutablePath: /usr/bin/webapp-container
  InstallationDate: Installed on 2015-07-13 (44 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: webbrowser-app
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://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   >