[Touch-packages] [Bug 1316017] Re: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device

2015-06-22 Thread Chiang Fong Lee
As I just noted on the upstream bug
(https://bugzilla.mindrot.org/show_bug.cgi?id=2365), the "-o
Tunnel=ethernet" option needs to be before the "-w" option. Then, the
tap device should be created as expected.

** Bug watch added: OpenSSH Portable Bugzilla #2365
   https://bugzilla.mindrot.org/show_bug.cgi?id=2365

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

Title:
  openssh client ignores -o Tunnel=ethernet option, creating an IP
  tunnel device instead of an ethernet tap device

Status in openssh package in Ubuntu:
  Confirmed

Bug description:
  This is a regression from the version of the client in 14.04 compared
  to 13.10. I'm connecting to 12.04.4 for a server.

  Expected behaviour:
  Creating a connection with the option "-o Tunnel=ethernet" will create a 
layer2 ethernet tap device.

  Actual behaviour:
  New client creates a  layer3 IP tunnel.

  The old version of the client that works properly (installed manually on 
14.04):
  OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1f 6 Jan 2014

  The new version of the client that does not work properly:
  OpenSSH_6.6p1 Ubuntu-2ubuntu1, OpenSSL 1.0.1f 6 Jan 2014

  The version of the SSH server I'm connecting to:
  openssh-server:
Installed: 1:5.9p1-5ubuntu1.3
Candidate: 1:5.9p1-5ubuntu1.3
Version table:
   *** 1:5.9p1-5ubuntu1.3 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:5.9p1-5ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages


  #
  Terminal output with the old version:
  ssh -p 38613 @ -w any -o Tunnel=ethernet -vvv
  OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1f 6 Jan 2014
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug1: auto-mux: Trying existing master
  debug1: Control socket "" does not exist
  debug2: ssh_connect: needpriv 0
  debug1: Connecting to  [] port 38613.
  debug1: Connection established.
  debug1: permanently_set_uid: 0/0
  debug3: Incorrect RSA1 identifier
  debug3: Could not load "/root/.ssh/id_rsa" as a RSA1 public key
  debug1: identity file /root/.ssh/id_rsa type 1
  debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-16384
  debug1: Checking blacklist file /etc/ssh/blacklist.RSA-16384
  debug1: identity file /root/.ssh/id_rsa-cert type -1
  debug1: identity file /root/.ssh/id_dsa type -1
  debug1: identity file /root/.ssh/id_dsa-cert type -1
  debug3: Incorrect RSA1 identifier
  debug3: Could not load "/root/.ssh/id_ecdsa" as a RSA1 public key
  debug1: identity file /root/.ssh/id_ecdsa type 3
  debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-521
  debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-521
  debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.3
  debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 
Debian-5ubuntu1.3
  debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.3 pat OpenSSH_5*
  debug2: fd 3 setting O_NONBLOCK
  debug3: put_host_port: []:38613
  debug3: load_hostkeys: loading entries for host "[]:38613" from file 
"/root/.ssh/known_hosts"
  debug3: load_hostkeys: found key type ECDSA in file /root/.ssh/known_hosts:24
  debug3: load_hostkeys: loaded 1 keys
  debug3: order_hostkeyalgs: prefer hostkeyalgs: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  debug1: SSH2_MSG_KEXINIT sent
  debug1: SSH2_MSG_KEXINIT received
  debug2: kex_parse_kexinit: 
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  debug2: kex_parse_kexinit: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa,ssh-dss
  debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
  debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
  debu

[Touch-packages] [Bug 1467411] [NEW] package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to '/usr/lib/x86_64-linux-

2015-06-22 Thread Antoine Allard
Public bug reported:

Happened during the daily update routing.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libgcj14 4.8.2-19ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
Date: Mon Jun 22 09:31:46 2015
DuplicateSignature: package:libgcj14:4.8.2-19ubuntu1:cannot copy extracted data 
for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
InstallationDate: Installed on 2014-10-02 (262 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: gcc-4.8
Title: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot copy 
extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-4.8 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0'
  to '/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected
  end of file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  Happened during the daily update routing.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgcj14 4.8.2-19ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Mon Jun 22 09:31:46 2015
  DuplicateSignature: package:libgcj14:4.8.2-19ubuntu1:cannot copy extracted 
data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  InstallationDate: Installed on 2014-10-02 (262 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: gcc-4.8
  Title: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-06-22 Thread Matthew Paul Thomas
** Changed in: ayatana-design
   Status: In Progress => Fix Committed

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

Title:
  Unity is visible on top of fullscreen apps

Status in Ayatana Design:
  Fix Committed
Status in Compiz:
  Triaged
Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity Distro Priority:
  Confirmed
Status in compiz package in Ubuntu:
  Confirmed
Status in unity package in Ubuntu:
  Fix Released
Status in compiz source package in Precise:
  Confirmed
Status in unity source package in Precise:
  Fix Released

Bug description:
  [Test Case]
  1. Start a fullscreen application (e.g. Firefox in Fullscreen mode)
 -> Verify that the panel is not visible

  [Regression Potential]
  Visual regressions, shell drawing problems. Part of a big change, many 
regression potentials.

  Original description:

  NOTE: This bug is only about the single monitor case. If you still
  have problems with multiple monitors, see bug 748539 instead.

  ORIGINAL DESCRIPTION:
  In natty alpha 3 up to date, I cannot get fullscreen in any application. 
Panels are still visible.

  Tested with:
  - totem
  - vlc
  - firefox
  - chrome
  - geany

  Unity panel and top bar are always on top.

  -
  Desired Solution:

  - When a window is fullscreen (note: this should not be confused with
  the *maximised* state) the menu bar should not be displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Touch-packages] [Bug 1467411] Re: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to '/usr/lib/x86_64-linux-gn

2015-06-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0'
  to '/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected
  end of file or stream

Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  Happened during the daily update routing.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgcj14 4.8.2-19ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Mon Jun 22 09:31:46 2015
  DuplicateSignature: package:libgcj14:4.8.2-19ubuntu1:cannot copy extracted 
data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  InstallationDate: Installed on 2014-10-02 (262 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: gcc-4.8
  Title: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1467411] Re: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to '/usr/lib/x86_64-linux-gn

2015-06-22 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that there was an error on your system when
trying to install a particular package.  Please execute the following
command, as it will clear your package cache, in a terminal:

sudo apt-get clean

Then try performing the update again.  This will likely resolve your
issue, but the failure could be caused by filesystem or memory
corruption.  So please also run a fsck on your filesystem(s) and a
memory test.  Thanks in advance!

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

** Tags added: corrupted-package

** Changed in: gcc-4.8 (Ubuntu)
   Status: New => Invalid

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

Title:
  package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot
  copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0'
  to '/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected
  end of file or stream

Status in gcc-4.8 package in Ubuntu:
  Invalid

Bug description:
  Happened during the daily update routing.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgcj14 4.8.2-19ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-55.92-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Mon Jun 22 09:31:46 2015
  DuplicateSignature: package:libgcj14:4.8.2-19ubuntu1:cannot copy extracted 
data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  ErrorMessage: cannot copy extracted data for 
'./usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  InstallationDate: Installed on 2014-10-02 (262 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: gcc-4.8
  Title: package libgcj14 4.8.2-19ubuntu1 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0' to 
'/usr/lib/x86_64-linux-gnu/libgcj.so.14.0.0.dpkg-new': unexpected end of file 
or stream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-22 Thread Joe Odukoya
** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

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

Title:
  [Ubuntu Phone] With WIFI = ON the GPS stops

Status in the base for Ubuntu mobile products:
  New
Status in Oxide Webview:
  New
Status in Ubuntu Touch System Settings:
  New
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  Steps: 
  1. Enable WIFI = ON on phone.
  2. Run one of these apps: GPS Navigation, HERE maps, Sensor Status.
  3. Drive.
  4. When you'll be into a WIFI area as a town or city, I'm thinking the WIFI 
will try to search WIFIs and then the GPS will stop, the GPS apps will not 
receive more new positions from the GPS.

  Extra info1: If you had GPS Navigation & Sensor running, both of them
  will not receive new GPS positions from the device. If you restart for
  example GPS Navigation, GPS Navigation will receive new positions, but
  Sensor Status not, until you restart it too.

  Extra info2: When the GPS stops the icon in the status disappears, but
  it you kill and relaunch the app, the icon will appear again.

  Thanks in advance!

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

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


[Touch-packages] [Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-22 Thread Joe Odukoya
This is a pretty serious bug - can we please give it some attention as a 
priority.
I've raised the product priority to Critical to reflect this.

Many thanks.

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

Title:
  [Ubuntu Phone] With WIFI = ON the GPS stops

Status in the base for Ubuntu mobile products:
  New
Status in Oxide Webview:
  New
Status in Ubuntu Touch System Settings:
  New
Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi!

  Steps: 
  1. Enable WIFI = ON on phone.
  2. Run one of these apps: GPS Navigation, HERE maps, Sensor Status.
  3. Drive.
  4. When you'll be into a WIFI area as a town or city, I'm thinking the WIFI 
will try to search WIFIs and then the GPS will stop, the GPS apps will not 
receive more new positions from the GPS.

  Extra info1: If you had GPS Navigation & Sensor running, both of them
  will not receive new GPS positions from the device. If you restart for
  example GPS Navigation, GPS Navigation will receive new positions, but
  Sensor Status not, until you restart it too.

  Extra info2: When the GPS stops the icon in the status disappears, but
  it you kill and relaunch the app, the icon will appear again.

  Thanks in advance!

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

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


[Touch-packages] [Bug 1461979] Re: Today scope does not clip the strings correct

2015-06-22 Thread Albert Astals Cid
** Branch linked: lp:~aacid/unity8/fixTodayScope

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

Title:
  Today scope does not clip the strings correct

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  I changed the language of my device to Portugues (BR), and now the
  Today scopes is showing a big string that overlap the field area as
  you can see on the attached image.

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

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


[Touch-packages] [Bug 1439101] Re: impossible receive MMS any operator on bq aquaris E4.5

2015-06-22 Thread Frantisek Sklenar
I have Aquaris E 4.5 and I cannot receive any MMS - operator Slovak Telekom  - 
Slovakia (+421 ...).
I have latest update (r23) - ubuntu 15.04

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

Title:
  impossible receive MMS any operator on bq aquaris E4.5

Status in the base for Ubuntu mobile products:
  Confirmed
Status in Ubuntu Mobile:
  Incomplete
Status in messaging-app package in Ubuntu:
  Confirmed
Status in telephony-service package in Ubuntu:
  Confirmed

Bug description:
  In France no MMS is received regardless of the operator used on bq
  aquaris E4.5 ubuntu Edition

  For information, my operator is Free even if it seems it doesn't
  matter.

  In the same time, let me tell you than I had detect than MMS didn't
  sent when WIFI is ON. I've read some other people who send the same
  information so it's seems to be a real bug.

  Anyway, for resume, For send a MMS, it's OK whan WIFI is OFF, don'T if
  ON, and in all of case we don't receive MMS :-((

  Thank's to you for fix it faster.

  Sorry for my approximativ english.

  Fabien

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

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


[Touch-packages] [Bug 1244578] Re: lightdm-session runs xrdb with -nocpp option

2015-06-22 Thread iGEL
Hello Brian!

I installed the proposed package and it looks like it works. The bug is
fixed at least. :)

$ apt-cache policy lightdm
lightdm:
  Installed: 1.10.5-0ubuntu1.1
  Candidate: 1.10.5-0ubuntu1.1
  Version table:
 *** 1.10.5-0ubuntu1.1 0
400 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 1.10.5-0ubuntu1 0
500 http://kr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
 1.10.0-0ubuntu3 0
500 http://kr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  lightdm-session runs xrdb with -nocpp option

Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Precise:
  Fix Committed
Status in lightdm source package in Trusty:
  Fix Committed
Status in lightdm source package in Utopic:
  Fix Committed
Status in lightdm source package in Vivid:
  Fix Committed

Bug description:
  [Impact]

  lightdm-session runs xrdb for .Xresources file with the -nocpp option
  (Line 37 and 43), which prevents the xrdb from preprocessing the
  .Xresources file. Many configurations like the popular solarized color
  theme (https://github.com/solarized/xresources/blob/master/solarized)
  use this and you find some complaints about in on the internet

  https://bbs.archlinux.org/viewtopic.php?id=164108
  https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1163129
  
http://superuser.com/questions/655857/urxvt-uses-pink-instead-of-solarized-until-i-run-xrdb-xresources/656213

  I don't see a reason for not using the preprocessor and so did the
  editor of Xsession (the option is not used in
  /etc/X11/Xsession.d/30x11-common_xresources)

  [Test Case]

   - Install solarized theme
  https://github.com/solarized/xresources/blob/master/solarized

  - Load default Xresources file (xrdb < .XDefaults )

  - Now every macro supported by CPP will not work.

  
  [Regression Potential] 

  * No regression potential advised, small (0.001%) load average increase
  on startup time because of enabling Cpp.

  [Solution]

  Backport default wily session to older releases.

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

-- 
Mailing list: https://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 1447154] Re: systemd tries to start pulseaudio several times

2015-06-22 Thread Laurent Bonnaud
On sam., 2015-06-20 at 16:08 +, Raymond wrote:

> it is strange yhat your hdmi SONY TV XV is available,  line out and
> headphone are unplugged but iec958 spdif is your default sink

It is a config I made and that allows me to listen to music even when
the TV is switched off.

-- 
Laurent.

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

Title:
  systemd tries to start pulseaudio several times

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Here is what I see in journalctl:

  # journalctl  | grep pulseaudio

  Apr 21 22:01:16 xeelee pulseaudio[2330]: [pulseaudio] pid.c: Daemon already 
running.
  Apr 21 22:01:33 xeelee pulseaudio[2911]: [pulseaudio] pid.c: Daemon already 
running.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: pulseaudio 1:6.0-0ubuntu6
  Uname: Linux 4.0.0-04-lowlatency x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bonnaudl   2895 F pulseaudio
  CurrentDesktop: KDE
  Date: Wed Apr 22 14:46:51 2015
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to vivid on 2015-04-20 (1 days ago)
  dmi.bios.date: 03/25/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.50
  dmi.board.name: HM77-HT
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.50:bd03/25/2013:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnHM77-HT:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Touch-packages] [Bug 1352961] Re: Ambiance and Radiance are not completely compatible with MATE

2015-06-22 Thread Martin Wimpress
This merge proposal will fix this issue - https://code.launchpad.net
/~ubuntu-mate-dev/ubuntu-themes/mate-compatibility/+merge/262334

** No longer affects: ubuntu-mate

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

Title:
  Ambiance and Radiance are not completely compatible with MATE

Status in ubuntu-themes package in Ubuntu:
  Triaged

Bug description:
  Hi,

  MATE desktop 1.8.1 is now in the official Ubuntu 14.10 archive.
  However, there are some incompatibilites with the GTK2 version of
  Ambiance and Radiance and some missing icon assets.

    * Icons are missing for the volume applet.
    * The MATE panel background is not themed correctly.
    * Some of the selectors are not using the correct base color.

  I'll prepare a merge proposal that addresses these issues.

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

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


[Touch-packages] [Bug 1461979] Re: Today scope does not clip the strings correct

2015-06-22 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Today scope does not clip the strings correct

Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  I changed the language of my device to Portugues (BR), and now the
  Today scopes is showing a big string that overlap the field area as
  you can see on the attached image.

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

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


[Touch-packages] [Bug 1467438] [NEW] Wi-Fi network list inconsistent between first-run setup, System Settings, and indicator

2015-06-22 Thread Matthew Paul Thomas
Public bug reported:

1. Go through the first-run setup, paying particular attention to the "Connect 
to Wi-Fi" step.
2. In System Settings, open "Wi-Fi".
3. Open the Network menu.

What you see: The three lists have inconsistent margins, icon sizes, and
padlock placements. Probably they also have different ellipsis
placement, different handling of useless ad-hoc networks, and different
accessible labels.

What you should see: The three lists are identical except in color
scheme. Any design changes always show up in all three lists.

: "For consistency
across all these sites, except where otherwise specified..."

** Affects: indicator-network (Ubuntu)
 Importance: Undecided
 Assignee: Antti Kaijanmäki (kaijanmaki)
 Status: New

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: indicator-network (Ubuntu)
 Assignee: (unassigned) => Antti Kaijanmäki (kaijanmaki)

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

Title:
  Wi-Fi network list inconsistent between first-run setup, System
  Settings, and indicator

Status in indicator-network package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  1. Go through the first-run setup, paying particular attention to the 
"Connect to Wi-Fi" step.
  2. In System Settings, open "Wi-Fi".
  3. Open the Network menu.

  What you see: The three lists have inconsistent margins, icon sizes,
  and padlock placements. Probably they also have different ellipsis
  placement, different handling of useless ad-hoc networks, and
  different accessible labels.

  What you should see: The three lists are identical except in color
  scheme. Any design changes always show up in all three lists.

  : "For consistency
  across all these sites, except where otherwise specified..."

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

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


[Touch-packages] [Bug 1391976] Re: Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

2015-06-22 Thread Daniel van Vugt
Rather than running load_twice on libmirclient.so.* it should be run on
libmirprotobuf.so.* directly. That's the source of the problem and does
crash, but only if you change RTLD_LAZY to RTLD_NOW.

Loading libmirclient.so.* is just an indirect fudge to force it to try
and resolve more symbols, but not necessary if you use RTLD_NOW on
libmirprotobuf.so.* directly.

** Summary changed:

- Loading libmircommon.so twice leads to a segfault in libprotobuf.so
+ Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

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

Title:
  Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Can be reproduced with: load_twice libmircommon.so.1 (or .2)
  For recent versions of mir use: load_twice libmirclient.so.X (currently .8)

  load_twice.c:

  #include 
  #include 

  int main(int argc, char** argv)
  {
  void *dl;
  int i;

  for (i = 0; i < 2; i++)
  {
     dl = dlopen (argv[1], RTLD_LAZY);
     printf ("%d open dl: %p\n", i,  dl);
     if (dl)
     dlclose (dl);
  }
  }

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

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


[Touch-packages] [Bug 1467448] [NEW] Strange false error

2015-06-22 Thread dino99
Public bug reported:

Got a crash while using 'midori-gtk3' but cant report nor open the crash
file, due to:

Sorry, the program "midori" closed unexpectedly

Your computer does not have enough free memory to automatically analyze
the problem and send a report to the developers.

but that error is not real:

 free
   total   used   free   sharedbuffers cached
Mem:   413933213869762752356 113908  50016 365384
-/+ buffers/cache: 9715763167756
Swap: 10802172 243788   10558384

crash file joined

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: apport 2.17.3-0ubuntu4
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
CrashReports: 640:1000:123:134998:2015-06-22 11:18:43.623713254 
+0200:2015-06-22 11:41:28.298912557 +0200:/var/crash/_usr_bin_midori.1000.crash
CurrentDesktop: GNOME
Date: Mon Jun 22 11:42:33 2015
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 wily

** Attachment added: "_usr_bin_midori.1000.crash"
   
https://bugs.launchpad.net/bugs/1467448/+attachment/4418401/+files/_usr_bin_midori.1000.crash

** Description changed:

  Got a crash while using 'midori-gtk3' but cant report nor open the crash
  file, due to:
  
  Sorry, the program "midori" closed unexpectedly
  
  Your computer does not have enough free memory to automatically analyze
  the problem and send a report to the developers.
  
  but that error is not real:
  
-  free
-total   usedfree  shared   
 buffers cached
+  free
+    total   used   free   sharedbuffers cached
  Mem:   413933213869762752356 113908  50016 365384
  -/+ buffers/cache: 9715763167756
  Swap: 10802172 243788   10558384
- 
  
  crash file joined
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apport 2.17.3-0ubuntu4
  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
  CrashReports: 640:1000:123:134998:2015-06-22 11:18:43.623713254 
+0200:2015-06-22 11:41:28.298912557 +0200:/var/crash/_usr_bin_midori.1000.crash
  CurrentDesktop: GNOME
  Date: Mon Jun 22 11:42:33 2015
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Strange false error

Status in apport package in Ubuntu:
  New

Bug description:
  Got a crash while using 'midori-gtk3' but cant report nor open the
  crash file, due to:

  Sorry, the program "midori" closed unexpectedly

  Your computer does not have enough free memory to automatically
  analyze the problem and send a report to the developers.

  but that error is not real:

   free
     total   used   free   sharedbuffers cached
  Mem:   413933213869762752356 113908  50016 365384
  -/+ buffers/cache: 9715763167756
  Swap: 10802172 243788   10558384

  crash file joined

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apport 2.17.3-0ubuntu4
  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
  CrashReports: 640:1000:123:134998:2015-06-22 11:18:43.623713254 
+0200:2015-06-22 11:41:28.298912557 +0200:/var/crash/_usr_bin_midori.1000.crash
  CurrentDesktop: GNOME
  Date: Mon Jun 22 11:42:33 2015
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1467278] Re: Evolution

2015-06-22 Thread Riccardo Padovani
** Package changed: webbrowser-app (Ubuntu) => evolution

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

Title:
  Evolution

Status in The Evolution Mail & Calendaring Tool:
  New

Bug description:
  1. Open evolution in terminal.
  2. Read the e-mail.
  3. Evolution get broken down.
  4. Message in terminal

  "(evolution:3392): GLib-CRITICAL **: Source ID 288 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 331 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 342 was not found when
  attempting to remove it

  (evolution:3392): GLib-CRITICAL **: Source ID 344 was not found when
  attempting to remove it"

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

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


[Touch-packages] [Bug 1456184] Re: NVidia VGA freeze with new kernels

2015-06-22 Thread Christopher M. Penalver
Marco Ciampa:

>"Anyway a backport is really the solution since if someone want to
install a 14.04 from scratch instead of upgrading from a 12.04 he/she
apparently have no other choice..."

Just to clarify, this report isn't about someone else. It's about you,
your precise hardware combination, and your needs. Hence, do you need a
backport (i.e. you are willing to further debug this issue to root cause
it as this is not done yet, and wait for a fix to land in your present
release), or could you use 15.04 going forward?

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

Title:
  NVidia VGA freeze with new kernels

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 
630a] (rev a2)
  Freeze when used with new kernels (3.13 or 3.16) and works with 3.2.0 (from 
12.04 precise) or 3.13 (trusty) with nomodesed option (but wrong resolution)

  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  apt-cache policy xorg
  xorg:
