[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2020-06-02 Thread Vincas Dargis
Thank you Christian!

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

Title:
  apparmor-utils don't work when defining a variable on
  

Status in AppArmor:
  Fix Committed
Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

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


[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2019-04-13 Thread Vincas Dargis
Uhm I get same error even if variable is introduced in
/etc/apparmor.d/tunables/:

```
$ cat /etc/apparmor.d/tunables/usr.bin.qtox | head -n1
@{qtox_prefix} = /usr /usr/local
```

Adding local customisation:

```
$ cat /etc/apparmor.d/tunables/usr.bin.qtox.d/local 
@{qtox_prefix} += /tmp/qtox
```

I get:

```
$ sudo aa-logprof

ERROR: Values added to a non-existing variable @{qtox_prefix}: /tmp/qtox in 
tunables/usr.bin.qtox.d/local
```

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

Title:
  apparmor-utils don't work when defining a variable on
  

Status in AppArmor:
  Triaged
Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

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


[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2018-01-16 Thread Vincas Dargis
Seems that this patch is quite outdated:

vincas@debian-sid:/tmp/apparmor-2.12$ patch -p1 < 
/home/vincas/Downloads/python-utils-var-append-in-include-support.patch
patching file utils/apparmor/aa.py
Hunk #1 FAILED at 2636.
Hunk #2 FAILED at 2836.
Hunk #3 FAILED at 2979.
Hunk #4 FAILED at 2987.
Hunk #5 FAILED at 3263.
Hunk #6 FAILED at 3274.
Hunk #7 FAILED at 4113.
Hunk #8 succeeded at 3516 with fuzz 2 (offset -993 lines).
Hunk #9 FAILED at 4517.
8 out of 9 hunks FAILED -- saving rejects to file utils/apparmor/aa.py.rej

Well, author mentioned that it was developed on 2.8.95, so no big
surprise I guess...

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

Title:
  apparmor-utils don't work when defining a variable on
  

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

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

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


[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2018-01-10 Thread Vincas Dargis
Hm, Ubuntu 18.04 Daily has only apparmor 2.11.0-2ubuntu8 (I was
expecting it would already have 2.12 for some reason).

Should I try (somehow) to build apparmor-utils package using 2.12
source? Not sure what's the best way to test latest against latest
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/1331856

Title:
  apparmor-utils don't work when defining a variable on
  

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

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

-- 
Mailing list: https://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 1331856] Re: apparmor-utils don't work when defining a variable on

2018-01-07 Thread Vincas Dargis
On 2018-01-07 17:33, intrigeri wrote:
> Vincas, do you want to test the proposed patch?

Yeah, I could try that within next week.

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

Title:
  apparmor-utils don't work when defining a variable on
  

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

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

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


[Touch-packages] [Bug 1331856] Re: apparmor-utils don't work when defining a variable on

2017-12-05 Thread Vincas Dargis
I believe I got similar issue while experimenting with Thunderbird
profile patch [0] to use `local/tunables/usr.bin.thunderbird` as
extension point.

aa-* tools does now like that:

```
vincas@debian-sid:~$ sudo aa-enforce /etc/apparmor.d/*

ERROR: Values added to a non-existing variable @{thunderbird_user_dirs}:
/mnt/foo /home/vincas/Archive/ in local/tunables/usr.bin.thunderbird

vincas@debian-sid:~$ sudo aa-logprof

ERROR: Values added to a non-existing variable @{thunderbird_user_dirs}: 
/mnt/foo /home/vincas/Archive/ in local/tunables/usr.bin.thunderbird
```

Looks like show-stopper for [1] :(.

[0] 
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=882218;filename=wip-thunderbird-user-dirs-variable.patch;msg=39
[1] https://lists.ubuntu.com/archives/apparmor/2017-December/011350.html

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

Title:
  apparmor-utils don't work when defining a variable on
  

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

Bug description:
  When a variable is set in tunables/home.d/ the apparmor-utils programs
  don't work and return this error messages:

  root@ws24:~# aa-logprof 
  Traceback (most recent call last):
File "/usr/sbin/aa-logprof", line 50, in 
  apparmor.loadincludes()
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4643, in 
loadincludes
  load_include(fi)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 4520, in 
load_include
  incdata = parse_profile_data(data, incfile, True)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2839, in 
parse_profile_data
  store_list_var(profile_data[profile]['lvar'], list_var, value, 
var_operation)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 3279, in 
store_list_var
  raise AppArmorException(_('Values added to a non-existing variable: %s') 
% list_var)
  apparmor.common.AppArmorException: 'Values added to a non-existing variable: 
@{HOMEDIRS}'
  root@ws24:~#

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

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


[Touch-packages] [Bug 1042771] Re: sanitized_helper prevents proper transition to other profiles

2017-10-31 Thread Vincas Dargis
Or simply PCx -> sanitized_helper ?

It would be a little better if thunderbird/firefox used xdg-open,
instead opening directly:

xdg-open Cxr -> sanitized_helper,

Although it does not control what xdg-open itself can launch.

For example, Dragon player launches browser (for http://) or email
client (for mailto:) using xdg-open from it's About dialog.

It would be enough to include `abstractions/ubuntu-browsers` and
`abstractions/ubuntu-email`, but abstractions use sanitized_helper, so
using alternative "fix" `xdg-open Cxr -> sanitized_helper` within
`usr.bin.dragon` would allow to open much more. Although at least
programs that has it's profile would run under it...

Anyway, thunderbird/firefox doesn't use xdg-open, and PCx not gonna
happen overnight, so... that's bad :) .

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

Title:
  sanitized_helper prevents proper transition to other profiles

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  When an application using the sanitized_helper launches another binary
  also covered by another apparmor profile, the launched binary is
  running with the sanitized_helper profile instead of transiting. Here
  is way to reproduce/observe the problem:

  Launch firefox to open a PDF through Evince:
  1) firefox https://help.ubuntu.com/10.04/serverguide/serverguide.pdf

  Observe the Apparmor profiles loaded:
  2) ps Zaux| grep -v ^unconfined
  /usr/lib/firefox/firefox{,*[^s][^h]} simon 19556 33.1  2.1 773068 168052 
pts/5 Sl+  10:11   0:03 /usr/lib/firefox/firefox 
https://help.ubuntu.com/10.04/serverguide/serverguide.pdf
  /usr/lib/firefox/firefox{,*[^s][^h]}//sanitized_helper simon 19586 19.6  0.4 
561964 37176 pts/5 Sl+ 10:11   0:00 evince /tmp/serverguide.pdf

  I would expect Evince to run with its own profile like it does
  normally:

  3) evince /tmp/serverguide.pdf
  4) ps Zaux| grep -v ^unconfined
  /usr/bin/evince simon20218 12.7  0.4 560240 35124 pts/5   
 Sl+  10:22   0:00 evince /tmp/serverguide.pdf

  $ lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04

  $ apt-cache policy apparmor firefox evince
  apparmor:
    Installed: 2.7.102-0ubuntu3.1
    Candidate: 2.7.102-0ubuntu3.1
    Version table:
   *** 2.7.102-0ubuntu3.1 0
  500 http://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
   2.7.102-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  firefox:
    Installed: 14.0.1+build1-0ubuntu0.12.04.3
    Candidate: 14.0.1+build1-0ubuntu0.12.04.3
    Version table:
   *** 14.0.1+build1-0ubuntu0.12.04.3 0
  500 http://archive.ubuntu.com/ubuntu/ precise-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status
   14.0.1+build1-0ubuntu0.12.04.1 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
   11.0+build1-0ubuntu4 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  evince:
    Installed: 3.4.0-0ubuntu1.3
    Candidate: 3.4.0-0ubuntu1.3
    Version table:
   *** 3.4.0-0ubuntu1.3 0
  500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.4.0-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: apparmor 2.7.102-0ubuntu3.1
  ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
  Uname: Linux 3.2.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Tue Aug 28 10:12:30 2012
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-3.2.0-30-generic 
root=/dev/mapper/crypt-root ro quiet splash i915.i915_enable_fbc=1 
i915.lvds_downclock=1 drm.vblankoffdelay=1 vt.handoff=7
  SourcePackage: apparmor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2017-09-30 Thread Vincas Dargis
** Branch linked: lp:~talkless/apparmor/seven_digit_pid

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

Title:
  @{pid} variable broken on systems with pid_max more than 6 digits

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

Bug description:
  If your kernel.pid_max sysctl is set higher than the default, say at 7
  digits, the @{pid} variable no longer matches all pids, causing some
  breakage in any profile using it.

  @{pid} is defined in /etc/apparmor.d/tunables:
  
@{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9]}

  It only covers up to 6 digits.

  This Ubuntu 17.04 system has:
  kernel.pid_max = 4194303

  And is showing 
  type=1400 audit(1505588857.828:792): apparmor="DENIED" operation="open" 
profile="libvirt-55e9e12c-e6dc-4f56-a547-8514cf7d9bf3" 
name="/proc/2168180/task/2769256/comm" pid=2168180 comm="qemu-system-x86" 
requested_mask="wr" denied_mask="wr" fsuid=111 ouid=111

  Which should be matched by
  @{PROC}/sys/vm/overcommit_memory r,
  in /etc/apparmor.d/abstractions/libvirt-qemu

  I'm seeing similar failures on 16.04 (2.10.95-0ubuntu2.7), 17.04
  (2.11.0-2ubuntu4) and 17.10 (2.11.0-2ubuntu17)

  I am aware this is a non-default configuration, but I think this
  should work.

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

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


[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2017-09-30 Thread Vincas Dargis
OK, so if http://man7.org/linux/man-pages/man5/proc.5.html says:

```
On 64-bit systems, pid_max can be set to any value up to 2^22 (PID_MAX_LIMIT, 
approximately 4 million).
``

Its 4194304, so I will propose adding one more bulk of expressions for
seven-digit PID, stating with [1-4].

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

Title:
  @{pid} variable broken on systems with pid_max more than 6 digits

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

Bug description:
  If your kernel.pid_max sysctl is set higher than the default, say at 7
  digits, the @{pid} variable no longer matches all pids, causing some
  breakage in any profile using it.

  @{pid} is defined in /etc/apparmor.d/tunables:
  
@{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9]}

  It only covers up to 6 digits.

  This Ubuntu 17.04 system has:
  kernel.pid_max = 4194303

  And is showing 
  type=1400 audit(1505588857.828:792): apparmor="DENIED" operation="open" 
profile="libvirt-55e9e12c-e6dc-4f56-a547-8514cf7d9bf3" 
name="/proc/2168180/task/2769256/comm" pid=2168180 comm="qemu-system-x86" 
requested_mask="wr" denied_mask="wr" fsuid=111 ouid=111

  Which should be matched by
  @{PROC}/sys/vm/overcommit_memory r,
  in /etc/apparmor.d/abstractions/libvirt-qemu

  I'm seeing similar failures on 16.04 (2.10.95-0ubuntu2.7), 17.04
  (2.11.0-2ubuntu4) and 17.10 (2.11.0-2ubuntu17)

  I am aware this is a non-default configuration, but I think this
  should work.

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

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


[Touch-packages] [Bug 1717714] Re: @{pid} variable broken on systems with pid_max more than 6 digits

2017-09-25 Thread Vincas Dargis
I can provide merge request, and I would like to suggest simplifying
that ever-growing expression.

Couldn't it be just [0-9]*? Are there possibility that `/proc` will have
some item, starting with digit, *not* being a pid?

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

Title:
  @{pid} variable broken on systems with pid_max more than 6 digits

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

Bug description:
  If your kernel.pid_max sysctl is set higher than the default, say at 7
  digits, the @{pid} variable no longer matches all pids, causing some
  breakage in any profile using it.

  @{pid} is defined in /etc/apparmor.d/tunables:
  
@{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9]}

  It only covers up to 6 digits.

  This Ubuntu 17.04 system has:
  kernel.pid_max = 4194303

  And is showing 
  type=1400 audit(1505588857.828:792): apparmor="DENIED" operation="open" 
profile="libvirt-55e9e12c-e6dc-4f56-a547-8514cf7d9bf3" 
name="/proc/2168180/task/2769256/comm" pid=2168180 comm="qemu-system-x86" 
requested_mask="wr" denied_mask="wr" fsuid=111 ouid=111

  Which should be matched by
  @{PROC}/sys/vm/overcommit_memory r,
  in /etc/apparmor.d/abstractions/libvirt-qemu

  I'm seeing similar failures on 16.04 (2.10.95-0ubuntu2.7), 17.04
  (2.11.0-2ubuntu4) and 17.10 (2.11.0-2ubuntu17)

  I am aware this is a non-default configuration, but I think this
  should work.

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

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


[Touch-packages] [Bug 1045985] Re: support environment filtering

2017-09-11 Thread Vincas Dargis
This bug is rather old. Is there a progress in this? Is it relevant on
latest 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/1045985

Title:
  support environment filtering

Status in AppArmor:
  Triaged
Status in apparmor package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Confined applications have too much control over executables due to a
  lack of environment filtering in AppArmor. Bug #851986 is one such
  example. While we have employed the sanitized_helper to help, it
  should not be considered the final solution as it causes usability
  issues and is limited in what it can achieve. This bug is to track the
  environment filtering work.

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

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


[Touch-packages] [Bug 1117804] Re: ausearch doesn't show AppArmor denial messages

2017-09-03 Thread Vincas Dargis
IMHO we have to ask John Johansen about this, he's working on kernel
side.

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

Title:
  ausearch doesn't show AppArmor denial messages

Status in AppArmor:
  Confirmed
Status in audit package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The following command should display all AVC denials:

  ausearch -m avc

  However, it doesn't work with AppArmor denials. Here's a quick test
  case to generate a denial, search for it with ausearch, and see that
  no messages are displayed:

  $ aa-exec -p /usr/sbin/tcpdump cat /proc/self/attr/current
  cat: /proc/self/attr/current: Permission denied
  $ sudo ausearch -m avc -c cat
  

  ausearch claims that there are no matches, but there's a matching
  audit message if you look in audit.log:

  type=AVC msg=audit(1360193426.539:64): apparmor="DENIED"
  operation="open" parent=8253 profile="/usr/sbin/tcpdump"
  name="/proc/8485/attr/current" pid=8485 comm="cat" requested_mask="r"
  denied_mask="r" fsuid=1000 ouid=1000

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

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


[Touch-packages] [Bug 1703649] Re: Traceroute needs net_admin capability for unknown reason

2017-08-09 Thread Vincas Dargis
How could I get comment from Systemd maintainers..?

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

Title:
  Traceroute needs net_admin capability for unknown reason

Status in systemd package in Ubuntu:
  New
Status in traceroute package in Ubuntu:
  New

Bug description:
  With help of AppArmor on 17.04 and 17.10 I've discovered that
  traceroute needs net_admin capabilities.

  My plan is to update [0] AppArmor profile to fix various DENIED
  messages in syslog/audit for traceroute, though I am not sure about
  allowing, or denying, net_admin capability.

  Looks like traceroute tries to set SO_RCVBUFFORCE and SO_SNDBUFFORCE:

  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)

  What is interesting, that traceroute developer does not recall
  changing these values [1]. On Debian Sid and OpenSuse Tumbleweed this
  issue does not reproduce either.

  Could it be some Ubuntu-specific patch in the works? It seems that
  traceroute works OK without net_admin...

  Thanks!

  [0] 
https://code.launchpad.net/~talkless/apparmor/fix_traceroute_tcp/+merge/326260
  [1] https://sourceforge.net/p/traceroute/mailman/message/35927818/

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

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


[Touch-packages] [Bug 1703649] Re: Traceroute needs net_admin capability for unknown reason

2017-07-12 Thread Vincas Dargis
Added systemd because:
# apt-cache show libnss-resolve | fgrep Source
Source: systemd

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

Title:
  Traceroute needs net_admin capability for unknown reason

Status in systemd package in Ubuntu:
  New
Status in traceroute package in Ubuntu:
  New

Bug description:
  With help of AppArmor on 17.04 and 17.10 I've discovered that
  traceroute needs net_admin capabilities.

  My plan is to update [0] AppArmor profile to fix various DENIED
  messages in syslog/audit for traceroute, though I am not sure about
  allowing, or denying, net_admin capability.

  Looks like traceroute tries to set SO_RCVBUFFORCE and SO_SNDBUFFORCE:

  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)

  What is interesting, that traceroute developer does not recall
  changing these values [1]. On Debian Sid and OpenSuse Tumbleweed this
  issue does not reproduce either.

  Could it be some Ubuntu-specific patch in the works? It seems that
  traceroute works OK without net_admin...

  Thanks!

  [0] 
https://code.launchpad.net/~talkless/apparmor/fix_traceroute_tcp/+merge/326260
  [1] https://sourceforge.net/p/traceroute/mailman/message/35927818/

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

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


[Touch-packages] [Bug 1703649] Re: Traceroute needs net_admin capability for unknown reason

2017-07-12 Thread Vincas Dargis
Looks like culprit is libnss_resonve.so.

First of all, to reproduce, I have to use hostname like google.com. If I
give traceroute an IP address, there are no setsockopt calls that needs
net_admin cap.

Here's gdb log, breakpointed on setsockopt, dumped registers (you can
see rdx set to "33" so that's one of SO_RCVBUFFORCE/SO_SNDBUFFORCE), and
backtrace, that leads to /lib/x86_64-linux-gnu/libnss_resolve.so.2:

Breakpoint 1 (setsockopt) pending.
Starting program: /usr/sbin/traceroute -T google.com
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Breakpoint 1, setsockopt () at ../sysdeps/unix/syscall-template.S:84
84  ../sysdeps/unix/syscall-template.S: No such file or directory.
rax0x34000  212992
rbx0x55ad9953abe0   94204090100704
rcx0x7ffc27aac6d0   140720973989584
rdx0x21 33
rsi0x1  1
rdi0x3  3
rbp0x7ffc27aac6d0   0x7ffc27aac6d0
rsp0x7ffc27aac6c8   0x7ffc27aac6c8
r8 0x4  4
r9 0x0  0
r100x7ffc27aac6d0   140720973989584
r110x202514
r120x3  3
r130x7ffc27aac6d4   140720973989588
r140x7ffc27aac760   140720973989728
r150x55ad9953abe0   94204090100704
rip0x7f057a78a320   0x7f057a78a320 
eflags 0x293[ CF AF SF IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0  0
es 0x0  0
fs 0x0  0
gs 0x0  0
#0  setsockopt () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f057af2cd43 in ?? () from /lib/x86_64-linux-gnu/libnss_resolve.so.2
#2  0x7f057af1ccd5 in ?? () from /lib/x86_64-linux-gnu/libnss_resolve.so.2
#3  0x7f057af46f02 in ?? () from /lib/x86_64-linux-gnu/libnss_resolve.so.2
#4  0x7f057af2287d in _nss_resolve_gethostbyname4_r () from 
/lib/x86_64-linux-gnu/libnss_resolve.so.2
#5  0x7f057a76e16f in gaih_inet (name=name@entry=0x7ffc27aae76e 
"google.com", service=, req=req@entry=0x7ffc27aad400, 
pai=pai@entry=0x7ffc27aacf28, naddrs=naddrs@entry=0x7ffc27aacf24, 
tmpbuf=tmpbuf@entry=0x7ffc27aacf90) at ../sysdeps/posix/getaddrinfo.c:848
#6  0x7f057a770448 in __GI_getaddrinfo (name=, 
service=, hints=0x7ffc27aad400, pai=0x7ffc27aad3f8) at 
../sysdeps/posix/getaddrinfo.c:2391
#7  0x55ad9791e326 in ?? ()
#8  0x55ad9791e4b3 in ?? ()
#9  0x55ad97921cae in ?? ()
#10 0x55ad9791a7d1 in ?? ()
#11 0x7f057a6a13f1 in __libc_start_main (main=0x55ad9791a700, argc=3, 
argv=0x7ffc27aad888, init=, fini=, 
rtld_fini=, stack_end=0x7ffc27aad878)
at ../csu/libc-start.c:291
#12 0x55ad9791b3fa in ?? ()


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

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

Title:
  Traceroute needs net_admin capability for unknown reason

Status in systemd package in Ubuntu:
  New
Status in traceroute package in Ubuntu:
  New

Bug description:
  With help of AppArmor on 17.04 and 17.10 I've discovered that
  traceroute needs net_admin capabilities.

  My plan is to update [0] AppArmor profile to fix various DENIED
  messages in syslog/audit for traceroute, though I am not sure about
  allowing, or denying, net_admin capability.

  Looks like traceroute tries to set SO_RCVBUFFORCE and SO_SNDBUFFORCE:

  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_SNDBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_RCVBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)
  setsockopt(4, SOL_SOCKET, SO_RCVBUF, [8388608], 4) = 0
  setsockopt(4, SOL_SOCKET, SO_SNDBUFFORCE, [8388608], 4) = -1 EPERM (Operation 
not permitted)

  What is interesting, that traceroute developer does not recall
  changing these values [1]. On Debian Sid and OpenSuse Tumbleweed this
  issue does not reproduce either.

  Could it be some Ubuntu-specific patch in the works? It seems that
  traceroute works OK 

[Touch-packages] [Bug 1117804] Re: ausearch doesn't show AppArmor denial messages

2017-06-06 Thread Vincas Dargis
I have asked about it in audit mailing list [0], and Audit developer
said that AppArmor should use assigned event numbers in right way, or
something like that..

[0] https://www.redhat.com/archives/linux-audit/2016-April/msg00129.html

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

Title:
  ausearch doesn't show AppArmor denial messages

Status in AppArmor:
  Confirmed
Status in audit package in Ubuntu:
  Confirmed

Bug description:
  The following command should display all AVC denials:

  ausearch -m avc

  However, it doesn't work with AppArmor denials. Here's a quick test
  case to generate a denial, search for it with ausearch, and see that
  no messages are displayed:

  $ aa-exec -p /usr/sbin/tcpdump cat /proc/self/attr/current
  cat: /proc/self/attr/current: Permission denied
  $ sudo ausearch -m avc -c cat
  

  ausearch claims that there are no matches, but there's a matching
  audit message if you look in audit.log:

  type=AVC msg=audit(1360193426.539:64): apparmor="DENIED"
  operation="open" parent=8253 profile="/usr/sbin/tcpdump"
  name="/proc/8485/attr/current" pid=8485 comm="cat" requested_mask="r"
  denied_mask="r" fsuid=1000 ouid=1000

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

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


[Touch-packages] [Bug 1505220] Re: multiple apps crashing at launch

2017-05-20 Thread Vincas Dargis
In my case it's E5 with OTA-15.

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

Title:
  multiple apps crashing at launch

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

Bug description:
  os: ubuntu touch 15.04 stable channel r25(OTA6), fully updated, no r/w mode
  device: BQ 45E(Krillin)

  bug: starting this morning, I found that my browser (the default ubuntu-touch 
one) crashes on startup. All i see is the spinning startup wheel. Then nothing. 
I am again on the apps scope. Then i found that this is also the case for the 
Liri browser and Dekko (The difference for Dekko being that it doenst crash. 
But it neither starts. It just keeps spinning the app startup wheel).
  All other webapps and apps that i have tested continue to work fine. 

  First i tried a reboot but the same behaviour remains.
  Then I noticed that i was low on diskspace(system-settings said I had about 
250 MB left) so cleared out some stuff giving me a gig of free space. Reboot 
again but still the same apps continue to crash when started.

  on irc I consulted jgdx. He had me verify that I had indeed enough space with 
df -h
  The output for that is here: http://pastebin.com/NbvSKvit

  Then we looked logfiles for the browser app and unity8. They are here:
  http://pastebin.com/Bia7qrkm (webbrowser)
  http://pastebin.com/2UuRuDk6  (unity8)

  Attached is also the .crash file for the webbrowser from /var/crash

  Any other info needed, let me know

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

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


[Touch-packages] [Bug 1505220] Re: multiple apps crashing at launch

2017-05-20 Thread Vincas Dargis
For me, removing /home/phablet/.cache/QML/Apps/webbrowser-app helped. If
I return backup contents, browser crashes again.

I could send webbrowser-app.tar.gz for investigation.

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

Title:
  multiple apps crashing at launch

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

Bug description:
  os: ubuntu touch 15.04 stable channel r25(OTA6), fully updated, no r/w mode
  device: BQ 45E(Krillin)

  bug: starting this morning, I found that my browser (the default ubuntu-touch 
one) crashes on startup. All i see is the spinning startup wheel. Then nothing. 
I am again on the apps scope. Then i found that this is also the case for the 
Liri browser and Dekko (The difference for Dekko being that it doenst crash. 
But it neither starts. It just keeps spinning the app startup wheel).
  All other webapps and apps that i have tested continue to work fine. 

  First i tried a reboot but the same behaviour remains.
  Then I noticed that i was low on diskspace(system-settings said I had about 
250 MB left) so cleared out some stuff giving me a gig of free space. Reboot 
again but still the same apps continue to crash when started.

  on irc I consulted jgdx. He had me verify that I had indeed enough space with 
df -h
  The output for that is here: http://pastebin.com/NbvSKvit

  Then we looked logfiles for the browser app and unity8. They are here:
  http://pastebin.com/Bia7qrkm (webbrowser)
  http://pastebin.com/2UuRuDk6  (unity8)

  Attached is also the .crash file for the webbrowser from /var/crash

  Any other info needed, let me know

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

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


[Touch-packages] [Bug 1628956] Re: From v49.0, Firefox needs read access to @{PROC}/net/arp

2017-05-15 Thread Vincas Dargis
I've tried patched version from 1659988, it works fine.

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

Title:
  From v49.0, Firefox needs read access to @{PROC}/net/arp

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Since the latest upgrade of Firefox to 49.0, it will need read access
  to @{PROC}/net/arp

  I don't know what the security implications are, so I don't know if we
  want to give read access to explicitely deny it. Both seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apparmor-profiles 2.10.95-0ubuntu2.2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 29 16:55:21 2016
  InstallationDate: Installed on 2015-10-04 (361 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-4.4.0-38-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent kaslr threadirqs quiet 
splash vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   Sep 29 10:37:52 franck-ThinkPad-T430s dbus[2546]: [system] AppArmor D-Bus 
mediation is enabled
   Sep 29 16:50:57 franck-ThinkPad-T430s dbus[2410]: [system] AppArmor D-Bus 
mediation is enabled
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apparmor.d.sbin.klogd: [modified]
  modified.conffile..etc.apparmor.d.sbin.syslogd: [modified]
  modified.conffile..etc.apparmor.d.usr.bin.chromium-browser: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.avahi-daemon: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.dnsmasq: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.dovecot: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.identd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.mdnsd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.nmbd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.nscd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.smbd: [modified]
  mtime.conffile..etc.apparmor.d.sbin.klogd: 2015-10-05T12:04:03.854535
  mtime.conffile..etc.apparmor.d.sbin.syslogd: 2015-10-05T12:03:15.705968
  mtime.conffile..etc.apparmor.d.usr.bin.chromium-browser: 
2015-10-05T12:02:05.273141
  mtime.conffile..etc.apparmor.d.usr.sbin.avahi-daemon: 
2016-04-13T19:13:25.829679
  mtime.conffile..etc.apparmor.d.usr.sbin.dnsmasq: 2016-04-13T19:13:05.941424
  mtime.conffile..etc.apparmor.d.usr.sbin.dovecot: 2015-10-05T12:00:55.356323
  mtime.conffile..etc.apparmor.d.usr.sbin.identd: 2015-10-05T12:01:02.204403
  mtime.conffile..etc.apparmor.d.usr.sbin.mdnsd: 2015-10-05T12:02:37.861523
  mtime.conffile..etc.apparmor.d.usr.sbin.nmbd: 2015-10-05T12:00:10.119794
  mtime.conffile..etc.apparmor.d.usr.sbin.nscd: 2016-04-13T19:14:17.520643
  mtime.conffile..etc.apparmor.d.usr.sbin.smbd: 2015-10-05T12:00:26.103981

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

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


[Touch-packages] [Bug 1650947] Re: module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Attached syslog with verbose pulseaudio logs. I was clicking "Make a
test sound" on Skype, skipped audio file on SMPlayer etc, so that short
sound cracking is produced.

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1650947/+attachment/4793507/+files/syslog

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-SLI
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

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

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


[Touch-packages] [Bug 1650947] [NEW] module-equalizer-sink produces cracking at the beginning of playback

2016-12-18 Thread Vincas Dargis
Public bug reported:

After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
playback contains cracking, especially noticeable when sound/video file
is seeked (on SMplayer, Youtube on Firefox), or new notification sound
plays in IM clients (in Skype, qTox, ...).

Usually cracking stops shortly, though some times it goes for long time,
until "killall pulseaudio" is initiated.

Once "load-module module-equalizer-sink" line is commented-out and
system rebooted, everything returns back to normal playback without
distortions.

When - is added into client.conf to extra arguments, syslog contains
some interesting lines about underrun, which might be relevant:

Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.4
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Dec 18 21:41:52 2016
InstallationDate: Installed on 2014-12-07 (741 days ago)
InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
dmi.bios.date: 06/12/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F3c
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87X-SLI
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF3c:bd06/12/2014:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-SLI:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-SLI:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z87X-SLI
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2016-12-18T21:14:16.931919

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  module-equalizer-sink produces cracking at the beginning of playback

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  After upgrade from Kubuntu 14.04 to Kubuntu 16.04 (amd64), audio
  playback contains cracking, especially noticeable when sound/video
  file is seeked (on SMplayer, Youtube on Firefox), or new notification
  sound plays in IM clients (in Skype, qTox, ...).

  Usually cracking stops shortly, though some times it goes for long
  time, until "killall pulseaudio" is initiated.

  Once "load-module module-equalizer-sink" line is commented-out and
  system rebooted, everything returns back to normal playback without
  distortions.

  When - is added into client.conf to extra arguments, syslog
  contains some interesting lines about underrun, which might be
  relevant:

  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: [alsa-sink-ca0106] sink.c: 
alsa_output.pci-_05_01.0.analog-surround-40: Found underrun 3800 bytes ago 
(34600 bytes ahead in playback buffer)
  Dec 18 21:47:34 tomas-Z87X-SLI pulseaudio[2324]: message repeated 3 times: [ 
[alsa-sink-ca0106] sink.c: alsa_output.pci-_05_01.0.analog-surround-40: 
Found underrun 3800 bytes ago (34600 bytes ahead in playback buffer)]

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
  Uname: Linux 4.4.0-53-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Sun Dec 18 21:41:52 2016
  InstallationDate: Installed on 2014-12-07 (741 days ago)
  InstallationMedia: Kubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-05 (134 days ago)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F3c
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-SLI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  

[Touch-packages] [Bug 1451808] Re: apport-collect error: No module named PyQt5.QtCore

2016-12-17 Thread Vincas Dargis
Any ideas to workaround it? Same problem on Kubuntu 16.04.

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

Title:
  apport-collect error: No module named PyQt5.QtCore

Status in apport package in Ubuntu:
  Confirmed

Bug description:
  In kubuntu vivid, apport reacts as follows:

  apport-collect 1451277
  ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.17.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue May  5 14:35:33 2015
  EcryptfsInUse: Yes
  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/1451808/+subscriptions

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


[Touch-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-12-10 Thread Vincas Dargis
With OTA-14 it's still the same - sometimes I can hear ring tone only
for split a second (~200ms maybe). I can answer the call and talk
normally.

Attached yet another syslog (received call at 21:19).

** Attachment added: "syslog"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1612367/+attachment/4790059/+files/syslog

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

Title:
  [Touch] Incoming call gets silent randomly

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

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

  UPDATE: As mentioned in comment #7, it seems the phone rings for a
  fraction of a second and then the sound pauses abruptly.

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

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


[Touch-packages] [Bug 1435040] Re: Ubuntu Phone does not connect to car-bluetooth

2016-12-10 Thread Vincas Dargis
With OTA-14 I can now pair with Parrot CK3100 again, but there is still
no sound (crossed note symbol).

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

Title:
  Ubuntu Phone does not connect to car-bluetooth

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

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

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

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

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


[Touch-packages] [Bug 1628956] Re: From v49.0, Firefox needs read access to @{PROC}/net/arp

2016-10-17 Thread Vincas Dargis
Maybe we should ask Firefox devs what they mean by that? net/arp
contains rather sensitive info...

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

Title:
  From v49.0, Firefox needs read access to @{PROC}/net/arp

Status in apparmor package in Ubuntu:
  New

Bug description:
  Since the latest upgrade of Firefox to 49.0, it will need read access
  to @{PROC}/net/arp

  I don't know what the security implications are, so I don't know if we
  want to give read access to explicitely deny it. Both seem to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apparmor-profiles 2.10.95-0ubuntu2.2
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 29 16:55:21 2016
  InstallationDate: Installed on 2015-10-04 (361 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151002)
  PackageArchitecture: all
  ProcKernelCmdline: BOOT_IMAGE=/vmlinuz-4.4.0-38-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent kaslr threadirqs quiet 
splash vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   Sep 29 10:37:52 franck-ThinkPad-T430s dbus[2546]: [system] AppArmor D-Bus 
mediation is enabled
   Sep 29 16:50:57 franck-ThinkPad-T430s dbus[2410]: [system] AppArmor D-Bus 
mediation is enabled
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apparmor.d.sbin.klogd: [modified]
  modified.conffile..etc.apparmor.d.sbin.syslogd: [modified]
  modified.conffile..etc.apparmor.d.usr.bin.chromium-browser: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.avahi-daemon: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.dnsmasq: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.dovecot: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.identd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.mdnsd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.nmbd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.nscd: [modified]
  modified.conffile..etc.apparmor.d.usr.sbin.smbd: [modified]
  mtime.conffile..etc.apparmor.d.sbin.klogd: 2015-10-05T12:04:03.854535
  mtime.conffile..etc.apparmor.d.sbin.syslogd: 2015-10-05T12:03:15.705968
  mtime.conffile..etc.apparmor.d.usr.bin.chromium-browser: 
2015-10-05T12:02:05.273141
  mtime.conffile..etc.apparmor.d.usr.sbin.avahi-daemon: 
2016-04-13T19:13:25.829679
  mtime.conffile..etc.apparmor.d.usr.sbin.dnsmasq: 2016-04-13T19:13:05.941424
  mtime.conffile..etc.apparmor.d.usr.sbin.dovecot: 2015-10-05T12:00:55.356323
  mtime.conffile..etc.apparmor.d.usr.sbin.identd: 2015-10-05T12:01:02.204403
  mtime.conffile..etc.apparmor.d.usr.sbin.mdnsd: 2015-10-05T12:02:37.861523
  mtime.conffile..etc.apparmor.d.usr.sbin.nmbd: 2015-10-05T12:00:10.119794
  mtime.conffile..etc.apparmor.d.usr.sbin.nscd: 2016-04-13T19:14:17.520643
  mtime.conffile..etc.apparmor.d.usr.sbin.smbd: 2015-10-05T12:00:26.103981

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

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


[Touch-packages] [Bug 1435040] Re: Ubuntu Phone does not connect to car-bluetooth

2016-10-06 Thread Vincas Dargis
With OTA13 I cannot even pair with Parrot CK3100. Tried to forget
pairing on both sides but it did not help. My BQ E5 shows "unknown"
device instead of "Parrot..".

pre-OTA13 I could pair, sync contacts, but there was no sound.

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

Title:
  Ubuntu Phone does not connect to car-bluetooth

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

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

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

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

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


[Touch-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-09-25 Thread Vincas Dargis
I've noticed same issue on BQ E5 on OTA-12 and OTA-13. Sometimes
incomming call gets silent after a split second (I can hear a blip of
sound).

Attaching syslog and unity8.log of that exact minute it happened. There
are no lines in media-hub log.


** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1612367/+attachment/4748323/+files/syslog

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

Title:
  [Touch] Incoming call gets silent randomly

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

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

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

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


[Touch-packages] [Bug 1612367] Re: [Touch] Incoming call gets silent randomly

2016-09-25 Thread Vincas Dargis
** Attachment added: "unity8.log"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1612367/+attachment/4748324/+files/unity8.log

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

Title:
  [Touch] Incoming call gets silent randomly

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

Bug description:
  I've experienced this strange issue 4-5 times after OTA-12. It seems pretty 
random and is hard to reproduce.
  When I get an incoming call, the screen turns on, the incoming call pop up 
appears, but there is no sound at all even though the phone is not in silent 
mode (and also the speaker volume is not set too low). I can accept this call 
and keep conversing as usual.
  Once I asked the same caller to call me once again after a few minutes, that 
time the phone rang as expected.

  Device: E5, OTA-12, stable channel

  I can provide necessary logs if this happens again. Which ones should
  I gather?

  Possibly related to bug #1614943.

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

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


[Touch-packages] [Bug 1613056] Re: unity8.log spammed: Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop

2016-08-28 Thread Vincas Dargis
There is one .crash file, though log was not spammed.

** Attachment added: "_usr_bin_media-hub-server.32011.crash"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1613056/+attachment/4729335/+files/_usr_bin_media-hub-server.32011.crash

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

Title:
  unity8.log spammed: Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Status in media-hub package in Ubuntu:
  Incomplete
Status in qtubuntu-media package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  BQ E5, OTA-12.

  I've noticed that my ~/.cache/upstart/unity8.log contains lot's of
  these messages, filled every second (file is around 6 Megs at time of
  writing):

  [2016-35-10:11:35:07.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:08.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:09.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  I do not know what produces these, or since when it has started. These
  lines starts from beginning of log file, I cannot trace that event /
  app that started it.

  I've just rebooted, and these messages have stopped.

  There was no other app, except terminal where I was debugging,
  launched, no musig playing, etc.

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

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


[Touch-packages] [Bug 1613056] Re: unity8.log spammed: Failed to get current playback position: org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on interface "org.freedesktop

2016-08-16 Thread Vincas Dargis
Thanks for info, I'll try.

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

Title:
  unity8.log spammed: Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Status in media-hub package in Ubuntu:
  Incomplete
Status in qtubuntu-media package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  BQ E5, OTA-12.

  I've noticed that my ~/.cache/upstart/unity8.log contains lot's of
  these messages, filled every second (file is around 6 Megs at time of
  writing):

  [2016-35-10:11:35:07.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:08.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:09.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  I do not know what produces these, or since when it has started. These
  lines starts from beginning of log file, I cannot trace that event /
  app that started it.

  I've just rebooted, and these messages have stopped.

  There was no other app, except terminal where I was debugging,
  launched, no musig playing, etc.

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

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


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

2016-08-14 Thread Vincas Dargis
I have same problem on OTA-12, BQ E5.

Attaching tailed unity8 and syslog.

Note that there are lot's of these lines:

"""
Failed to get current playback position:  
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on 
interface "org.freedesktop.DBus.Properties" doesn't exist
"""

...which do disssapear after reboot, and after reboot, sms notification
sound start working again (for some time...).

** Attachment added: "unity8_and_syslog.log"
   
https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1544477/+attachment/4720669/+files/unity8_and_syslog.log

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

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

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

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

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

  UPDATE: Screenshots get silent too.

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

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


[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-14 Thread Vincas Dargis
Yep, thanks Anupam!

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

Title:
  SMS notifications are received only when the phone is unlocked

Status in Canonical System Image:
  Incomplete
Status in powerd:
  New
Status in Unity System Compositor:
  New
Status in indicator-messages package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  WHAT HAPPENED:
  The phone stays quiet while locked but once the power button is pressed 
(unlocked), SMS notification are received with vibration, notification bubble 
and sound alert. The message received shows that it was actually received 10 
minutes ago.
  This happened multiple times already but I think I ignored them and this 
seems to have started after OTA-7 was released.

  
  EXPECTED:
  The phone should have the vibration, notification bubble/indicator and sound 
alert even if the phone is locked.

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

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


[Touch-packages] [Bug 1613056] [NEW] unity8.log spammed with Failed to get current playback position messages

2016-08-14 Thread Vincas Dargis
Public bug reported:

BQ E5, OTA-12.

I've noticed that my ~/.cache/upstart/unity8.log contains lot's of these
messages, filled every second (file is around 6 Megs at time of
writing):

[2016-35-10:11:35:07.388] Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

[2016-35-10:11:35:08.388] Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

[2016-35-10:11:35:09.388] Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

I do not know what produces these, or since when it has started. These
lines starts from beginning of log file, I cannot trace that event / app
that started it.

I've just rebooted, and these messages have stopped.

There was no other app, except terminal where I was debugging, launched,
no musig playing, etc.

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

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

Title:
  unity8.log spammed with Failed to get current playback position
  messages

Status in unity8 package in Ubuntu:
  New

Bug description:
  BQ E5, OTA-12.

  I've noticed that my ~/.cache/upstart/unity8.log contains lot's of
  these messages, filled every second (file is around 6 Megs at time of
  writing):

  [2016-35-10:11:35:07.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:08.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  [2016-35-10:11:35:09.388] Failed to get current playback position:
  org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
  "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

  I do not know what produces these, or since when it has started. These
  lines starts from beginning of log file, I cannot trace that event /
  app that started it.

  I've just rebooted, and these messages have stopped.

  There was no other app, except terminal where I was debugging,
  launched, no musig playing, etc.

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

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


[Touch-packages] [Bug 1516696] Re: SMS notifications are received only when the phone is unlocked

2016-08-14 Thread Vincas Dargis
I am not sure if it's the same bug, but for me (E5, OTA-12), I do not
get sound notification at all (sometimes I do though), even if device is
unlocked.

I do hear vibrator, see green blinking light, but no sound. I am quite
sure that Sound options are set OK.

I've attached tailed syslog.log and unity8.log.

** Attachment added: "tail.log"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1516696/+attachment/4720668/+files/tail.log

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

Title:
  SMS notifications are received only when the phone is unlocked

Status in Canonical System Image:
  Incomplete
Status in powerd:
  New
Status in Unity System Compositor:
  New
Status in indicator-messages package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  WHAT HAPPENED:
  The phone stays quiet while locked but once the power button is pressed 
(unlocked), SMS notification are received with vibration, notification bubble 
and sound alert. The message received shows that it was actually received 10 
minutes ago.
  This happened multiple times already but I think I ignored them and this 
seems to have started after OTA-7 was released.

  
  EXPECTED:
  The phone should have the vibration, notification bubble/indicator and sound 
alert even if the phone is locked.

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: GPS seems not working

2016-08-14 Thread Vincas Dargis
I am not sure about other 6 people who confirmed this bug, but it looks
like GPS is actually working for me.

One simply has to have app (SensorStatus or uNav) in the foreground for
some time to actually acquire GPS fix. Having Location on for few days
does nothing, if you check Sensors app just for short moments through
that time.

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

Title:
  OTA-11: GPS seems not working

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-05 Thread Vincas Dargis
No, not do do with Etherenr, but with the fact that WiFi is not used.

In other words,

WiFi wlan0 interface goes missing after third reboot if it is not used
(because I use ethernet instead).

Try to disable automatic connection to your home WiFi, disable WiFi in
indicator, and then reboot several times.

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

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


[Touch-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
I did another experiment.

I've remove ehternet cable, connected WiFi to my home router. Now I
could reboot as much as I want, WiFi worked, checkbox is visible and is
ON inside network manager widget.

BUT, later I disabled WiFi connection, attached etherne cable, rebooted
and that's it - wlan0 device missing, no WiFi checkbox!

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

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


[Touch-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
** Attachment added: "lspci"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1585886/+attachment/4713881/+files/lspci

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

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


[Touch-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
Yeah, it looks like I lose WiFi connectivity on ever third reboot!. Have
to "rfkill unblock 0" to make it work again, for two reboots...

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

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


[Touch-packages] [Bug 1585886] Re: WiFi indicator icon disappears in Ubuntu 16.04

2016-08-04 Thread Vincas Dargis
** Attachment added: "syslog-2-reboot-with-wifi-disabled"
   
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1585886/+attachment/4713868/+files/syslog-2-reboot-with-wifi-disabled

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

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

Title:
  WiFi indicator icon disappears in Ubuntu 16.04

Status in indicator-applet package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New

Bug description:
  Dear all,

  Can someone confirm an occasionally missing WiFi indicator tray icon?

  Sometimes it happens that the icon is not displayed although the WiFi
  connection is working.

  Please see also the attached screenshot.

  Warmly,

  ~Robert

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: GPS seems not working

2016-07-31 Thread Vincas Dargis
Well, I've been on some trip with my car, and... it worked.

Maybe sometimes it just has hard time acquiring satellites, harder when
we (users) assumes it should have.


** Summary changed:

- OTA-11: missing GPS swtich in battery setings, GPS seems not working
+ OTA-11: GPS seems not working

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

Title:
  OTA-11: GPS seems not working

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: missing GPS swtich in battery setings, GPS seems not working

2016-07-29 Thread Vincas Dargis
I am thinking about reflashing, but maybe it would be actually better to
try to find actual issue and fix it...

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

Title:
  OTA-11: missing GPS swtich in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: missing GPS swtich in battery setings, GPS seems not working

2016-07-29 Thread Vincas Dargis
Same issue with OTA-12.

Attaching logcat output. There are some interesting lines, such as:

D/gps_mt3326( 3334): nmea_reader_parse: line = 1247GPS get accuracy
failed, fix mode:1

D/mnl_linux(10399): mtk_gps_sys_gps_mnl_callback:
MTK_GPS_MSG_FIX_READY,GET_RTC_FAIL

D/gps_mt3326( 3334): mt3326_gps_start: line = 2188no EPOHAL file, the
EPO.DAT is not exsited, or is the latest one

With OTA-11 at least where was some space vehicles visible, now
completely zero after ~24h keeping location on.

** Attachment added: "logcat"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1588459/+attachment/4709387/+files/logcat

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

Title:
  OTA-11: missing GPS swtich in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1596586] Re: SIM PIN dialog displayed before it rendered completely

2016-07-28 Thread Vincas Dargis
Same on OTA-12.

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

Title:
  SIM PIN dialog displayed before it rendered completely

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  When phone boots, just before Enter Sim Pin Ubuntu-styled dialog is
  shown, I see white round cornered rectangle with "Enter Sim Pin" text
  inside of it on to of the screen.

  It imagine it as QML style not yet loaded or something like that. It
  happens always, but just for a brief moment.

  Attached video (sorry for poor quality though).

  Using BQ Aquaris E5, OTA-11.

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

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


[Touch-packages] [Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-07-18 Thread Vincas Dargis
Looks like I have created a duplicate:
https://bugs.launchpad.net/ubuntu-rtm/+source/bluez/+bug/1584362

There are some logs attached.

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  After working around bug
  https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1539158 I was
  able to pair the phone (BQ Aquaris E4.5) with the car hands-free
  system.

  However, thing don't quite work as expected.
  I can use the car's system to place a call using the phone, but The audio is 
not getting properly routed. After placing the call, I can't hear any sounds 
(not even the "ringing" noise), I don't get any feedback after the other person 
has answered the phone, and the other person can't hear me either.

  Furthermore, Long after the other person has hung up the call, the
  phone still looks like the call is ongoing (I have to manually
  disconnect it).

  I can also use the system to answer an incoming call, but the
  sympthoms are the same. No audio on either end.

  Would a debug log be helpful in this situation 
(https://wiki.ubuntu.com/DebuggingBluetooth)?
  Or is something else required?

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

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


[Touch-packages] [Bug 1603627] [NEW] Missing Lithuanian keyboard support.

2016-07-16 Thread Vincas Dargis
Public bug reported:

Hi,

I've noticed that our neighbours Latvians just got keyboard support [1].
I thought it would be cool to have keyboard for Lithuanian language
also.

It's also QWERTY, with special characters:

Ą, ą
Č, č
Ę, ę
Ė, ė
Į, į
Š, š
Ų, ų
Ū, ū
Ž, ž


[1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1539121

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

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

Title:
  Missing Lithuanian keyboard support.

Status in ubuntu-keyboard package in Ubuntu:
  New

Bug description:
  Hi,

  I've noticed that our neighbours Latvians just got keyboard support
  [1]. I thought it would be cool to have keyboard for Lithuanian
  language also.

  It's also QWERTY, with special characters:

  Ą, ą
  Č, č
  Ę, ę
  Ė, ė
  Į, į
  Š, š
  Ų, ų
  Ū, ū
  Ž, ž

  
  [1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1539121

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

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


[Touch-packages] [Bug 1596586] [NEW] Enter Sim Pin dialog briefly show as white round cornered rectangle artefact after reboot

2016-06-27 Thread Vincas Dargis
Public bug reported:

When phone boots, just before Enter Sim Pin Ubuntu-styled dialog is
shown, I see white round cornered rectangle with "Enter Sim Pin" text
inside of it on to of the screen.

It imagine it as QML style not yet loaded or something like that. It
happens always, but just for a brief moment.

Attached video (sorry for poor quality though).

Using BQ Aquaris E5, OTA-11.

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

** Attachment added: "enter_sim_pin.mp4"
   
https://bugs.launchpad.net/bugs/1596586/+attachment/4691170/+files/enter_sim_pin.mp4

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

Title:
  Enter Sim Pin dialog briefly show as white round cornered rectangle
  artefact after reboot

Status in unity8 package in Ubuntu:
  New

Bug description:
  When phone boots, just before Enter Sim Pin Ubuntu-styled dialog is
  shown, I see white round cornered rectangle with "Enter Sim Pin" text
  inside of it on to of the screen.

  It imagine it as QML style not yet loaded or something like that. It
  happens always, but just for a brief moment.

  Attached video (sorry for poor quality though).

  Using BQ Aquaris E5, OTA-11.

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

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


[Touch-packages] [Bug 1440111] Re: [calendar] Reminder notifications are not integrated into system notifications

2016-06-07 Thread Vincas Dargis
>Sound will be an option once the extended notification settings work
gets done

Is there a task I could follow? Integration is much better now, but
without noisy alarm, I still missed my task...

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

Title:
  [calendar] Reminder notifications are not integrated into system
  notifications

Status in Canonical System Image:
  Fix Released
Status in Ubuntu Calendar App:
  Fix Released
Status in Ubuntu UX:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  Fix Released

Bug description:
  The calendar app does not use the standard notification system. You
  can't find it in the "Notifications" area of System Settings, and it
  uses its own notification sound regardless of what is set in "Sound".

  Also, reminders are not muted when the phone is in silent mode (I
  guess it's related).

  I'm on bq Aquaris, r20 and with the latest calendar-app.

  --- --- --- ---
  UX Comment:

  Calendar Notifications need to be overhauled:
  -- Calendar Notifications are displayed for too brief a period and should 
conform to the same timing as other notifications.

  -- Calendar Notifications are not currently appearing in the
  notification tray within indicators and should be.

  -- Calendar Notification title is misleading ('Alarm') and should make
  clear that the notification relates to a calendar event ('Event') and
  not a alarm-clock event.

  -- Calendar Notification's should NOT override silent mode (unlike
  clock-alarms) although the notification should still be displayed,
  appear in the notification within indicators and cause the device to
  vibrate (if enabled) - This is accepted/common behaviour for
  notifications of this type on mobile.

  Notifications Spec:
  
https://docs.google.com/document/d/1xDSZ_dnAMAlhgFnnyjJEibaITXjVLp1_pnj_tATNm9I/edit

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: missing GPS swtich in battery setings, GPS seems not working

2016-06-07 Thread Vincas Dargis
I've left Location enabled for two days now, and visible_space_vehicles
is not empty actually, but it's full of zeroes

** Attachment added: "visible_space_vehicles"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1588459/+attachment/4679064/+files/visible_space_vehicles

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

Title:
  OTA-11: missing GPS swtich in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  New

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1588459] Re: OTA-11: missing GPS swtich in battery setings, GPS seems not working

2016-06-06 Thread Vincas Dargis
I can see something interesting in logcat output:
E/gps_mt3326( 4545): gps_state_thread: line = 1943error while reading from gps 
daemon socket: Success: 0xb4fcd294

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

Title:
  OTA-11: missing GPS swtich in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  New

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1349704] Re: location service should create logging directories

2016-06-06 Thread Vincas Dargis
I'm still missing this directory on E5. I bought it, I believe, with
OTA-8, but noticed that it is missing at OTA-10.1 (because only at that
time I started to debug issues). OTA-11 updated and there is still no
/var/log/ubuntu-location-service . I have created it manually, but it is
not filled.

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

Title:
  location service should create logging directories

Status in location-service:
  Fix Released
Status in location-service package in Ubuntu:
  Fix Released

Bug description:
  The location service logging setup puts log files in /var/log/ubuntu-
  location-service. Currently, the directory isn't created, though, and
  we loose valueable debugging information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/location-service/+bug/1349704/+subscriptions

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


[Touch-packages] [Bug 1588459] Re: OTA-11: missing GPS swtich in battery setings, GPS seems not working

2016-06-03 Thread Vincas Dargis
** Summary changed:

- OTA-11: missing GPS slider in battery setings, GPS seems not working
+ OTA-11: missing GPS swtich in battery setings, GPS seems not working

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

Title:
  OTA-11: missing GPS swtich in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  New

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1588459] [NEW] OTA-11: missing GPS slider in battery setings, GPS seems not working

2016-06-02 Thread Vincas Dargis
Public bug reported:

Just updated Aquaris E5 to OTA-11 (using settings app, no flashing), and
noticed that slider to enable GPS device is missing. I am not sure if it
was designed so, but GPS does seems like not working. Location service
is enabled (at least it seems so).

There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

Location service is enabled, but SensorStatus, HERE app does not seem
receive GPS info.

By the way, there is no such thing as "/var/log/ubuntu-location-
service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
/location-service#Forensics

Attached tar with some logs.

** Affects: location-service (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "bugreport.tar.gz"
   
https://bugs.launchpad.net/bugs/1588459/+attachment/4675367/+files/bugreport.tar.gz

** Description changed:

  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing), and
  noticed that slider to enable GPS device is missing. I am not sure if it
- was designed so, but GPS does seems like not working.
+ was designed so, but GPS does seems like not working. Location service
+ is enabled (at least it seems so).
  
  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.
  
  Location service is enabled, bug SensorStatus, HERE app does not seem
  receive GPS info.
  
  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

** Description changed:

  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing), and
  noticed that slider to enable GPS device is missing. I am not sure if it
  was designed so, but GPS does seems like not working. Location service
  is enabled (at least it seems so).
  
  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.
  
  Location service is enabled, bug SensorStatus, HERE app does not seem
  receive GPS info.
  
  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics
+ 
+ Attached tar with some logs.

** Description changed:

  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing), and
  noticed that slider to enable GPS device is missing. I am not sure if it
  was designed so, but GPS does seems like not working. Location service
  is enabled (at least it seems so).
  
  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.
  
- Location service is enabled, bug SensorStatus, HERE app does not seem
+ Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.
  
  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics
  
  Attached tar with some logs.

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

Title:
  OTA-11: missing GPS slider in battery setings, GPS seems not working

Status in location-service package in Ubuntu:
  New

Bug description:
  Just updated Aquaris E5 to OTA-11 (using settings app, no flashing),
  and noticed that slider to enable GPS device is missing. I am not sure
  if it was designed so, but GPS does seems like not working. Location
  service is enabled (at least it seems so).

  There are Wireless Wi-Fi and Bluetoof sliders, but no GPS one.

  Location service is enabled, but SensorStatus, HERE app does not seem
  receive GPS info.

  By the way, there is no such thing as "/var/log/ubuntu-location-
  service*" as stated in https://wiki.ubuntu.com/Process/Merges/TestPlan
  /location-service#Forensics

  Attached tar with some logs.

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

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


[Touch-packages] [Bug 1391863] Re: horizontal accuracy meters keeps getting higher

2016-05-30 Thread Vincas Dargis
Forgot to mention - I'm on E5 with OTA-10.1.

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

Title:
  horizontal accuracy meters keeps getting higher

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  in apps and with espoo-cli, I've noticed that the horizontal accuracy
  (in meters) keeps climbing; I had seen this on cell in the past, but
  it's particularly visible on wifi. Symptom is that your position is
  very accurate, but the circle around it is very large, and keeps
  getting larger.

  I suspect this is due to the timestamps of known wifi / cell getting
  older when reported to HERE.

  Cheers,

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

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


[Touch-packages] [Bug 1391863] Re: horizontal accuracy meters keeps getting higher

2016-05-30 Thread Vincas Dargis
I too noticed in SensorStatus app that horizontal accuracy keeps
increasing. Also in OpenStreetMap and HERE as stated.

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

Title:
  horizontal accuracy meters keeps getting higher

Status in location-service package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  in apps and with espoo-cli, I've noticed that the horizontal accuracy
  (in meters) keeps climbing; I had seen this on cell in the past, but
  it's particularly visible on wifi. Symptom is that your position is
  very accurate, but the circle around it is very large, and keeps
  getting larger.

  I suspect this is due to the timestamps of known wifi / cell getting
  older when reported to HERE.

  Cheers,

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

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


[Touch-packages] [Bug 1542644] Re: Cannot exit Messaging app tutorial while in landscape

2016-02-06 Thread Vincas Dargis
** Attachment added: "messaging_ok.png"
   
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1542644/+attachment/4565202/+files/messaging_ok.png

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

Title:
  Cannot exit Messaging app tutorial while in landscape

Status in messaging-app package in Ubuntu:
  New

Bug description:
  When I have launched Messaging app in Aquaris E5 OTA-9 I've been
  introduced with tutorial about how to deal with messages.

  I have screenshot attached showing that "Got it" button is NOT visible
  while in landscape  (gets hidden?), but it's OK in portrait mode.

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

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


[Touch-packages] [Bug 1542644] [NEW] Cannot exit Messaging app tutorial while in landscape

2016-02-06 Thread Vincas Dargis
Public bug reported:

When I have launched Messaging app in Aquaris E5 OTA-9 I've been
introduced with tutorial about how to deal with messages.

I have screenshot attached showing that "Got it" button is NOT visible
while in landscape  (gets hidden?), but it's OK in portrait mode.

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

** Attachment added: "messaging_not_ok.png"
   
https://bugs.launchpad.net/bugs/1542644/+attachment/4565201/+files/messaging_not_ok.png

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

Title:
  Cannot exit Messaging app tutorial while in landscape

Status in messaging-app package in Ubuntu:
  New

Bug description:
  When I have launched Messaging app in Aquaris E5 OTA-9 I've been
  introduced with tutorial about how to deal with messages.

  I have screenshot attached showing that "Got it" button is NOT visible
  while in landscape  (gets hidden?), but it's OK in portrait mode.

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

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


[Touch-packages] [Bug 1252121] Re: missing PrepareForSleep signal after resuming, causing networking to stay disabled

2014-08-24 Thread Vincas Dargis
Same problem for laptop upgraded from 12.04 into 14.04.

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

Title:
  missing PrepareForSleep signal after resuming, causing networking to
  stay disabled

Status in NetworkManager:
  New
Status in wicd:
  New
Status in “systemd-shim” package in Ubuntu:
  Confirmed
Status in “systemd-shim” source package in Saucy:
  Confirmed
Status in “systemd-shim” source package in Trusty:
  Confirmed

Bug description:
  As per request from bug #1184262, this is a new report, along with
  dbus (to be attached)

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: systemd-services 204-0ubuntu19
  Uname: Linux 3.12.0-custom x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Sun Nov 17 20:24:41 2013
  MarkForUpload: True
  SourcePackage: systemd
  UpgradeStatus: Upgraded to saucy on 2013-10-17 (31 days ago)

  SRU INFORMATION:
  FIX: https://github.com/desrt/systemd-shim/commit/9e1ebe3ab (in trusty 
already)

  Regression potential: Low. Flushing the session bus was introduced in
  version 4 and is obviously bogus as in a system D-BUS service there is
  no session bus. This causes lots of confusing error messages and
  unnecessary overhead like trying to start dbus-launch. Flushing the
  system bus is low-risk, in most cases it's a no-op and it would
  otherwise prevent losing signals after waking up. No known
  regressions.

  TEST CASE: Run several suspend/resume cycles with the lid, session
  indicator menu, and verify that the network comes back up. It is known
  that this fix is necessary but not sufficient, so it is not expected
  to fix all cases. But it should not make things worse, so if network
  now does not come up any more on a machine where it previously worked
  this would count as failure/regression.

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

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