Installato: 1:7.7+1ubuntu8.1
Candidato:  1:7.7+1ubuntu8.1
Tabella versione:
   *** 1:7.7+1ubuntu8.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:7.7+1ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  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]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon May 18 14:29:23 2015
  DistUpgraded: 2015-05-12 07:07:16,098 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.13.0-52-generic, x86_64: installed
   vboxhost, 4.3.28, 3.2.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationDate: Installed on 2010-07-30 (1752 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=000bc455-e879-4d2d-a416-659e9668f49a ro nomodeset nomdmonddf 
nomdmonisw vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-05-12 (6 days ago)
  dmi.bios.date: 08/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1804
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1804:bd08/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x: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.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon May 18 14:24:41 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputAT Translated Set 2 keyboard KEYBOARD, id 8
   inputImPS/2 

[Touch-packages] [Bug 1467457] [NEW] setting for automatic connection can't be saved

2015-06-22 Thread Karl-Philipp Richter
Public bug reported:

The "Save" button is disabled. There's no reason to prevent saving the
setting for automatic connection to a network regardless whether the
network is used or not.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: network-manager 0.9.10.0-4ubuntu15.1
Uname: Linux 4.0.5-040005-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun 22 12:14:15 2015
InstallationDate: Installed on 2015-06-08 (13 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
IpRoute:
 default via 192.168.43.1 dev wlan0  proto static  metric 1024 
 10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.102
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: Upgraded to vivid on 2015-06-09 (13 days ago)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-08T14:26:05.824491
nmcli-dev:
 GERÄT  TYP   STATUS   DBUS-PFAD  
VERBINDUNG CON-UUID  CON-PFAD   

 wlan0  wifi  verbunden/org/freedesktop/NetworkManager/Devices/2  
STYLUS iDroid SP 1001  ca4ffca3-362b-4e6e-8847-6bb85b090be1  
/org/freedesktop/NetworkManager/ActiveConnection/8 
 eth0   ethernet  nicht verfügbar  /org/freedesktop/NetworkManager/Devices/1  
-- ---- 

 lo loopback  nicht verwaltet  /org/freedesktop/NetworkManager/Devices/0  
-- ----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Fehler: Objekt »nm« ist unbekannt, versuchen Sie »nmcli help«.

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

Title:
  setting for automatic connection can't be saved

Status in network-manager package in Ubuntu:
  New

Bug description:
  The "Save" button is disabled. There's no reason to prevent saving the
  setting for automatic connection to a network regardless whether the
  network is used or not.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15.1
  Uname: Linux 4.0.5-040005-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun 22 12:14:15 2015
  InstallationDate: Installed on 2015-06-08 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IpRoute:
   default via 192.168.43.1 dev wlan0  proto static  metric 1024 
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.43.0/24 dev wlan0  proto kernel  scope link  src 192.168.43.102
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-06-09 (13 days ago)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-06-08T14:26:05.824491
  nmcli-dev:
   GERÄT  TYP   STATUS   DBUS-PFAD 
 VERBINDUNG CON-UUID  CON-PFAD  
 
   wlan0  wifi  verbunden/org/freedesktop/NetworkManager/Devices/2  
STYLUS iDroid SP 1001  ca4ffca3-362b-4e6e-8847-6bb85b090be1  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   eth0   ethernet  nicht verfügbar  /org/freedesktop/NetworkManager/Devices/1  
-- ---- 

   lo loopback  nicht verwaltet  /org/freedesktop/NetworkManager/Devices/0  
-- ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Fehler: Objekt »nm« ist unbekannt, versuchen Sie »nmcli help«.

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

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

[Touch-packages] [Bug 1467173] Re: poweroff or reboot hangs

2015-06-22 Thread Pavol Domin
** Description changed:

- After the upgrade to 15.04, poweroff or reboot hangs, the last message is 
+ After the upgrade to 15.04, poweroff or reboot hangs, the last message is
  quotaoff.sh[PID]... done
  
  It hangs if executed by clicking from the menu, as well as with the 
'poweroff', 'reboot', or 'halt' commands from the terminal.
  In debug console, in the journalctl -f output,  this one error can be seen
  
  Failed umounting /tmp
  
  and the last messages before the freeze are like
  
  Starting Final Step
  Starting Power-Off
  Shutting Down
  
  I can still switch vt, but cannot type.
  
  After some time, kernel writes:
- info: task systemd-shadow:1 blocked for more than 120 seconds.
+ info: task systemd-shutdow:1 blocked for more than 120 seconds.
  
  ctrl-alt-del does nothing. the only ways to bring server down seem to be
  alt-sysrq or powerbutton.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 20 22:17:59 2015
  InstallationDate: Installed on 2011-09-16 (1373 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-21-generic 
root=/dev/mapper/vg00-lv_ubuntu_root ro
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-06-19 (1 days ago)
  dmi.bios.date: 02/23/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2102
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q-PRO
  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.:bvr2102:bd02/23/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

Title:
  poweroff or reboot hangs

Status in systemd package in Ubuntu:
  New

Bug description:
  After the upgrade to 15.04, poweroff or reboot hangs, the last message is
  quotaoff.sh[PID]... done

  It hangs if executed by clicking from the menu, as well as with the 
'poweroff', 'reboot', or 'halt' commands from the terminal.
  In debug console, in the journalctl -f output,  this one error can be seen

  Failed umounting /tmp

  and the last messages before the freeze are like

  Starting Final Step
  Starting Power-Off
  Shutting Down

  I can still switch vt, but cannot type.

  After some time, kernel writes:
  info: task systemd-shutdow:1 blocked for more than 120 seconds.

  ctrl-alt-del does nothing. the only ways to bring server down seem to
  be alt-sysrq or powerbutton.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun 20 22:17:59 2015
  InstallationDate: Installed on 2011-09-16 (1373 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-21-generic 
root=/dev/mapper/vg00-lv_ubuntu_root ro
  SourcePackage: systemd
  UpgradeStatus: Upgraded to vivid on 2015-06-19 (1 days ago)
  dmi.bios.date: 02/23/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2102
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P5Q-PRO
  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.:bvr2102:bd02/23/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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

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

[Touch-packages] [Bug 1450894] Re: [Indicators] Messaging indicator does not indicate that there is a new message

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity8

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

Title:
  [Indicators] Messaging indicator does not indicate that there is a new
  message

Status in the base for Ubuntu mobile products:
  Fix Released
Status in The Messaging Menu:
  New
Status in Themes for Ubuntu:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in indicator-messages package in Ubuntu:
  Fix Committed
Status in ubuntu-themes package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  When you receive a message the indicator menu turns from opaque to
  full white to indicate that there is a new message. But this is not
  clear since all the other icons are white and you do not see any
  difference.

  This is very confuse to understand that the indicator is in a
  different state from the other indicators or if it needs attention.

  --DESIGN RESOLUTION---

  Please use the current ubuntu theme green to indicate that there is a
  new message - #3FB24F, the same green as we use for the battery icon
  in indicators.

  Change the LED light to green as well.

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

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


[Touch-packages] [Bug 1467461] [NEW] Camera app controls should be placed correctly

2015-06-22 Thread Kugi Eusebio
Public bug reported:

Now that full shell rotation has landed in development channels, the camera app 
doesn't give a good experience for the user.
In landscape, the controls move with the screen's rotation and thus put them at 
the bottom just like how it is in portrait. 

I think the controls should be at the side when in landscape mode just
like before. Another problem is that when rotation is locked, the user
cannot use the camera in portrait and thus cannot take pictures in
portrait. In summary, the camera app should still behave like before the
shell rotation landed

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

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

Title:
  Camera app controls should be placed correctly

Status in camera-app package in Ubuntu:
  New

Bug description:
  Now that full shell rotation has landed in development channels, the camera 
app doesn't give a good experience for the user.
  In landscape, the controls move with the screen's rotation and thus put them 
at the bottom just like how it is in portrait. 

  I think the controls should be at the side when in landscape mode just
  like before. Another problem is that when rotation is locked, the user
  cannot use the camera in portrait and thus cannot take pictures in
  portrait. In summary, the camera app should still behave like before
  the shell rotation landed

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

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


[Touch-packages] [Bug 1461059] Re: open_scope frequently fails on vivid

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity8

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

Title:
  open_scope frequently fails on vivid

Status in Ubuntu System Test Suite:
  Fix Committed
Status in The Unity 8 shell:
  New
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  It seems the open_scope('clickscope') calls are frequently failing in
  vivid. This appears to be due to bad timing, as the primary scope
  (Today) is not fully loaded when we start trying to swipe, so we end
  up with:

  Traceback (most recent call last):
File 
"/tmp/adt-run.X7uiLh/build.uaq/real-tree/ubuntu_system_tests/tests/test_camera.py",
 line 53, in setUp
  self.camera_app = self._launch_camera_app().main_window
File 
"/tmp/adt-run.X7uiLh/build.uaq/real-tree/ubuntu_system_tests/tests/test_camera.py",
 line 58, in _launch_camera_app
  apps_scope = dash.open_scope('clickscope')
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/autopilot/logging.py", 
line 46, in inner
  return f(instance, *args, **kwargs)
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py",
 line 88, in open_scope
  return self._open_scope_scrolling(scope_loader)
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py",
 line 109, in _open_scope_scrolling
  scroll()
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/autopilot/logging.py", 
line 46, in inner
  return f(instance, *args, **kwargs)
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/unity8/shell/emulators/dash.py",
 line 156, in _scroll_to_right_scope
  self.dash_content_list.currentIndex.wait_for(original_index + 1)
File 
"/tmp/adt-run.X7uiLh/deps/usr/lib/python3/dist-packages/autopilot/introspection/types.py",
 line 180, in wait_for
  failure_msg))
  AssertionError: After 10.0 seconds test on QQuickListView.currentIndex 
failed: 2 != dbus.Int32(1, variant_level=1)

  Probably there needs to be a delay or some check to make sure the
  scope is fully loaded before attempting to swipe.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-system-tests/+bug/1461059/+subscriptions

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


[Touch-packages] [Bug 1210199] Re: [Shell] support rotation

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity8

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

Title:
  [Shell] support rotation

Status in Ubuntu UX bugs:
  Fix Committed
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Example: going to Notes, write a new note so that OSK appears and then
  switch to landscape mode. The indicators is covered by the OSK rather
  than the same length of the app.

  Refer to:
  
https://docs.google.com/a/canonical.com/drawings/d/1P_lCbl7tZ3QTuhvFg2Xl0P5hXm8T46mXl5HYgPQdAgY/edit
 for proposed solution

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

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


[Touch-packages] [Bug 1467463] [NEW] argparse dependency incorrectly generated under python3

2015-06-22 Thread James Page
Public bug reported:

[impact]
Python3 binary packages incorrectly build with python3-argparse.

[test case]
Build a python module that requires argparse (python-keystoneclient in wily for 
example)

[regression potential]
minimal - in later releases

[original bug report]
pydist overrides needs:

argparse python3 (>= 3.2)

as found in later dh-python versions; without this argparse gets
automatically generated as python3-argparse.

** Affects: dh-python (Ubuntu)
 Importance: Medium
 Status: Fix Released

** Affects: dh-python (Ubuntu Trusty)
 Importance: Medium
 Assignee: James Page (james-page)
 Status: In Progress

** Affects: dh-python (Ubuntu Wily)
 Importance: Medium
 Status: Fix Released

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

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

** Changed in: dh-python (Ubuntu Wily)
   Status: New => Fix Released

** Changed in: dh-python (Ubuntu Wily)
   Importance: Undecided => Medium

** Changed in: dh-python (Ubuntu Trusty)
   Importance: Undecided => Medium

** Changed in: dh-python (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: dh-python (Ubuntu Trusty)
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  argparse dependency incorrectly generated under python3

Status in dh-python package in Ubuntu:
  Fix Released
Status in dh-python source package in Trusty:
  In Progress
Status in dh-python source package in Wily:
  Fix Released

Bug description:
  [impact]
  Python3 binary packages incorrectly build with python3-argparse.

  [test case]
  Build a python module that requires argparse (python-keystoneclient in wily 
for example)

  [regression potential]
  minimal - in later releases

  [original bug report]
  pydist overrides needs:

  argparse python3 (>= 3.2)

  as found in later dh-python versions; without this argparse gets
  automatically generated as python3-argparse.

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

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


[Touch-packages] [Bug 1391976] Re: Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

2015-06-22 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/mir/protocrash

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

Title:
  Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Can be reproduced with: load_twice libmircommon.so.1 (or .2)
  For recent versions of mir use: load_twice libmirclient.so.X (currently .8)

  load_twice.c:

  #include 
  #include 

  int main(int argc, char** argv)
  {
  void *dl;
  int i;

  for (i = 0; i < 2; i++)
  {
     dl = dlopen (argv[1], RTLD_LAZY);
     printf ("%d open dl: %p\n", i,  dl);
     if (dl)
     dlclose (dl);
  }
  }

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

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


[Touch-packages] [Bug 1467473] [NEW] Nexus 7 with shellRotation sometimes ends up with broken lockscreen

2015-06-22 Thread Michael Zanetti
Public bug reported:

Since shellRotation the Nexus7 sometimes ends up with a lockscreen state
where it can't be unlocked because the PinLockScreen is squeezed into
landscape format. To reproduce open some apps that allow rotating and
play around with rotating and locking/unlocking.

** Affects: unity8 (Ubuntu)
 Importance: High
 Assignee: Daniel d'Andrada (dandrader)
 Status: New

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Daniel d'Andrada (dandrader)

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

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

Title:
  Nexus 7 with shellRotation sometimes ends up with broken lockscreen

Status in unity8 package in Ubuntu:
  New

Bug description:
  Since shellRotation the Nexus7 sometimes ends up with a lockscreen
  state where it can't be unlocked because the PinLockScreen is squeezed
  into landscape format. To reproduce open some apps that allow rotating
  and play around with rotating and locking/unlocking.

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

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


[Touch-packages] [Bug 1466676] Re: Switching off Location detection does not work as expected

2015-06-22 Thread Michal Predotka
** Description changed:

  After switching off Location detection, I expect all apps and scopes not
  to have access to my location. Unfortunately it's not the case. Scopes
  and some apps still have access to it.
+ 
+ Phone bq Aquaris E4.5 Ubuntu Edition
+ OS Ubuntu 15.04 (r23)
+ 
+ Steps to reproduce with NearBy scope as an example:
+ 1. Connect to WiFi
+ 2. Open NearBy scope, pull it down to refresh
+ 3. Notice your location listed there under "Where am I" text
+ 4. Pull down indicator and switch off "Location detection"
+ 5. Refresh NearBy scope again
+ 
+ Result:
+ The NearBy scope still shows your location
+ 
+ Expected result:
+ The NearBy scope doesn't show your location

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

Title:
  Switching off Location detection does not work as expected

Status in indicator-location package in Ubuntu:
  New

Bug description:
  After switching off Location detection, I expect all apps and scopes
  not to have access to my location. Unfortunately it's not the case.
  Scopes and some apps still have access to it.

  Phone bq Aquaris E4.5 Ubuntu Edition
  OS Ubuntu 15.04 (r23)

  Steps to reproduce with NearBy scope as an example:
  1. Connect to WiFi
  2. Open NearBy scope, pull it down to refresh
  3. Notice your location listed there under "Where am I" text
  4. Pull down indicator and switch off "Location detection"
  5. Refresh NearBy scope again

  Result:
  The NearBy scope still shows your location

  Expected result:
  The NearBy scope doesn't show your location

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

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


[Touch-packages] [Bug 1467438] Re: Wi-Fi network list inconsistent between first-run setup, System Settings, and indicator

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

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

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

Title:
  Wi-Fi network list inconsistent between first-run setup, System
  Settings, and indicator

Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  1. Go through the first-run setup, paying particular attention to the 
"Connect to Wi-Fi" step.
  2. In System Settings, open "Wi-Fi".
  3. Open the Network menu.

  What you see: The three lists have inconsistent margins, icon sizes,
  and padlock placements. Probably they also have different ellipsis
  placement, different handling of useless ad-hoc networks, and
  different accessible labels.

  What you should see: The three lists are identical except in color
  scheme. Any design changes always show up in all three lists.

  : "For consistency
  across all these sites, except where otherwise specified..."

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

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


[Touch-packages] [Bug 1467438] Re: Wi-Fi network list inconsistent between first-run setup, System Settings, and indicator

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

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

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

Title:
  Wi-Fi network list inconsistent between first-run setup, System
  Settings, and indicator

Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  1. Go through the first-run setup, paying particular attention to the 
"Connect to Wi-Fi" step.
  2. In System Settings, open "Wi-Fi".
  3. Open the Network menu.

  What you see: The three lists have inconsistent margins, icon sizes,
  and padlock placements. Probably they also have different ellipsis
  placement, different handling of useless ad-hoc networks, and
  different accessible labels.

  What you should see: The three lists are identical except in color
  scheme. Any design changes always show up in all three lists.

  : "For consistency
  across all these sites, except where otherwise specified..."

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

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


[Touch-packages] [Bug 1467438] Re: Wi-Fi network list inconsistent between first-run setup, System Settings, and indicator

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

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

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

Title:
  Wi-Fi network list inconsistent between first-run setup, System
  Settings, and indicator

Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  1. Go through the first-run setup, paying particular attention to the 
"Connect to Wi-Fi" step.
  2. In System Settings, open "Wi-Fi".
  3. Open the Network menu.

  What you see: The three lists have inconsistent margins, icon sizes,
  and padlock placements. Probably they also have different ellipsis
  placement, different handling of useless ad-hoc networks, and
  different accessible labels.

  What you should see: The three lists are identical except in color
  scheme. Any design changes always show up in all three lists.

  : "For consistency
  across all these sites, except where otherwise specified..."

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

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


[Touch-packages] [Bug 1467481] [NEW] Fails silently when no network present

2015-06-22 Thread Tobias Wolter
Public bug reported:

If no network connection is present and on the additional driver tab one
selects a driver that needs to download packages, 'apply changes' fails,
reverting to previous setting, without further comment.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: software-properties-common 0.96.4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Jun 22 13:33:24 2015
InstallationDate: Installed on 2013-05-06 (776 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130424)
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: Upgraded to vivid on 2014-10-23 (241 days ago)

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


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

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

Title:
  Fails silently when no network present

Status in software-properties package in Ubuntu:
  New

Bug description:
  If no network connection is present and on the additional driver tab
  one selects a driver that needs to download packages, 'apply changes'
  fails, reverting to previous setting, without further comment.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: software-properties-common 0.96.4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Mon Jun 22 13:33:24 2015
  InstallationDate: Installed on 2013-05-06 (776 days ago)
  InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Release amd64 
(20130424)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to vivid on 2014-10-23 (241 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1467481/+subscriptions

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


[Touch-packages] [Bug 1456184] Re: NVidia VGA freeze with new kernels

2015-06-22 Thread Marco Ciampa
Ok just for clarify my point: I usually do bug reports not "just for me" but 
hoping that my problems help someonelse solve him/hers. I am perfectly well 
keeping the old kernel and frankly I do not think to have security problems in 
this way. To sum up: I have no needs, but I am here if You want to "debug this 
issue to root cause it" as you say rightly "this is not done yet".
I do not want to make you lose your precious dev time (seriously) so if you 
think that this is just a corner case with my singular hardware combination, 
close this bug report and sorry for the waste of time. If you instead think 
that this could help other spot similar problems, I can try all the kernels or 
tests you throw me, in my spare time, of course...

And deep thanks for your efforts to help me.

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

Title:
  NVidia VGA freeze with new kernels

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 
630a] (rev a2)
  Freeze when used with new kernels (3.13 or 3.16) and works with 3.2.0 (from 
12.04 precise) or 3.13 (trusty) with nomodesed option (but wrong resolution)

  lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  apt-cache policy xorg
  xorg:
Installato: 1:7.7+1ubuntu8.1
Candidato:  1:7.7+1ubuntu8.1
Tabella versione:
   *** 1:7.7+1ubuntu8.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:7.7+1ubuntu8 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-52.86-generic 3.13.11-ckt18
  Uname: Linux 3.13.0-52-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  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]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Mon May 18 14:29:23 2015
  DistUpgraded: 2015-05-12 07:07:16,098 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.13.0-52-generic, x86_64: installed
   vboxhost, 4.3.28, 3.2.0-83-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationDate: Installed on 2010-07-30 (1752 days ago)
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-52-generic 
root=UUID=000bc455-e879-4d2d-a416-659e9668f49a ro nomodeset nomdmonddf 
nomdmonisw vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2015-05-12 (6 days ago)
  dmi.bios.date: 08/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1804
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1804:bd08/23/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x: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.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Mon Ma

[Touch-packages] [Bug 1466676] Re: Switching off Location detection does not work as expected

2015-06-22 Thread Alan Pope 
** Changed in: indicator-location (Ubuntu)
   Status: New => Confirmed

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

Title:
  Switching off Location detection does not work as expected

Status in indicator-location package in Ubuntu:
  Confirmed

Bug description:
  After switching off Location detection, I expect all apps and scopes
  not to have access to my location. Unfortunately it's not the case.
  Scopes and some apps still have access to it.

  Phone bq Aquaris E4.5 Ubuntu Edition
  OS Ubuntu 15.04 (r23)

  Steps to reproduce with NearBy scope as an example:
  1. Connect to WiFi
  2. Open NearBy scope, pull it down to refresh
  3. Notice your location listed there under "Where am I" text
  4. Pull down indicator and switch off "Location detection"
  5. Refresh NearBy scope again

  Result:
  The NearBy scope still shows your location

  Expected result:
  The NearBy scope doesn't show your location

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

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


[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

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

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

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

Title:
  Allow apps to keep the screen on

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Support an interface in QML and HTML to allow an app to keep the
  screen on while the app is active. This has come up in several
  scenarios, such as an ebook reader, a clock in night mode.

  One solution to inhibit the screen blanking:

  Add a new dbus rule to the default template
  Provide a mediator (unity8) to control this, so it can restore the screen 
blanking when the app is not active or has been closed
  Prompt the user for confirmation the first time the app accesses it
  use the trust store to avoid prompts each time
  add to the System settings Other app access panel an entry for Screen or 
Display so the setting could be revoked

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

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


[Touch-packages] [Bug 1435035] Re: No Copy&Paste for wifi key possible .

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

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

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

Title:
  No Copy&Paste for wifi key possible .

Status in indicator-network package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 (r20)

  There is no chance to paste a long wpa key in the passphrase textfield for a 
new AP.
  Thats bad if you have a long passphrase like 63 signs.

  If it has sth. to do with security, fine. But then remove the Show Key
  Option too;-)

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

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


[Touch-packages] [Bug 1435035] Re: No Copy&Paste for wifi key possible .

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

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

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

Title:
  No Copy&Paste for wifi key possible .

Status in indicator-network package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10 (r20)

  There is no chance to paste a long wpa key in the passphrase textfield for a 
new AP.
  Thats bad if you have a long passphrase like 63 signs.

  If it has sth. to do with security, fine. But then remove the Show Key
  Option too;-)

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

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


[Touch-packages] [Bug 1431709] Re: rsync dies with "inflate returned -3"

2015-06-22 Thread Gilles Martin
*** This bug is a duplicate of bug 1300367 ***
https://bugs.launchpad.net/bugs/1300367

I get the same problem between to boxes running 14.04.2. As explained in
the Debian bug, you can remove the "-z" flag and add the "-C" flag to
ssh in order to move compression from rsync to ssh.

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

Title:
   rsync dies with "inflate returned -3"

Status in rsync package in Ubuntu:
  New

Bug description:
  On 12.04.5 64bit server running rsync pulling backups from a 14.04
  64bit laptop dies with "inflate returned -3" when using the -z flag on
  a backup containing a large file (a VM image over 1G). Removing the -z
  flag works around the issue.

  See the Debian bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741628

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

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


[Touch-packages] [Bug 1440877] Re: [Indicators] Inactive indicator icons are not visible in bright light

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

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

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

Title:
  [Indicators] Inactive indicator icons are not visible in bright light

Status in Ubuntu UX bugs:
  Triaged
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  In bad light conditions (bright) it is very hard to select the right
  tab in the quick settings menu on Ubuntu Phone.  This is because the
  contrast between the grey icon and the black background is to low.
  When I wanted to switch on the GPS in the car I wasn't able to find
  the right tab because I couldn't see the icons and I just couldn't
  give the mounted phone a closer look.

  Another color combination: white = inaktive, blue = aktive would
  increase the usability.

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

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


[Touch-packages] [Bug 1448958] Re: xorg crash on xdmcp query

2015-06-22 Thread Martin Vogt
Hello,

no the patch is untested.
Heres the freedesktop report:

https://bugs.freedesktop.org/show_bug.cgi?id=66862

The workaround is:

X :1 -listen tcp -query  

"-listen"


** Bug watch added: freedesktop.org Bugzilla #66862
   https://bugs.freedesktop.org/show_bug.cgi?id=66862

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

Title:
  xorg crash on xdmcp query

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  
  Its not possible to start an XDMCP session on 15.04

  X :1 -query localhost

  
  reported here, with patch.

  http://comments.gmane.org/gmane.comp.freedesktop.xorg.devel/44756

  
  On my system it looks like this:

  
  X.Org X Server 1.17.1
  Release Date: 2015-02-10
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 3.2.0-61-generic x86_64 Ubuntu
  Current Operating System: Linux mvogt-ESPRIMO-P900 3.19.0-15-generic 
#15-Ubuntu 
  SMP Thu Apr 16 23:32:37 UTC 2015 x86_64
  Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=
  UUID=19b64a42-57df-4059-a35b-85a17f427da2 ro quiet splash vt.handoff=7
  Build Date: 19 March 2015  09:26:59AM
  xorg-server 2:1.17.1-0ubuntu3 (For technical support please see 
http://www.ubunt
  u.com/support) 
  Current version of pixman: 0.32.6
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: "/var/log/Xorg.1.log", Time: Mon Apr 27 11:53:55 2015
  (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  (II) [KMS] Kernel modesetting enabled.
  (EE) 
  Fatal server error:
  (EE) (EE) BUG: triggered 'if (f[f_idx])'
  (EE) BUG: ../../os/log.c:475 in vpnprintf()
  (EE) Unsupported printf directive '*'
  (EE) 
  (EE) Backtrace:
  (EE) 0: X (xorg_backtrace+0x56) [0x7feccddde556]
  (EE) 1: X (0x7feccdc2b000+0x1c015f) [0x7feccddeb15f]
  (EE) 2: X (LogVMessageVerbSigSafe+0x4d) [0x7feccddeb9ed]
  (EE) 3: X (FatalError+0xea) [0x7feccddeb4ca]
  (EE) 4: X (0x7feccdc2b000+0x1c2a52) [0x7feccddeda52]
  (EE) 5: X (0x7feccdc2b000+0x1c2e4d) [0x7feccddede4d]
  (EE) 6: X (WakeupHandler+0x6b) [0x7feccdc87ddb]
  (EE) 7: X (WaitForSomething+0x1c3) [0x7feccdddb843]
  (EE) 8: X (0x7feccdc2b000+0x57ec1) [0x7feccdc82ec1]
  (EE) 9: X (0x7feccdc2b000+0x5c29b) [0x7feccdc8729b]
  (EE) 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7feccb911a4
  0]
  (EE) 11: X (0x7feccdc2b000+0x4662e) [0x7feccdc7162e]
  (EE) 
  XDMCP fatal error: Session declined %*.*s

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Mon Apr 27 11:50:42 2015
  InstallationDate: Installed on 2015-04-24 (2 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 
230 OEM] [1002:6779] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 6450 1 GB 
DDR3 [174b:e164]
  InstallationDate: Installed on 2015-04-24 (9 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: FUJITSU ESPRIMO P900
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic.efi.signed 
root=UUID=19b64a42-57df-4059-a35b-85a17f427da2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/16/2011
  dmi.bios.vendor: FUJITSU // American Megatrends Inc.
  dmi.bios.version: V4.6.4.0 R1.11.0 for D3062-A1x
  dmi.board.name: D3062-A1
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D3062-A1
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: C$PXW1
  dmi.modalias: 
dmi:bvnFUJITSU//AmericanMegatrendsInc.:bvrV4.6.4.0R1.11.0forD3062-A1x:bd05/16/2011:svnFUJI

[Touch-packages] [Bug 1356371] Re: [Scopes] Non-square emblems are far too small to be useful

2015-06-22 Thread John Lea
** Summary changed:

- Non-square emblems are far too small to be useful
+ [Scopes] Non-square emblems are far too small to be useful

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

Title:
  [Scopes] Non-square emblems are far too small to be useful

Status in Ubuntu UX bugs:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  The spec for emblem's states that the size is automatically configured
  to be a square with the height of the title as the width/height.  For
  anything that's not a square (think BBC logo, a rectangle) this
  results in an emblem that's really small and not readable.

  -
  Desired resolution:

  - Emblems should be of a fixed height with variable width

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

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


[Touch-packages] [Bug 1466764] Re: /usr/bin/webapp-container:url-dispatcher-bad-url

2015-06-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1370008 ***
https://bugs.launchpad.net/bugs/1370008

This is a webpage trying to open an unsupported URL scheme (such as
"whatsapp://…" or "intent://open.spotify.com/…"). Not a bug in the
browser/webapp container.

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

** This bug has been marked a duplicate of bug 1370008
   URL Dispatcher Should Prompt on Bad URL

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

Title:
  /usr/bin/webapp-container:url-dispatcher-bad-url

Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding webbrowser-app.  This problem was most recently seen with
  version 0.23+15.10.20150616.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/a6a76613285f22b8ad72ed5f123862d09965aacd
  contains more details.

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

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


[Touch-packages] [Bug 1466757] Re: /usr/bin/webbrowser-app:url-dispatcher-bad-url

2015-06-22 Thread Olivier Tilloy
*** This bug is a duplicate of bug 1370008 ***
https://bugs.launchpad.net/bugs/1370008

** This bug has been marked a duplicate of bug 1466764
   /usr/bin/webapp-container:url-dispatcher-bad-url

** This bug is no longer a duplicate of bug 1466764
   /usr/bin/webapp-container:url-dispatcher-bad-url
** This bug has been marked a duplicate of bug 1370008
   URL Dispatcher Should Prompt on Bad URL

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

Title:
  /usr/bin/webbrowser-app:url-dispatcher-bad-url

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding webbrowser-app.  This problem was most recently seen with
  version 0.23+15.10.20150610-0ubuntu2, the problem page at
  https://errors.ubuntu.com/problem/b7f7dadcb9fb89583b28566f0c52c0a78641da2f
  contains more details.

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

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


[Touch-packages] [Bug 1467281] Re: rsync ignores -x for dmsetup managed mountpoints

2015-06-22 Thread Robie Basak
** Changed in: rsync (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  rsync ignores -x for dmsetup managed mountpoints

Status in rsync package in Ubuntu:
  New

Bug description:
  reproducible with `flashcache` device mounted under `~/VirtualBox VMs`

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: rsync 3.1.1-3
  Uname: Linux 4.0.5-040005-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Jun 21 18:41:23 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-06-08 (13 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: rsync
  UpgradeStatus: Upgraded to vivid on 2015-06-09 (12 days ago)

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

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


[Touch-packages] [Bug 1316017] Re: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device

2015-06-22 Thread Robie Basak
** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2365
   Importance: Unknown
   Status: Unknown

** Description changed:

  This is a regression from the version of the client in 14.04 compared to
  13.10. I'm connecting to 12.04.4 for a server.
  
  Expected behaviour:
  Creating a connection with the option "-o Tunnel=ethernet" will create a 
layer2 ethernet tap device.
  
  Actual behaviour:
  New client creates a  layer3 IP tunnel.
  
+ Workaround:
+ The "-o Tunnel=ethernet" option needs to be before the "-w" option. Then, the 
tap device should be created as expected. With thanks to Chiang Fong Lee.
+ 
+ 
  The old version of the client that works properly (installed manually on 
14.04):
  OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1f 6 Jan 2014
  
  The new version of the client that does not work properly:
  OpenSSH_6.6p1 Ubuntu-2ubuntu1, OpenSSL 1.0.1f 6 Jan 2014
  
  The version of the SSH server I'm connecting to:
  openssh-server:
-   Installed: 1:5.9p1-5ubuntu1.3
-   Candidate: 1:5.9p1-5ubuntu1.3
-   Version table:
-  *** 1:5.9p1-5ubuntu1.3 0
- 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1:5.9p1-5ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
- 
+   Installed: 1:5.9p1-5ubuntu1.3
+   Candidate: 1:5.9p1-5ubuntu1.3
+   Version table:
+  *** 1:5.9p1-5ubuntu1.3 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
+ 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1:5.9p1-5ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  
  #
  Terminal output with the old version:
  ssh -p 38613 @ -w any -o Tunnel=ethernet -vvv
  OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1f 6 Jan 2014
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug1: auto-mux: Trying existing master
  debug1: Control socket "" does not exist
  debug2: ssh_connect: needpriv 0
  debug1: Connecting to  [] port 38613.
  debug1: Connection established.
  debug1: permanently_set_uid: 0/0
  debug3: Incorrect RSA1 identifier
  debug3: Could not load "/root/.ssh/id_rsa" as a RSA1 public key
  debug1: identity file /root/.ssh/id_rsa type 1
  debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-16384
  debug1: Checking blacklist file /etc/ssh/blacklist.RSA-16384
  debug1: identity file /root/.ssh/id_rsa-cert type -1
  debug1: identity file /root/.ssh/id_dsa type -1
  debug1: identity file /root/.ssh/id_dsa-cert type -1
  debug3: Incorrect RSA1 identifier
  debug3: Could not load "/root/.ssh/id_ecdsa" as a RSA1 public key
  debug1: identity file /root/.ssh/id_ecdsa type 3
  debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-521
  debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-521
  debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.3
  debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 
Debian-5ubuntu1.3
  debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.3 pat OpenSSH_5*
  debug2: fd 3 setting O_NONBLOCK
  debug3: put_host_port: []:38613
  debug3: load_hostkeys: loading entries for host "[]:38613" from file 
"/root/.ssh/known_hosts"
  debug3: load_hostkeys: found key type ECDSA in file /root/.ssh/known_hosts:24
  debug3: load_hostkeys: loaded 1 keys
  debug3: order_hostkeyalgs: prefer hostkeyalgs: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
  debug1: SSH2_MSG_KEXINIT sent
  debug1: SSH2_MSG_KEXINIT received
  debug2: kex_parse_kexinit: 
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
  debug2: kex_parse_kexinit: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ssh-dss-cert-...@openssh.com,ssh-rsa,ssh-dss
  debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
  debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,3des-cbc,blow

[Touch-packages] [Bug 1310866] Re: bits/predefs.h missing in trusty package repo

2015-06-22 Thread ShiftPlusOne
Not sure what has changed, but it seems to work okay for me now.

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

Title:
  bits/predefs.h missing in trusty package repo

Status in eglibc package in Ubuntu:
  Confirmed

Bug description:
  predefs.h is one of the headers needed to compile against 32 bit
  binaries in a 64 bit system. It's usually present in libc6-dev-i386
  package.
  
(http://packages.ubuntu.com/search?suite=saucy&arch=amd64&mode=exactfilename&searchon=contents&keywords=predefs.h),
  but it isn't so in trusty.
  
(http://packages.ubuntu.com/search?suite=trusty&arch=amd64&mode=exactfilename&searchon=contents&keywords=predefs.h).
  It's not present anywhere else either. So kindly see to it that it's
  added

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libc6-dev-i386 2.19-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 22 06:57:10 2014
  InstallationDate: Installed on 2014-04-18 (3 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  SourcePackage: eglibc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1310866] Re: bits/predefs.h missing in trusty package repo

2015-06-22 Thread ShiftPlusOne
GCC was updated from 4.8.2-19ubuntu1 to 4.8.4-2ubuntu1~14.04, which
seems like the only relevant recent change.

I don't see anything relevant in the changelog though
http://changelogs.ubuntu.com/changelogs/pool/main/g/gcc-4.8/gcc-4.8_4.8.4-2ubuntu1~14.04/changelog

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

Title:
  bits/predefs.h missing in trusty package repo

Status in eglibc package in Ubuntu:
  Confirmed

Bug description:
  predefs.h is one of the headers needed to compile against 32 bit
  binaries in a 64 bit system. It's usually present in libc6-dev-i386
  package.
  
(http://packages.ubuntu.com/search?suite=saucy&arch=amd64&mode=exactfilename&searchon=contents&keywords=predefs.h),
  but it isn't so in trusty.
  
(http://packages.ubuntu.com/search?suite=trusty&arch=amd64&mode=exactfilename&searchon=contents&keywords=predefs.h).
  It's not present anywhere else either. So kindly see to it that it's
  added

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libc6-dev-i386 2.19-0ubuntu6
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Apr 22 06:57:10 2014
  InstallationDate: Installed on 2014-04-18 (3 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  SourcePackage: eglibc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1465806] Re: Alarms not shown in indicator datetime after upgrade to ota4

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/indicator-datetime/merge-vivid-fixes-and-
tests-into-wily

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

Title:
  Alarms not shown in indicator datetime after upgrade to ota4

Status in the base for Ubuntu mobile products:
  New
Status in evolution-data-server package in Ubuntu:
  In Progress
Status in indicator-datetime source package in Vivid:
  New

Bug description:
  STEPS:
  1. Flash image 22 from stable
  2. Set a one time alarm and a recurring alarm
  3. Update to 23

  EXPECTED:
  Alarms should be up and running as expected

  ACTUAL:
  Alarms are not shown in the datetime indicator but show up as active in and 
available in the clock.  Because the indicator is in control of the alarm 
trigger the alarm never goes off.

  TEMPORARY WORK AROUND:
  Disable and enable all your alarms and then they work as expected.

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

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


[Touch-packages] [Bug 1456281] Re: Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/indicator-datetime/merge-vivid-fixes-and-
tests-into-wily

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

Title:
  Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

Status in the base for Ubuntu mobile products:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-datetime source package in Vivid:
  Fix Released

Bug description:
  This ticket is to track a missing alarm issue that seems to have
  started showing up between May 15 and 18th.

  in #unity-api, mzanetti reports that alarms on a ubuntu-touch/rc-
  proposed/bq-aquaris.en are not showing up at the right time; rather,
  they're skewed by timezone. He's in UTC+2 and set a 6:30 alarm that
  didn't go off until 8:30.

  Alesage in Orlando is also reporting missing alarms when he tests on
  arale.

  When I test on a fresh flash of ubuntu-touch/rc-proposed/bq-aquaris.en
  (r9) I'm seeing the same behavior rerported by mzanetti. What's really
  odd though is when I apt-get source that version of indicator-datetime
  and run it myself, things work correctly.

  Alarms also working correctly on mako 15.10 r199.

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

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


[Touch-packages] [Bug 1467078] Re: In the address bar duplicate entries should be merged

2015-06-22 Thread Riccardo Padovani
** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Riccardo Padovani (rpadovani)

** Branch linked: lp:~rpadovani/webbrowser-app/no-duplicates-address-bar

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

Title:
  In the address bar duplicate entries should be merged

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  When in address bar I look for something that is both in bookmarks and
  history, I have double result for the same thing (see screenshot)

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

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


[Touch-packages] [Bug 1456281] Re: Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

2015-06-22 Thread Charles Kerr
** Changed in: indicator-datetime (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: indicator-datetime (Ubuntu Vivid)
   Status: Confirmed => Fix Released

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

Title:
  Alarms not going off in ubuntu-touch/rc-proposed/bq-aquaris.en

Status in the base for Ubuntu mobile products:
  Fix Released
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-datetime source package in Vivid:
  Fix Released

Bug description:
  This ticket is to track a missing alarm issue that seems to have
  started showing up between May 15 and 18th.

  in #unity-api, mzanetti reports that alarms on a ubuntu-touch/rc-
  proposed/bq-aquaris.en are not showing up at the right time; rather,
  they're skewed by timezone. He's in UTC+2 and set a 6:30 alarm that
  didn't go off until 8:30.

  Alesage in Orlando is also reporting missing alarms when he tests on
  arale.

  When I test on a fresh flash of ubuntu-touch/rc-proposed/bq-aquaris.en
  (r9) I'm seeing the same behavior rerported by mzanetti. What's really
  odd though is when I apt-get source that version of indicator-datetime
  and run it myself, things work correctly.

  Alarms also working correctly on mako 15.10 r199.

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

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


[Touch-packages] [Bug 1466741] Re: system slow to wake up/unlock screen sluggish since the update to vivid

2015-06-22 Thread Neil McPhail
I'm getting this behaviour. Running "top" shown dbus-daemon consuming
33% of CPU time. Is that normal?

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

Title:
  system slow to wake up/unlock screen sluggish since the update to
  vivid

Status in the base for Ubuntu mobile products:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  That's not happening all the time but has been reported by several
  users on the list and I also hit the issue

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

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


[Touch-packages] [Bug 1467555] [NEW] package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-06-22 Thread Thomas Verpillot
Public bug reported:

During package update

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.13.0-55-generic 3.13.0-55.94
ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  cubitus2249 F pulseaudio
 /dev/snd/controlC0:  cubitus2249 F pulseaudio
Date: Mon Jun 22 10:31:24 2015
DuplicateSignature: 
package:linux-image-extra-3.13.0-55-generic:3.13.0-55.94:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
HibernationDevice: RESUME=UUID=2806a571-25b2-440d-b51d-4f151b133726
InstallationDate: Installed on 2015-01-18 (154 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.2
SourcePackage: initramfs-tools
Title: package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/06/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.40
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 169B
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 18.1A
dmi.chassis.asset.tag: 5CG229052B
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.40:bd10/06/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06901320461620100:rvnHewlett-Packard:rn169B:rvrKBCVersion18.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion g6 Notebook PC
dmi.product.version: 06901320461620100
dmi.sys.vendor: Hewlett-Packard

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


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

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

Title:
  package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  During package update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-55-generic 3.13.0-55.94
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cubitus2249 F pulseaudio
   /dev/snd/controlC0:  cubitus2249 F pulseaudio
  Date: Mon Jun 22 10:31:24 2015
  DuplicateSignature: 
package:linux-image-extra-3.13.0-55-generic:3.13.0-55.94:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=2806a571-25b2-440d-b51d-4f151b133726
  InstallationDate: Installed on 2015-01-18 (154 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.2
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.40
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 169B
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 18.1A
  dmi.chassis.asset.tag: 5CG229052B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.40:bd10/06/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06901320461620100:

[Touch-packages] [Bug 1462489] Re: Allow apps to keep the screen on

2015-06-22 Thread Michael Zanetti
I agree with Albert, we really should make the existing API work instead
of coming up with a new one and keep the existing one broken.

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

Title:
  Allow apps to keep the screen on

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed
Status in qtubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Support an interface in QML and HTML to allow an app to keep the
  screen on while the app is active. This has come up in several
  scenarios, such as an ebook reader, a clock in night mode.

  One solution to inhibit the screen blanking:

  Add a new dbus rule to the default template
  Provide a mediator (unity8) to control this, so it can restore the screen 
blanking when the app is not active or has been closed
  Prompt the user for confirmation the first time the app accesses it
  use the trust store to avoid prompts each time
  add to the System settings Other app access panel an entry for Screen or 
Display so the setting could be revoked

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

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


[Touch-packages] [Bug 1462090] Re: Calling to numbers formatted with slash results in Call failed

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/telephony-service

** Branch linked: lp:ubuntu/wily-proposed/telepathy-ofono

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

Title:
  Calling to numbers formatted with slash results in Call failed

Status in the base for Ubuntu mobile products:
  New
Status in One Hundred Papercuts:
  New
Status in Telephony Service:
  New
Status in telepathy-ofono package in Ubuntu:
  New
Status in telephony-service package in Ubuntu:
  New

Bug description:
  When I call to numbers which are formatted with slash '/', I get call
  failed. For example when I try to call +421 2 xxx xx xxx or 02 xxx xx
  xxx I get call failed, because numbers are automatically formatted as
  +421 2/xxx xxx xx or 02/xxx xxx xx.

  This is probably caused by incorrect regular expression in
  libtelephonyservice/phoneutils.cpp for nondialable digits removal,
  which reads [p+*#(),;-]. I am pretty sure it should read [p+*#/(),;-].

  Please, consider this bug critical, since I cannot place any call to
  any fixed line in Slovakia, which is basic function of phone.

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

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


[Touch-packages] [Bug 1455408] Re: Recent call not cleared from indicator

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/telephony-service

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

Title:
  Recent call not cleared from indicator

Status in the base for Ubuntu mobile products:
  In Progress
Status in dialer-app package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  Fix Released
Status in dialer-app source package in Vivid:
  Confirmed
Status in telephony-service source package in Vivid:
  Confirmed

Bug description:
  $ system-image-cli -i
  current build number: 42
  device name: arale
  channel: ubuntu-touch/tangxi/devel-proposed
  last update: 2015-05-15 04:19:20
  version version: 42
  version device: 
1e1b1cebe8900f5b62bed050a5c23a7765e62600d394cba528169d257e6ab36c
  version custom: 
8274419d06b4da1424e7f7339ff2f8276b38951951d8900e148a4fdfce8fba0d

  Steps to reproduce:
  1.Make a call from another device to this DUT, but don't answer it
  2.Hang up the call from remote end
  3.Swipe down on the Notification indicator, make sure the Notification 
indicator opens and shows the missed call
  4.Switch to Phone app to check the missed call
  Launcher/System Settings--->Phone-->Recent(Swip up from bottom)-->Missed
  5.Tap on the missed call body 
  6.The missed call will shown in Dialer
  7.Back to check the state of Notifications indicator 

  Expected results:
  The missed call should not be displayed in Notifications indicator anymore

  Actual results:
  The missed call will not disappear in Notifications indicator unless tap on 
call back or send message or clear all

  Additional information:
  This issue could also be reproduced on Krillin r276

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

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


[Touch-packages] [Bug 1467151] [NEW] 60-persistent-storage.rules fails to create by-uuid links to Xen virtual disks (xvd)

2015-06-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Symptom: on a fresh wily install in a PV virtual machine under Xen,
systemd's boot.mount action fails. /boot is on /dev/xvda1, other
filesystems (including /) are on LVM and get mounted OK [after a manual
"vgchange -ay" at the (initramfs) prompt, but that's a different bug].

Fix (successfully tested): add "xvd*" to the whitelist in
/lib/udev/rules.d/60-persistent-storage.rules . The fix was inspired by
https://bugs.debian.org/787367 which addressed a similar issue with
bcache.

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

udev:
  Installed: 220-7ubuntu1
  Candidate: 220-7ubuntu1
  Version table:
 *** 220-7ubuntu1 0
500 http://ubuntu.mirror.su.se/ubuntu/ wily/main i386 Packages
100 /var/lib/dpkg/status

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: Fix Committed

-- 
60-persistent-storage.rules fails to create by-uuid links to Xen virtual disks 
(xvd)
https://bugs.launchpad.net/bugs/1467151
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to systemd 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 1466768] Re: /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-status@194:cmd_verbose:get_profiles

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor/2.9

** Branch linked: lp:apparmor

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

Title:
  /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-
  status@194:cmd_verbose:get_profiles

Status in AppArmor Linux application security framework:
  In Progress
Status in apparmor package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding apparmor.  This problem was most recently seen with version
  2.9.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/5c3e3307a91022d2f2a94070b537d321f1711d66
  contains more details.

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

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


[Touch-packages] [Bug 1467151] Re: 60-persistent-storage.rules fails to create by-uuid links to Xen virtual disks (xvd)

2015-06-22 Thread Martin Pitt
** Package changed: udev (Ubuntu) => systemd (Ubuntu)

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

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

Title:
  60-persistent-storage.rules fails to create by-uuid links to Xen
  virtual disks (xvd)

Status in systemd package in Ubuntu:
  Fix Committed

Bug description:
  Symptom: on a fresh wily install in a PV virtual machine under Xen,
  systemd's boot.mount action fails. /boot is on /dev/xvda1, other
  filesystems (including /) are on LVM and get mounted OK [after a
  manual "vgchange -ay" at the (initramfs) prompt, but that's a
  different bug].

  Fix (successfully tested): add "xvd*" to the whitelist in
  /lib/udev/rules.d/60-persistent-storage.rules . The fix was inspired
  by https://bugs.debian.org/787367 which addressed a similar issue with
  bcache.

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

  udev:
Installed: 220-7ubuntu1
Candidate: 220-7ubuntu1
Version table:
   *** 220-7ubuntu1 0
  500 http://ubuntu.mirror.su.se/ubuntu/ wily/main i386 Packages
  100 /var/lib/dpkg/status

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

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


[Touch-packages] [Bug 1351177] Re: Suggestions improvements

2015-06-22 Thread James Mulholland
** Changed in: ubuntu-ux
   Status: Fix Committed => 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/1351177

Title:
  Suggestions improvements

Status in Ubuntu UX bugs:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Per design specification, the suggestions that show up when the user
  types in the address bar need to be updated in the following ways:

   - take up the whole screen (as opposed to being a popover)
   - include additional sources: bookmarks (auto-suggest is being tracked 
separately by bug #1351151)
   - display symbolic icons to tell apart different types of entries (search, 
history, bookmarks)

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

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


[Touch-packages] [Bug 1351151] Re: [browser] Implement auto-suggest for the address bar

2015-06-22 Thread James Mulholland
** Changed in: ubuntu-ux
   Status: Fix Committed => 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/1351151

Title:
  [browser] Implement auto-suggest for the address bar

Status in Ubuntu UX bugs:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app source package in Vivid:
  New
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The design spec calls for auto-suggest from online sources (the most
  relevant probably being google search) to be added to the suggestions
  list when the user is typing in the address bar.

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

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


[Touch-packages] [Bug 1467583] [NEW] PROBLEM

2015-06-22 Thread EDO
Public bug reported:

---

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Jun 22 17:56:13 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.19.0-15-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
 tp-smapi, 0.41, 3.19.0-21-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. Device [106b:00ea]
InstallationDate: Installed on 2015-06-20 (1 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Apple Inc. MacBookAir4,1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=69f19b32-45d5-4cae-a423-e9801940319b ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/24/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBA41.88Z.0077.B0F.1201241549
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-C08A6BB70A942AC2
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookAir4,1
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-C08A6BB70A942AC2
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B0F.1201241549:bd01/24/2012:svnAppleInc.:pnMacBookAir4,1:pvr1.0:rvnAppleInc.:rnMac-C08A6BB70A942AC2:rvrMacBookAir4,1:cvnAppleInc.:ct10:cvrMac-C08A6BB70A942AC2:
dmi.product.name: MacBookAir4,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
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 Jun 22 17:41:56 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   40179 
 vendor APP
xserver.version: 2:1.17.1-0ubuntu3

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


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

Title:
  PROBLEM

Status in xorg package in Ubuntu:
  New

Bug description:
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Jun 22 17:56:13 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-15-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
   tp-smapi, 0.41, 3.19.0-21-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Apple Inc. Device [106b:00ea]
  InstallationDate: Installed on 2015-06-20 (1 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Apple Inc. MacBookAir4,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=69f19b32-45d5-4cae-a423-e9801940319b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/24/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA41.88Z.0077.B0F.1201241549
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C08A6BB70A942AC2
  dmi.board.vendor: Apple Inc.

[Touch-packages] [Bug 1351157] Re: [browser] Update visual design of the new tab page

2015-06-22 Thread James Mulholland
** Description changed:

  The visual design of the new tab page doesn’t fully match the visual spec:
-  - the "see more" / "see less" actions for bookmarks should be in the section 
header
-  - the layout should be different when in landscape mode
+  - the "see more" / "see less" actions for bookmarks should be in the section 
header
+  - the layout should be different when in landscape mode
+ 
+ [UX Comment]
+ Fix Released Partial - Correct UX/visuals for portrait working as per spec, 
but same UX/visuals also present in landscape mode (landscape has different UX 
& visuals): 
+ 
+ 
https://docs.google.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354ad9a19_026
+ (Page 14 of visual spec)

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

Title:
  [browser] Update visual design of the new tab page

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The visual design of the new tab page doesn’t fully match the visual spec:
   - the "see more" / "see less" actions for bookmarks should be in the section 
header
   - the layout should be different when in landscape mode

  [UX Comment]
  Fix Released Partial - Correct UX/visuals for portrait working as per spec, 
but same UX/visuals also present in landscape mode (landscape has different UX 
& visuals): 

  
https://docs.google.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354ad9a19_026
  (Page 14 of visual spec)

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

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


[Touch-packages] [Bug 1402723] Re: [browser] No visual cue in the chrome after accepting a certificate error

2015-06-22 Thread James Mulholland
** Changed in: ubuntu-ux
   Status: Fix Committed => 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/1402723

Title:
  [browser] No visual cue in the chrome after accepting a certificate
  error

Status in Ubuntu UX bugs:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  (initially reported as part of bug #1377194)

  Steps to reproduce:

   1) Browse to e.g. https://testssl-expire.disig.sk/
   2) Accept the certificate error (by clicking on the "Proceed anyway" button)
   3) The page with an invalid certificate loads

  Expected result: there is some sort of visual cue in the chrome to signify 
that the connection is potentially insecure.
  Current result: there is no visual cue in the chrome.

  For reference, I tested firefox and chromium on desktop: firefox just
  pretends nothing happened if an exception was added (i.e. it says the
  connection is secure and displays a padlock icon), whereas chromium
  displays a padlock with a cross over it, and the "https" part of the
  address is striked through. Two rather different approaches.

  Design solution:
  
https://docs.google.com/a/canonical.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g61380509d_30

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

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


[Touch-packages] [Bug 1351165] Re: [browser] Enable swipe gesture to delete a bookmark from the new tab view

2015-06-22 Thread James Mulholland
** Changed in: ubuntu-ux
   Status: Fix Committed => 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/1351165

Title:
  [browser] Enable swipe gesture to delete a bookmark from the new tab
  view

Status in Ubuntu UX bugs:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Per design specification, when in the new tab view, swiping a bookmark
  to the right should remove it from the bookmarks database.

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

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


[Touch-packages] [Bug 1467588] [NEW] Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. (proc

2015-06-22 Thread kalilclever
Public bug reported:

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

(process:17035): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity 7.3.2+15.04.20150420-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Jun 22 16:56:16 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.3.26, 3.19.0-18-generic, x86_64: installed
 virtualbox, 4.3.26, 3.19.0-20-generic, x86_64: installed
 virtualbox, 4.3.26, 3.19.0-21-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1854]
InstallationDate: Installed on 2015-06-02 (20 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP 2000 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=9ac32e8e-1bbd-4aa9-8f25-2b79e4052d96 ro quiet splash
SourcePackage: unity
UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 
dmi.bios.date: 06/13/2013
dmi.bios.vendor: Insyde
dmi.bios.version: F.3A
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 1854
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 64.2A
dmi.chassis.asset.tag: 5CG3400HTV
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.3A:bd06/13/2013:svnHewlett-Packard:pnHP2000NotebookPC:pvr088F130059160:rvnHewlett-Packard:rn1854:rvr64.2A:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 2000 Notebook PC
dmi.product.version: 088F130059160
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
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 Jun 22 15:28:27 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 845 
 vendor LGD
xserver.version: 2:1.17.1-0ubuntu3

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


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

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

Title:
  Gtk-Message: GtkDialog mapped without a transient parent. This is
  discouraged. Gtk-Message: GtkDialog mapped without a transient parent.
  This is discouraged.  (process:17035): GLib-CRITICAL **:
  g_slice_set_config: assertion 'sys_page_size == 0' failed

Status in unity package in Ubuntu:
  New

Bug description:
  Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

  (process:17035): GLib-CRITICAL **: g_slice_set_config: assertion
  'sys_page_size == 0' failed

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jun 22 16:56:16 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.3.26, 3.19.0-18-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.0-20-generic, x86_64: installed
   virtualbox, 4.3.26, 3.19.

[Touch-packages] [Bug 1445436] Re: Segmentation faults in libapt-pkg.so.4.12.0

2015-06-22 Thread Ken Sharp
Then please mark this bug as affecting you.

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

** Tags added: amd64

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

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

Title:
  Segmentation faults in libapt-pkg.so.4.12.0

Status in The Linux Mint Distribution:
  New
Status in apt package in Ubuntu:
  Confirmed

Bug description:
  For no obvious reason whatsoever it is now completely impossible for
  me to use APT. Furthermore it is completely impossible for me to
  report a bug with apport.

  apport-gtk[4025]: segfault at aca04d24 ip b4b622f1 sp aebe7240 error 6 in 
libapt-pkg.so.4.12.0[b4a8c000+125000]
  apt-get[4087]: segfault at b58bed24 ip b768c2f1 sp bfc6d800 error 6 in 
libapt-pkg.so.4.12.0[b75b6000+125000]
  apt-cache[4827]: segfault at b58fbd24 ip b76c82f1 sp bfc7ece0 error 6 in 
libapt-pkg.so.4.12.0[b75f2000+125000]
  apport-gtk[4886]: segfault at ab92fd24 ip b4b8d2f1 sp b46d4240 error 6 in 
libapt-pkg.so.4.12.0[b4ab7000+125000]
  apt-get[4929]: segfault at b5953d24 ip b77212f1 sp bfb75f40 error 6 in 
libapt-pkg.so.4.12.0[b764b000+125000]
  apt-get[5110]: segfault at b58c9d24 ip b7697281 sp bf9cf750 error 6 in 
libapt-pkg.so.4.12.0[b75c1000+125000]
  apt-get[5258]: segfault at b58f0d24 ip b76bd281 sp bfa1fe40 error 6 in 
libapt-pkg.so.4.12.0[b75e7000+125000]
  apt-get[5381]: segfault at b58bad24 ip b7687281 sp bfdaf300 error 6 in 
libapt-pkg.so.4.12.0[b75b1000+125000]
  apt-get[5991]: segfault at b595ed24 ip b772c281 sp bff062a0 error 6 in 
libapt-pkg.so.4.12.0[b7656000+125000]
  apt-get[6104]: segfault at b5982d24 ip b7750281 sp bfdbeee0 error 6 in 
libapt-pkg.so.4.12.0[b767a000+125000]
  apt-get[6279]: segfault at b597dd24 ip b774b281 sp bfab9600 error 6 in 
libapt-pkg.so.4.12.0[b7675000+125000]
  apt-get[6814]: segfault at b58b4d24 ip b7682281 sp bfb1efe0 error 6 in 
libapt-pkg.so.4.12.0[b75ac000+125000]

  I have tried reinstalling libapt-
  pkg4.12_0.8.16~exp12ubuntu10.21_i386.deb but nothing changes.

  Last upgrade log:

  Start-Date: 2015-04-15  00:39:51
  Commandline: /usr/bin/apt-get dist-upgrade
  Upgrade: libsdl1.2debian:i386 (1.2.14-6.4ubuntu3, 1.2.14-6.4ubuntu3.1), 
libxfixes3:i386 (5.0-4ubuntu4.3, 5.0-4ubuntu4.4), libx11-data:i386 
(1.4.99.1-0ubuntu2.2, 1.4.99.1-0ubuntu2.3), libxi-dev:i386 
(1.7.1.901-1ubuntu1~precise2, 1.7.1.901-1ubuntu1~precise3), libxrender-dev:i386 
(0.9.6-2ubuntu0.1, 0.9.6-2ubuntu0.2), libx11-xcb1:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), x11proto-core-dev:i386 (7.0.22-1ubuntu0.1, 
7.0.22-1ubuntu0.2), libxext-dev:i386 (1.3.0-3ubuntu0.1, 1.3.0-3ubuntu0.2), 
xserver-xorg-video-vmware:i386 (12.0.1-1ubuntu1.1, 12.0.1-1ubuntu1.2), 
libxrender1:i386 (0.9.6-2ubuntu0.1, 0.9.6-2ubuntu0.2), libxrandr-dev:i386 
(1.3.2-2ubuntu0.2, 1.3.2-2ubuntu0.3), libx11-6:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), ntpdate:i386 (4.2.6.p3+dfsg-1ubuntu3.3, 
4.2.6.p3+dfsg-1ubuntu3.4), libx11-dev:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), libx11-doc:i386 (1.4.99.1-0ubuntu2.2, 
1.4.99.1-0ubuntu2.3), libxfixes-dev:i386 (5.0-4ubuntu4.3, 5.0-4ubuntu4.4), 
libxi6:i386 (1.7.1.9
 01-1ubuntu1~precise2, 1.7.1.901-1ubuntu1~precise3), libxp6:i386 
(1.0.1-2ubuntu0.12.04.1, 1.0.1-2ubuntu0.12.04.2), libxv1:i386 
(1.0.6-2ubuntu0.1, 1.0.6-2ubuntu0.2), libxext6:i386 (1.3.0-3ubuntu0.1, 
1.3.0-3ubuntu0.2), libxrandr2:i386 (1.3.2-2ubuntu0.2, 1.3.2-2ubuntu0.3)
  End-Date: 2015-04-15  00:40:43

  Clearing the entire archive including *.bin* files didn't work.
  http://askubuntu.com/a/14552/170177

  Increasing or disabling the cache limit made no difference.
  https://aziest.wordpress.com/2011/01/24/how-to-increase-your-apt-cache-limit/

  Still looking and will update.
  --- 
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  MarkForUpload: True
  NonfreeKernelModules: nvidia
  Package: apt 0.8.16~exp12ubuntu10.23
  PackageArchitecture: i386
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Tags:  precise package-from-proposed
  Uname: Linux 3.11.0-26-generic i686
  UpgradeStatus: Upgraded to precise on 2014-12-07 (130 days ago)
  UserGroups: adm admin audio cdrom debian-tor dialout dip fax floppy fuse lp 
lpadmin plugdev sambashare scanner tape video

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

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


[Touch-packages] [Bug 1467595] [NEW] cursor sometimes disappears on XPS 13 9343 and external monitor

2015-06-22 Thread Jamie Strandboge
Public bug reported:

I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using
an external display port monitor. Occasionally, the mouse cursor
disappears (sometimes after screen lock, other times just normal usage).
I saw something on stack exchange that said this might help:

gsettings set org.gnome.settings-daemon.plugins.cursor active false

I've done this and it sometimes helps and sometimes doesn't. I've also
just seen the cursor come back on its own after a few minutes without
doing anything. Trying to interact with the touch screen, then the mouse
has no effect. Unplugging and replugging the mouse has no effect. Using
the touchpad has no effect.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity 7.3.2+15.04.20150420-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:

ApportVersion: 2.17.2-0ubuntu1.1
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]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jun 22 11:19:40 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0665]
InstallationDate: Installed on 2015-06-13 (8 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
SourcePackage: unity
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
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 Jun 22 10:53:54 2015
xserver.configfile: default
xserver.errors:

xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5153
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3

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


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

** Description changed:

  I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using
  an external display port monitor. Occasionally, the mouse cursor
- disappears. I saw something on stack exchange that said this might help:
+ disappears (sometimes after screen lock, other times just normal usage).
+ I saw something on stack exchange that said this might help:
  
  gsettings set org.gnome.settings-daemon.plugins.cursor active false
  
  I've done this and it sometimes helps and sometimes doesn't. I've also
  just seen the cursor come back on its own after a few minutes without
  doing anything. Trying to interact with the touch screen, then the mouse
  has no effect. Unplugging and replugging the mouse has no effect. Using
  the touchpad has no effect.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgp

[Touch-packages] [Bug 1365179] Re: [Browser] Top bar should overlay the page, not anchoring on top of it

2015-06-22 Thread James Mulholland
** Changed in: ubuntu-ux
   Status: Fix Committed => 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/1365179

Title:
  [Browser] Top bar should overlay the page, not anchoring on top of it

Status in Ubuntu UX bugs:
  Fix Released
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  As in the subject, the top bar, address bar, should overlay the
  current web view, and hide/appear on top.

  In the current solution, you see the webpage scrolling slowly up and
  down when the top bar shows or hides.

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

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


[Touch-packages] [Bug 1467602] [NEW] after screenlock and screen suspend, external display link monitor doesn't resume properly

2015-06-22 Thread Jamie Strandboge
Public bug reported:

I have a Dell XPS 13 9343 with external display link monitor which I use
in non-mirrored mode as two different screens. If the screen locks and
suspends (simply locking is not enough) if I tap a key/move the
mouse/etc the laptop screen comes up and the external monitor flashes
on, but then the external monitor goes blank (but I can see its
backlight is on). If I login, the desktop seems to think it is off and
all of open windows are rearranged (it even puts some on different
workspaces). The only thing resembling a workaround is if I tap a key,
watch when the external monitor is blank, then turn off the external
monitor, then turn it on, then unlock the screen. This isn't great
though-- some windows are invisible and rearranged and I have to cycle
through the different workspaces to find them and put them back.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
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]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jun 22 11:29:08 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0665]
InstallationDate: Installed on 2015-06-13 (8 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
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 Jun 22 10:53:54 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5153 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 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/1467602

Title:
  after screenlock and screen suspend, external display link monitor
  doesn't resume properly

Status in xorg package in Ubuntu:
  New

Bug description:
  I have a Dell XPS 13 9343 with external display link monitor which I
  use in non-mirrored mode as two different screens. If the screen locks
  and suspends (simply locking is not enough) if I tap a key/move the
  mouse/etc the laptop screen comes up and the external monitor flashes
  on, but then the external monitor goes blank (but I can see its
  backlight is on). If I login, the desktop seems to think it is off and
  all of open windows are rearranged (it even puts some on different
  workspaces). The only thing resembling a workaround is if I tap a key,
  watch when the external monitor is blank, then turn off the external
  monitor, then turn it on, then unlock the screen. This isn'

[Touch-packages] [Bug 1412732] Re: [browser] visuals for multi-select mode in history view need update

2015-06-22 Thread James Mulholland
** Description changed:

  Multi-select mode in the history view was implemented as part of bug #1351167.
  But the visuals do not match the visual spec exactly.
  
  Spec:
  
https://docs.google.com/a/canonical.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110
  
  Screenshot: https://launchpadlibrarian.net/195323251/browser-
  multiselect.png
  
  In particular, padding and spacing need to be adjusted. The buttons at
  the top should have a label, too.
+ 
+ [UX Comment]
+ All appears correct other than a back chevron ("<") being shown for cancel 
instead of the cancel icon ("X")
+ 
+ See:
+ 
https://docs.google.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110

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

Title:
  [browser] visuals for multi-select mode in history view need update

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Multi-select mode in the history view was implemented as part of bug #1351167.
  But the visuals do not match the visual spec exactly.

  Spec:
  
https://docs.google.com/a/canonical.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110

  Screenshot: https://launchpadlibrarian.net/195323251/browser-
  multiselect.png

  In particular, padding and spacing need to be adjusted. The buttons at
  the top should have a label, too.

  [UX Comment]
  All appears correct other than a back chevron ("<") being shown for cancel 
instead of the cancel icon ("X")

  See:
  
https://docs.google.com/presentation/d/1woHjO8K4iqyVZZlfQ4BXL0DhYbwkEmZ7wvcUhYzHDRk/edit#slide=id.g354125fb9_0110

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

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


[Touch-packages] [Bug 1440180] Re: package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in sysvinit package in Ubuntu:
  Confirmed

Bug description:
  I have no idea. The seems to have failed. If 1/99 fails, this is my
  second of two that has failed. Why am I 1/1?

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: initscripts 2.88dsf-41ubuntu18
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  Date: Fri Apr  3 15:16:04 2015
  DuplicateSignature: package:initscripts:2.88dsf-41ubuntu18:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-08-09 (237 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: sysvinit
  Title: package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to utopic on 2015-04-03 (0 days ago)
  mtime.conffile..etc.default.rcS: 2014-08-08T23:23:35.190844

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

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


[Touch-packages] [Bug 1296364] Re: [browser] No option for deleting cache

2015-06-22 Thread James Mulholland
** Description changed:

  The only way to do this is by deleting the respective files in
  /home/phablet/.local/share/webbrowser-app/.
- 
  
  -- SOLUTION --
  
  Clearing the cache will be available from the settings screen, once this is 
implemented.
  
https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g3583da3f4_00
+ 
+ [UX Comment]
+ Setting is present but a 'Clear Cache' confirmation dialogue required, as 
described here:
+ 
https://docs.google.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g3583da3f4_00

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

Title:
  [browser] No option for deleting cache

Status in Ubuntu UX bugs:
  Fix Committed
Status in Web Browser App:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu RTM:
  Fix Released

Bug description:
  The only way to do this is by deleting the respective files in
  /home/phablet/.local/share/webbrowser-app/.

  -- SOLUTION --

  Clearing the cache will be available from the settings screen, once this is 
implemented.
  
https://docs.google.com/a/canonical.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g3583da3f4_00

  [UX Comment]
  Setting is present but a 'Clear Cache' confirmation dialogue required, as 
described here:
  
https://docs.google.com/presentation/d/1Qrd4Flfs3EH-fI79IfrYgLdAx2nce-L7ve8NKLCX324/edit#slide=id.g3583da3f4_00

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

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


[Touch-packages] [Bug 1467604] [NEW] overlay scrollbar handle doesn't reveal itself on XPS 13 9343 with HiDPI

2015-06-22 Thread Jamie Strandboge
Public bug reported:

I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using an 
external display port monitor. This issue is present with or without the 
external monitor. While I can see the overlay scrollbars, if I hover the mouse 
over them, the handle does not pop up so I am unable to grab them and scroll. 
The only workaround I've found is to disable the overlay scrollbars in 
/etc/environment:
LIBOVERLAY_SCROLLBAR=0 

https://code.launchpad.net/~brandontschaefer/overlay-scrollbar/hidpi-
support/+merge/214283 seems like it might be related, but I'm on 15.04
and the overlay scrollbars don't work correctly.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity 7.3.2+15.04.20150420-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
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]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Mon Jun 22 11:42:12 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 3.19.0-18-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-20-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 3.19.0-21-generic, x86_64: installed
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0665]
InstallationDate: Installed on 2015-06-13 (8 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Dell Inc. XPS 13 9343
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=7bc4dcd2-0bd8-4e42-b8b7-9f1ed6b8a3e9 ro libata.force=noncq quiet 
splash vt.handoff=7
SourcePackage: unity
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/25/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0310JH
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9343
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
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 Jun 22 10:53:54 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id5153 
 vendor SHP
xserver.version: 2:1.17.1-0ubuntu3

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


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

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

Title:
  overlay scrollbar handle doesn't reveal itself on XPS 13 9343 with
  HiDPI

Status in unity package in Ubuntu:
  New

Bug description:
  I have a new Dell XPS 13 9343 with the HiDPI touch screen and am using an 
external display port monitor. This issue is present with or without the 
external monitor. While I can see the overlay scrollbars, if I hover the mouse 
over them, the handle does not pop up so I am unable to grab them and scroll. 
The only workaround I've found is to disable the overlay scrollbars in 
/etc/environment:
  LIBOVERLAY_SCROLLBAR=0 

  https://code.launchpad.net/~brandontschaefer/overlay-scrollbar/hidpi-
  support/+merge/214283 seems like it might be related, but I'm on 15.04
  and the overlay scrollbars don't work correctly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.2+15.04.20150420-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64

[Touch-packages] [Bug 1467609] [NEW] vibrations on MSI gt72 2qe scren

2015-06-22 Thread guillaume le louet
Public bug reported:

bought it last week, GPU is NVidia Ge Force 980M.
With nouveau installed I only use the small intel chipset ; I installed nvidia 
352 from their site, and it works good for the external screen I have but now 
the integrated screen has those problems.

The description is, like the front of the screen was vibrating. I think a 
better term could be used, see attached screenshot.
As you can notice, lines are shifted to left/right on several positions of the 
screen.

It makes the use of the screen very unpleasant. So I usually switch it
off.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.21  Tue Jun  9 21:53:31 
PDT 2015
 GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun 22 18:40:33 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus:
 bbswitch, 0.7, 3.19.0-15-generic, x86_64: installed
 bbswitch, 0.7, 3.19.0-21-generic, x86_64: installed
 nvidia-352, 352.21, 3.19.0-21-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation GM204M [GeForce GTX 980M] [10de:13d7] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:1129]
InstallationDate: Installed on 2015-06-19 (2 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Micro-Star International Co., Ltd. GT72 2QE
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=4fabaada-02c5-4230-a634-0b88cf228b5f ro quiet splash
SourcePackage: xorg
Symptom: display
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: 11/21/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: E1781IMS.10H
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: MS-1781
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: REV:0.C
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10H:bd11/21/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: GT72 2QE
dmi.product.version: REV:0.C
dmi.sys.vendor: Micro-Star International Co., Ltd.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.61+git20150614.97be70b4-0ubuntu0ricotz~vivid
version.libgl1-mesa-dri: libgl1-mesa-dri 
10.6.0~git20150616+10.6.5d327b37-0ubuntu0ricotz~vivid
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
10.6.0~git20150616+10.6.5d327b37-0ubuntu0ricotz~vivid
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
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.99+git20150521.d64a13eb-0ubuntu0ricotz~vivid
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150528.fb1643f0-0ubuntu0sarvatt~vivid
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11+git20150528.27234dbe-0ubuntu0sarvatt~vivid
xserver.bootTime: Mon Jun 22 18:11:59 2015
xserver.configfile: default
xserver.errors: open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug corruption third-party-packages ubuntu vivid

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/1467609/+attachment/4418786/+files/2015-06-22%2018.42.44.jpg

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

Title:
  vibrations on MSI gt72 2qe scren

Status in xorg package in Ubuntu:
  New

Bug description:
  bought it last week, GPU is NVidia Ge Force 980M.
  With nouveau installed I only use the small intel chipset ; I installed 
nvidia 352 from their site, and it works good for the external screen I have 
but now the integrated screen has those problems.

  The description is, like the front of the screen was vibrating. I think a 
better term could be used, see attached screenshot.
  As you can notice, lines are shifted to left/right on several positions of 
the screen.

[Touch-packages] [Bug 1462090] Re: Calling to numbers formatted with slash results in Call failed

2015-06-22 Thread Launchpad Bug Tracker
This bug was fixed in the package telepathy-ofono -
0.2+15.10.20150617-0ubuntu1

---
telepathy-ofono (0.2+15.10.20150617-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Tiago Salem Herrmann ]
  * Improve phone number normalization. (LP: #1462090)

 -- CI Train Bot   Wed, 17 Jun 2015 20:39:13
+

** Changed in: telepathy-ofono (Ubuntu)
   Status: New => Fix Released

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

Title:
  Calling to numbers formatted with slash results in Call failed

Status in the base for Ubuntu mobile products:
  New
Status in One Hundred Papercuts:
  New
Status in Telephony Service:
  New
Status in telepathy-ofono package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu:
  New

Bug description:
  When I call to numbers which are formatted with slash '/', I get call
  failed. For example when I try to call +421 2 xxx xx xxx or 02 xxx xx
  xxx I get call failed, because numbers are automatically formatted as
  +421 2/xxx xxx xx or 02/xxx xxx xx.

  This is probably caused by incorrect regular expression in
  libtelephonyservice/phoneutils.cpp for nondialable digits removal,
  which reads [p+*#(),;-]. I am pretty sure it should read [p+*#/(),;-].

  Please, consider this bug critical, since I cannot place any call to
  any fixed line in Slovakia, which is basic function of phone.

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

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


[Touch-packages] [Bug 1278780] Re: [Ubuntu-phone] BQ r23 total off and unwilling to react

2015-06-22 Thread Steve Langasek
On Mon, Jun 22, 2015 at 02:48:01PM +0200, Oliver Grawert wrote:
> seems that whoopsie refuses to send your report because you are not on
> wifi, perhaps it should check for this earlier and not even run the
> collection, not sure ... 

The only part that should be running when not on wifi is the crash
collection.  We certainly *should* be running that when not on wifi; you
don't get a second chance to run the kernel crash handler, and we want to
know about crashes that only happen when not on wifi (including, possibly,
crashes that happen /because/ you're not on wifi).

On Mon, Jun 22, 2015 at 02:19:10PM +0100, Alan Pope wrote:

> Also, related to the discussion:-
> https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1278780

The trouble is that, until the crash handler has finished consuming the
core file from the kernel and exited, the original process is blocked.  So
the shell can't know that the process has died and move on until the crash
handler has finished running.  (The same is true on the desktop, it's just
less impactful because the app is usually not full screen and blocking the
UI at the time.)

We have already taken steps to minimize the amount of processing done on the
core file as part of the apport crash handler, in favor of post-processing
the crash file from a queue.  It's not clear what further optimization of
the crash handler is possible.

On Mon, Jun 22, 2015 at 02:39:04PM +0200, Oliver Grawert wrote:
> hi,
> Am Montag, den 22.06.2015, 14:28 +0200 schrieb Marco F:

> > Who decided that collection of debug information is the task with
> > highest priority on a phone which wishes to be used by the public?

> i think it already runs at a very low prio (obviously still to high for
> the phone though ... )

Running it with a low priority would NOT improve the user experience.  It
would just cause the app to hang longer in an unkillable, memory-consuming
state.

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

Title:
  apport takes too long to write crash report, appears to lock up phone

Status in Apport crash detection/reporting:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  I can trigger a crash easily on my phone via bug 1262711. Other bugs
  are available.

  When that happens my phone appears to freeze. I am unable to do
  anything for approximately 1 to 1.5 minutes. As a user my initial gut
  reaction is to reboot the phone, thus losing the crash report, and
  wasting my time.

  Having the phone lock up for 1.5 minutes is a terrible user
  experience. Can we fix/mitigate/workaround that?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apport 2.13.2-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: armhf
  CrashReports:
   664:32011:110:10083:2014-02-10 15:41:18.152893384 +:2014-02-10 
15:11:09.169231740 
+:/var/crash/_usr_lib_arm-linux-gnueabihf_upstart-app-launch_desktop-hook.32011.crash
   640:0:110:1681527:2014-02-10 15:12:10.985193887 +:2014-02-10 
15:12:05.639489630 +:/var/crash/_usr_bin_powerd.0.crash
   640:0:110:21384:2014-02-11 07:58:44.876281991 +:2014-02-11 
07:58:44.876281991 +:/var/crash/_usr_sbin_system-image-dbus.0.crash
   640:32011:110:17122318:2014-02-11 09:19:49.915478726 +:2014-02-11 
09:18:20.850439824 +:/var/crash/_usr_bin_unity8.32011.crash
  Date: Tue Feb 11 09:20:15 2014
  InstallationDate: Installed on 2014-02-11 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1464853] Re: Sync libjsoncpp 0.10.2-3 (universe) from Debian unstable (main)

2015-06-22 Thread Iain Lane
** Changed in: libjsoncpp (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync libjsoncpp 0.10.2-3 (universe) from Debian unstable (main)

Status in libjsoncpp package in Ubuntu:
  Fix Released

Bug description:
  Please sync libjsoncpp 0.10.2-3 (universe) from Debian unstable (main)

  
  Seems that Doko and Cleto merged everything was useful from Ubuntu.

  Multiarch: merged.
  Buildflags: patched upstream / merged.
  Symbols file: moved to shlibs.

  Quoting the lintian-overrides file:
  # This is a C++ project, we use .shlibs instead
  # API/ABI compatiblity is watched tediously upstream.
  # Report: http://upstream.rosalinux.ru/versions/jsoncpp.html
  no-symbols-control-file

  
  I guess this version (modulo symbols file) might be suitable for MIR, making 
cmake 3.2
  being built correctly on wily.

  Explanation of the Ubuntu delta and why it can be dropped:
* Merge from Debian unstable.  Remaining changes:
  - debian/control, debian/*.install, debian/rules:
+ MultiArch support. (Closes: #699765)
  - debian/control, debian/patches/buildflags.diff:
+ Build using dpkg-buildflags (using debhelper 9
  and patched SConstruct).
  - debian/rules:
+ Run the tests (but ignore the test results, upstream
  writes that not all of them pass).
  - debian/libjsoncpp0.symbols*:
+ Add symbols file.
  - debian/patches/fix-double-parsing.patch:
+ Use stringstream to convert real numbers from strings.
* debian/patches/fix-double-parsing.patch:
  - Use stringstream to convert real numbers from strings. (LP: #1368420)
* Multiarchify the package. Closes: #699765.
* Add a symbols file.
* Build using dpkg-buildflags (using debhelper 9 and patched SConstruct).
* Run the tests (but ignore the test results, upstream writes that not all
  of them pass).

  Changelog entries since current wily version 0.6.0~rc2-3.1ubuntu1:

  libjsoncpp (0.10.2-3) unstable; urgency=medium

* Added upstream patch to fix arm build
* Added patch for using upstream pkg-config files (Closes: #788379)
* Moved from symbols to shlibs system
* Added lintian override for -doc package generated by doxygen

   -- Peter Spiess-Knafl   Thu, 11 Jun 2015 11:00:48
  +0200

  libjsoncpp (0.10.2-2) unstable; urgency=medium

* Upload to unstable.

   -- Peter Spiess-Knafl   Mon, 27 Apr 2015 00:44:35
  +0200

  libjsoncpp (0.10.2-1) experimental; urgency=medium

[ Peter Spiess-Knafl ]
* New upstream release. Closes: #762330
* Changed buildsystem to cmake.
* Added libjsoncpp0-dbg package.
* Split out documenation into libjsoncpp-doc.
* Added docbase file.
* Fixed lintian warnings.
* Updated upstream contact and changed license to Expat.
* Added Vcs-Browser field to debian/control.
* Removed authors from debian/docs.
* Added breaks/replaces fields for -doc package to debian/control.

[ Cleto Martín ]
* Update version pkgconfig file
* Update watch file to avoid parsing 1.x versions
* Using debian/copyright machine-readable format
* Update my email address

   -- Peter Spiess-Knafl   Sat, 18 Apr 2015 15:43:15
  +0200

  libjsoncpp (0.6.0~rc2-4) UNRELEASED; urgency=medium

[ Matthias Klose ]
* Multiarchify the package. Closes: #699765.
* Add a symbols file.
* Build using dpkg-buildflags (using debhelper 9 and patched SConstruct).
* Run the tests (but ignore the test results, upstream writes that not all
  of them pass).

[ Cleto Martín ]
* Applying Matthias patch. Thanks!
* Updating new homepage and uscan.
* Adding Vcs-Git field at debian/control

   -- Cleto Martín   Sat, 08 Nov 2014 12:41:04 +

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

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


[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-22 Thread god
That happens on x86_64 ubuntu 15.04 server btw. All the latest updates
installed.

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

Title:
  unprivileged lxc containers broken

Status in systemd package in Ubuntu:
  New

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for finit_module action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (350, 
313)
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .delete_module errno 1.

[Touch-packages] [Bug 1467611] [NEW] unprivileged lxc containers broken

2015-06-22 Thread god
Public bug reported:

Seems like I've hit the bug #1413927 but as requested in comments I'm
filing new one.

lxc-start -n asterisk -l debug -F --logfile /dev/stdout

  lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
  lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
  lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
  lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
  lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
  lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
  lxc-start 1434992414.075 WARN lxc_cgmanager - cgmanager.c:cgm_get:963 
- do_cgm_get exited with error
  lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
  lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
  lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
  
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (283, 
246)
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .open_by_handle_at errno 1.
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for open_by_handle_at 
action 327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for open_by_handle_at action 
327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (342, 
304)
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .init_module errno 1.
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for init_module action 
327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for init_module action 327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (128, 
175)
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .finit_module errno 1.
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for finit_module action 
327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for finit_module action 
327681
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (350, 
313)
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .delete_module errno 1.
  lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for delete_module action 
327681
  lxc-start 1434992414.078 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for delete_module action 
327681
  lxc-start 1434992414.078 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:443 - Really adding compat rule bc nr1 == nr2 (129, 
176)

[Touch-packages] [Bug 665932] Re: boot stops at resume: libgcrypt 1.4.5 for over 20 seconds

2015-06-22 Thread Augustin Riedinger
I agree with eddie-dunn that a "UUID
29581fa0-3814-11e4-a7d0-0002a5d5c51b not found" would help.

Another thing would be to being able to disable uswsusp completely
simply by editing files... Could we get info on that?

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

Title:
  boot stops at resume: libgcrypt 1.4.5 for over 20 seconds

Status in libgcrypt11 package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: libgcrypt11

  Ubuntu 10.10 Maverick

  Not using any encryption unless something has been set without my
  knowledge by default.

  20 seconds to boot has seriously increased my boot time since Ubuntu
  10.04, not sure that it is libgcrypts fault but it is a place to
  start.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: libgcrypt11 1.4.5-2ubuntu1
  ProcVersionSignature: Ubuntu 2.6.36-1.7-generic 2.6.36
  Uname: Linux 2.6.36-1-generic x86_64
  Architecture: amd64
  Date: Sun Oct 24 17:33:03 2010
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100224.1)
  ProcEnviron:
   LANG=sv_SE.utf8
   SHELL=/bin/bash
  SourcePackage: libgcrypt11

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

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


[Touch-packages] [Bug 1467611] Re: unprivileged lxc containers broken

2015-06-22 Thread god
Btw, cgmanager is started and keep reporting junk which I fail to
interpret:

systemctl status cgmanager
● cgmanager.service - Cgroup management daemon
   Loaded: loaded (/lib/systemd/system/cgmanager.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2015-06-22 16:57:30 CEST; 2h 25min ago
 Main PID: 589 (cgmanager)
   Memory: 724.0K
   CGroup: /system.slice/cgmanager.service
   ‣ 589 /sbin/cgmanager -m name=systemd

Jun 22 19:22:39 xnode cgmanager[589]: cgmanager: Invalid path 
/run/cgmanager/fs/hugetlb/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager:per_ctrl_move_pid_main: Invalid 
path /run/cgmanager/fs/hugetlb/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager: Invalid path 
/run/cgmanager/fs/memory/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager:per_ctrl_move_pid_main: Invalid 
path /run/cgmanager/fs/memory/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager: Invalid path 
/run/cgmanager/fs/net_cls/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager:per_ctrl_move_pid_main: Invalid 
path /run/cgmanager/fs/net_cls/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager: Invalid path 
/run/cgmanager/fs/perf_event/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager:per_ctrl_move_pid_main: Invalid 
path /run/cgmanager/fs/perf_event/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager: Invalid path 
/run/cgmanager/fs/none,name=systemd/system.slice/lsh-server.service/lxc/asterisk
Jun 22 19:22:39 xnode cgmanager[589]: cgmanager:per_ctrl_move_pid_main: Invalid 
path /run/cgmanager/fs/none,name=systemd/system.slice/lsh-server.se...c/asterisk
Hint: Some lines were ellipsized, use -l to show in full.

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

Title:
  unprivileged lxc containers broken

Status in systemd package in Ubuntu:
  New

Bug description:
  Seems like I've hit the bug #1413927 but as requested in comments I'm
  filing new one.

  lxc-start -n asterisk -l debug -F --logfile /dev/stdout

lxc-start 1434992414.067 INFO lxc_start_ui - lxc_start.c:main:264 - 
using rcfile /home/x/.local/share/lxc/asterisk/config
lxc-start 1434992414.067 INFO lxc_utils - utils.c:get_rundir:483 - 
XDG_RUNTIME_DIR isn't set in the environment.
lxc-start 1434992414.067 WARN lxc_confile - 
confile.c:config_pivotdir:1768 - lxc.pivotdir is ignored.  It will soon become 
an error.
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type u nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 INFO lxc_confile - 
confile.c:config_idmap:1376 - read uid map: type g nsid 0 hostid 10 range 
65536
lxc-start 1434992414.069 WARN lxc_log - log.c:lxc_log_init:316 - 
lxc_log_init called with log already initialized
lxc-start 1434992414.075 WARN lxc_cgmanager - 
cgmanager.c:cgm_get:963 - do_cgm_get exited with error
lxc-start 1434992414.076 WARN lxc_start - 
start.c:lxc_check_inherited:224 - inherited fd 7
lxc-start 1434992414.076 INFO lxc_lsm - lsm/lsm.c:lsm_init:48 - LSM 
security driver AppArmor
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .reject_force_umount  # comment 
this to allow umount -f;  not recommended.  
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for reject_force_umount 
action 0
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:438 - Adding non-compat rule bc nr1 == nr2 (-1, -1)
lxc-start 1434992414.076 INFO lxc_seccomp - 
seccomp.c:do_resolve_add_rule:210 - Setting seccomp rule to reject force umounts

lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .[all].
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:316 - processing: .kexec_load errno 1.
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:419 - Adding non-compat rule for kexec_load action 
327681
lxc-start 1434992414.077 INFO lxc_seccomp - 
seccomp.c:parse_config_v2:430 - Adding compat rule for kexec_load action 327681
lxc-sta

[Touch-packages] [Bug 1413927] Re: user lxc containers fail to start under systemd: login name=systemd cgroup is not owned by user

2015-06-22 Thread god
I've made separate Bug #1467611 as requested.

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

Title:
  user lxc containers fail to start under systemd: login name=systemd
  cgroup is not owned by user

Status in systemd package in Ubuntu:
  Fix Released

Bug description:
  When a user logs in, systemd-logind should create cgroups for the
  user, with the directory (i.e.
  /user.slice/user-1000.slice/session-c2.scope) owned by the user.  This
  is no longer hapening for the name=systemd cgroup.  This prevents
  containers from starting.  (If lxc were to simply not create/use that
  controller, then it would prevent system in the container from using
  it).

  I wanted to test the new lxc with lxcfs. A system container (with
  upstart or systemd) works perfectly well now (great!), but user
  containers regressed:

  $ lxc-create -n v1 -t download -- -d ubuntu -r vivid -a amd64
  $ lxc-start -n v1  -F
  lxc-start: cgmanager.c: lxc_cgmanager_enter: 694 call to 
cgmanager_move_pid_sync failed: invalid request
  lxc-start: start.c: __lxc_start: 1099 failed to spawn 'v1'
  lxc-start: lxc_start.c: main: 345 The container failed to start.

  My host is running systemd, but cgmanager is running (i. e. it's not
  bug 1400394, I enabled cgmanager.service).

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lxc 1.1.0~rc1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
  Uname: Linux 3.18.0-9-generic x86_64
  ApportVersion: 2.15.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 23 10:35:55 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-20 (63 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141119)
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  lxc.conf: lxc.lxcpath = /srv/lxc

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

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


[Touch-packages] [Bug 1421455] Re: Slow wake up time on physical power button pressed

2015-06-22 Thread Simon Raffeiner
The issue became *much* better on my krillin device with OTA-4. Can
anybody comment on what was changed?

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

Title:
  Slow wake up time on physical power button pressed

Status in powerd package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Device: bq Aquaris E4.5 running: Stable #17

  When pressing on physical power button on device to wake it up
  sometime it even takes up to 2-3 secs before anything appears on the
  screen. This time wary but its hard to tell then its shorter and when
  is longer.

  This is not so bad on nexus4.

  
  Should you need more info, I'm happy to help.

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

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


[Touch-packages] [Bug 1448180] Re: QGeoSatelliteInfoSource::createDefaultSource() returns NULL on the bq phone

2015-06-22 Thread Simon Raffeiner
Any updates on this?

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

Title:
  QGeoSatelliteInfoSource::createDefaultSource() returns NULL on the bq
  phone

Status in location-service package in Ubuntu:
  Invalid
Status in qtubuntu-sensors package in Ubuntu:
  Confirmed

Bug description:
  Device: bq Aquaris E4.5 Ubuntu Edition
  Operating System: Ubuntu 14.10 (r21)

  I am currently trying to build a clone of the "GPS Status" Android
  app, it displays various details about the built-in GPS receiver.

  According to the developer documentation at
  http://developer.ubuntu.com/api/qml/sdk-14.10/QtLocation.location-
  positioning-cpp/ , a call to
  QGeoSatelliteInfoSource::createDefaultSource() can be used to get
  access to the default Satellite positioning source implementation.

  On my device this call returns NULL.

  Sample code is located at https://github.com/Sturmflut/ubuntu-touch-
  simple-gps/tree/3da3dc5f089e698c34765fd18322b84727cb13ae , the call in
  question is located at backend/modules/Simplegps/gpsdataprovider.cpp .
  I attached the file and its header for future reference.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1448180/+subscriptions

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


[Touch-packages] [Bug 1437633] Re: Choosing not to report crashes and errors setting reverts

2015-06-22 Thread Matthias Apitz
I can easy reproduce this bug in BQ E4.5 r23 with the following
procedure:

1. configure in battery page 1 minute to suspend
2. goto the report enable page
3. un-mark sending reports and stay in page to await suspend after 1 minute
4. restart and unlock phone; sending is enabled already or will go green in
   that moment

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

Title:
  Choosing not to report crashes and errors setting reverts

Status in the base for Ubuntu mobile products:
  Fix Released
Status in lxc-android-config package in Ubuntu:
  Confirmed
Status in whoopsie-preferences package in Ubuntu:
  Fix Released
Status in lxc-android-config package in Ubuntu RTM:
  Confirmed

Bug description:
  Possibly related to bug 1389407
  Reported on Askubuntu [1] and confirmed here on a retail bq handset with no 
modifications (no app installs, only OTA updates).

  Steps to reproduce:-

  System Settings -> Security & Privacy -> Diagnostics ->
  Untick box next to "App crashes and errors"
  Leave system settings.
  Wait some time - the AU report suggests an hour, I waited less than that

  Go back into System Settings  -> Security & Privacy -> Diagnostics
  Not the tick box is ticked again.

  I would expect the tickbox to remain at whatever I set it to.

  [1] http://askubuntu.com/questions/602365/permanently-disable-error-
  reports-on-aquaris-e4-5-ubuntu-edition

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

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


[Touch-packages] [Bug 1467555] Re: package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2015-06-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  During package update

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-extra-3.13.0-55-generic 3.13.0-55.94
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cubitus2249 F pulseaudio
   /dev/snd/controlC0:  cubitus2249 F pulseaudio
  Date: Mon Jun 22 10:31:24 2015
  DuplicateSignature: 
package:linux-image-extra-3.13.0-55-generic:3.13.0-55.94:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=2806a571-25b2-440d-b51d-4f151b133726
  InstallationDate: Installed on 2015-01-18 (154 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.2
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.13.0-55-generic 3.13.0-55.94 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/06/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.40
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 169B
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 18.1A
  dmi.chassis.asset.tag: 5CG229052B
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.40:bd10/06/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr06901320461620100:rvnHewlett-Packard:rn169B:rvrKBCVersion18.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 06901320461620100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Touch-packages] [Bug 1467622] [NEW] [SATELLITE L750, Conexant CX20585, Speaker, Internal] Playback problem, speakers don't work

2015-06-22 Thread Álex Puchades
Public bug reported:

Sound works through headphones, but it does not through the speakers.
HOWEVER, at logon, I can hear the drums sound, so it's not a hardware issue.
SOMETIMES, executing "amixer -c0 set Headphone unmute 100%", as adviced in [1], 
works temporarily.
I had same issue with Fedora 22, see [1] for context.

[1] http://www.forums.fedoraforum.org/showthread.php?t=304857

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alex   1580 F pulseaudio
CurrentDesktop: Unity
Date: Mon Jun 22 19:41:55 2015
InstallationDate: Installed on 2015-06-19 (3 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
Symptom_Card: Audio Interno - HDA Intel MID
Symptom_Jack: Speaker, Internal
Symptom_Type: Only some of outputs are working
Title: [SATELLITE L750, Conexant CX20585, Speaker, Internal] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/03/2012
dmi.bios.vendor: INSYDE
dmi.bios.version: 2.80
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: Intel Corp.
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: OEM Chassis Manufacturer
dmi.chassis.version: OEM Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr2.80:bd07/03/2012:svnTOSHIBA:pnSATELLITEL750:pvrPSK6ME-01900HCE:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE L750
dmi.product.version: PSK6ME-01900HCE
dmi.sys.vendor: TOSHIBA

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

Title:
  [SATELLITE L750, Conexant CX20585, Speaker, Internal] Playback
  problem, speakers don't work

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound works through headphones, but it does not through the speakers.
  HOWEVER, at logon, I can hear the drums sound, so it's not a hardware issue.
  SOMETIMES, executing "amixer -c0 set Headphone unmute 100%", as adviced in 
[1], works temporarily.
  I had same issue with Fedora 22, see [1] for context.

  [1] http://www.forums.fedoraforum.org/showthread.php?t=304857

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alex   1580 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Jun 22 19:41:55 2015
  InstallationDate: Installed on 2015-06-19 (3 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_Card: Audio Interno - HDA Intel MID
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Only some of outputs are working
  Title: [SATELLITE L750, Conexant CX20585, Speaker, Internal] Playback problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/03/2012
  dmi.bios.vendor: INSYDE
  dmi.bios.version: 2.80
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: Intel Corp.
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvr2.80:bd07/03/2012:svnTOSHIBA:pnSATELLITEL750:pvrPSK6ME-01900HCE:rvnIntelCorp.:rnBaseBoardProductName:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: SATELLITE L750
  dmi.product.version: PSK6ME-01900HCE
  dmi.sys.vendor: TOSHIBA

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

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


[Touch-packages] [Bug 1318144] Re: Can't edit reviews

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity-scope-click

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

Title:
  Can't edit reviews

Status in Ratings and Reviews server:
  Fix Released
Status in ubuntuone-credentials package in Ubuntu:
  In Progress
Status in unity-scope-click package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in unity-scope-click source package in Vivid:
  New
Status in unity8 source package in Vivid:
  New

Bug description:
  It seems impossible to edit reviews at the moment. I get the review
  entry even though I reviewed already and I'm allowed to send another
  review, which actually gets lost somewhere.

  I imagine we want to limit the number of reviews to 1 per U1 account,
  but it should be possible to send a new/modified one. Maybe the review
  entry should be pre-filled with the previous review so it's obvious
  you can edit?

To manage notifications about this bug go to:
https://bugs.launchpad.net/rnr-server/+bug/1318144/+subscriptions

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


[Touch-packages] [Bug 1278780] Re: [Ubuntu-phone] BQ r23 total off and unwilling to react

2015-06-22 Thread Torsten Sachse
On Mon, 22 Jun 2015, Steve Langasek wrote:
> The only part that should be running when not on wifi is the crash
> collection.  We certainly *should* be running that when not on wifi; you
> don't get a second chance to run the kernel crash handler, and we want to
> know about crashes that only happen when not on wifi (including, possibly,
> crashes that happen /because/ you're not on wifi).

While that may be true, there has to be an option to switch off such crash
collection permanently or temporarily. This must not be enforced on the user,
which is the way it is right now, if I understood all this correctly. Not only
because some people might not feel comfortable with this informationbeing sent
before they can review it.

> The trouble is that, until the crash handler has finished consuming the core
> file from the kernel and exited, the original process is blocked.  So the
> shell can't know that the process has died and move on until the crash
> handler has finished running.  (The same is true on the desktop, it's just
> less impactful because the app is usually not full screen and blocking the UI
> at the time.)

Thanks for the explanation. To me, this is just all the more reason to have an
option to disable it, maybe only for a day or a couple. Imagine being somewhere
and urgently needing your phone which then hangs because some crash logs are
being collected? The app that crashed might not even be the one you urgently
need. Crash collection should, imho, not take precedence over the dialog to
accept a call as this is still the main functionaly of a phone, at least for
me.

Cheers,
Torsten

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

Title:
  apport takes too long to write crash report, appears to lock up phone

Status in Apport crash detection/reporting:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  I can trigger a crash easily on my phone via bug 1262711. Other bugs
  are available.

  When that happens my phone appears to freeze. I am unable to do
  anything for approximately 1 to 1.5 minutes. As a user my initial gut
  reaction is to reboot the phone, thus losing the crash report, and
  wasting my time.

  Having the phone lock up for 1.5 minutes is a terrible user
  experience. Can we fix/mitigate/workaround that?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apport 2.13.2-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: armhf
  CrashReports:
   664:32011:110:10083:2014-02-10 15:41:18.152893384 +:2014-02-10 
15:11:09.169231740 
+:/var/crash/_usr_lib_arm-linux-gnueabihf_upstart-app-launch_desktop-hook.32011.crash
   640:0:110:1681527:2014-02-10 15:12:10.985193887 +:2014-02-10 
15:12:05.639489630 +:/var/crash/_usr_bin_powerd.0.crash
   640:0:110:21384:2014-02-11 07:58:44.876281991 +:2014-02-11 
07:58:44.876281991 +:/var/crash/_usr_sbin_system-image-dbus.0.crash
   640:32011:110:17122318:2014-02-11 09:19:49.915478726 +:2014-02-11 
09:18:20.850439824 +:/var/crash/_usr_bin_unity8.32011.crash
  Date: Tue Feb 11 09:20:15 2014
  InstallationDate: Installed on 2014-02-11 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1457116] Re: Keyboard shouldn't report its height when in windowed mode

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubuntu-keyboard

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

Title:
  Keyboard shouldn't report its height when in windowed mode

Status in Ubuntu Keyboard:
  In Progress
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released

Bug description:
  The keyboard shouldn't report its height to apps that use the
  anchorToKeyboard property when the system is running in windowed mode,
  otherwise the app will attempt to leave room for the keyboard despite
  potentially not being overlapped by it (in the future the window
  manager may also automatically move windows out of this region
  itself).

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

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


[Touch-packages] [Bug 1395402] Re: ä and ö are wrongly switched in the swedish layout

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubuntu-keyboard

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

Title:
  ä and ö are wrongly switched in the swedish layout

Status in Ubuntu Keyboard:
  In Progress
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released

Bug description:
  The letter "ö" and "ä" should be switched in the Swedish keyboard
  layout. In Qwerty, "Ö" comes before "Ä", not the other way around.

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

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


[Touch-packages] [Bug 1367210] Re: Add keyboard layout for Scottish Gaelic (gd)

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ubuntu-keyboard

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

Title:
  Add keyboard layout for Scottish Gaelic (gd)

Status in Ubuntu Keyboard:
  Confirmed
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released

Bug description:
  I am working on creating a keyboard layout for Scottish Gaelic, and I
  have a question:

  Looking at the other languages, the database for predictive texting
  seems to be filled from a sample text (e.g. Buddenbrooks for de, Les
  trois mousquetaires for fr). We actually have a lexical database at
  our disposal that we already used for predictive texting in the
  Adaptxt keyboard for Android. How do you recommend we proceed for
  Ubuntu? Should we turn the database data into a plain text file? How
  is the database for Ubuntu Keyboard then generated?

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

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


[Touch-packages] [Bug 1278780] Re: [Ubuntu-phone] BQ r23 total off and unwilling to react

2015-06-22 Thread Steve Langasek
On Mon, Jun 22, 2015 at 08:21:44PM +0200, Torsten Sachse wrote:
> On Mon, 22 Jun 2015, Steve Langasek wrote:
> >The only part that should be running when not on wifi is the crash
> >collection.  We certainly *should* be running that when not on wifi; you
> >don't get a second chance to run the kernel crash handler, and we want to
> >know about crashes that only happen when not on wifi (including, possibly,
> >crashes that happen /because/ you're not on wifi).

> While that may be true, there has to be an option to switch off such crash
> collection permanently or temporarily.

There is an option, and there is reportedly a bug in the handling of that
option, as was already mentioned in this thread.

  https://bugs.launchpad.net/ubuntu/+source/whoopsie-
preferences/+bug/1437633

I was responding to the suggestion that the behavior should somehow be
dependent on whether the device is connected to wifi at the time of the
crash.  That's just wrong.

> >The trouble is that, until the crash handler has finished consuming the core
> >file from the kernel and exited, the original process is blocked.  So the
> >shell can't know that the process has died and move on until the crash
> >handler has finished running.  (The same is true on the desktop, it's just
> >less impactful because the app is usually not full screen and blocking the UI
> >at the time.)

> Thanks for the explanation. To me, this is just all the more reason to
> have an option to disable it, maybe only for a day or a couple.  Imagine
> being somewhere and urgently needing your phone which then hangs because
> some crash logs are being collected?  The app that crashed might not even
> be the one you urgently need.  Crash collection should, imho, not take
> precedence over the dialog to accept a call as this is still the main
> functionaly of a phone, at least for me.

While the shell can't do anything with the crashed app until the crash
handler has finished, that *shouldn't* mean that it prevents the shell from,
e.g., switching apps.  This is why people were asking about crash files for
unity8.  It's unexpected that a crashed app should take out the /whole/ UI,
and if that happens that's a bug in unity8, not just a bug in the app that's
crashing.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

Title:
  apport takes too long to write crash report, appears to lock up phone

Status in Apport crash detection/reporting:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  I can trigger a crash easily on my phone via bug 1262711. Other bugs
  are available.

  When that happens my phone appears to freeze. I am unable to do
  anything for approximately 1 to 1.5 minutes. As a user my initial gut
  reaction is to reboot the phone, thus losing the crash report, and
  wasting my time.

  Having the phone lock up for 1.5 minutes is a terrible user
  experience. Can we fix/mitigate/workaround that?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apport 2.13.2-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: armhf
  CrashReports:
   664:32011:110:10083:2014-02-10 15:41:18.152893384 +:2014-02-10 
15:11:09.169231740 
+:/var/crash/_usr_lib_arm-linux-gnueabihf_upstart-app-launch_desktop-hook.32011.crash
   640:0:110:1681527:2014-02-10 15:12:10.985193887 +:2014-02-10 
15:12:05.639489630 +:/var/crash/_usr_bin_powerd.0.crash
   640:0:110:21384:2014-02-11 07:58:44.876281991 +:2014-02-11 
07:58:44.876281991 +:/var/crash/_usr_sbin_system-image-dbus.0.crash
   640:32011:110:17122318:2014-02-11 09:19:49.915478726 +:2014-02-11 
09:18:20.850439824 +:/var/crash/_usr_bin_unity8.32011.crash
  Date: Tue Feb 11 09:20:15 2014
  InstallationDate: Installed on 2014-02-11 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1450925] Re: [Ubuntu Phone BQ] Bluetooth enabled after flight mode

2015-06-22 Thread Johannes Kempf
On Ubuntu 15.04 (r23) the bug still exists. Although it happens
occasionally.

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

Title:
  [Ubuntu Phone BQ] Bluetooth enabled after flight mode

Status in indicator-network package in Ubuntu:
  Confirmed

Bug description:
  Hi!
  Steps:
  1. Enable Flight mode from the status bar with bluetooth disabled.
  2. Disable Flight mode > Bug: Bluetooth is enabled.

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

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


[Touch-packages] [Bug 1466768] Re: /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-status@194:cmd_verbose:get_profiles

2015-06-22 Thread Tyler Hicks
Pasting the Python traceback here for anyone that doesn't have access to
the errors.ubuntu.com report:

Traceback (most recent call last):
  File "/usr/sbin/apparmor_status", line 194, in 
commands[cmd]()
  File "/usr/sbin/apparmor_status", line 45, in cmd_verbose
profiles = get_profiles()
  File "/usr/sbin/apparmor_status", line 92, in get_profiles
for p in open(apparmor_profiles).readlines():
PermissionError: [Errno 13] Permission denied: 
'/sys/kernel/security/apparmor/profiles'

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

Title:
  /usr/sbin/aa-status:PermissionError:/usr/sbin/aa-
  status@194:cmd_verbose:get_profiles

Status in AppArmor Linux application security framework:
  In Progress
Status in apparmor package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding apparmor.  This problem was most recently seen with version
  2.9.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/5c3e3307a91022d2f2a94070b537d321f1711d66
  contains more details.

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

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


[Touch-packages] [Bug 1437633] Re: Choosing not to report crashes and errors setting reverts

2015-06-22 Thread Oliver Grawert
** Changed in: lxc-android-config (Ubuntu RTM)
   Status: Confirmed => Won't Fix

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

Title:
  Choosing not to report crashes and errors setting reverts

Status in the base for Ubuntu mobile products:
  Fix Released
Status in lxc-android-config package in Ubuntu:
  Confirmed
Status in whoopsie-preferences package in Ubuntu:
  Fix Released
Status in lxc-android-config package in Ubuntu RTM:
  Won't Fix

Bug description:
  Possibly related to bug 1389407
  Reported on Askubuntu [1] and confirmed here on a retail bq handset with no 
modifications (no app installs, only OTA updates).

  Steps to reproduce:-

  System Settings -> Security & Privacy -> Diagnostics ->
  Untick box next to "App crashes and errors"
  Leave system settings.
  Wait some time - the AU report suggests an hour, I waited less than that

  Go back into System Settings  -> Security & Privacy -> Diagnostics
  Not the tick box is ticked again.

  I would expect the tickbox to remain at whatever I set it to.

  [1] http://askubuntu.com/questions/602365/permanently-disable-error-
  reports-on-aquaris-e4-5-ubuntu-edition

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

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


[Touch-packages] [Bug 1278780] Re: [Ubuntu-phone] BQ r23 total off and unwilling to react

2015-06-22 Thread Torsten Sachse
On Mon, 22 Jun 2015, Oliver Grawert wrote:
>Am Montag, den 22.06.2015, 20:21 +0200 schrieb Torsten Sachse:
>> On Mon, 22 Jun 2015, Steve Langasek wrote:
>> > The only part that should be running when not on wifi is the crash
>> > collection.  We certainly *should* be running that when not on
>> > wifi; you don't get a second chance to run the kernel crash
>> > handler, and we want to know about crashes that only happen when
>> > not on wifi (including, possibly, crashes that happen /because/
>> > you're not on wifi).
>> 
>> While that may be true, there has to be an option to switch off such
>> crash collection permanently or temporarily. This must not be
>> enforced on the user, which is the way it is right now, if I
>> understood all this correctly. 
>
>there is a bug, bugs happen, people make mistakes  ... you make it
>sound like this is intentional ...

I know that people make mistakes as I just made a stupid one myself. To
me, Steve's email sounded as if it was intentional due to the
highlighted "should" which I misunderstood as a "must". I know now that
I completely missed the point of the message.

On Mon, 22 Jun 2015, Steve Langasek wrote:
> There is an option, and there is reportedly a bug in the handling of
> that option, as was already mentioned in this thread.
>  https://bugs.launchpad.net/ubuntu/+source/whoopsie-preferences/+bug/1437633

Thank you for the link, I must have overlooked that one somehow. Sorry
for that. However, I can confirm that the option sticks after making the
system writable. Actually, after remounting / as ro again, the option
can no longer be switched on (consistent which what's decribed in the
above thread).

> I was responding to the suggestion that the behavior should somehow be
> dependent on whether the device is connected to wifi at the time of
> the crash.  That's just wrong.

I completely agree. The data should either be collected or not at all,
irrespective of the current network connectivity.

> While the shell can't do anything with the crashed app until the crash
> handler has finished, that *shouldn't* mean that it prevents the shell
> from, e.g., switching apps.  This is why people were asking about
> crash files for unity8.  It's unexpected that a crashed app should
> take out the /whole/ UI, and if that happens that's a bug in unity8,
> not just a bug in the app that's crashing.

Thanks for all the information.

Cheers,
Torsten

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

Title:
  apport takes too long to write crash report, appears to lock up phone

Status in Apport crash detection/reporting:
  Confirmed
Status in apport package in Ubuntu:
  Triaged

Bug description:
  I can trigger a crash easily on my phone via bug 1262711. Other bugs
  are available.

  When that happens my phone appears to freeze. I am unable to do
  anything for approximately 1 to 1.5 minutes. As a user my initial gut
  reaction is to reboot the phone, thus losing the crash report, and
  wasting my time.

  Having the phone lock up for 1.5 minutes is a terrible user
  experience. Can we fix/mitigate/workaround that?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apport 2.13.2-0ubuntu2
  Uname: Linux 3.4.0-3-mako armv7l
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: armhf
  CrashReports:
   664:32011:110:10083:2014-02-10 15:41:18.152893384 +:2014-02-10 
15:11:09.169231740 
+:/var/crash/_usr_lib_arm-linux-gnueabihf_upstart-app-launch_desktop-hook.32011.crash
   640:0:110:1681527:2014-02-10 15:12:10.985193887 +:2014-02-10 
15:12:05.639489630 +:/var/crash/_usr_bin_powerd.0.crash
   640:0:110:21384:2014-02-11 07:58:44.876281991 +:2014-02-11 
07:58:44.876281991 +:/var/crash/_usr_sbin_system-image-dbus.0.crash
   640:32011:110:17122318:2014-02-11 09:19:49.915478726 +:2014-02-11 
09:18:20.850439824 +:/var/crash/_usr_bin_unity8.32011.crash
  Date: Tue Feb 11 09:20:15 2014
  InstallationDate: Installed on 2014-02-11 (0 days ago)
  InstallationMedia: Ubuntu Trusty Tahr (development branch) - armhf (20140211)
  PackageArchitecture: all
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1454894] Re: ibus ui links to dead http://code.google.com/p/ibus when homepage is https://github.com/ibus/ibus/releases

2015-06-22 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1454894

** Tags added: iso-testing

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

Title:
  ibus ui links to dead http://code.google.com/p/ibus when homepage is
  https://github.com/ibus/ibus/releases

Status in ibus package in Ubuntu:
  Triaged

Bug description:
  Install the latest wily daily iso install install to the and and right
  click on ibus in lxpanel then click about and it links to a dead
  code.google.com/p/ibus when the homepage has moved to gihub.

  ibus:
Installed: 1.5.9-1ubuntu3
Candidate: 1.5.9-1ubuntu3
Version table:
   *** 1.5.9-1ubuntu3 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Wily Werewolf (development branch)
  Release:  15.10

  I expected the link in the ui to point to the correct page instead it
  points to an orphaned page on code.google.com that will shut down
  soon. Instead I expected it to link to github.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ibus-gtk3 (not installed)
  ProcVersionSignature: Ubuntu 3.19.0-17.17-generic 3.19.6
  Uname: Linux 3.19.0-17-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Wed May 13 18:09:52 2015
  InstallationDate: Installed on 2015-05-14 (0 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150513)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1436110] Re: Music with invalid year field (-1) in metadata causes mediascanner to crash

2015-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/mediascanner2

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

Title:
  Music with invalid year field (-1) in metadata causes mediascanner to
  crash

Status in the base for Ubuntu mobile products:
  New
Status in Media Scanner v2:
  Fix Released
Status in Music application for Ubuntu devices:
  Invalid
Status in mediascanner2 package in Ubuntu:
  Fix Released

Bug description:
  Music which has the value -1 in the year field causes mediascanner2 to
  crash. This then causes problems to the clients, eg Music-app, as they
  cannot read the tracks in the store or add tracks via a content-hub
  import.

  
  -- Original bug report--
  When I use the file manager application to open a mp3 file from SD card Music 
says "waiting for file" and then "imported file not found" even though it plays 
that file normally when opened directly from Music.

  BQ Aquaris HD4.5 Ubuntu Edition fully updated and running on 14.10
  r20.

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

-- 
Mailing list: https://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   >